Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1250 const char *zEnd; in DbTransPostCmd() local
1253 zEnd = azEnd[(rc==TCL_ERROR)*2 + (pDb->nTransaction==0)]; in DbTransPostCmd()
1256 if( sqlite3_exec(pDb->db, zEnd, 0, 0, 0) ){ in DbTransPostCmd()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c32472 const char *zEnd;
32500 zEnd = &z[i^1];
32757 if( zNum<zEnd ){
108400 while( zEnd>zCol && (*zEnd==';' || sqlite3Isspace(*zEnd)) ){
108401 *zEnd-- = '\0';
110027 const char *zEnd;
114960 while( sqlite3Isspace(zEnd[-1]) ){ zEnd--; }
115155 zEnd = ")";
115159 zEnd = "\n)";
174553 if( zCsr>zEnd ){
[all …]