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

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dmusclecard.c1287 MSCLPKeyInfo pKeyInfo)
1305 rv = (*libMSCListKeys) (pConnection, seqOption, pKeyInfo);
1783 MSCUChar8 keyNumber, MSCLPKeyInfo pKeyInfo)
1808 pKeyInfo->keyNum = keyInfo.keyNum;
1809 pKeyInfo->keyType = keyInfo.keyType;
1810 pKeyInfo->keySize = keyInfo.keySize;
1812 pKeyInfo->keyPolicy.cipherMode = keyInfo.keyPolicy.cipherMode;
1813 pKeyInfo->keyPolicy.cipherDirection =
1816 pKeyInfo->keyACL.readPermission =
1818 pKeyInfo
1286 MSCListKeys(MSCLPTokenConnection pConnection, MSCUChar8 seqOption, MSCLPKeyInfo pKeyInfo) argument
1782 MSCGetKeyAttributes(MSCLPTokenConnection pConnection, MSCUChar8 keyNumber, MSCLPKeyInfo pKeyInfo) argument
[all...]
H A Dmusclecard.h876 MSCLPKeyInfo pKeyInfo);
992 MSCLPKeyInfo pKeyInfo);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c8226 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ member in union:VdbeOp::__anon921
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...]

Completed in 471 milliseconds