This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef unsigned char | uuid_t[16] |
Functions | |
| void | uuid_generate (uuid_t uu) |
| int | uuid_parse (const char *in, uuid_t uu) |
| void | uuid_unparse_lower (const uuid_t uu, char *out) |
| void | uuid_clear (uuid_t uu) |
| int | uuid_is_null (const uuid_t uu) |
| typedef unsigned char uuid_t[16] |
Definition at line 25 of file proc_uuid.h.
| void uuid_clear | ( | uuid_t | uu | ) |
Definition at line 86 of file proc_uuid.cc.
| void uuid_generate | ( | uuid_t | uu | ) |
Definition at line 49 of file proc_uuid.cc.
| int uuid_is_null | ( | const uuid_t | uu | ) |
Definition at line 91 of file proc_uuid.cc.
| int uuid_parse | ( | const char * | in, |
| uuid_t | uu | ||
| ) |
Definition at line 65 of file proc_uuid.cc.
| void uuid_unparse_lower | ( | const uuid_t | uu, |
| char * | out | ||
| ) |
Definition at line 74 of file proc_uuid.cc.