Searched refs:requested_ptr (Results 1 – 1 of 1) sorted by relevance
1601 *requested_ptr, /* Pointer into requested URI */ in print_cb() local1629 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 …]