Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c172 IPP_BAD_REQUEST_MAX_RETRIES); in test_and_set_ipp_version()
173 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in test_and_set_ipp_version()
188 bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES); in test_and_set_ipp_version()
189 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in test_and_set_ipp_version()
1313 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in ipp_doCupsRequest()
1318 printer_uri, bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES); in ipp_doCupsRequest()
1329 printer_uri, bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES); in ipp_doCupsRequest()
1330 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in ipp_doCupsRequest()
Dipphelper.h57 #define IPP_BAD_REQUEST_MAX_RETRIES 2 macro