Searched refs:zend_ptr_stack_init_ex (Results 1 – 3 of 3) sorted by relevance
28 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent) in zend_ptr_stack_init_ex() function37 zend_ptr_stack_init_ex(stack, 0); in zend_ptr_stack_init()
37 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent);
201 zend_ptr_stack_init_ex(&plist->free_links, 1);
Completed in 15 milliseconds