Searched refs:xnew (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_d2i_fp.c69 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x) argument
80 ret=ASN1_d2i_bio(xnew,d2i,b,x);
86 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x) argument
H A Dasn1.h329 #define CHECKED_NEW_OF(type, xnew) \
330 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
930 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x);
932 #define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \
933 ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
958 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x);
960 #define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \
961 ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.h42 #define xnew(type) (xmalloc (sizeof (type))) macro
H A Dftp-ls.c376 l = dir = xnew (struct fileinfo);
383 l->next = xnew (struct fileinfo);
541 l = dir = xnew (struct fileinfo);
548 l->next = xnew (struct fileinfo);
H A Dhash.c49 # define xnew(x) xmalloc (sizeof (x)) macro
278 struct hash_table *ht = xnew (struct hash_table);
H A Drecur.c102 struct queue_element *qel = xnew (struct queue_element);
H A Dconnect.c800 info = xnew (struct transport_info);
H A Dcookies.c88 struct cookie_jar *jar = xnew (struct cookie_jar);
H A Dutils.c1322 fm = xnew (struct file_memory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_d2i_fp.c70 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x)
80 ret = ASN1_d2i_bio(xnew, d2i, b, x);
86 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x)
H A Dasn1.h352 # define CHECKED_NEW_OF(type, xnew) \
353 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
985 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x);
987 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \
988 ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
1013 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x);
1015 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \
1016 ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_d2i_fp.c70 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x)
80 ret = ASN1_d2i_bio(xnew, d2i, b, x);
86 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x)
H A Dasn1.h352 # define CHECKED_NEW_OF(type, xnew) \
353 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
985 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x);
987 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \
988 ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
1013 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x);
1015 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \
1016 ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Dmain.c1511 struct use_case_device *xold, *xnew; local
1530 xnew = find_device(uc_mgr, uc_mgr->active_verb, new_device, 1);
1532 if (xnew == NULL)
1544 list_add_tail(&xnew->active_list, &uc_mgr->active_devices);
1554 err = set_device(uc_mgr, xnew, 1);
1565 struct use_case_modifier *xold, *xnew; local
1583 xnew = find_modifier(uc_mgr, uc_mgr->active_verb, new_modifier, 1);
1584 if (xnew == NULL)
1596 list_add_tail(&xnew->active_list, &uc_mgr->active_modifiers);
1606 err = set_modifier(uc_mgr, xnew,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1.h329 #define CHECKED_NEW_OF(type, xnew) \
330 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
930 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x);
932 #define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \
933 ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
958 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x);
960 #define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \
961 ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_state.c963 static void __xfrm_state_bump_genids(struct xfrm_state *xnew) argument
965 struct net *net = xs_net(xnew);
966 unsigned short family = xnew->props.family;
967 u32 reqid = xnew->props.reqid;
971 u32 mark = xnew->mark.v & xnew->mark.m;
973 h = xfrm_dst_hash(net, &xnew->id.daddr, &xnew->props.saddr, reqid, family);
978 !xfrm_addr_cmp(&x->id.daddr, &xnew->id.daddr, family) &&
979 !xfrm_addr_cmp(&x->props.saddr, &xnew
[all...]

Completed in 140 milliseconds