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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8226 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member in union:VdbeOp::__anon6070
10079 KeyInfo *pKeyInfo; /* Collation and sort-order information */ member in struct:UnpackedRecord
12593 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member in struct:VdbeCursor
47830 struct KeyInfo *pKeyInfo; /* Argument passed to comparison function */ member in struct:BtCursor
51706 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
51755 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
59044 KeyInfo *pKeyInfo; local
59171 KeyInfo *pKeyInfo = pOp->p4.pKeyInfo; local
61149 sqlite3VdbeAllocUnpackedRecord( KeyInfo *pKeyInfo, char *pSpace, int szSpace, char **ppFree ) argument
61185 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
61256 KeyInfo *pKeyInfo; local
63733 const KeyInfo *pKeyInfo; member in struct:vdbeExecUnion::OP_Compare_stack_vars
63828 KeyInfo *pKeyInfo; member in struct:vdbeExecUnion::OP_OpenWrite_stack_vars
70589 KeyInfo *pKeyInfo = pCsr->pKeyInfo; local
94201 KeyInfo *pKeyInfo; /* Collating sequence for the result set */ local
94270 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
95898 KeyInfo *pKeyInfo = keyInfoFromExprList(pParse, pE->x.pList); local
96292 KeyInfo *pKeyInfo; local
96322 KeyInfo *pKeyInfo; local
96463 KeyInfo *pKeyInfo; /* Keying information for the group by clause */ local
96693 KeyInfo *pKeyInfo = 0; /* Keyinfo for scanned index */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c15591 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member in union:VdbeOp::p4union
17884 ** pKeyInfo->nField.
17894 ** at the first pKeyInfo->nFields,) then default_rc can be set to -1 to
17906 KeyInfo *pKeyInfo; /* Collation and sort-order information */ member in struct:UnpackedRecord
21101 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member in struct:VdbeCursor
64477 struct KeyInfo *pKeyInfo; /* Arg passed to comparison function */ member in struct:BtCursor
65779 KeyInfo *pKeyInfo = pCur->pKeyInfo; local
69362 btreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
69427 btreeCursorWithLock( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
69440 sqlite3BtreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
79740 KeyInfo *pKeyInfo; local
80020 KeyInfo *pKeyInfo = pOp->p4.pKeyInfo; local
82391 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
82456 KeyInfo *pKeyInfo; local
82867 KeyInfo *pKeyInfo; local
85429 vdbeUnpackRecord( KeyInfo *pKeyInfo, int nKey, const void *pKey ) argument
88208 const KeyInfo *pKeyInfo; local
89722 KeyInfo *pKeyInfo; local
89897 KeyInfo *pKeyInfo; local
95072 KeyInfo *pKeyInfo; /* How to compare records */ member in struct:VdbeSorter
95683 KeyInfo *pKeyInfo; /* Copy of pCsr->pKeyInfo with db==0 */ local
97484 KeyInfo *pKeyInfo; local
103522 KeyInfo *pKeyInfo = 0; /* Key information */ local
133568 KeyInfo *pKeyInfo = multiSelectOrderByKeyInfo(pParse, p, 1); local
134045 KeyInfo *pKeyInfo; /* Collating sequence for the result set */ local
134124 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int iBreak ) argument
136805 KeyInfo *pKeyInfo = sqlite3KeyInfoFromExprList(pParse, pE->x.pList,0,0); local
137651 KeyInfo *pKeyInfo; local
137914 KeyInfo *pKeyInfo; /* Keying information for the group by clause */ local
138157 KeyInfo *pKeyInfo = 0; /* Keyinfo for scanned index */ local
140595 KeyInfo *pKeyInfo = sqlite3KeyInfoOfIndex(pParse, pPk); local
155338 KeyInfo *pKeyInfo = sqlite3KeyInfoFromExprList(pParse, pList, 0, 0); local
155757 KeyInfo *pKeyInfo = 0; local
155954 KeyInfo *pKeyInfo = sqlite3KeyInfoFromExprList(pParse, pOrderBy, 0, 0); local
156796 KeyInfo *pKeyInfo = sqlite3KeyInfoFromExprList(pParse, pPart, 0, 0); local
[all...]

Completed in 904 milliseconds