rpm
4.5
|
#include <rpmdb/header_internal.h>
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 { | |
struct sprintfTag_s tag | |
struct { | |
sprintfToken format | |
int numTokens | |
} array | |
struct { | |
char * string | |
int len | |
} string | |
struct { | |
sprintfToken ifFormat | |
int numIfTokens | |
sprintfToken elseFormat | |
int numElseTokens | |
struct sprintfTag_s tag | |
} cond | |
} | u |
Definition at line 107 of file header_internal.h.
anonymous enum |
Definition at line 108 of file header_internal.h.
struct { ... } sprintfToken_s::array |
PTOK_ARRAY
Referenced by freeFormat(), hsaInit(), hsaNext(), parseFormat(), and singleSprintf().
struct { ... } sprintfToken_s::cond |
PTOK_COND
Referenced by findTag(), freeFormat(), parseExpression(), and singleSprintf().
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.
char* sprintfToken_s::string |
Definition at line 124 of file header_internal.h.
Referenced by parseFormat(), and singleSprintf().
struct { ... } sprintfToken_s::string |
PTOK_STRING
struct sprintfTag_s sprintfToken_s::tag |
PTOK_TAG
Definition at line 116 of file header_internal.h.
Referenced by findTag(), freeFormat(), hsaInit(), hsaNext(), parseFormat(), and singleSprintf().
enum { ... } sprintfToken_s::type |
Referenced by findTag(), hsaInit(), hsaNext(), parseExpression(), parseFormat(), and singleSprintf().
union { ... } sprintfToken_s::u |
Referenced by findTag(), freeFormat(), hsaInit(), hsaNext(), parseExpression(), parseFormat(), and singleSprintf().