Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c19875 typedef struct ImportCtx ImportCtx; typedef
19876 struct ImportCtx { struct
19892 /* Clean up resourced used by an ImportCtx */
19893 static void import_cleanup(ImportCtx *p){ in import_cleanup()
19903 static void import_append_char(ImportCtx *p, int c){ in import_append_char()
19925 static char *SQLITE_CDECL csv_read_one_field(ImportCtx *p){ in csv_read_one_field()
20015 static char *SQLITE_CDECL ascii_read_one_field(ImportCtx *p){ in ascii_read_one_field()
22796 ImportCtx sCtx; /* Reader context */ in do_meta_command()
22797 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Fun in do_meta_command()
[all...]

Completed in 33 milliseconds