#include "safewindows.h"#include <rpc.h>


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 34 of file win32_uuid.h.
| void uuid_clear | ( | uuid_t | uu | ) | [inline] |
Definition at line 108 of file safeuuid.h.
References UUID_SIZE.
Referenced by FlintVersion::create(), and FlintVersion::read_and_check().
| void uuid_generate | ( | uuid_t | uu | ) | [inline] |
Definition at line 64 of file safeuuid.h.
References rare, UUID_SIZE, and uuid_t.
Referenced by ChertVersion::create(), BrassVersion::create(), and FlintVersion::ensure_uuid().
| int uuid_is_null | ( | const uuid_t | uu | ) | [inline] |
Definition at line 114 of file safeuuid.h.
References UUID_SIZE.
Referenced by FlintVersion::ensure_uuid().
| int uuid_parse | ( | const char * | in, | |
| uuid_t | uu | |||
| ) | [inline] |
Definition at line 76 of file safeuuid.h.
References UUID_SIZE, and uuid_t.
Referenced by FlintVersion::set_uuid_string(), ChertVersion::set_uuid_string(), and BrassVersion::set_uuid_string().
| void uuid_unparse_lower | ( | const uuid_t | uu, | |
| char * | out | |||
| ) | [inline] |
Definition at line 88 of file safeuuid.h.
References rare, UUID_SIZE, UUID_STRING_SIZE, and uuid_t.
Referenced by FlintVersion::get_uuid_string(), ChertVersion::get_uuid_string(), and BrassVersion::get_uuid_string().