Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c650 size_t configSize = sizeof (ldap_return_t); local
655 configSize = sizeof (buf->space) +
660 (configSize + SAFETY_BUFFER))) {
676 configSize = sizeof (ldap_return_t);
680 return (configSize);
702 size_t configSize = sizeof (ldap_return_t); local
914 configSize = get_data_size(&configInfo, &ldapErrno);
929 buf = (dataunion *) alloca(configSize);
937 buf->data.ldap_ret.ldap_bufferbytesused = configSize;