Home
last modified time | relevance | path

Searched refs:DText (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c68 typedef struct DText DText; typedef
69 struct DText { struct
78 static void initText(DText *p){ in initText()
81 static void freeText(DText *p){ in freeText()
94 static void appendText(DText *p, char const *zAppend, char quote){ in appendText()
422 DText sSelect; in dump_callback()
423 DText sTable; in dump_callback()