Home
last modified time | relevance | path

Searched refs:FCGI_LOG_ERR (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dmod_fastcgi.c301 ap_log_error(FCGI_LOG_ERR, s, "FastCGI: %s", err); in init_module()
305 ap_log_error(FCGI_LOG_ERR, s, "FastCGI: %s", err); in init_module()
333 ap_log_error(FCGI_LOG_ERR, s, "FastCGI: pipe() failed"); in init_module()
512 ap_log_rerror(FCGI_LOG_ERR, fr->r, in set_nonblocking()
1085 ap_log_rerror(FCGI_LOG_ERR, r,
1245 ap_log_rerror(FCGI_LOG_ERR, r,
1316 ap_log_rerror(FCGI_LOG_ERR, r,
1338 ap_log_rerror(FCGI_LOG_ERR, r,
1370 ap_log_rerror(FCGI_LOG_ERR, r,
1417 ap_log_rerror(FCGI_LOG_ERR, r,
[all …]
H A Dfcgi.h364 #define FCGI_LOG_ERR APLOG_MARK,APLOG_ERR,APR_FROM_OS_ERROR(GetLastError()) macro
373 #define FCGI_LOG_ERR APLOG_MARK,APLOG_ERR,APR_FROM_OS_ERROR(errno) macro
404 #define FCGI_LOG_ERR __FILE__,__LINE__,APLOG_ERR|APLOG_WIN32ERROR macro
413 #define FCGI_LOG_ERR __FILE__,__LINE__,APLOG_ERR macro
H A Dfcgi_pm.c165 ap_log_error(FCGI_LOG_ERR, fcgi_apache_main_server, in shutdown_all()