Home
last modified time | relevance | path

Searched defs:TALLOC_FREE (Results 1 – 17 of 17) sorted by relevance

/dports/net/samba412/samba-4.12.15/lib/tevent/
H A Dtevent_util.h184 #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) macro
/dports/devel/tevent/tevent-0.10.2/
H A Dtevent_util.h184 #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) macro
/dports/databases/ldb15/ldb-1.5.6/lib/tevent/
H A Dtevent_util.h184 #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) macro
/dports/databases/ldb20/ldb-2.0.10/lib/tevent/
H A Dtevent_util.h184 #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) macro
/dports/databases/ldb21/ldb-2.1.5/tests/
H A Dtest_ldb_dn.c184 bool result;
185 const char *linear;
/dports/databases/ldb22/ldb-2.2.1/lib/tevent/
H A Dtevent_util.h184 #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) macro
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dtalloc.h83 #define TALLOC_FREE(ptr) do { talloc_free(ptr); (ptr) = NULL; } while (0) macro
/dports/net/netatalk3/netatalk-3.1.12/include/atalk/
H A Dtalloc.h850 #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) macro
/dports/net/samba412/samba-4.12.15/lib/talloc/
H A Dtalloc.h911 #define TALLOC_FREE(ctx) do { if (ctx != NULL) { talloc_free(ctx); ctx=NULL; } } while(0) macro
/dports/devel/talloc/talloc-2.3.1/
H A Dtalloc.h911 #define TALLOC_FREE(ctx) do { if (ctx != NULL) { talloc_free(ctx); ctx=NULL; } } while(0) macro
/dports/devel/tevent/tevent-0.10.2/lib/talloc/
H A Dtalloc.h911 #define TALLOC_FREE(ctx) do { if (ctx != NULL) { talloc_free(ctx); ctx=NULL; } } while(0) macro
/dports/sysutils/py-pytsk/pytsk3-20210419/talloc/
H A Dtalloc.h896 #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) macro
/dports/databases/ldb15/ldb-1.5.6/lib/talloc/
H A Dtalloc.h911 #define TALLOC_FREE(ctx) do { if (ctx != NULL) { talloc_free(ctx); ctx=NULL; } } while(0) macro
/dports/databases/ldb21/ldb-2.1.5/lib/talloc/
H A Dtalloc.h911 #define TALLOC_FREE(ctx) do { if (ctx != NULL) { talloc_free(ctx); ctx=NULL; } } while(0) macro
/dports/databases/ldb20/ldb-2.0.10/lib/talloc/
H A Dtalloc.h911 #define TALLOC_FREE(ctx) do { if (ctx != NULL) { talloc_free(ctx); ctx=NULL; } } while(0) macro
/dports/databases/ldb22/ldb-2.2.1/lib/talloc/
H A Dtalloc.h916 #define TALLOC_FREE(ctx) do { if (ctx != NULL) { talloc_free(ctx); ctx=NULL; } } while(0) macro
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dsmb_macros.h242 #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) macro