Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2152 char *coutstr = NULL; in getldap_get_cacheStat() local
2174 (void) getldap_cache_op(CACHE_OP_GETSTAT, 0, NULL, &coutstr); in getldap_get_cacheStat()
2175 if (coutstr == NULL) { in getldap_get_cacheStat()
2181 infoSize = strlen(foutstr) + strlen(soutstr) + strlen(coutstr) + 3; in getldap_get_cacheStat()
2191 coutstr, in getldap_get_cacheStat()
2192 strlen(coutstr) + 1); in getldap_get_cacheStat()
2198 free(coutstr); in getldap_get_cacheStat()