Home
last modified time | relevance | path

Searched refs:check_func (Results 1 – 3 of 3) sorted by last modified time

/php-src/Zend/
H A Dzend_API.c4100 check_func: in zend_is_callable_at_frame()
4153 goto check_func; in zend_is_callable_at_frame()
/php-src/main/
H A Doutput.c594 …onflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func) in php_output_handler_conflict_register() argument
603 zend_hash_update_ptr(&php_output_handler_conflicts, str, check_func); in php_output_handler_conflict_register()
611 …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
621 return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE; in php_output_handler_reverse_conflict_register()
626 if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) { in php_output_handler_reverse_conflict_register()
H A Dphp_output.h236 …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);

Completed in 35 milliseconds