Lines Matching refs:talloc_chunk
95 struct talloc_chunk { struct
96 struct talloc_chunk *next, *prev; argument
97 struct talloc_chunk *parent, *child; argument
107 #define TC_HDR_SIZE ((sizeof(struct talloc_chunk)+15)&~15) argument
111 static struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr) in talloc_chunk_from_ptr()
114 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); in talloc_chunk_from_ptr()
155 static struct talloc_chunk *talloc_parent_chunk(const void *ptr) in talloc_parent_chunk()
157 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); in talloc_parent_chunk()
164 struct talloc_chunk *tc = talloc_parent_chunk(ptr); in talloc_parent()
173 struct talloc_chunk *tc; in _talloc()
195 struct talloc_chunk *parent = talloc_chunk_from_ptr(context); in _talloc()
220 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); in talloc_set_destructor()
229 struct talloc_chunk *tc; in talloc_increase_ref_count()
242 struct talloc_chunk *tc1 = talloc_chunk_from_ptr(ptr); in talloc_reference_destructor()
243 struct talloc_chunk *tc2 = talloc_chunk_from_ptr(handle->ptr); in talloc_reference_destructor()
263 struct talloc_chunk *tc; in talloc_reference()
288 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); in talloc_unreference()
301 struct talloc_chunk *p = talloc_parent_chunk(h); in talloc_unreference()
324 struct talloc_chunk *tc_p, *new_p; in talloc_unlink()
378 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); in talloc_set_name_v()
402 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); in talloc_set_name_const()
450 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); in talloc_get_name()
504 struct talloc_chunk *tc; in talloc_free_children()
521 struct talloc_chunk *p = talloc_parent_chunk(tc->child->refs); in talloc_free_children()
526 struct talloc_chunk *p = talloc_parent_chunk(ptr); in talloc_free_children()
544 struct talloc_chunk *tc; in talloc_free()
608 struct talloc_chunk *tc; in _talloc_realloc()
679 struct talloc_chunk *tc, *new_tc; in talloc_steal()
735 struct talloc_chunk *c, *tc; in talloc_total_size()
768 struct talloc_chunk *c, *tc = talloc_chunk_from_ptr(ptr); in talloc_total_blocks()
791 struct talloc_chunk *tc = talloc_chunk_from_ptr(ptr); in talloc_reference_count()
806 struct talloc_chunk *c, *tc = talloc_chunk_from_ptr(ptr); in talloc_report_depth()
857 struct talloc_chunk *c, *tc; in talloc_report()
918 struct talloc_chunk *c, *tc = talloc_chunk_from_ptr(ptr); in talloc_report_depth_str()
1147 struct talloc_chunk *tc; in talloc_vasprintf_append()
1265 struct talloc_chunk *tc; in talloc_get_size()
1280 struct talloc_chunk *tc; in talloc_find_parent_byname()
1302 struct talloc_chunk *tc; in talloc_show_parents()