Searched refs:pKey1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c82445 vdbeRecordCompareDebug( int nKey1, const void *pKey1, const UnpackedRecord *pPKey2, int desiredResult ) argument
82856 sqlite3VdbeRecordCompareWithSkip( int nKey1, const void *pKey1, UnpackedRecord *pPKey2, int bSkip ) argument
83053 sqlite3VdbeRecordCompare( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
83070 vdbeRecordCompareInt( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
83164 vdbeRecordCompareString( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
95504 vdbeSorterCompareTail( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
95531 vdbeSorterCompare( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
95550 vdbeSorterCompareText( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
95592 vdbeSorterCompareInt( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
165045 binCollFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
165068 rtrimCollFunc( void *pUser, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
165097 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
178062 fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
178078 fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
[all...]
H A Dshell.c4451 int nKey1, const void *pKey1,
4454 const unsigned char *zA = (const unsigned char*)pKey1;
4919 int nKey1, const void *pKey1,
4922 const unsigned char *zA = (const unsigned char*)pKey1;
4449 uintCollFunc( void *notUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
4917 decimalCollFunc( void *notUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c61245 sqlite3VdbeRecordCompare( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
70582 vdbeSorterCompare( VdbeCursor *pCsr, int bOmitRowid, void *pKey1, int nKey1, void *pKey2, int nKey2, int *pRes ) argument
110736 binCollFunc( void *padFlag, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
110766 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
120610 fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
120626 fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
[all...]

Completed in 1099 milliseconds