OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpentry
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_name.c
323
X509_NAME_ENTRY *entry, *
tmpentry
= NULL;
local
352
tmpentry
= X509_NAME_ENTRY_new();
353
tmpentry
->object = OBJ_dup(entry->object);
354
if (!asn1_string_canon(
tmpentry
->value, entry->value))
356
if(!sk_X509_NAME_ENTRY_push(entries,
tmpentry
))
358
tmpentry
= NULL;
378
if (
tmpentry
)
379
X509_NAME_ENTRY_free(
tmpentry
);
/external/openssl/crypto/asn1/
x_name.c
323
X509_NAME_ENTRY *entry, *
tmpentry
= NULL;
local
352
tmpentry
= X509_NAME_ENTRY_new();
353
tmpentry
->object = OBJ_dup(entry->object);
354
if (!asn1_string_canon(
tmpentry
->value, entry->value))
356
if(!sk_X509_NAME_ENTRY_push(entries,
tmpentry
))
358
tmpentry
= NULL;
378
if (
tmpentry
)
379
X509_NAME_ENTRY_free(
tmpentry
);
/external/ipsec-tools/src/racoon/
isakmp_unity.c
330
struct unity_netentry *
tmpentry
= *list;
local
331
while (
tmpentry
->next != NULL)
332
tmpentry
=
tmpentry
->next;
333
tmpentry
->next = newentry;
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c
857
struct wpa_dbus_dict_entry
tmpentry
;
local
884
os_memset(&
tmpentry
, 0, sizeof(
tmpentry
));
885
tmpentry
.type = DBUS_TYPE_ARRAY;
886
if (_wpa_dbus_dict_entry_get_byte_array(&iter_array, &
tmpentry
)
891
wpabuf_alloc_ext_data((u8 *)
tmpentry
.bytearray_value,
892
tmpentry
.array_len);
894
wpa_dbus_dict_entry_clear(&
tmpentry
);
Completed in 134 milliseconds