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()
279 return (HTTP_STATUS_OK); in cupsGetPPD3()
388 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.c160 if (status == HTTP_STATUS_OK) in cupsGetFd()
241 if (status != HTTP_STATUS_OK) in cupsGetFile()
Drequest.c240 if (status <= HTTP_STATUS_CONTINUE || status == HTTP_STATUS_OK) in cupsDoIORequest()
383 if (status == HTTP_STATUS_OK) in cupsGetResponse()
812 case HTTP_STATUS_OK : in cupsSendRequest()
Dtesthttp.c757 if (status == HTTP_STATUS_OK) in main()
849 if (status == HTTP_STATUS_OK) in main()
Dhttp.h241 HTTP_STATUS_OK = 200, /* OPTIONS/GET/HEAD/POST/TRACE command was successful */ enumerator
295 # define HTTP_OK HTTP_STATUS_OK
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.c178 buffer, sizeof(buffer))) != HTTP_STATUS_OK) in main()
Ddest-localization.c388 if (status == HTTP_STATUS_OK) in cups_create_localizations()
Dhttp-support.c1344 case HTTP_STATUS_OK : in _httpStatus()
Dhttp.c2209 http->status = HTTP_STATUS_OK; in httpReadRequest()