Data Structures | |
| struct | apr_uuid_t |
Defines | |
| #define | APR_UUID_FORMATTED_LENGTH 36 |
Functions | |
| void | apr_uuid_get (apr_uuid_t *uuid) |
| void | apr_uuid_format (char *buffer, const apr_uuid_t *uuid) |
| apr_status_t | apr_uuid_parse (apr_uuid_t *uuid, const char *uuid_str) |
|
|
UUIDs are formatted as: 00112233-4455-6677-8899-AABBCCDDEEFF |
|
||||||||||||
|
Format a UUID into a string, following the standard format
|
|
|
Generate and return a (new) UUID
|
|
||||||||||||
|
Parse a standard-format string into a UUID
|
1.3.9.1