Searched refs:ImportCtx (Results 1 – 1 of 1) sorted by relevance
13263 typedef struct ImportCtx ImportCtx; typedef13264 struct ImportCtx { struct13280 static void import_append_char(ImportCtx *p, int c){ in import_append_char() argument13302 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){ in csv_read_one_field()13392 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){ in ascii_read_one_field()16366 ImportCtx sCtx; /* Reader context */ in do_meta_command()16367 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */ in do_meta_command()