Searched refs:debug_logging (Results 1 – 10 of 10) sorted by relevance
221 debug_logging = 0; /* LogLevel debug set? */ in cupsAdminGetServerSettings() local274 debug_logging = !_cups_strncasecmp(value, "debug", 5); in cupsAdminGetServerSettings()360 debug_logging ? "1" : "0", in cupsAdminGetServerSettings()443 debug_logging; /* LogLevel debug set? */ in cupsAdminSetServerSettings() local556 debug_logging = atoi(val); in cupsAdminSetServerSettings()558 if (debug_logging == old_debug_logging) in cupsAdminSetServerSettings()564 debug_logging = -1; in cupsAdminSetServerSettings()568 debug_logging = -1; in cupsAdminSetServerSettings()571 debug_logging)); in cupsAdminSetServerSettings()771 else if (!_cups_strcasecmp(line, "LogLevel") && debug_logging >= 0) in cupsAdminSetServerSettings()[all …]
56 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
57 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…70 …<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" ID="DEBUG_LOGGING" {?debug_logging}><LABEL FOR="DEBUG_…
1251 const char *debug_logging, /* DEBUG_LOGGING value */ in do_config_server() local1294 debug_logging = cgiGetVariable("DEBUG_LOGGING") ? "1" : "0"; in do_config_server()1406 changed = strcmp(debug_logging, cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, in do_config_server()1440 debug_logging, num_settings, &settings); in do_config_server()