Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_hash.h152 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); typedef
158 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
H A Dzend_hash.c2132 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int num_a… in zend_hash_apply_with_arguments()
/php-src/sapi/cli/
H A Dphp_cli_server.c765 …zend_hash_apply_with_arguments(&client->request.headers, (apply_func_args_t)sapi_cli_server_regist… in sapi_cli_server_register_variables()

Completed in 25 milliseconds