Home
last modified time | relevance | path

Searched refs:free_links (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h167 zend_ptr_stack free_links; member
H A Dmysqli_nonapi.c171 if (zend_ptr_stack_num_elements(&plist->free_links)) {
172 mysql->mysql = zend_ptr_stack_pop(&plist->free_links);
199 zend_ptr_stack_init_ex(&plist->free_links, 1);
H A Dmysqli.c105 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()
932 zend_ptr_stack_apply(&plist->free_links, php_mysqli_persistent_helper_for_every); in php_mysqli_persistent_helper_once()
H A Dmysqli_api.c718 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()

Completed in 19 milliseconds