Home
last modified time | relevance | path

Searched defs:pKey (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c71 static int intHash(const void *pKey, int nKey){ in intHash()
96 static int strHash(const void *pKey, int nKey){ in strHash()
107 static int binHash(const void *pKey, int nKey){ in binHash()
205 const void *pKey, /* The key we are searching for */ in findElementGivenHash()
261 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind()
290 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
H A Dbtree_rb.c59 void *pKey; member
122 void *pKey; member
690 static int memRbtreeKeyCompare(RbtCursor* pCur, const void *pKey, int nKey, in memRbtreeKeyCompare()
747 const void *pKey, in memRbtreeInsert()
873 const void *pKey, in memRbtreeMoveto()
H A Dbtree.h121 #define sqliteBtreeMoveto(pCur, pKey, nKey, pRes)\ argument
124 #define sqliteBtreeInsert(pCur, pKey, nKey, pData, nData) \ argument
133 #define sqliteBtreeKeyCompare(pCur, pKey, nKey, nIgnore, pRes)\ argument
H A Dattach.c26 void sqliteAttach(Parse *pParse, Token *pFilename, Token *pDbname, Token *pKey){ in sqliteAttach()
H A Dhash.h53 void *pKey; int nKey; /* Key associated with this element */ member
H A Dtclsqlite.c919 void *pKey; in DbObjCmd() local
1025 void *pKey = 0; in DbMain() local
H A Dbtree.c1332 const void *pKey, /* Key to compare against entry that pCur points to */ in fileBtreeKeyCompare()
1590 int fileBtreeMoveto(BtCursor *pCur, const void *pKey, int nKey, int *pRes){ in fileBtreeMoveto()
1917 const void *pKey, int nKey, /* The key */ in fillInCell()
2627 const void *pKey, int nKey, /* The key of the new record */ in fileBtreeInsert()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c183 const KMF_X509_SPKI *pKey, in PKCS_CreatePublicKey()
360 const KMF_X509_SPKI *pKey, in PKCS_AcquirePublicKeyHandle()
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2478 const KMF_X509_SPKI *pKey, in ExtractSPKIData()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c771 KMFPK11_EncodePubKeyData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *pKey, in KMFPK11_EncodePubKeyData()