Home
last modified time | relevance | path

Searched refs:CUPSD_AUTH_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/external/libcups/scheduler/
Dauth.h21 #define CUPSD_AUTH_DEFAULT -1 /* Use DefaultAuthType */ macro
Dauth.c273 if (con->best->type == CUPSD_AUTH_DEFAULT) in cupsdAuthorize()
1582 if ((type = best->type) == CUPSD_AUTH_DEFAULT) in cupsdIsAuthorized()
Ddirsvc.c1630 if ((auth_type = auth->type) == CUPSD_AUTH_DEFAULT) in get_auth_info_required()
Dconf.c1443 po->type = CUPSD_AUTH_DEFAULT; in cupsdReadConfiguration()
2245 loc->type = CUPSD_AUTH_DEFAULT; in parse_aaa()
Dprinters.c2292 if ((auth_type = auth->type) == CUPSD_AUTH_DEFAULT) in cupsdSetPrinterAttrs()
Dipp.c10035 if (auth->type == CUPSD_AUTH_DEFAULT) in send_http_error()