Searched refs:check_func (Results 1 – 3 of 3) sorted by relevance
/php-src/main/ |
H A D | php_output.h | 236 …const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func); 237 …const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func);
|
H A D | output.c | 598 …onflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func) in php_output_handler_conflict_register() argument 607 zend_hash_update_ptr(&php_output_handler_conflicts, str, check_func); in php_output_handler_conflict_register() 615 …onflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func) in php_output_handler_reverse_conflict_register() argument 625 return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE; in php_output_handler_reverse_conflict_register() 630 if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) { in php_output_handler_reverse_conflict_register()
|
/php-src/Zend/ |
H A D | zend_API.c | 4193 check_func: in zend_is_callable_at_frame() 4246 goto check_func; in zend_is_callable_at_frame()
|
Completed in 22 milliseconds