Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h107 zend_ptr_stack free_links; member
H A Dmysqli_nonapi.c160 if (zend_ptr_stack_num_elements(&plist->free_links)) {
167 mysql->mysql = zend_ptr_stack_pop(&plist->free_links);
205 zend_ptr_stack_init_ex(&plist->free_links, 1);
H A Dmysqli.c102 zend_ptr_stack_clean(&plist->free_links, php_mysqli_dtor_p_elements, 0); in ZEND_RSRC_DTOR_FUNC()
103 zend_ptr_stack_destroy(&plist->free_links); in ZEND_RSRC_DTOR_FUNC()
H A Dmysqli_api.c267 zend_ptr_stack_push(&plist->free_links, mysql->mysql); in php_mysqli_close()

Completed in 18 milliseconds