Lines Matching refs:ImportCtx
19875 typedef struct ImportCtx ImportCtx;
19876 struct ImportCtx {
19892 /* Clean up resourced used by an ImportCtx */
19893 static void import_cleanup(ImportCtx *p){
19903 static void import_append_char(ImportCtx *p, int c){
19925 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){
20015 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){
22796 ImportCtx sCtx; /* Reader context */
22797 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */