Include dependency graph for win32_uuid.h:
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 38 of file win32_uuid.h.
| void uuid_clear | ( | uuid_t | uu | ) |
| void uuid_generate | ( | uuid_t | uu | ) |
Definition at line 49 of file proc_uuid.cc.
References close(), Xapian::InMemory::open(), rare, uuid_parse(), UUID_SIZE, and UUID_STRING_SIZE.
Referenced by ChertVersion::create(), GlassVersion::create(), and test_uuid1().
| int uuid_is_null | ( | const uuid_t | uu | ) |
| int uuid_parse | ( | const char * | in, |
| uuid_t | uu | ||
| ) |
Definition at line 65 of file proc_uuid.cc.
References hex_digit(), and UUID_SIZE.
Referenced by ChertVersion::get_uuid_string(), GlassVersion::get_uuid_string(), test_uuid1(), and uuid_generate().
| void uuid_unparse_lower | ( | const uuid_t | uu, |
| char * | out | ||
| ) |
Definition at line 74 of file proc_uuid.cc.
References UUID_SIZE.
Referenced by ChertVersion::get_uuid_string(), GlassVersion::get_uuid_string(), and test_uuid1().