Searched refs:test_and_set_ipp_version (Results 1 – 1 of 1) sorted by relevance
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipphelper.c | 38 static status_t test_and_set_ipp_version(char *, http_t *, int, int); 125 if ((test_and_set_ipp_version(printer_uri, http, 1, 1) == OK) in determine_ipp_version() 126 || (test_and_set_ipp_version(printer_uri, http, 1, 0) == OK) in determine_ipp_version() 127 || (test_and_set_ipp_version(printer_uri, http, 2, 0) == OK)) { in determine_ipp_version() 136 static status_t test_and_set_ipp_version(char *printer_uri, http_t *http, int major, int minor) { in test_and_set_ipp_version() function
|