Go to the source code of this file.
|
| typedef struct PccSearch | PccSearch |
| | Hash key for searching among PccEntry .
|
| typedef struct PccKeyExt | PccKeyExt |
| typedef struct PccKey | PccKey |
| | Hash key stored in PccEntry .
|
◆ PccKey_CountExtensions_
| #define PccKey_CountExtensions_ |
( |
| nameL, |
|
|
| fhL ) |
Value:
@ PccKeyFhCapacity
Definition pcc-key.h:14
@ PccKeyNameCapacity
Definition pcc-key.h:13
@ PccKeyExtCapacity
Definition pcc-key.h:15
◆ PccKey
| typedef struct PccKey PccKey |
Hash key stored in PccEntry .
◆ PccKeyExt
| typedef struct PccKeyExt PccKeyExt |
◆ PccSearch
| typedef struct PccSearch PccSearch |
Hash key for searching among PccEntry .
◆ anonymous enum
| Enumerator |
|---|
| PccKeyNameCapacity | |
| PccKeyFhCapacity | |
| PccKeyExtCapacity | |
| PccKeyMaxExts | |
◆ PccKey_MatchFieldWithExt_()
| bool PccKey_MatchFieldWithExt_ |
( |
LName | name, |
|
|
const uint8_t * | firstV, |
|
|
uint16_t | firstCapacity, |
|
|
const PccKeyExt * | ext ) |
◆ PccKey_WriteFieldWithExt_()
| int PccKey_WriteFieldWithExt_ |
( |
LName | name, |
|
|
uint8_t * | firstV, |
|
|
uint16_t | firstCapacity, |
|
|
PccKeyExt ** | next, |
|
|
PccKeyExt * | exts[] ) |
◆ PccSearch_ToDebugString()
| const char * PccSearch_ToDebugString |
( |
const PccSearch * | search | ) |
|
Convert search to a string for debug purpose.
- Returns
- see
DebugString_Get