Searched refs:free_links (Results 1 – 4 of 4) sorted by relevance
160 zend_ptr_stack free_links; member
166 if (zend_ptr_stack_num_elements(&plist->free_links)) {167 mysql->mysql = zend_ptr_stack_pop(&plist->free_links);223 zend_ptr_stack_init_ex(&plist->free_links, 1);
99 zend_ptr_stack_clean(&plist->free_links, php_mysqli_dtor_p_elements, 0); in ZEND_RSRC_DTOR_FUNC()100 zend_ptr_stack_destroy(&plist->free_links); in ZEND_RSRC_DTOR_FUNC()927 zend_ptr_stack_apply(&plist->free_links, php_mysqli_persistent_helper_for_every); in php_mysqli_persistent_helper_once()
701 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()
Completed in 24 milliseconds