HomeSort by: relevance | last modified time | path
    Searched defs:keystates (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dnssec/
dnssectool.c 63 static const char *keystates[KEYSTATES_NVALUES] = { variable
278 if (keystates[i] != NULL && strcasecmp(str, keystates[i]) == 0)
  /src/external/mpl/bind/dist/lib/dns/
dst_internal.h 120 dst_key_state_t keystates[DST_MAX_KEYSTATES]; /*%< key states member in struct:dst_key
dst_api.c 145 static const char *keystates[KEYSTATES_NVALUES] = { variable
1210 *statep = key->keystates[type];
1223 key->keystates[type] != state;
1224 key->keystates[type] = state;
1751 if (keystates[i] != NULL && strcasecmp(s, keystates[i]) == 0) {
2017 fprintf(stream, "%s: %s\n", tag, keystates[value]);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_internal.h 143 dst_key_state_t keystates[DST_MAX_KEYSTATES + 1]; /*%< key states member in struct:dst_key
dst_api.c 131 static const char *keystates[KEYSTATES_NVALUES] = { variable
1213 *statep = key->keystates[type];
1226 key->keystates[type] != state;
1227 key->keystates[type] = state;
1792 if (keystates[i] != NULL && strcasecmp(s, keystates[i]) == 0) {
2072 fprintf(stream, "%s: %s\n", tag, keystates[value]);

Completed in 15 milliseconds