Searched refs:free_func (Results 1 - 25 of 68) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dsafestack.h107 #define SKM_sk_pop_free(type, st,free_func) \
109 (st, free_func)
117 #define SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
121 (st,pp,length, d2i_func, free_func, ex_tag,ex_class)
131 #define SKM_ASN1_seq_unpack(type, buf, len, d2i_func, free_func) \
135 (buf,len,d2i_func, free_func)
137 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
142 (algor,d2i_func,free_func,pass,passlen,oct,seq)
182 #define SKM_sk_pop_free(type, st,free_func) \
183 sk_pop_free(st, (void (*)(void *))free_func)
[all...]
H A Dasn1_mac.h165 #define M_ASN1_D2I_get_set(r,func,free_func) \
166 M_ASN1_D2I_get_imp_set(r,func,free_func, \
169 #define M_ASN1_D2I_get_set_type(type,r,func,free_func) \
170 M_ASN1_D2I_get_imp_set_type(type,r,func,free_func, \
173 #define M_ASN1_D2I_get_set_opt(r,func,free_func) \
176 { M_ASN1_D2I_get_set(r,func,free_func); }
178 #define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \
181 { M_ASN1_D2I_get_set_type(type,r,func,free_func); }
199 #define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
204 M_ASN1_D2I_get_imp_set(b,func,free_func,\
[all...]
H A Dcrypto.h216 CRYPTO_EX_free *free_func; member in struct:crypto_ex_data_func_st
311 CRYPTO_EX_free *free_func);
358 int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*free_func)(void *));
363 void (*free_func)(void *));
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dsafestack.h110 #define SKM_sk_pop_free(type, st,free_func) \
112 (st, free_func)
122 #define SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
126 (st,pp,length, d2i_func, free_func, ex_tag,ex_class)
136 #define SKM_ASN1_seq_unpack(type, buf, len, d2i_func, free_func) \
140 (buf,len,d2i_func, free_func)
142 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
148 (algor,d2i_func,free_func,pass,passlen,oct,seq)
188 #define SKM_sk_pop_free(type, st,free_func) \
189 sk_pop_free(st, (void (*)(void *))free_func)
[all...]
H A Dasn1_mac.h172 #define M_ASN1_D2I_get_set(r,func,free_func) \
173 M_ASN1_D2I_get_imp_set(r,func,free_func, \
176 #define M_ASN1_D2I_get_set_type(type,r,func,free_func) \
177 M_ASN1_D2I_get_imp_set_type(type,r,func,free_func, \
180 #define M_ASN1_D2I_get_set_opt(r,func,free_func) \
183 { M_ASN1_D2I_get_set(r,func,free_func); }
185 #define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \
188 { M_ASN1_D2I_get_set_type(type,r,func,free_func); }
206 #define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
211 M_ASN1_D2I_get_imp_set(b,func,free_func,\
[all...]
H A Decdh.h98 *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
H A Dcrypto.h285 CRYPTO_EX_free *free_func; member in struct:crypto_ex_data_func_st
384 CRYPTO_EX_free *free_func);
431 int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*free_func)(void *));
436 void (*free_func)(void *));
H A Decdsa.h240 *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/inc/
H A DLinkedList.h103 free_function free_func; //free function to use member in struct:LINKEDLIST
116 * free_func - function used to free items. (May be NULL)
120 int ListInit(LinkedList *list,cmp_routine cmp_func, free_function free_func);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A DLinkedList.h103 free_function free_func; //free function to use member in struct:LINKEDLIST
116 * free_func - function used to free items. (May be NULL)
120 int ListInit(LinkedList *list,cmp_routine cmp_func, free_function free_func);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Duncompr.c44 stream.zfree = (free_func)0;
H A Dcompress.c42 stream.zfree = (free_func)0;
H A Dexample.c173 c_stream.zfree = (free_func)0;
212 d_stream.zfree = (free_func)0;
251 c_stream.zfree = (free_func)0;
308 d_stream.zfree = (free_func)0;
348 c_stream.zfree = (free_func)0;
387 d_stream.zfree = (free_func)0;
429 c_stream.zfree = (free_func)0;
468 d_stream.zfree = (free_func)0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/include/
H A Dzlib.h163 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes)); typedef
180 free_func zfree; /* used to free the internal state */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dzlib.h162 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes)); typedef
179 free_func zfree; /* used to free the internal state */
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DLinkedList.c83 * free_func - function used to free items. (May be NULL)
90 free_function free_func )
102 list->free_func = free_func;
295 if( freeItem && list->free_func ) {
296 list->free_func( temp );
H A DThreadPool.c1117 if( temp->free_func )
1118 temp->free_func( temp->arg );
1129 if( temp->free_func )
1130 temp->free_func( temp->arg );
1141 if( temp->free_func )
1142 temp->free_func( temp->arg );
1152 if( temp->free_func )
1153 temp->free_func( temp->arg );
1239 job->free_func = DEFAULT_FREE_ROUTINE;
1291 job->free_func
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/ubiqx/
H A Dubi_Cache.c148 (*CachePtr->free_func)( (void *)EntryPtr );
230 CachePtr->free_func = FreeFunc;
254 (void)ubi_trKillTree( CachePtr, CachePtr->free_func );
H A Dubi_Cache.h139 ubi_trKillNodeRtn free_func; /* Function used to free entries. */ member in struct:__anon12467
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dzlib.h155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes)); typedef
172 free_func zfree; /* used to free the internal state */
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dzlib.h155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes)); typedef
172 free_func zfree; /* used to free the internal state */
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dzlib.h155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes)); typedef
172 free_func zfree; /* used to free the internal state */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirqueue.h86 int hashbin_clear(hashbin_t* hashbin, FREE_FUNC free_func);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirqueue.h86 int hashbin_clear(hashbin_t* hashbin, FREE_FUNC free_func);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirqueue.c77 * Function hashbin_clear (hashbin, free_func)
82 int hashbin_clear( hashbin_t* hashbin, FREE_FUNC free_func) argument
96 if (free_func)
97 (*free_func)(queue);
109 * Function hashbin_delete (hashbin, free_func)
111 * Destroy hashbin, the free_func can be a user supplied special routine
115 int hashbin_delete( hashbin_t* hashbin, FREE_FUNC free_func) argument
130 if (free_func)
131 (*free_func)(queue);

Completed in 464 milliseconds

123