Searched refs:free_links (Results 1 – 4 of 4) sorted by relevance
179 zend_ptr_stack free_links; member
170 if (zend_ptr_stack_num_elements(&plist->free_links)) {171 mysql->mysql = zend_ptr_stack_pop(&plist->free_links);198 zend_ptr_stack_init_ex(&plist->free_links, 1);
105 zend_ptr_stack_clean(&plist->free_links, php_mysqli_dtor_p_elements, 0); in ZEND_RSRC_DTOR_FUNC()106 zend_ptr_stack_destroy(&plist->free_links); in ZEND_RSRC_DTOR_FUNC()918 zend_ptr_stack_apply(&plist->free_links, php_mysqli_persistent_helper_for_every); in php_mysqli_persistent_helper_once()
598 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()
Completed in 23 milliseconds