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

/freebsd-11.0-release/contrib/ldns/
H A Dstr2host.c479 bool negation; local
497 negation = true;
500 negation = false;
566 if (negation) {
H A Dhost2str.c955 bool negation; local
965 negation = data[pos + 3] & LDNS_APL_NEGATION;
969 if (negation) {
990 if (negation) {
/freebsd-11.0-release/contrib/unbound/sldns/
H A Dstr2wire.c1088 int negation; local
1109 negation = 1;
1112 negation = 0;
1155 if (negation) {
H A Dwire2str.c1105 uint8_t negation, prefix, adflength; local
1109 negation = ((*d)[3] & LDNS_APL_NEGATION);
1114 if(negation)

Completed in 116 milliseconds