Searched refs:IPP_BAD_REQUEST_MAX_RETRIES (Results 1 – 2 of 2) sorted by relevance
217 IPP_BAD_REQUEST_MAX_RETRIES); in test_and_set_ipp_version()218 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in test_and_set_ipp_version()233 bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES); in test_and_set_ipp_version()234 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in test_and_set_ipp_version()1506 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in ipp_doCupsRequest()1511 printer_uri, bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES); in ipp_doCupsRequest()1522 printer_uri, bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES); in ipp_doCupsRequest()1523 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) { in ipp_doCupsRequest()
57 #define IPP_BAD_REQUEST_MAX_RETRIES 2 macro