Go to the source code of this file.
|
| #define | isbase26(_c) ( ((unsigned)(_c) >= 'A') && ((unsigned)(_c) <= 'Z') ) |
| |
|
| typedef unsigned int | UINT32 |
| |
| typedef unsigned short int | UINT16 |
| |
◆ isbase26
| #define isbase26 |
( |
|
_c | ) |
( ((unsigned)(_c) >= 'A') && ((unsigned)(_c) <= 'Z') ) |
◆ UINT16
| typedef unsigned short int UINT16 |
◆ UINT32
◆ base26_checksum()
| const char base26_checksum |
( |
const char * |
str | ) |
|
◆ base26_dublet_for_bits_28_to_36()
| const char * base26_dublet_for_bits_28_to_36 |
( |
unsigned char * |
a | ) |
|
◆ base26_dublet_for_bits_56_to_64()
| const char * base26_dublet_for_bits_56_to_64 |
( |
unsigned char * |
a | ) |
|
◆ base26_triplet_1()
| const char * base26_triplet_1 |
( |
const unsigned char * |
a | ) |
|
◆ base26_triplet_2()
| const char * base26_triplet_2 |
( |
const unsigned char * |
a | ) |
|
◆ base26_triplet_3()
| const char * base26_triplet_3 |
( |
const unsigned char * |
a | ) |
|
◆ base26_triplet_4()
| const char * base26_triplet_4 |
( |
const unsigned char * |
a | ) |
|
◆ get_xtra_hash_major_hex()
| void get_xtra_hash_major_hex |
( |
const unsigned char * |
a, |
|
|
char * |
szXtra |
|
) |
| |
◆ get_xtra_hash_minor_hex()
| void get_xtra_hash_minor_hex |
( |
const unsigned char * |
a, |
|
|
char * |
szXtra |
|
) |
| |