Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dtalloc.c677 void *talloc_steal(const void *new_ctx, const void *ptr) in talloc_steal() argument
685 if (new_ctx == NULL) { in talloc_steal()
686 new_ctx = null_context; in talloc_steal()
691 if (new_ctx == NULL) { in talloc_steal()
706 new_tc = talloc_chunk_from_ptr(new_ctx); in talloc_steal()
A Dtalloc.h118 void *talloc_steal(const void *new_ctx, const void *ptr);
A Dtalloc_guide.txt303 void *talloc_steal(const void *new_ctx, const void *ptr);
317 talloc_steal (new_ctx, NULL) will return NULL with no sideeffects.

Completed in 5 milliseconds