Home
last modified time | relevance | path

Searched defs:apply_func (Results 1 – 3 of 3) 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()
/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()
2094 …oid ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *… 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()
2187 ZEND_API void ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_reverse_apply()
/php-src/ext/spl/
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()

Completed in 27 milliseconds