Home
last modified time | relevance | path

Searched refs:apply_func (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_plugin.c165 PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument) in mysqlnd_plugin_apply_with_argument() argument
171 result = apply_func(val, argument); in mysqlnd_plugin_apply_with_argument()
H A Dmysqlnd.h67 PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument);
/PHP-8.3/ext/spl/
H A Dspl_iterators.h117 PHPAPI zend_result spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser);
H A Dspl_iterators.c3061 PHPAPI zend_result spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser) in spl_iterator_apply() argument
3084 if (apply_func(iter, puser) == ZEND_HASH_APPLY_STOP || EG(exception)) { in spl_iterator_apply()
/PHP-8.3/Zend/
H A Dzend_hash.c2060 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply() argument
2071 result = apply_func(zv); in zend_hash_apply()
2086 result = apply_func(&p->val); in zend_hash_apply()
2110 result = apply_func(zv, argument); in zend_hash_apply_with_argument()
2124 result = apply_func(&p->val, argument); in zend_hash_apply_with_argument()
2138 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() argument
2156 result = apply_func(zv, num_args, args, &hash_key); in zend_hash_apply_with_arguments()
2177 result = apply_func(&p->val, num_args, args, &hash_key); in zend_hash_apply_with_arguments()
2193 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_reverse_apply() argument
2209 result = apply_func(zv); in zend_hash_reverse_apply()
[all …]
H A Dzend_hash.h154 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
155 …id ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *);
156 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
164 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);

Completed in 3448 milliseconds