Go to the source code of this file.
Functions | |
char * | fn_uuid_create (char *uuid) |
char * | fn_guid_create (char *guid) |
char * | fn_squash_guid (char *guid, char *uuid) |
char * | fn_expand_uuid (char *uuid, char *guid) |
char * | _uuid_to_uuid (uuid__t *_uuid, char *uuid) |
char * | guid_to__uuid (char *guid, uuid__t *_uuid) |
char * | _uuid_to_guid (uuid__t *_uuid, char *guid) |
uuid__t * | uuid_to__uuid (char *uuid, uuid__t *_uuid) |
int | sq_to_int (char i) |
char* _uuid_to_guid | ( | uuid__t * | _uuid, | |
char * | guid | |||
) |
Definition at line 138 of file uuidlib.cpp.
char* _uuid_to_uuid | ( | uuid__t * | _uuid, | |
char * | uuid | |||
) |
Definition at line 220 of file uuidlib.cpp.
char* fn_expand_uuid | ( | char * | uuid, | |
char * | guid | |||
) |
Definition at line 125 of file uuidlib.cpp.
char* fn_guid_create | ( | char * | guid | ) |
Definition at line 100 of file uuidlib.cpp.
char* fn_squash_guid | ( | char * | guid, | |
char * | uuid | |||
) |
Definition at line 113 of file uuidlib.cpp.
char* fn_uuid_create | ( | char * | uuid | ) |
Definition at line 87 of file uuidlib.cpp.
char* guid_to__uuid | ( | char * | guid, | |
uuid__t * | _uuid | |||
) |
Definition at line 156 of file uuidlib.cpp.
int sq_to_int | ( | char | i | ) |
Definition at line 324 of file uuidlib.cpp.
Definition at line 267 of file uuidlib.cpp.