Searched refs:tmpext (Results 1 – 2 of 2) sorted by relevance
163 X509V3_EXT_METHOD *tmpext; in X509V3_EXT_add_alias() local170 (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()
1944 LIBMTP_device_extension_t *tmpext = mtp_device->extensions; in LIBMTP_Open_Raw_Device_Uncached() local1951 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() local2121 while (tmpext != NULL) { in LIBMTP_Open_Raw_Device()2122 if (!strcmp(tmpext->name, "microsoft.com/MTPZ")) { in LIBMTP_Open_Raw_Device()[all …]