Home
last modified time | relevance | path

Searched refs:zPrev (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_util.c159 const char *zPrev = 0; in argError() local
166 if( zPrev ){ testPrintError("%s, ", zPrev); } in argError()
167 zPrev = pEntry->zName; in argError()
169 testPrintError("or %s\n", zPrev); in argError()
/sqlite-3.40.0/ext/misc/
H A Dnextchar.c166 unsigned char zPrev[8]; in findNextChars() local
172 n = writeUtf8(zPrev, cPrev+1); in findNextChars()
173 sqlite3_bind_text(p->pStmt, 2, (char*)zPrev, n, SQLITE_STATIC); in findNextChars()
/sqlite-3.40.0/test/
H A Dfts3_common.tcl355 set zPrev ""
362 set zTerm [string range $zPrev 0 [expr $nPrefix-1]]
368 set zPrev $zTerm
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c2008 const char *zPrev, /* Buffer containing previous term */ in fts3PrefixCompress() argument
2014 for(n=0; n<nPrev && n<nNext && zPrev[n]==zNext[n]; n++); in fts3PrefixCompress()
/sqlite-3.40.0/src/
H A Dshell.c.in6362 char *zPrev = 0; local
6391 && (zPrev==0 || sqlite3_stricmp(zParent, zPrev))
6394 sqlite3_free(zPrev);
6395 zPrev = sqlite3_mprintf("%s", zParent);
6407 sqlite3_free(zPrev);