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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c253 * @param attrPtr pointer to the to-be-freed CK_ATTRIBUTE array.
256 void freeCKAttributeArray(CK_ATTRIBUTE_PTR attrPtr, int len) argument
261 if (attrPtr[i].pValue != NULL_PTR) {
262 free(attrPtr[i].pValue);
265 free(attrPtr);

Completed in 49 milliseconds