Home
last modified time | relevance | path

Searched refs:php_http_array_apply_append_func (Results 1 – 2 of 2) sorted by relevance

/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http_misc.h249 …append, flags) zend_hash_apply_with_arguments(src, (append)?php_http_array_apply_append_func:php_h…
252 int php_http_array_apply_append_func(zval *pDest, int num_args, va_list args, zend_hash_key *hash_k…
H A Dphp_http_misc.c180 int php_http_array_apply_append_func(zval *value, int num_args, va_list args, zend_hash_key *hash_k… in php_http_array_apply_append_func() function