Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.h56 #define IPP_SERVICE_ERROR_MAX_RETRIES 3 macro
Dipphelper.c228 (service_unavailable_retry_count < IPP_SERVICE_ERROR_MAX_RETRIES)) { in test_and_set_ipp_version()
230 service_unavailable_retry_count, IPP_SERVICE_ERROR_MAX_RETRIES); in test_and_set_ipp_version()
642 (service_unavailable_retry_count < IPP_SERVICE_ERROR_MAX_RETRIES)) { in get_JobStatus()
644 IPP_SERVICE_ERROR_MAX_RETRIES); in get_JobStatus()
694 service_unavailable_retry_count < IPP_SERVICE_ERROR_MAX_RETRIES); in get_JobStatus()
1834 if (service_unavailable_retry_count > IPP_SERVICE_ERROR_MAX_RETRIES) { in ipp_doCupsRequest()
1840 IPP_SERVICE_ERROR_MAX_RETRIES); in ipp_doCupsRequest()