Home
last modified time | relevance | path

Searched defs:talloc_get_type_abort (Results 1 – 10 of 10) sorted by relevance

/dports/net/samba412/samba-4.12.15/lib/talloc/
H A Dtalloc.h776 #define talloc_get_type_abort(ptr, type) (type *)(ptr) macro
778 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro
/dports/devel/talloc/talloc-2.3.1/
H A Dtalloc.h776 #define talloc_get_type_abort(ptr, type) (type *)(ptr) macro
778 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro
/dports/devel/tevent/tevent-0.10.2/lib/talloc/
H A Dtalloc.h776 #define talloc_get_type_abort(ptr, type) (type *)(ptr) macro
778 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro
/dports/databases/ldb15/ldb-1.5.6/lib/talloc/
H A Dtalloc.h776 #define talloc_get_type_abort(ptr, type) (type *)(ptr) macro
778 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro
/dports/databases/ldb21/ldb-2.1.5/lib/talloc/
H A Dtalloc.h776 #define talloc_get_type_abort(ptr, type) (type *)(ptr) macro
778 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro
/dports/databases/ldb20/ldb-2.0.10/lib/talloc/
H A Dtalloc.h776 #define talloc_get_type_abort(ptr, type) (type *)(ptr) macro
778 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro
/dports/databases/ldb22/ldb-2.2.1/lib/talloc/
H A Dtalloc.h781 #define talloc_get_type_abort(ptr, type) (type *)(ptr) macro
783 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dtalloc.h574 #define talloc_get_type_abort(ptr, type) \ macro
/dports/net/netatalk3/netatalk-3.1.12/include/atalk/
H A Dtalloc.h759 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro
/dports/sysutils/py-pytsk/pytsk3-20210419/talloc/
H A Dtalloc.h764 #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__) macro