Searched refs:soutstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2147 char *soutstr = NULL; local
2164 (void) getldap_serverInfo_op(INFO_OP_GETSTAT, NULL, &soutstr);
2165 if (soutstr == NULL) {
2173 free(soutstr);
2177 infoSize = strlen(foutstr) + strlen(soutstr) + strlen(coutstr) + 3;
2184 soutstr,
2185 strlen(soutstr) + 1);
2193 free(soutstr);

Completed in 158 milliseconds