Searched refs:nPrefix (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
H A Dfts3_common.tcl231 set nPrefix [gobble_varint blob]
234 set zTerm [string range $zPrev 0 [expr $nPrefix-1]]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c914 int nPrefix; /* Number of bytes in term prefix */ local
964 pNext += sqlite3Fts3GetVarint32(pNext, &nPrefix);
966 if( nPrefix<0 || nSuffix<=0
972 if( nPrefix+nSuffix>pReader->nTermAlloc ){
973 int nNew = (nPrefix+nSuffix)*2;
981 memcpy(&pReader->zTerm[nPrefix], pNext, nSuffix);
982 pReader->nTerm = nPrefix+nSuffix;
1516 int nPrefix; /* Number of bytes of prefix compression */ local
1519 nPrefix = fts3PrefixCompress(pTree->zTerm, pTree->nTerm, zTerm, nTerm);
1520 nSuffix = nTerm-nPrefix;
1714 int nPrefix; /* Size of term prefix in bytes */ local
[all...]
H A Dfts3.c130 ** varint nPrefix; (length of prefix shared with previous term)
176 ** varint nPrefix; (length of shared prefix with previous term)
1222 int nPrefix = 0; /* Size of term prefix */ local
1228 zCsr += sqlite3Fts3GetVarint32(zCsr, &nPrefix);
1233 /* NOTE(shess): Previous code checked for negative nPrefix and
1238 if( nPrefix<0 || nSuffix<0 /* || nPrefix>nBuffer */
1243 if( nPrefix+nSuffix>nAlloc ){
1245 nAlloc = (nPrefix+nSuffix) * 2;
1253 memcpy(&zBuffer[nPrefix], zCs
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c148 ** varint nPrefix; (length of prefix shared with previous term)
194 ** varint nPrefix; (length of shared prefix with previous term)
4420 int n, nPrefix = 0; local
4427 ** function). That term gets encoded straight up, with nPrefix left
4433 while( nPrefix<pWriter->term.nData &&
4434 pTerm[nPrefix]==pWriter->term.pData[nPrefix] ){
4435 nPrefix++;
4438 n = putVarint(c, nPrefix);
4439 n += putVarint(c+n, nTerm-nPrefix);
4615 int n, nPrefix, nSuffix; local
4921 int n, nPrefix = 0; local
5193 int n, nData, nPrefix, nSuffix; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c116624 int nPrefix; /* Prefix length (0 for main terms index) */ member in struct:Fts3Table::Fts3Index
117568 int nPrefix; local
118256 int nPrefix = 0; /* Size of term prefix */ local
126255 int nPrefix; /* Number of bytes in term prefix */ local
126913 int nPrefix; /* Number of bytes of prefix compression */ local
127111 int nPrefix; /* Size of term prefix in bytes */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c116660 int nPrefix; /* Prefix length (0 for main terms index) */ member in struct:Fts3Table::Fts3Index
117604 int nPrefix; local
118292 int nPrefix = 0; /* Size of term prefix */ local
126301 int nPrefix; /* Number of bytes in term prefix */ local
126959 int nPrefix; /* Number of bytes of prefix compression */ local
127157 int nPrefix; /* Size of term prefix in bytes */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c114462 int nPrefix = 0; /* Size of term prefix */ local
121010 int nPrefix; /* Number of bytes in term prefix */ local
121612 int nPrefix; /* Number of bytes of prefix compression */ local
121810 int nPrefix; /* Size of term prefix in bytes */ local
[all...]
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 510 milliseconds