Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c22604 typedef struct ImportCtx ImportCtx; typedef
22605 struct ImportCtx { struct
22622 static void import_cleanup(ImportCtx *p){ in import_cleanup()
22632 static void import_append_char(ImportCtx *p, int c){ in import_append_char()
22654 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){ in csv_read_one_field()
22743 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){ in ascii_read_one_field()
25567 ImportCtx sCtx; /* Reader context */ in do_meta_command()
25568 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */ in do_meta_command()