Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1269 const char *zEnd; in DbTransPostCmd() local
1272 zEnd = azEnd[(rc==TCL_ERROR)*2 + (pDb->nTransaction==0)]; in DbTransPostCmd()
1275 if( sqlite3_exec(pDb->db, zEnd, 0, 0, 0) ){ in DbTransPostCmd()
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c32051 const char *zEnd; in sqlite3RecordErrorByteOffset() local
35441 const char *zEnd; in sqlite3AtoF() local
35744 if( zNum<zEnd ){ in sqlite3Atoi64()
110618 sEdupBuf.zEnd = pEdupBuf->zEnd;
116552 while( zEnd>zCol && (*zEnd==';' || sqlite3Isspace(*zEnd)) ){
123291 while( sqlite3Isspace(zEnd[-1]) ){ zEnd--; }
123494 zEnd = ")";
123498 zEnd = "\n)";
129919 while( z<zEnd ){
188070 if( zCsr>zEnd ){
[all …]