Home
last modified time | relevance | path

Searched refs:zend_ptr_stack_init_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_ptr_stack.c24 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent) in zend_ptr_stack_init_ex() function
33 zend_ptr_stack_init_ex(stack, 0); in zend_ptr_stack_init()
H A Dzend_ptr_stack.h35 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent);
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c229 zend_ptr_stack_init_ex(&plist->free_links, 1);

Completed in 12 milliseconds