elm               262 sapi/phpdbg/phpdbg_wait.c 				zend_llist_element *elm = pos;
elm               263 sapi/phpdbg/phpdbg_wait.c 				if (elm->prev) {
elm               264 sapi/phpdbg/phpdbg_wait.c 					elm->prev->next = elm->next;
elm               266 sapi/phpdbg/phpdbg_wait.c 					zend_extensions.head = elm->next;
elm               268 sapi/phpdbg/phpdbg_wait.c 				if (elm->next) {
elm               269 sapi/phpdbg/phpdbg_wait.c 					elm->next->prev = elm->prev;
elm               271 sapi/phpdbg/phpdbg_wait.c 					zend_extensions.tail = elm->prev;
elm               279 sapi/phpdbg/phpdbg_wait.c 					zend_extensions.dtor(elm->data);
elm               281 sapi/phpdbg/phpdbg_wait.c 				pefree(elm, zend_extensions.persistent);