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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8436 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member in union:VdbeOp::__anon2848
10301 KeyInfo *pKeyInfo; /* Collation and sort-order information */ member in struct:UnpackedRecord
12847 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ member in struct:VdbeCursor
48791 struct KeyInfo *pKeyInfo; /* Argument passed to comparison function */ member in struct:BtCursor
52689 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
52738 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
60106 KeyInfo *pKeyInfo; local
60232 KeyInfo *pKeyInfo = pOp->p4.pKeyInfo; local
62258 sqlite3VdbeAllocUnpackedRecord( KeyInfo *pKeyInfo, char *pSpace, int szSpace, char **ppFree ) argument
62294 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
62356 KeyInfo *pKeyInfo; local
64952 const KeyInfo *pKeyInfo; member in struct:vdbeExecUnion::OP_Compare_stack_vars
65047 KeyInfo *pKeyInfo; member in struct:vdbeExecUnion::OP_OpenWrite_stack_vars
71834 KeyInfo *pKeyInfo = pCsr->pKeyInfo; local
96204 KeyInfo *pKeyInfo; /* Collating sequence for the result set */ local
96273 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
97908 KeyInfo *pKeyInfo = keyInfoFromExprList(pParse, pE->x.pList); local
98301 KeyInfo *pKeyInfo; local
98331 KeyInfo *pKeyInfo; local
98472 KeyInfo *pKeyInfo; /* Keying information for the group by clause */ local
98703 KeyInfo *pKeyInfo = 0; /* Keyinfo for scanned index */ local
[all...]

Completed in 415 milliseconds