Searched refs:zEnd (Results 1 – 3 of 3) sorted by relevance
1326 const char *zEnd; in DbTransPostCmd() local1329 zEnd = azEnd[(rc==TCL_ERROR)*2 + (pDb->nTransaction==0)]; in DbTransPostCmd()1332 if( sqlite3_exec(pDb->db, zEnd, 0, 0, 0) ){ in DbTransPostCmd()
32239 SQLITE_PRIVATE char *sqlite3DbSpanDup(sqlite3 *db, const char *zStart, const char *zEnd){ in sqlite3DbSpanDup() argument32244 for(n=0; sqlite3Isspace(zStart[n]); n++){ assert( &zStart[n]<zEnd ); } in sqlite3DbSpanDup()32247 n = (int)(zEnd - zStart); in sqlite3DbSpanDup()33420 const char *zEnd; in sqlite3RecordErrorByteOffset() local33428 zEnd = &zText[strlen(zText)]; in sqlite3RecordErrorByteOffset()33429 if( SQLITE_WITHIN(z,zText,zEnd) ){ in sqlite3RecordErrorByteOffset()36312 unsigned char const *zEnd = &z[nByte-1]; in sqlite3Utf16ByteLen() local36316 while( n<nChar && z<=zEnd ){ in sqlite3Utf16ByteLen()36319 if( c>=0xd8 && c<0xdc && z<=zEnd && z[0]>=0xdc && z[0]<0xe0 ) z += 2; in sqlite3Utf16ByteLen()37533 const char *zEnd = zNum + length; in sqlite3Atoi64() local[all …]
1562 const unsigned char *zEnd; in qrfDisplayWidth() local1568 zEnd = &z[nByte]; in qrfDisplayWidth()1569 while( z<zEnd ){ in qrfDisplayWidth()