Lines Matching refs:cSep
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()
28588 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field()
28618 int cSep = (u8)p->cColSep; in ascii_read_one_field() local
28626 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()