Searched defs:pKey1 (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c70015 vdbeRecordCompareDebug( int nKey1, const void *pKey1, const UnpackedRecord *pPKey2, int desiredResult ) argument
70344 sqlite3VdbeRecordCompareWithSkip( int nKey1, const void *pKey1, UnpackedRecord *pPKey2, int bSkip ) argument
70530 sqlite3VdbeRecordCompare( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
70547 vdbeRecordCompareInt( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
70639 vdbeRecordCompareString( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
80835 vdbeSorterCompareTail( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
80862 vdbeSorterCompare( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
80881 vdbeSorterCompareText( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
80922 vdbeSorterCompareInt( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
131617 binCollFunc( void *padFlag, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
131654 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
143752 fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
143768 fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c70033 vdbeRecordCompareDebug( int nKey1, const void *pKey1, const UnpackedRecord *pPKey2, int desiredResult ) argument
70362 sqlite3VdbeRecordCompareWithSkip( int nKey1, const void *pKey1, UnpackedRecord *pPKey2, int bSkip ) argument
70548 sqlite3VdbeRecordCompare( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
70565 vdbeRecordCompareInt( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
70657 vdbeRecordCompareString( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
80853 vdbeSorterCompareTail( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
80880 vdbeSorterCompare( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
80899 vdbeSorterCompareText( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
80940 vdbeSorterCompareInt( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
131635 binCollFunc( void *padFlag, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
131672 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
143782 fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
143798 fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
[all...]

Completed in 1122 milliseconds