Searched refs:cupsdFindBest (Results 1 – 5 of 5) sorted by relevance
132 extern cupsd_location_t *cupsdFindBest(const char *path, http_state_t state);
266 con->best = cupsdFindBest(con->uri, httpGetState(con->http)); in cupsdAuthorize()1374 cupsdFindBest(const char *path, /* I - Resource path */ in cupsdFindBest() function
1622 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in get_auth_info_required()
2283 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in cupsdSetPrinterAttrs()
10026 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in send_http_error()