Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqli/
H A Dphp_mysqli_structs.h172 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);
203 zend_ptr_stack_init_ex(&plist->free_links, 1);
H A Dmysqli.c101 zend_ptr_stack_clean(&plist->free_links, php_mysqli_dtor_p_elements, 0); in ZEND_RSRC_DTOR_FUNC()
102 zend_ptr_stack_destroy(&plist->free_links); in ZEND_RSRC_DTOR_FUNC()
941 zend_ptr_stack_apply(&plist->free_links, php_mysqli_persistent_helper_for_every); in php_mysqli_persistent_helper_once()
H A Dmysqli_api.c703 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()

Completed in 24 milliseconds