Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c19887 int cTerm; /* Character that terminated the most recent field */ member
19921 ** + Store the character that terminates the field in p->cTerm. Store
19932 p->cTerm = EOF; in csv_read_one_field()
19955 p->cTerm = c; in csv_read_one_field()
19965 p->cTerm = c; in csv_read_one_field()
19996 p->cTerm = c; in csv_read_one_field()
20011 ** + Store the character that terminates the field in p->cTerm. Store
20022 p->cTerm = EOF; in ascii_read_one_field()
20032 p->cTerm = c; in ascii_read_one_field()
22930 while( xRead(&sCtx) && sCtx.cTerm in do_meta_command()
[all...]

Completed in 32 milliseconds