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

/illumos-gate/usr/src/lib/libgss/
H A Dg_imp_name.c193 OM_uint32 major, mechOidLen, nameLen, curLength; local
199 curLength = expNameTokIdLen + mechOidLenLen;
200 if (expName.length < curLength)
212 curLength += mechOidLen;
213 if (expName.length < curLength)
231 (expName.length - curLength), &bytes);
285 curLength += 4; /* 4 bytes for name len */
286 if (expName.length < curLength)
300 curLength += nameLen; /* this is the total length */
301 if (expName.length < curLength)
[all...]

Completed in 121 milliseconds