Home
last modified time | relevance | path

Searched refs:configSize (Results 1 – 1 of 1) sorted by relevance

/titanic_44/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
915 configSize = get_data_size(&configInfo, &ldapErrno);
930 buf = (dataunion *) alloca(configSize);
938 buf->data.ldap_ret.ldap_bufferbytesused = configSize;