Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2150 char *foutstr = NULL; in getldap_get_cacheStat() local
2163 (void) getldap_get_refresh_stat(&foutstr); in getldap_get_cacheStat()
2164 if (foutstr == NULL) in getldap_get_cacheStat()
2170 free(foutstr); in getldap_get_cacheStat()
2176 free(foutstr); in getldap_get_cacheStat()
2181 infoSize = strlen(foutstr) + strlen(soutstr) + strlen(coutstr) + 3; in getldap_get_cacheStat()
2185 foutstr, in getldap_get_cacheStat()
2186 strlen(foutstr) + 1); in getldap_get_cacheStat()
2196 free(foutstr); in getldap_get_cacheStat()