Searched defs:pValue (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dexpr.c337 ** in *pValue. If the expression is not an integer or if it is too big
338 ** to fit in a signed 32-bit integer, return 0 and leave *pValue unchanged.
340 int sqliteExprIsInteger(Expr *p, int *pValue){ argument
344 *pValue = atoi(p->token.z);
355 *pValue = atoi(p->token.z);
361 return sqliteExprIsInteger(p->pLeft, pValue);
366 *pValue = -v;
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2340 /* A NULL pValue was found where one is required */
2342 givenattr->pValue == NULL)
2346 if (givenattr->pValue != NULL &&
2352 if (givenattr->pValue != NULL &&
2417 KMF_ATTR_TYPE type, void *pValue, uint32_t len)
2423 attlist[index].pValue = pValue;
2429 * the pValue and length fields to the given values.
2433 KMF_ATTR_TYPE type, void *pValue, uint32_t len)
2444 /* Assumes the attribute pValue ca
2416 kmf_set_attr_at_index(KMF_ATTRIBUTE *attlist, int index, KMF_ATTR_TYPE type, void *pValue, uint32_t len) argument
2432 kmf_set_attr(KMF_ATTRIBUTE *attlist, int numattr, KMF_ATTR_TYPE type, void *pValue, uint32_t len) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h427 CK_ULONG_32 pValue; member in struct:CK_ATTRIBUTE_32
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h810 void *pValue; member in struct:__anon1905
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h608 CK_VOID_PTR pValue; member in struct:CK_ATTRIBUTE
1803 CK_VOID_PTR pValue; member in struct:CK_OTP_PARAM

Completed in 54 milliseconds