Home
last modified time | relevance | path

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

12

/dports/devel/pecl-vld/vld-0.17.2/
H A Dvld.c269 …zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) VLD_WRAP_PHP7(vld_dump_fe)… in vld_dump_cle()
324 …zend_hash_apply_with_arguments (CG(function_table), (apply_func_args_t) VLD_WRAP_PHP7(vld_dump_fe)… in vld_compile_file()
350 zend_hash_apply_with_arguments (CG(function_table), (apply_func_args_t) vld_dump_fe_wrapper, 0); in vld_compile_string()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_ts_hash.h53 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int,…
H A Dzend_ts_hash.c171 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int … in zend_ts_hash_apply_with_arguments()
H A Dzend_hash.h147 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); typedef
153 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_ts_hash.h53 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int,…
H A Dzend_ts_hash.c171 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int … in zend_ts_hash_apply_with_arguments()
H A Dzend_hash.h147 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); typedef
153 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_ts_hash.h58 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int,…
H A Dzend_ts_hash.c171 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int … in zend_ts_hash_apply_with_arguments()
H A Dzend_hash.h140 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); typedef
146 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_ts_hash.h58 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int,…
H A Dzend_ts_hash.c171 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int … in zend_ts_hash_apply_with_arguments()
H A Dzend_hash.h149 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); typedef
155 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_ts_hash.h58 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int,…
H A Dzend_ts_hash.c171 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int … in zend_ts_hash_apply_with_arguments()
H A Dzend_hash.h149 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); typedef
155 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_ts_hash.h58 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int,…
H A Dzend_ts_hash.c171 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht, apply_func_args_t apply_func, int … in zend_ts_hash_apply_with_arguments()
H A Dzend_hash.h140 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); typedef
146 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
/dports/net/pecl-zmq/zmq-1.1.3/php5/
H A Dzmq.c808 …zend_hash_apply_with_arguments(Z_ARRVAL_P(messages), (apply_func_args_t) php_zmq_send_cb, 4, inter…
810 …zend_hash_apply_with_arguments(Z_ARRVAL_P(messages) TSRMLS_CC, (apply_func_args_t) php_zmq_send_cb…
1103 …zend_hash_apply_with_arguments(&(intern->socket->connect), (apply_func_args_t) php_zmq_get_keys, 1…
1104 …zend_hash_apply_with_arguments(&(intern->socket->bind), (apply_func_args_t) php_zmq_get_keys, 1, b…
1106 …zend_hash_apply_with_arguments(&(intern->socket->connect) TSRMLS_CC, (apply_func_args_t) php_zmq_g…
1107 …zend_hash_apply_with_arguments(&(intern->socket->bind) TSRMLS_CC, (apply_func_args_t) php_zmq_get_…
/dports/lang/php73/php-7.3.33/ext/reflection/
H A Dphp_reflection.c987 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &… in _extension_string()
1000 …zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4,… in _extension_string()
1033 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &s… in _extension_string()
4196 …zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) _addmethod_va, 4, &ce, ret… in ZEND_METHOD()
4399 …zend_hash_apply_with_arguments(&ce->properties_info, (apply_func_args_t) _addproperty, 3, &ce, ret… in ZEND_METHOD()
4403 …zend_hash_apply_with_arguments(properties, (apply_func_args_t) _adddynproperty, 2, &ce, return_val… in ZEND_METHOD()
5750 …zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _addconstant, 2, return_val… in ZEND_METHOD()
5788 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_val… in ZEND_METHOD()
5834 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
5851 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
/dports/www/mod_php73/php-7.3.33/ext/reflection/
H A Dphp_reflection.c987 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &… in _extension_string()
1000 …zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4,… in _extension_string()
1033 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &s… in _extension_string()
4196 …zend_hash_apply_with_arguments(&ce->function_table, (apply_func_args_t) _addmethod_va, 4, &ce, ret… in ZEND_METHOD()
4399 …zend_hash_apply_with_arguments(&ce->properties_info, (apply_func_args_t) _addproperty, 3, &ce, ret… in ZEND_METHOD()
4403 …zend_hash_apply_with_arguments(properties, (apply_func_args_t) _adddynproperty, 2, &ce, return_val… in ZEND_METHOD()
5750 …zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _addconstant, 2, return_val… in ZEND_METHOD()
5788 …zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_val… in ZEND_METHOD()
5834 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
5851 …zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return… in ZEND_METHOD()
/dports/net/pecl-zmq/zmq-1.1.3/
H A Dzmq.c909 …zend_hash_apply_with_arguments(Z_ARRVAL_P(messages), (apply_func_args_t) php_zmq_send_cb, 4, inter… in PHP_METHOD()
1250 …zend_hash_apply_with_arguments(&(intern->socket->connect), (apply_func_args_t) php_zmq_get_keys, 1… in PHP_METHOD()
1251 …zend_hash_apply_with_arguments(&(intern->socket->bind), (apply_func_args_t) php_zmq_get_keys, 1, &… in PHP_METHOD()
/dports/lang/php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg_utils.c718 zend_hash_apply_with_arguments(myht, (apply_func_args_t) element_dump_func, 0); in phpdbg_xml_var_dump()
/dports/lang/php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg_utils.c714 zend_hash_apply_with_arguments(myht, (apply_func_args_t) element_dump_func, 0); in phpdbg_xml_var_dump()

12