Home
last modified time | relevance | path

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

/external/libcups/backend/
Dusb-libusb.c802 const struct libusb_interface_descriptor *altptr = NULL; in find_device() local
880 for (altset = 0, altptr = ifaceptr->altsetting; in find_device()
882 altset ++, altptr ++) in find_device()
890 if (((altptr->bInterfaceClass != LIBUSB_CLASS_PRINTER || in find_device()
891 altptr->bInterfaceSubClass != 1) && in find_device()
893 (altptr->bInterfaceProtocol != 1 && /* Unidirectional */ in find_device()
894 altptr->bInterfaceProtocol != 2) || /* Bidirectional */ in find_device()
895 altptr->bInterfaceProtocol < protocol) in find_device()
905 for (endp = 0, endpptr = altptr->endpoint; in find_device()
906 endp < altptr->bNumEndpoints; in find_device()
[all …]
/external/curl/lib/vtls/
Dopenssl.c1632 const char *altptr = (char *)ASN1_STRING_get0_data(check->d.ia5); in verifyhost() local
1646 if((altlen == strlen(altptr)) && in verifyhost()
1649 subj_alt_hostcheck(data, altptr, hostname, dispname)) { in verifyhost()
1657 if((altlen == addrlen) && !memcmp(altptr, &addr, altlen)) { in verifyhost()