Searched defs:nKey2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c580 int nKey2, const void *pKey2
583 n = nKey1<nKey2 ? nKey1 : nKey2;
588 && allSpaces(((char*)pKey2)+n, nKey2-n)
592 rc = nKey1 - nKey2;
610 int nKey2, const void *pKey2
613 (const char *)pKey1, (const char *)pKey2, (nKey1<nKey2)?nKey1:nKey2);
616 r = nKey1-nKey2;
577 binCollFunc( void *padFlag, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
607 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
H A Dtest1.c2708 int nKey2, const void *pKey2
2711 n = nKey1<nKey2 ? nKey1 : nKey2;
2713 if( nKey2>0 && 1==(1&(SQLITE_PTR_TO_INT(pKey2))) ) unaligned_string_counter++;
2716 rc = nKey1 - nKey2;
2705 alignmentCollFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c107822 binCollFunc( void *padFlag, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
107852 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c75385 vdbeSorterCompare( const VdbeCursor *pCsr, int nKeyCol, const void *pKey1, int nKey1, const void *pKey2, int nKey2, int *pRes ) argument
122849 binCollFunc( void *padFlag, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
122879 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c75405 vdbeSorterCompare( const VdbeCursor *pCsr, int nKeyCol, const void *pKey1, int nKey1, const void *pKey2, int nKey2, int *pRes ) argument
122869 binCollFunc( void *padFlag, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
122899 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
[all...]

Completed in 465 milliseconds