Home
last modified time | relevance | path

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

/external/libcups/backend/
Dusb-libusb.c1601 *requested_ptr, /* Pointer into requested URI */ in print_cb() local
1629 if ((requested_ptr = strstr(requested_uri, "?interface=")) == NULL) in print_cb()
1630 requested_ptr = strstr(requested_uri, "&interface="); in print_cb()
1634 if (!requested_ptr && detected_ptr) in print_cb()
1642 else if (requested_ptr && !detected_ptr) in print_cb()
1648 *requested_ptr = '\0'; in print_cb()
1651 if ((requested_ptr = strstr(requested_uri, "?serial=?")) != NULL) in print_cb()
1659 *requested_ptr = '\0'; in print_cb()
1662 if ((requested_ptr = strstr(requested_uri, "?serial=")) == NULL && in print_cb()
1671 else if (requested_ptr && !detected_ptr) in print_cb()
[all …]