Searched refs:fcgi_apply_func (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/main/ |
H A D | fastcgi.h | 82 typedef void (*fcgi_apply_func)(char *var, unsigned int var_len, char *val, unsigned int val_len, v… typedef 117 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func load_func, zval *array);
|
H A D | fastcgi.c | 405 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg) in fcgi_hash_apply() 1717 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func func, zval *array)
|
Completed in 9 milliseconds