#include <talloc.h>Go to the source code of this file.
Data Structures | |
| struct | DALLOC_CTX |
Macros | |
| #define | DALLOC_H |
| #define | dalloc_add_copy(d, obj, type) |
| #define | dalloc_add(d, obj, type) |
Functions | |
| int | dalloc_add_talloc_chunk (DALLOC_CTX *dd, void *talloc_chunk, void *obj, size_t size) |
| void * | dalloc_get (const DALLOC_CTX *d,...) |
| Get pointer to value from a DALLOC object. | |
| void * | dalloc_value_for_key (const DALLOC_CTX *d,...) |
| char * | dalloc_strdup (const void *ctx, const char *string) |
| char * | dalloc_strndup (const void *ctx, const char *string, size_t n) |
| #define DALLOC_H |
|
extern |
Use dalloc_add_copy() macro, not this function
|
extern |
Get pointer to value from a DALLOC object.
Returns pointer to object from a DALLOC object. Nested object interation is supported by using the type string "DALLOC_CTX". Any other type string designates the requested objects type.
|
extern |
|
extern |
|
extern |