rpm 5.3.7
|
Data Fields | |
const char * | spew_name |
const char * | spew_init |
const char * | spew_fini |
size_t(* | spew_strlen )(const char *s, int lvl) |
char *(* | spew_strcpy )(char *t, const char *s, int lvl) |
const char* spew_s::spew_fini |
Definition at line 331 of file hdrfmt.c.
Referenced by headerSprintf().
const char* spew_s::spew_init |
Definition at line 330 of file hdrfmt.c.
Referenced by headerSprintf().
const char* spew_s::spew_name |
char*(* spew_s::spew_strcpy)(char *t, const char *s, int lvl) |
Definition at line 334 of file hdrfmt.c.
Referenced by bncdataFormat(), cdataFormat(), FDGxmlTag(), FDGyamlTag(), jsonFormat(), PRCOxmlTag(), PRCOyamlTag(), spewescapeFormat(), xmlFormat(), and yamlFormat().
size_t(* spew_s::spew_strlen)(const char *s, int lvl) |
Definition at line 332 of file hdrfmt.c.
Referenced by bncdataFormat(), cdataFormat(), FDGxmlTag(), FDGyamlTag(), jsonFormat(), PRCOxmlTag(), PRCOyamlTag(), spewescapeFormat(), xmlFormat(), and yamlFormat().