Home | History | Annotate | Download | only in talloc

Lines Matching defs:get_header

59 static inline hieralloc_header_t * get_header(const void *ptr)
163 parent = get_header(context);
183 hieralloc_header_t * header = get_header(ptr);
186 if (get_header(context) != get_header(ptr)->parent)
189 parent = get_header(context);
230 hieralloc_header_t * header = get_header(ptr);
287 //assert(get_header(ptr)->refCount > 0);
288 //get_header(ptr)->refCount--;
296 hieralloc_header_t * header = get_header(ptr);
298 add_to_parent(get_header(new_ctx), header);
317 get_header(ptr)->destructor = destructor;
323 const hieralloc_header_t * header = get_header(ptr);
349 get_header(ret)->name = ret;
366 hieralloc_header_t * header = get_header(str);
372 get_header(ret)->name = ret;
419 get_header(ret)->name = ret;
457 get_header(str)->name = str;
494 _hieralloc_report(get_header(ptr), file, 0);
517 _hieralloc_report_brief(get_header(ptr), file, data);
524 const hieralloc_header_t * header = get_header(ptr);
546 const hieralloc_header_t * start = get_header(top);