Searched refs:CUPS_SERVER_DEBUG_LOGGING (Results 1 – 4 of 4) sorted by relevance
/external/libcups/systemv/ |
D | cupsctl.c | 95 num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, "1", in main() 98 num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, "0", in main()
|
/external/libcups/cups/ |
D | adminutil.h | 34 # define CUPS_SERVER_DEBUG_LOGGING "_debug_logging" macro
|
D | adminutil.c | 359 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/ |
D | admin.c | 1406 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()
|