Searched refs:new_item (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dslist.c59 struct curl_slist *new_item; local
61 new_item = malloc(sizeof(struct curl_slist));
62 if(new_item) {
65 new_item->next = NULL;
66 new_item->data = dupdata;
69 free(new_item);
78 last->next = new_item;
82 /* if this is the first item, then new_item *is* the list */
83 return new_item;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dllist.c28 llist_t *new_item = xmalloc(sizeof(llist_t)); local
30 new_item->data = data;
31 new_item->link = NULL;
34 *list_head = new_item;
40 tail->link = new_item;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_lu.c77 if ((method->new_item != NULL) && !method->new_item(ret))
H A Dx509_vfy.h141 int (*new_item)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_lu.c77 if ((method->new_item != NULL) && !method->new_item(ret))
H A Dx509_vfy.h142 int (*new_item)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509_vfy.h141 int (*new_item)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h142 int (*new_item)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st

Completed in 180 milliseconds