Home
last modified time | relevance | path

Searched defs:XFREE (Results 1 – 25 of 114) sorted by relevance

12345

/dports/dns/dnshistory/dnshistory-1.3/src/
H A Dxmalloc.h40 #define XFREE(stuff) free (stuff); stuff = NULL; macro
/dports/www/awffull/awffull-3.10.2/src/
H A Dxmalloc.h35 #define XFREE(stuff) free (stuff); stuff = NULL; macro
/dports/japanese/awffull/awffull-3.10.2/src/
H A Dxmalloc.h35 #define XFREE(stuff) free (stuff); stuff = NULL; macro
/dports/net/quagga/quagga-1.2.4/lib/
H A Dmemory.h50 #define XFREE(mtype, ptr) \ macro
61 #define XFREE(mtype, ptr) do { \ macro
/dports/devel/libmatheval/libmatheval-1.1.11/lib/
H A Dxmalloc.h29 #define XFREE(stale) free (stale); macro
/dports/security/0d1n/0d1n-2.3/
H A Dmem_ops.h9 #define XFREE(x) xfree((void **)&x); macro
/dports/converters/tnef/tnef-1.4.12/src/
H A Dalloc.h51 #define XFREE(_ptr) \ macro
/dports/misc/hotkeys/hotkeys-0.5.7.1/src/
H A Dxmalloc.h21 #define XFREE(stale) do { \ macro
/dports/security/wolfssl/wolfssl-5.1.0/cyassl/ctaocrypt/
H A Dsettings.h237 #define XFREE(p, h, type) PICO_FREE((p)) macro
261 #define XFREE(p, h, type) free((p)) macro
269 #define XFREE yaXFREE macro
350 #define XFREE(p, h, type) (rtp_free(p)) macro
395 #define XFREE(p, h, type) vPortFree((p)) macro
428 #define XFREE(p, h, t) {void* xp = (p); if ((xp)) _mem_free((xp));} macro
489 #define XFREE(p, h, type) (NetSecure_BlkFree((CPU_INT08U)(type), \ macro
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/cyassl/ctaocrypt/
H A Dsettings.h237 #define XFREE(p, h, type) PICO_FREE((p)) macro
261 #define XFREE(p, h, type) free((p)) macro
269 #define XFREE yaXFREE macro
350 #define XFREE(p, h, type) (rtp_free(p)) macro
395 #define XFREE(p, h, type) vPortFree((p)) macro
428 #define XFREE(p, h, t) {void* xp = (p); if ((xp)) _mem_free((xp));} macro
489 #define XFREE(p, h, type) (NetSecure_BlkFree((CPU_INT08U)(type), \ macro
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/cyassl/ctaocrypt/
H A Dsettings.h237 #define XFREE(p, h, type) PICO_FREE((p)) macro
261 #define XFREE(p, h, type) free((p)) macro
269 #define XFREE yaXFREE macro
350 #define XFREE(p, h, type) (rtp_free(p)) macro
395 #define XFREE(p, h, type) vPortFree((p)) macro
428 #define XFREE(p, h, t) {void* xp = (p); if ((xp)) _mem_free((xp));} macro
489 #define XFREE(p, h, type) (NetSecure_BlkFree((CPU_INT08U)(type), \ macro
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/cyassl/ctaocrypt/
H A Dsettings.h237 #define XFREE(p, h, type) PICO_FREE((p)) macro
261 #define XFREE(p, h, type) free((p)) macro
269 #define XFREE yaXFREE macro
350 #define XFREE(p, h, type) (rtp_free(p)) macro
395 #define XFREE(p, h, type) vPortFree((p)) macro
428 #define XFREE(p, h, t) {void* xp = (p); if ((xp)) _mem_free((xp));} macro
489 #define XFREE(p, h, type) (NetSecure_BlkFree((CPU_INT08U)(type), \ macro
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/cyassl/ctaocrypt/
H A Dsettings.h237 #define XFREE(p, h, type) PICO_FREE((p)) macro
261 #define XFREE(p, h, type) free((p)) macro
269 #define XFREE yaXFREE macro
350 #define XFREE(p, h, type) (rtp_free(p)) macro
395 #define XFREE(p, h, type) vPortFree((p)) macro
428 #define XFREE(p, h, t) {void* xp = (p); if ((xp)) _mem_free((xp));} macro
489 #define XFREE(p, h, type) (NetSecure_BlkFree((CPU_INT08U)(type), \ macro
/dports/net/thcrut/thcrut-1.2.5/src/
H A Ddefault.h47 #define XFREE(ptr) do{if(ptr) free(ptr); ptr = NULL;}while(0) macro
/dports/security/courierpasswd/courierpasswd-1.1.3/
H A Dcourierpasswd.h59 #define XFREE(stale) \ macro
/dports/security/courieruserinfo/courieruserinfo-1.1.2/
H A Dcourieruserinfo.h56 #define XFREE(stale) \ macro
/dports/security/p5-CryptX/CryptX-0.075/src/ltm/
H A Dtommath_private.h43 # define XFREE free macro
/dports/math/iml/iml-1.0.5/src/
H A Dcommon.h115 #define XFREE(stale) do { \ macro
/dports/security/courierpassd/courierpassd-1.1.2/
H A Dcourierpassd.h81 #define XFREE(stale) \ macro
/dports/x11-fonts/mkbold-mkitalic/mkbold-mkitalic-0.11/
H A Dcommon.h45 #define XFREE(stale) do { if (stale != NULL) { free(stale); stale = NULL; } } while(0) macro
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dtypes.h372 #define XFREE(p, h, t) IntelQaFree((p), (h), (t), __func__, __LINE__) macro
376 #define XFREE(p, h, t) IntelQaFree((p), (h), (t)) macro
388 #define XFREE(p, h, t) wc_CryptoCb_IntelQaFree((p), (h), (t)) macro
401 #define XFREE(p, h, t) xfree(p, h, t, __func__, __FILE__, __LINE__) macro
418 #define XFREE(p, h, t) {void* xp = (p); if((xp)) m2mb_os_free((xp));} macro
431 #define XFREE(p, h, t) macro
435 #define XFREE(p, h, t) macro
442 #define XFREE(p, h, t) {void* xp = (p); if((xp)) free((xp));} macro
449 #define XFREE(p, h, t) ({void* _xp; (void)(h); _xp = (p); if(_xp) kfree(_xp);}) macro
467 … #define XFREE(p, h, t) {void* xp = (p); if((xp)) wolfSSL_Free((xp), (h), (t));} macro
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dtypes.h372 #define XFREE(p, h, t) IntelQaFree((p), (h), (t), __func__, __LINE__) macro
376 #define XFREE(p, h, t) IntelQaFree((p), (h), (t)) macro
388 #define XFREE(p, h, t) wc_CryptoCb_IntelQaFree((p), (h), (t)) macro
401 #define XFREE(p, h, t) xfree(p, h, t, __func__, __FILE__, __LINE__) macro
418 #define XFREE(p, h, t) {void* xp = (p); if((xp)) m2mb_os_free((xp));} macro
431 #define XFREE(p, h, t) macro
435 #define XFREE(p, h, t) macro
442 #define XFREE(p, h, t) {void* xp = (p); if((xp)) free((xp));} macro
449 #define XFREE(p, h, t) ({void* _xp; (void)(h); _xp = (p); if(_xp) kfree(_xp);}) macro
467 … #define XFREE(p, h, t) {void* xp = (p); if((xp)) wolfSSL_Free((xp), (h), (t));} macro
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dtypes.h372 #define XFREE(p, h, t) IntelQaFree((p), (h), (t), __func__, __LINE__) macro
376 #define XFREE(p, h, t) IntelQaFree((p), (h), (t)) macro
388 #define XFREE(p, h, t) wc_CryptoCb_IntelQaFree((p), (h), (t)) macro
401 #define XFREE(p, h, t) xfree(p, h, t, __func__, __FILE__, __LINE__) macro
418 #define XFREE(p, h, t) {void* xp = (p); if((xp)) m2mb_os_free((xp));} macro
431 #define XFREE(p, h, t) macro
435 #define XFREE(p, h, t) macro
442 #define XFREE(p, h, t) {void* xp = (p); if((xp)) free((xp));} macro
449 #define XFREE(p, h, t) ({void* _xp; (void)(h); _xp = (p); if(_xp) kfree(_xp);}) macro
467 … #define XFREE(p, h, t) {void* xp = (p); if((xp)) wolfSSL_Free((xp), (h), (t));} macro
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dtypes.h372 #define XFREE(p, h, t) IntelQaFree((p), (h), (t), __func__, __LINE__) macro
376 #define XFREE(p, h, t) IntelQaFree((p), (h), (t)) macro
388 #define XFREE(p, h, t) wc_CryptoCb_IntelQaFree((p), (h), (t)) macro
401 #define XFREE(p, h, t) xfree(p, h, t, __func__, __FILE__, __LINE__) macro
418 #define XFREE(p, h, t) {void* xp = (p); if((xp)) m2mb_os_free((xp));} macro
431 #define XFREE(p, h, t) macro
435 #define XFREE(p, h, t) macro
442 #define XFREE(p, h, t) {void* xp = (p); if((xp)) free((xp));} macro
449 #define XFREE(p, h, t) ({void* _xp; (void)(h); _xp = (p); if(_xp) kfree(_xp);}) macro
467 … #define XFREE(p, h, t) {void* xp = (p); if((xp)) wolfSSL_Free((xp), (h), (t));} macro
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dtypes.h372 #define XFREE(p, h, t) IntelQaFree((p), (h), (t), __func__, __LINE__) macro
376 #define XFREE(p, h, t) IntelQaFree((p), (h), (t)) macro
388 #define XFREE(p, h, t) wc_CryptoCb_IntelQaFree((p), (h), (t)) macro
401 #define XFREE(p, h, t) xfree(p, h, t, __func__, __FILE__, __LINE__) macro
418 #define XFREE(p, h, t) {void* xp = (p); if((xp)) m2mb_os_free((xp));} macro
431 #define XFREE(p, h, t) macro
435 #define XFREE(p, h, t) macro
442 #define XFREE(p, h, t) {void* xp = (p); if((xp)) free((xp));} macro
449 #define XFREE(p, h, t) ({void* _xp; (void)(h); _xp = (p); if(_xp) kfree(_xp);}) macro
467 … #define XFREE(p, h, t) {void* xp = (p); if((xp)) wolfSSL_Free((xp), (h), (t));} macro
[all …]

12345