Adaptive Framework
0.9.0
|
AFW UUID Support. More...
#include "afw_internal.h"
Go to the source code of this file.
Functions | |
afw_uuid_generate (afw_uuid_t *uuid, afw_xctx_t *xctx) | |
Generate a new UUID. More... | |
afw_uuid_create (const afw_pool_t *p, afw_xctx_t *xctx) | |
Create a UUID. More... | |
afw_uuid_create_string (const afw_pool_t *p, afw_xctx_t *xctx) | |
Create a UUID as a standard format UUID utf-8 string value. More... | |
afw_uuid_create_utf8 (const afw_pool_t *p, afw_xctx_t *xctx) | |
Create a UUID as a standard format UUID utf-8 string. More... | |
afw_uuid_to_utf8 (const afw_uuid_t *uuid, const afw_pool_t *p, afw_xctx_t *xctx) | |
Convert uuid to a standard format UUID utf-8 string. More... | |
afw_uuid_parse (afw_uuid_t *uuid, const afw_utf8_t *s, afw_xctx_t *xctx) | |
Parse a standard format UUID string to a uuid. More... | |
afw_uuid_from_utf8 (const afw_utf8_t *s, const afw_pool_t *p, afw_xctx_t *xctx) | |
Convert standard format UUID utf-8 string to uuid. More... | |
AFW UUID Support.
Definition in file afw_uuid.c.