Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dhash.c74 static int intHash(const void *pKey, int nKey){ in intHash()
99 static int strHash(const void *pKey, int nKey){ in strHash()
110 static int binHash(const void *pKey, int nKey){ in binHash()
208 const void *pKey, /* The key we are searching for */ in findElementGivenHash()
264 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind()
293 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
H A Dbtree_rb.c62 void *pKey; member
125 void *pKey; member
693 static int memRbtreeKeyCompare(RbtCursor* pCur, const void *pKey, int nKey, in memRbtreeKeyCompare()
750 const void *pKey, in memRbtreeInsert()
876 const void *pKey, in memRbtreeMoveto()
H A Dbtree.h124 #define sqliteBtreeMoveto(pCur, pKey, nKey, pRes)\ argument
127 #define sqliteBtreeInsert(pCur, pKey, nKey, pData, nData) \ argument
136 #define sqliteBtreeKeyCompare(pCur, pKey, nKey, nIgnore, pRes)\ argument
H A Dattach.c29 void sqliteAttach(Parse *pParse, Token *pFilename, Token *pDbname, Token *pKey){ in sqliteAttach()
H A Dhash.h56 void *pKey; int nKey; /* Key associated with this element */ member
H A Dtclsqlite.c922 void *pKey; in DbObjCmd() local
1028 void *pKey = 0; in DbMain() local
H A Dbtree.c1334 const void *pKey, /* Key to compare against entry that pCur points to */ in fileBtreeKeyCompare()
1592 int fileBtreeMoveto(BtCursor *pCur, const void *pKey, int nKey, int *pRes){ in fileBtreeMoveto()
1919 const void *pKey, int nKey, /* The key */ in fillInCell()
2629 const void *pKey, int nKey, /* The key of the new record */ in fileBtreeInsert()
/titanic_44/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()
/titanic_44/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2478 const KMF_X509_SPKI *pKey, in ExtractSPKIData()
/titanic_44/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()