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.c183 int service_unavailable_retry_count = 0; in test_and_set_ipp_version() local
209 (service_unavailable_retry_count < IPP_SERVICE_ERROR_MAX_RETRIES)) { in test_and_set_ipp_version()
211 service_unavailable_retry_count, IPP_SERVICE_ERROR_MAX_RETRIES); in test_and_set_ipp_version()
212 service_unavailable_retry_count++; in test_and_set_ipp_version()
1459 int service_unavailable_retry_count = 0; in ipp_doCupsRequest() local
1495 service_unavailable_retry_count++; in ipp_doCupsRequest()
1496 if (service_unavailable_retry_count > IPP_SERVICE_ERROR_MAX_RETRIES) { in ipp_doCupsRequest()
1501 printer_uri, service_unavailable_retry_count, in ipp_doCupsRequest()