Data Fields | |
Header | h |
char * | fmt |
headerTagTableEntry | tags |
headerSprintfExtension | exts |
const char * | errmsg |
HE_t | ec |
int | nec |
sprintfToken | format |
HeaderIterator | hi |
char * | val |
size_t | vallen |
size_t | alloced |
int | numTokens |
int | i |
Definition at line 2546 of file header.c.
size_t headerSprintfArgs_s::alloced |
Extension data cache.
Definition at line 2555 of file header.c.
Referenced by formatValue(), and singleSprintf().
const char* headerSprintfArgs_s::errmsg |
Definition at line 2554 of file header.c.
Referenced by parseExpression(), parseFormat(), and singleSprintf().
char* headerSprintfArgs_s::fmt |
Definition at line 2547 of file header.c.
Referenced by formatValue(), getExtension(), hsaInit(), and singleSprintf().
Definition at line 2550 of file header.c.
Referenced by findTag(), formatValue(), and singleSprintf().
char* headerSprintfArgs_s::val |
Definition at line 2561 of file header.c.
Referenced by formatValue(), hsaReserve(), and singleSprintf().
size_t headerSprintfArgs_s::vallen |
Definition at line 2562 of file header.c.
Referenced by formatValue(), hsaReserve(), and singleSprintf().