|
rpm
5.4.10
|
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 336 of file hdrfmt.c.
Referenced by headerSprintf().
| const char* spew_s::spew_init |
Definition at line 335 of file hdrfmt.c.
Referenced by headerSprintf().
| char*(* spew_s::spew_strcpy)(char *t, const char *s, int lvl) |
Definition at line 339 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 337 of file hdrfmt.c.
Referenced by bncdataFormat(), cdataFormat(), FDGxmlTag(), FDGyamlTag(), jsonFormat(), PRCOxmlTag(), PRCOyamlTag(), spewescapeFormat(), xmlFormat(), and yamlFormat().
1.8.1.2