Searched refs:xCmp (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dcallback.c59 if( pColl2->xCmp!=0 ){
94 if( !p || !p->xCmp ){
101 if( p && !p->xCmp && synthCollSeq(db, p) ){
104 assert( !p || p->xCmp );
H A Dvdbemem.c849 assert( !pColl || pColl->xCmp );
855 return pColl->xCmp(pColl->pUser,pMem1->n,pMem1->z,pMem2->n,pMem2->z);
869 rc = pColl->xCmp(pColl->pUser, n1, v1, n2, v2);
H A Dmain.c1646 if( pColl && pColl->xCmp ){
1669 p->xCmp = 0;
1677 pColl->xCmp = xCompare;
H A Dwhere.c2329 assert( z && pColl && pColl->xCmp );
2348 c = pColl->xCmp(pColl->pUser, nSample, zSample, n, z);
2353 c = pColl->xCmp(pColl->pUser, aSample[i].nByte, aSample[i].u.z, n, z);
H A DsqliteInt.h1114 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
1121 ** as the first argument to the UTF-8 comparison function, xCmp.
1125 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
1131 u8 enc; /* Text encoding handled by xCmp() */
1133 void *pUser; /* First argument to xCmp() */
1134 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
H A Dbuild.c1282 if( !initbusy && (!pColl || !pColl->xCmp) ){
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c1401 int (*xCmp)(Fts3SegReader *, Fts3SegReader *) /* Comparison function */
1412 if( xCmp(apSegment[j], apSegment[j+1])<0 ) break;
1422 assert( xCmp(apSegment[i], apSegment[i+1])<0 );
/external/sqlite/dist/orig/
H A Dsqlite3.c10027 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
10034 ** as the first argument to the UTF-8 comparison function, xCmp.
10038 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
10044 u8 enc; /* Text encoding handled by xCmp() */
10045 void *pUser; /* First argument to xCmp() */
10046 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10027 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
10034 ** as the first argument to the UTF-8 comparison function, xCmp.
10038 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
10044 u8 enc; /* Text encoding handled by xCmp() */
10045 void *pUser; /* First argument to xCmp() */
10046 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9474 ** that processes text in UTF-8 encoding (CollSeq.xCmp) and another that
9481 ** as the first argument to the UTF-8 comparison function, xCmp.
9485 ** If both CollSeq.xCmp and CollSeq.xCmp16 are NULL, it means that the
9491 u8 enc; /* Text encoding handled by xCmp() */
9493 void *pUser; /* First argument to xCmp() */
9494 int (*xCmp)(void*,int, const void*, int, const void*); member in struct:CollSeq
[all...]

Completed in 614 milliseconds