Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_OK (Results 1 – 11 of 11) sorted by relevance

/external/libcups/cups/
Dppd-util.c66 sizeof(pg->ppd_filename)) == HTTP_STATUS_OK) in cupsGetPPD()
97 sizeof(pg->ppd_filename)) == HTTP_STATUS_OK) in cupsGetPPD2()
297 return (HTTP_STATUS_OK); in cupsGetPPD3()
406 if (status == HTTP_STATUS_OK) in cupsGetPPD3()
Dgetdevices.c113 if (status != HTTP_STATUS_OK) in cupsGetDevices()
156 if (status != HTTP_STATUS_OK) in cupsGetDevices()
Dgetputfile.c190 if (status == HTTP_STATUS_OK) in cupsGetFd()
271 if (status != HTTP_STATUS_OK) in cupsGetFile()
Drequest.c235 if (status <= HTTP_STATUS_CONTINUE || status == HTTP_STATUS_OK) in cupsDoIORequest()
378 if (status == HTTP_STATUS_OK) in cupsGetResponse()
820 case HTTP_STATUS_OK : in cupsSendRequest()
Dhttp.h242 HTTP_STATUS_OK = 200, /* OPTIONS/GET/HEAD/POST/TRACE command was successful */ enumerator
299 # define HTTP_OK HTTP_STATUS_OK
Dtesthttp.c812 if (status == HTTP_STATUS_OK) in main()
913 if (status == HTTP_STATUS_OK) in main()
Dadminutil.c935 sizeof(cupsdconf), &remote)) == HTTP_STATUS_OK) in cupsAdminGetServerSettings()
1224 &remote) == HTTP_STATUS_OK) in cupsAdminSetServerSettings()
2218 status = HTTP_STATUS_OK; in get_cupsd_conf()
2250 if (status != HTTP_STATUS_OK) in get_cupsd_conf()
Dtestcups.c180 buffer, sizeof(buffer))) != HTTP_STATUS_OK) in main()
Ddest-localization.c424 if (status == HTTP_STATUS_OK) in cups_create_localizations()
Dhttp-support.c1491 case HTTP_STATUS_OK : in _httpStatus()
Dhttp.c2223 http->status = HTTP_STATUS_OK; in httpReadRequest()