Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dfastcgi.h104 typedef void (*fcgi_logger)(int type, const char *fmt, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3); typedef
105 void fcgi_set_logger(fcgi_logger lg);
H A Dfastcgi.c235 static fcgi_logger fcgi_log;
469 void fcgi_set_logger(fcgi_logger lg) { in fcgi_set_logger()

Completed in 13 milliseconds