Searched refs:HTTP_POST (Results 1 – 6 of 6) sorted by relevance
39 static final String HTTP_POST = "POST"; field in XMLRPCClient708 http.setRequestMethod(HTTP_POST); in call()
1052 (con->operation == HTTP_POST && !con->request && in cupsdLogRequest()1054 (con->operation != HTTP_GET && con->operation != HTTP_POST && in cupsdLogRequest()
1622 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in get_auth_info_required()
2279 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in cupsdSetPrinterAttrs()
10044 if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || in send_http_error()
217 # define HTTP_POST HTTP_STATE_POST macro