HomeSort by relevance Sort by last modified time
    Searched refs:IPP_BAD_REQUEST_MAX_RETRIES (Results 1 - 2 of 2) sorted by null

  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.h 56 #define IPP_BAD_REQUEST_MAX_RETRIES 2
ipphelper.c 172 IPP_BAD_REQUEST_MAX_RETRIES);
173 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) {
188 bad_request_retry_count, IPP_BAD_REQUEST_MAX_RETRIES);
189 if (bad_request_retry_count > IPP_BAD_REQUEST_MAX_RETRIES) {
    [all...]

Completed in 561 milliseconds