Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c138 int service_unavailable_retry_count = 0; in test_and_set_ipp_version() local
164 (service_unavailable_retry_count < IPP_SERVICE_ERROR_MAX_RETRIES)) { in test_and_set_ipp_version()
166 service_unavailable_retry_count, IPP_SERVICE_ERROR_MAX_RETRIES); in test_and_set_ipp_version()
167 service_unavailable_retry_count++; in test_and_set_ipp_version()
1473 int service_unavailable_retry_count = 0; in ipp_doCupsRequest() local
1509 service_unavailable_retry_count++; in ipp_doCupsRequest()
1510 if (service_unavailable_retry_count > IPP_SERVICE_ERROR_MAX_RETRIES) { in ipp_doCupsRequest()
1515 printer_uri, service_unavailable_retry_count, in ipp_doCupsRequest()