Home
last modified time | relevance | path

Searched refs:apply_func_arg_t (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_plugin.c167 PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument) in mysqlnd_plugin_apply_with_argument()
H A Dmysqlnd.h74 PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument);
/PHP-7.3/Zend/
H A Dzend_ts_hash.h57 ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *…
H A Dzend_ts_hash.c164 ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *… in zend_ts_hash_apply_with_argument()
H A Dzend_hash.h139 typedef int (*apply_func_arg_t)(zval *pDest, void *argument); typedef
145 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun…
H A Dzend_hash.c1702 ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_fun… in zend_hash_apply_with_argument()
/PHP-7.3/ext/spl/
H A Dphp_spl.c881 …zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
889 …zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &s… in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c1167 (apply_func_arg_t) _close_pconn_with_res, (void *)p); in PHP_FUNCTION()
2743 …zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _close_pconn_with_res, (voi… in PHP_FUNCTION()

Completed in 48 milliseconds