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

/openjdk7/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.c160 VOID *pInput = 0; local
200 pInput = (VOID *)(*env)->GetByteArrayElements(env, lastToken, &isCopy);
209 InSecBuff.pvBuffer = pInput;
223 if (pInput != 0) {
224 (*env)->ReleaseByteArrayElements(env, lastToken, pInput, JNI_ABORT);

Completed in 28 milliseconds