Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2459 static void qrfRowSeparator(sqlite3_str *pOut, qrfColData *p, char cSep){ in qrfRowSeparator() argument
2464 sqlite3_str_append(pOut, &cSep, 1); in qrfRowSeparator()
2468 sqlite3_str_append(pOut, &cSep, 1); in qrfRowSeparator()
2472 sqlite3_str_append(pOut, &cSep, 1); in qrfRowSeparator()
10846 char cSep = 0; /* Separator turned into \000 */ in realpathFunc() local
10866 zCopy[len] = cSep; in realpathFunc()
10868 if( cSep ){ in realpathFunc()
10887 cSep = zCopy[i]; in realpathFunc()
28557 int cSep = (u8)p->cColSep; in csv_read_one_field() local
28586 if( (c==cSep && pc==cQuote) in csv_read_one_field()
[all …]
H A Dsqlite3.c34176 char cSep = '('; in sqlite3TreeViewWith() local
34179 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName); in sqlite3TreeViewWith()
34180 cSep = ','; in sqlite3TreeViewWith()
44513 char cSep = '['; in unixFileControl() local
44518 cSep, pUFd->fd, pUFd->flags); in unixFileControl()
44519 cSep = ','; in unixFileControl()
147615 char cSep = '('; local
147624 sqlite3_str_appendf(&acc, "%c\"%s\"", cSep, pragCName[j]);
147625 cSep = ',';
223199 char cSep = '\''; local
[all …]