Searched refs:cupsdFindBest (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/cups-408/cups/scheduler/
H A Dauth.h138 extern cupsd_location_t *cupsdFindBest(const char *path, http_state_t state);
H A Dauth.c290 con->best = cupsdFindBest(con->uri, httpGetState(con->http));
1451 * 'cupsdFindBest()' - Find the location entry that best matches the resource.
1455 cupsdFindBest(const char *path, /* I - Resource path */ function
1505 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFindBest: uri = \"%s\"...", uri);
1519 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFindBest: Location %s Limit %x",
1558 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFindBest: best = %s",
H A Ddirsvc.c1569 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL ||
H A Dipp.c9651 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL ||

Completed in 85 milliseconds