Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c203 int bad_request_retry_count = 0; in test_and_set_ipp_version() local
235 "received. retry (%d) of (%d)", bad_request_retry_count, in test_and_set_ipp_version()
237 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in test_and_set_ipp_version()
240 bad_request_retry_count++; in test_and_set_ipp_version()
252 bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES); in test_and_set_ipp_version()
253 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in test_and_set_ipp_version()
256 bad_request_retry_count++; in test_and_set_ipp_version()
585 int bad_request_retry_count = 0; in get_JobStatus() local
650 bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES); in get_JobStatus()
651 bad_request_retry_count++; in get_JobStatus()
[all …]