Home
last modified time | relevance | path

Searched refs:CUPS_SERVER_DEBUG_LOGGING (Results 1 – 4 of 4) sorted by relevance

/external/libcups/systemv/
Dcupsctl.c95 num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, "1", in main()
98 num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, "0", in main()
/external/libcups/cups/
Dadminutil.h34 # define CUPS_SERVER_DEBUG_LOGGING "_debug_logging" macro
Dadminutil.c359 cg->cupsd_num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, in cupsAdminGetServerSettings()
502 if ((val = cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, cupsd_num_settings, in cupsAdminSetServerSettings()
553 if ((val = cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, num_settings, in cupsAdminSetServerSettings()
1262 cupsd_num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, in cupsAdminSetServerSettings()
1266 cupsd_num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, in cupsAdminSetServerSettings()
/external/libcups/cgi-bin/
Dadmin.c1406 changed = strcmp(debug_logging, cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, in do_config_server()
1439 num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, in do_config_server()
2165 if ((val = cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, num_settings, in do_menu()