Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2153 int infoSize; in getldap_get_cacheStat() local
2181 infoSize = strlen(foutstr) + strlen(soutstr) + strlen(coutstr) + 3; in getldap_get_cacheStat()
2182 stat_info->str = calloc(infoSize, sizeof (char)); in getldap_get_cacheStat()
2193 stat_info->len = infoSize; in getldap_get_cacheStat()