Searched refs:check_func (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/main/ |
H A D | php_output.h | 240 …const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func); 241 …const char *handler_name, size_t handler_name_len, php_output_handler_conflict_check_t check_func);
|
H A D | output.c | 610 …onflict_register(const char *name, size_t name_len, php_output_handler_conflict_check_t check_func) in php_output_handler_conflict_register() argument 616 …return zend_hash_str_update_ptr(&php_output_handler_conflicts, name, name_len, check_func) ? SUCCE… in php_output_handler_conflict_register() 622 …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 632 return zend_hash_next_index_insert_ptr(rev_ptr, check_func) ? SUCCESS : FAILURE; in php_output_handler_reverse_conflict_register() 635 if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) { in php_output_handler_reverse_conflict_register()
|
Completed in 9 milliseconds