Searched refs:zEnd (Results 1 – 2 of 2) sorted by relevance
1250 const char *zEnd; in DbTransPostCmd() local1253 zEnd = azEnd[(rc==TCL_ERROR)*2 + (pDb->nTransaction==0)]; in DbTransPostCmd()1256 if( sqlite3_exec(pDb->db, zEnd, 0, 0, 0) ){ in DbTransPostCmd()
32472 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 …]