Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c2137 typedef struct ImportCtx ImportCtx; typedef
2138 struct ImportCtx { struct
2151 static void import_append_char(ImportCtx *p, int c){ in import_append_char() argument
2176 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){ in csv_read_one_field()
2250 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){ in ascii_read_one_field()
2956 ImportCtx sCtx; /* Reader context */ in do_meta_command()
2957 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */ in do_meta_command()
/external/sqlite/dist/
Dshell.c2159 typedef struct ImportCtx ImportCtx; typedef
2160 struct ImportCtx { struct
2173 static void import_append_char(ImportCtx *p, int c){ in import_append_char() argument
2198 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){ in csv_read_one_field()
2272 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){ in ascii_read_one_field()
2978 ImportCtx sCtx; /* Reader context */ in do_meta_command()
2979 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */ in do_meta_command()