Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dlog.c1056 (con->operation == HTTP_POST && !con->request && in cupsdLogRequest()
1058 (con->operation != HTTP_GET && con->operation != HTTP_POST && in cupsdLogRequest()
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()
/external/libcups/cups/
Dhttp.h217 # define HTTP_POST HTTP_STATE_POST macro