#include <rpmdb/header_internal.h>
Collaboration diagram for sprintfToken_s:

Public Types | |
| enum | { PTOK_NONE = 0, PTOK_TAG = 1, PTOK_ARRAY = 2, PTOK_STRING = 3, PTOK_COND = 4 } |
Data Fields | |
| enum sprintfToken_s:: { ... } | type |
| union { | |
| sprintfTag_s tag | |
| struct { | |
| sprintfToken format | |
| int numTokens | |
| } array | |
| struct { | |
| char * string | |
| int len | |
| } string | |
| struct { | |
| sprintfToken ifFormat | |
| int numIfTokens | |
| sprintfToken elseFormat | |
| int numElseTokens | |
| sprintfTag_s tag | |
| } cond | |
| } | u |
Definition at line 107 of file header_internal.h.
|
|
Definition at line 108 of file header_internal.h. |
|
|
PTOK_ARRAY Referenced by freeFormat(). |
|
|
PTOK_COND Referenced by freeFormat(). |
|
|
Definition at line 132 of file header_internal.h. |
|
|
Definition at line 119 of file header_internal.h. |
|
|
Definition at line 129 of file header_internal.h. |
|
|
Definition at line 125 of file header_internal.h. |
|
|
Definition at line 133 of file header_internal.h. |
|
|
Definition at line 130 of file header_internal.h. |
|
|
Definition at line 120 of file header_internal.h. |
|
|
PTOK_STRING |
|
|
Definition at line 124 of file header_internal.h. |
|
|
Definition at line 134 of file header_internal.h. |
|
|
PTOK_TAG Definition at line 116 of file header_internal.h. Referenced by freeFormat(). |
|
|
Referenced by findTag(), hsaInit(), hsaNext(), parseExpression(), parseFormat(), and singleSprintf(). |
|
|
Referenced by findTag(), freeFormat(), hsaInit(), hsaNext(), parseExpression(), parseFormat(), and singleSprintf(). |
1.4.4