Searched refs:cSep (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 2459 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() 10815 char cSep = 0; /* Separator turned into \000 */ in realpathFunc() local 10835 zCopy[len] = cSep; in realpathFunc() 10837 if( cSep ){ in realpathFunc() 10856 cSep = zCopy[i]; in realpathFunc() 28519 int cSep = (u8)p->cColSep; in csv_read_one_field() local 28548 if( (c==cSep && pc==cQuote) in csv_read_one_field() [all …]
|
| H A D | sqlite3.c | 34146 char cSep = '('; in sqlite3TreeViewWith() local 34149 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName); in sqlite3TreeViewWith() 34150 cSep = ','; in sqlite3TreeViewWith() 44483 char cSep = '['; in unixFileControl() local 44488 cSep, pUFd->fd, pUFd->flags); in unixFileControl() 44489 cSep = ','; in unixFileControl() 147394 char cSep = '('; local 147403 sqlite3_str_appendf(&acc, "%c\"%s\"", cSep, pragCName[j]); 147404 cSep = ','; 222821 char cSep = '\''; local [all …]
|