Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_ts_hash.c158 ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_ts_hash_apply()
161 zend_hash_apply(TS_HASH(ht), apply_func TSRMLS_CC); in zend_ts_hash_apply()
165 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() argument
168 zend_hash_apply_with_argument(TS_HASH(ht), apply_func, argument TSRMLS_CC); in zend_ts_hash_apply_with_argument()
172 …hash_apply_with_arguments(TsHashTable *ht TSRMLS_DC, apply_func_args_t apply_func, int num_args, .… in zend_ts_hash_apply_with_arguments() argument
178 zend_hash_apply_with_arguments(TS_HASH(ht) TSRMLS_CC, apply_func, num_args, args); in zend_ts_hash_apply_with_arguments()
183 ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_ts_hash_reverse_apply()
186 zend_hash_reverse_apply(TS_HASH(ht), apply_func TSRMLS_CC); in zend_ts_hash_reverse_apply()
H A Dzend_ts_hash.h73 ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC);
74 ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *…
75 …nd_ts_hash_apply_with_arguments(TsHashTable *ht TSRMLS_DC, apply_func_args_t apply_func, int, ...);
77 ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC);
H A Dzend_hash.h139 ZEND_API void zend_hash_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
140 ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void * TSRM…
141 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht TSRMLS_DC, apply_func_args_t apply_func,…
149 ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC);
H A Dzend_hash.c707 ZEND_API void zend_hash_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_hash_apply()
716 int result = apply_func(p->pData TSRMLS_CC); in zend_hash_apply()
731 ZEND_API void zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *argum… in zend_hash_apply_with_argument() argument
740 int result = apply_func(p->pData, argument TSRMLS_CC); in zend_hash_apply_with_argument()
755 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht TSRMLS_DC, apply_func_args_t apply_func,… in zend_hash_apply_with_arguments() argument
772 result = apply_func(p->pData TSRMLS_CC, num_args, args, &hash_key); in zend_hash_apply_with_arguments()
790 ZEND_API void zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_hash_reverse_apply()
799 int result = apply_func(p->pData TSRMLS_CC); in zend_hash_reverse_apply()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_plugin.c170 PHPAPI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS… in _mysqlnd_plugin_apply_with_argument() argument
180 int result = apply_func(p->pData, argument TSRMLS_CC); in _mysqlnd_plugin_apply_with_argument()
H A Dmysqlnd.h75 PHPAPI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS…
/PHP-5.5/ext/spl/
H A Dspl_iterators.h172 PHPAPI int spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser TSRMLS_D…
H A Dspl_iterators.c3480 PHPAPI int spl_iterator_apply(zval *obj, spl_iterator_apply_func_t apply_func, void *puser TSRMLS_D… in spl_iterator_apply() argument
3503 if (apply_func(iter, puser TSRMLS_CC) == ZEND_HASH_APPLY_STOP || EG(exception)) { in spl_iterator_apply()

Completed in 38 milliseconds