Searched refs:soutstr (Results 1 – 1 of 1) sorted by relevance
2147 char *soutstr = NULL; in getldap_get_cacheStat() local2164 (void) getldap_serverInfo_op(INFO_OP_GETSTAT, NULL, &soutstr); in getldap_get_cacheStat()2165 if (soutstr == NULL) { in getldap_get_cacheStat()2173 free(soutstr); in getldap_get_cacheStat()2177 infoSize = strlen(foutstr) + strlen(soutstr) + strlen(coutstr) + 3; in getldap_get_cacheStat()2184 soutstr, in getldap_get_cacheStat()2185 strlen(soutstr) + 1); in getldap_get_cacheStat()2193 free(soutstr); in getldap_get_cacheStat()