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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c15118 int cTerm; /* Character that terminated the most recent field */ member in struct:ImportCtx
15152 ** + Store the character that terminates the field in p->cTerm. Store
15163 p->cTerm = EOF;
15186 p->cTerm = c;
15196 p->cTerm = c;
15227 p->cTerm = c;
15242 ** + Store the character that terminates the field in p->cTerm. Store
15253 p->cTerm = EOF;
15263 p->cTerm = c;
18389 while( xRead(&sCtx) && sCtx.cTerm
[all...]

Completed in 147 milliseconds