Searched refs:dbg (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/lua/ |
H A D | lua_config.c | 162 lua_Debug dbg; local 164 lua_getstack(L, 1, &dbg); 165 lua_getinfo(L, "Sl", &dbg); 168 ap_log_error(dbg.source, dbg.currentline, APLOG_MODULE_INDEX, level, 0,
|
H A D | lua_request.c | 1890 lua_Debug dbg; local 1892 lua_getstack(L, 1, &dbg); 1893 lua_getinfo(L, "Sl", &dbg); 1896 ap_log_rerror(dbg.source, dbg.currentline, APLOG_MODULE_INDEX, level, 0,
|
/httpd/modules/generators/ |
H A D | mod_cgi.c | 397 FILE *dbg = fopen("con", "w"); local 399 FILE *dbg = fopen("/dev/tty", "w"); local 406 fprintf(dbg, "Attempting to exec %s as CGI child (argv0 = %s)\n", 413 fprintf(dbg, "Environment: \n"); 415 fprintf(dbg, "'%s'\n", env[i]); 416 fclose(dbg);
|
Completed in 22 milliseconds