Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_lib.c163 X509V3_EXT_METHOD *tmpext; in X509V3_EXT_add_alias() local
170 (tmpext = in X509V3_EXT_add_alias()
175 *tmpext = *ext; in X509V3_EXT_add_alias()
176 tmpext->ext_nid = nid_to; in X509V3_EXT_add_alias()
177 tmpext->ext_flags |= X509V3_EXT_DYNAMIC; in X509V3_EXT_add_alias()
178 return X509V3_EXT_add(tmpext); in X509V3_EXT_add_alias()
/external/libmtp/src/
Dlibmtp.c1944 LIBMTP_device_extension_t *tmpext = mtp_device->extensions; in LIBMTP_Open_Raw_Device_Uncached() local
1951 while (tmpext != NULL) { in LIBMTP_Open_Raw_Device_Uncached()
1952 if (!strcmp(tmpext->name, "microsoft.com/WPDNA")) in LIBMTP_Open_Raw_Device_Uncached()
1954 if (!strcmp(tmpext->name, "android.com")) in LIBMTP_Open_Raw_Device_Uncached()
1956 if (!strcmp(tmpext->name, "sony.net/WMFU")) in LIBMTP_Open_Raw_Device_Uncached()
1958 if (!strcmp(tmpext->name, "sonyericsson.com/SE")) in LIBMTP_Open_Raw_Device_Uncached()
1960 tmpext = tmpext->next; in LIBMTP_Open_Raw_Device_Uncached()
2119 LIBMTP_device_extension_t *tmpext = mtp_device->extensions; in LIBMTP_Open_Raw_Device() local
2121 while (tmpext != NULL) { in LIBMTP_Open_Raw_Device()
2122 if (!strcmp(tmpext->name, "microsoft.com/MTPZ")) { in LIBMTP_Open_Raw_Device()
[all …]