Searched defs:ImportCtx (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c2142 typedef struct ImportCtx ImportCtx; typedef in typeref:struct:ImportCtx
2143 struct ImportCtx { struct
2156 static void import_append_char(ImportCtx *p, int c){
2181 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){
2255 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){
2977 ImportCtx sCtx; /* Reader context */
2978 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */
/external/sqlite/dist/
H A Dshell.c2164 typedef struct ImportCtx ImportCtx; typedef in typeref:struct:ImportCtx
2165 struct ImportCtx { struct
2178 static void import_append_char(ImportCtx *p, int c){
2203 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){
2277 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){
2999 ImportCtx sCtx; /* Reader context */
3000 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */

Completed in 77 milliseconds