Typedefs | Functions
win32_uuid.h File Reference
#include "safewindows.h"
#include <rpc.h>
+ 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 Documentation

◆ uuid_t

typedef unsigned char uuid_t[16]

Definition at line 38 of file win32_uuid.h.

Function Documentation

◆ uuid_clear()

void uuid_clear ( uuid_t  uu)

Definition at line 86 of file proc_uuid.cc.

References UUID_SIZE.

Referenced by test_uuid1().

◆ uuid_generate()

void uuid_generate ( uuid_t  uu)

◆ uuid_is_null()

int uuid_is_null ( const uuid_t  uu)

Definition at line 91 of file proc_uuid.cc.

References UUID_SIZE.

Referenced by test_uuid1().

◆ uuid_parse()

int uuid_parse ( const char *  in,
uuid_t  uu 
)

◆ uuid_unparse_lower()

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().


Documentation for Xapian (version 1.4.7).
Generated on Fri Jul 20 2018 by Doxygen 1.8.13.