Home
last modified time | relevance | path

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

/php-src/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.h69 PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument);
/php-src/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.c3043 PHPAPI zend_result spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser) in spl_iterator_apply() argument
3066 if (apply_func(iter, puser) == ZEND_HASH_APPLY_STOP || EG(exception)) { in spl_iterator_apply()
/php-src/Zend/
H A Dzend_hash.c2054 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply() argument
2065 result = apply_func(zv); in zend_hash_apply()
2080 result = apply_func(&p->val); in zend_hash_apply()
2104 result = apply_func(zv, argument); in zend_hash_apply_with_argument()
2118 result = apply_func(&p->val, argument); in zend_hash_apply_with_argument()
2132 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
2150 result = apply_func(zv, num_args, args, &hash_key); in zend_hash_apply_with_arguments()
2171 result = apply_func(&p->val, num_args, args, &hash_key); in zend_hash_apply_with_arguments()
2187 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_reverse_apply() argument
2203 result = apply_func(zv); in zend_hash_reverse_apply()
[all …]
H A Dzend_hash.h156 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
157 …id ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *);
158 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
166 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func);

Completed in 55 milliseconds