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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c651 size_t configSize = sizeof (ldap_return_t); local
656 configSize = sizeof (buf->space) +
661 (configSize + SAFETY_BUFFER))) {
677 configSize = sizeof (ldap_return_t);
681 return (configSize);
703 size_t configSize = sizeof (ldap_return_t); local
906 * increases the value of the configSize variable
915 configSize = get_data_size(&configInfo, &ldapErrno);
930 buf = (dataunion *) alloca(configSize);
938 buf->data.ldap_ret.ldap_bufferbytesused = configSize;
[all...]

Completed in 46 milliseconds