Searched refs:talloc_chunk (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Dtalloc.h22 struct talloc_chunk { struct
23 struct talloc_chunk *next;
30 struct talloc_chunk *list;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Dtalloc.h22 struct talloc_chunk { struct
23 struct talloc_chunk *next;
30 struct talloc_chunk *list;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Dtalloc.h22 struct talloc_chunk { struct
23 struct talloc_chunk *next;
30 struct talloc_chunk *list;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dtalloc.c62 struct talloc_chunk *c;
65 c = (struct talloc_chunk *)malloc(sizeof(*c));
86 struct talloc_chunk *c;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dtalloc.c62 struct talloc_chunk *c;
65 c = (struct talloc_chunk *)malloc(sizeof(*c));
86 struct talloc_chunk *c;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dtalloc.c62 struct talloc_chunk *c;
65 c = (struct talloc_chunk *)malloc(sizeof(*c));
86 struct talloc_chunk *c;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c115 struct talloc_chunk { struct
116 struct talloc_chunk *next, *prev;
117 struct talloc_chunk *parent, *child;
131 * is a pointer to the struct talloc_chunk of the pool that it was
139 #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15)
227 static inline struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr)
230 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE);
280 static inline struct talloc_chunk *talloc_parent_chunk(const void *ptr)
282 struct talloc_chunk *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c115 struct talloc_chunk { struct
116 struct talloc_chunk *next, *prev;
117 struct talloc_chunk *parent, *child;
131 * is a pointer to the struct talloc_chunk of the pool that it was
139 #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15)
227 static inline struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr)
230 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE);
280 static inline struct talloc_chunk *talloc_parent_chunk(const void *ptr)
282 struct talloc_chunk *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/talloc/
H A Dtalloc.c115 struct talloc_chunk { struct
116 struct talloc_chunk *next, *prev;
117 struct talloc_chunk *parent, *child;
131 * is a pointer to the struct talloc_chunk of the pool that it was
139 #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15)
227 static inline struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr)
230 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE);
280 static inline struct talloc_chunk *talloc_parent_chunk(const void *ptr)
282 struct talloc_chunk *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.c105 struct talloc_chunk { struct
106 struct talloc_chunk *next, *prev;
107 struct talloc_chunk *parent, *child;
116 #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15)
120 static inline struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr)
123 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE);
165 static inline struct talloc_chunk *talloc_parent_chunk(const void *ptr)
167 struct talloc_chunk *tc;
181 struct talloc_chunk *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.c105 struct talloc_chunk { struct
106 struct talloc_chunk *next, *prev;
107 struct talloc_chunk *parent, *child;
116 #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15)
120 static inline struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr)
123 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE);
165 static inline struct talloc_chunk *talloc_parent_chunk(const void *ptr)
167 struct talloc_chunk *tc;
181 struct talloc_chunk *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.c105 struct talloc_chunk { struct
106 struct talloc_chunk *next, *prev;
107 struct talloc_chunk *parent, *child;
116 #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15)
120 static inline struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr)
123 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE);
165 static inline struct talloc_chunk *talloc_parent_chunk(const void *ptr)
167 struct talloc_chunk *tc;
181 struct talloc_chunk *t
[all...]

Completed in 202 milliseconds