Searched refs:HTTP_STATUS_OK (Results 1 – 11 of 11) sorted by relevance
66 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()
113 if (status != HTTP_STATUS_OK) in cupsGetDevices()156 if (status != HTTP_STATUS_OK) in cupsGetDevices()
190 if (status == HTTP_STATUS_OK) in cupsGetFd()271 if (status != HTTP_STATUS_OK) in cupsGetFile()
235 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()
242 HTTP_STATUS_OK = 200, /* OPTIONS/GET/HEAD/POST/TRACE command was successful */ enumerator299 # define HTTP_OK HTTP_STATUS_OK
812 if (status == HTTP_STATUS_OK) in main()913 if (status == HTTP_STATUS_OK) in main()
935 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()
180 buffer, sizeof(buffer))) != HTTP_STATUS_OK) in main()
424 if (status == HTTP_STATUS_OK) in cups_create_localizations()
1491 case HTTP_STATUS_OK : in _httpStatus()
2223 http->status = HTTP_STATUS_OK; in httpReadRequest()