Searched refs:talloc_zero_size (Results 1 – 4 of 4) sorted by relevance
106 if ((str = talloc_zero_size(conn, in->hdr.msg.len + 1)) == NULL) in mangle()
51 #define talloc_zero_size(ctx, size) _talloc_zero(ctx, size, __location__) macro
437 void *talloc_zero_size(const void *ctx, size_t size)439 The talloc_zero_size() function is useful when you don't have a known type
893 if (!(newdb = talloc_zero_size(tdb, size)))
Completed in 27 milliseconds