Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstored_solaris.c106 if ((str = talloc_zero_size(conn, in->hdr.msg.len + 1)) == NULL) in mangle()
A Dtalloc.h51 #define talloc_zero_size(ctx, size) _talloc_zero(ctx, size, __location__) macro
A Dtalloc_guide.txt437 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
A Dtdb.c893 if (!(newdb = talloc_zero_size(tdb, size)))

Completed in 9 milliseconds