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

/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1211 OM_uint32 outSize, maxInSize; local
1222 maxInSize = 0;
1226 qop, outSize, &maxInSize);
1229 return (jint) maxInSize;

Completed in 32 milliseconds