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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c88614 vdbeRecordCompareDebug( int nKey1, const void *pKey1, const UnpackedRecord *pPKey2, int desiredResult ) argument
89049 sqlite3VdbeRecordCompareWithSkip( int nKey1, const void *pKey1, UnpackedRecord *pPKey2, int bSkip ) argument
89259 sqlite3VdbeRecordCompare( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
89276 vdbeRecordCompareInt( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
89371 vdbeRecordCompareString( int nKey1, const void *pKey1, UnpackedRecord *pPKey2 ) argument
103018 vdbeSorterCompareTail( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
103045 vdbeSorterCompare( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
103064 vdbeSorterCompareText( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
103106 vdbeSorterCompareInt( SortSubtask *pTask, int *pbKey2Cached, const void *pKey1, int nKey1, const void *pKey2, int nKey2 ) argument
179190 binCollFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
179213 rtrimCollFunc( void *pUser, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
179242 nocaseCollatingFunc( void *NotUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
192687 fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
192703 fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument
[all...]
H A Dshell.c3589 int nKey1, const void *pKey1,
3592 const unsigned char *zA = (const unsigned char*)pKey1;
4320 int nKey1, const void *pKey1,
4323 const unsigned char *zA = (const unsigned char*)pKey1;
3587 uintCollFunc( void *notUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument
4318 decimalCollFunc( void *notUsed, int nKey1, const void *pKey1, int nKey2, const void *pKey2 ) argument

Completed in 945 milliseconds