Searched refs:talloc_new (Results 1 – 5 of 5) sorted by relevance
51 #define talloc_new(ctx) talloc_named_const(ctx, 0, "talloc_new: " __location__) macro
152 void *ctx = talloc_new(NULL); /* Work context for subfunctions. */ in lu_read_state()
266 void *talloc_new(void *ctx);269 off an exiting context, automatically naming it "talloc_new: __location__"
1919 tmpctx = talloc_new(ctx); in walk_node_tree()2080 ctx = talloc_new(NULL); in process_message()2456 ctx = talloc_new(NULL); in check_store()
583 void *ctx = talloc_new(NULL); in fire_special_watches()
Completed in 15 milliseconds