uuid.h File Reference
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
Go to the source code of this file.
Define Documentation
| #define UUID_VARIANT_DCE 1 |
| #define UUID_VARIANT_MICROSOFT 2 |
| #define UUID_VARIANT_NCS 0 |
| #define UUID_VARIANT_OTHER 3 |
Typedef Documentation
| typedef unsigned char uuid_t[16] |
Function Documentation
| void uuid_generate |
( |
uuid_t |
out |
) |
|
| void uuid_generate_random |
( |
uuid_t |
out |
) |
|
| void uuid_generate_time |
( |
uuid_t |
out |
) |
|
| int uuid_is_null |
( |
const uuid_t |
uu |
) |
|
| int uuid_parse |
( |
const char * |
in, |
|
|
uuid_t |
uu | |
|
) |
| | |
| time_t uuid_time |
( |
const uuid_t |
uu, |
|
|
struct timeval * |
ret_tv | |
|
) |
| | |
| int uuid_type |
( |
const uuid_t |
uu |
) |
|
| void uuid_unparse |
( |
const uuid_t |
uu, |
|
|
char * |
out | |
|
) |
| | |
| int uuid_variant |
( |
const uuid_t |
uu |
) |
|