Searched refs:zSep2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 2539 const char *zSep2, in qrfBoxSeparator() argument 2551 sqlite3_str_appendall(pOut, zSep2); in qrfBoxSeparator() 30045 const char *zSep2 = ""; in arWhereClause() local 30053 z1 = sqlite3_mprintf("%z%sname GLOB '%q'", z1, zSep2, z); in arWhereClause() 30055 "%z%ssubstr(name,1,%d) GLOB '%q/'", z2, zSep2, n+1,z in arWhereClause() 30059 z2 = sqlite3_mprintf("%z%ssubstr(name,1,%d) = '%q/'",z2,zSep2,n+1,z); in arWhereClause() 30062 zSep2 = " OR "; in arWhereClause()
|
| H A D | sqlite3.c | 128441 char *zSep, *zSep2, *zEnd; local 128450 zSep2 = ","; 128454 zSep2 = ",\n "; 128483 zSep = zSep2;
|