Home
last modified time | relevance | path

Searched refs:cupsdFindBest (Results 1 – 5 of 5) sorted by relevance

/external/libcups/scheduler/
Dauth.h132 extern cupsd_location_t *cupsdFindBest(const char *path, http_state_t state);
Dauth.c266 con->best = cupsdFindBest(con->uri, httpGetState(con->http)); in cupsdAuthorize()
1374 cupsdFindBest(const char *path, /* I - Resource path */ in cupsdFindBest() function
Ddirsvc.c1622 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in get_auth_info_required()
Dprinters.c2283 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in cupsdSetPrinterAttrs()
Dipp.c10026 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in send_http_error()