Lines Matching +defs:val +defs:info
80 dir_server_info_t info;
693 * a buffer containing server info in the following format:
1308 char *rs, *attr, *val, *rest;
1319 if ((val = strchr(attr, '=')) == NULL) {
1322 *val++ = '\0';
1325 if (strcasecmp(val, _VENDORSUN) == 0) {
1337 if (strcasecmp(val, _OPENLDAPROOTDSE) == 0) {
1612 char *rootDSE = NULL, *attr, *val, *rest, **ptr;
1679 if ((val = strchr(attr, '=')) == NULL) {
1682 ++val;
1706 server->saslMech[sm_counter] = strdup(val);
1737 server->controls[sc_counter] = strdup(val);
1839 (*new_list)->nsServers[i]->info = INFO_STATUS_NEW;
2255 * If NS_CACHE_NEW, or the server info is new,
2260 current_list->nsServers[0]->info == INFO_STATUS_NEW) {
2301 if (current_list->nsServers[i]->info ==
2395 server->info = INFO_STATUS_OLD;
2482 current_list->nsServers[i]->info = INFO_STATUS_NEW;