Home
last modified time | relevance | path

Searched refs:talloc_parent_chunk (Results 1 – 1 of 1) sorted by relevance

/xen/tools/xenstore/
A Dtalloc.c155 static struct talloc_chunk *talloc_parent_chunk(const void *ptr) in talloc_parent_chunk() function
164 struct talloc_chunk *tc = talloc_parent_chunk(ptr); in talloc_parent()
301 struct talloc_chunk *p = talloc_parent_chunk(h); in talloc_unreference()
340 if (talloc_parent_chunk(ptr) != NULL) { in talloc_unlink()
344 if (talloc_chunk_from_ptr(context) != talloc_parent_chunk(ptr)) { in talloc_unlink()
355 new_p = talloc_parent_chunk(tc_p->refs); in talloc_unlink()
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()

Completed in 4 milliseconds