Home
last modified time | relevance | path

Searched refs:label_is_root (Results 1 – 4 of 4) sorted by relevance

/dports/dns/nsd/nsd-4.3.9/
H A Ddname.h299 label_is_root(const uint8_t *label) in label_is_root() function
331 assert(!label_is_root(label)); in label_next()
H A Ddname.c45 if (label_is_root(label)) in dname_make()
75 while (!label_is_root(src)) { in dname_make()
150 done = label_is_root(label); in dname_make_wire_from_packet()
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dbuffer.c221 label_is_root(const uint8_t* label) in label_is_root() function
285 done = label_is_root(label); in buffer_read_dname()
/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp15660 transition_left_arc(const string& label) : label(label), label_is_root(label == "root") {} in transition_left_arc()
15666 bool label_is_root; member in ufal::udpipe::parsito::transition_left_arc
15671 transition_right_arc(const string& label) : label(label), label_is_root(label == "root") {} in transition_right_arc()
15677 bool label_is_root; member in ufal::udpipe::parsito::transition_right_arc
15694 transition_left_arc_2(const string& label) : label(label), label_is_root(label == "root") {} in transition_left_arc_2()
15700 bool label_is_root; member in ufal::udpipe::parsito::transition_left_arc_2
15711 bool label_is_root; member in ufal::udpipe::parsito::transition_right_arc_2
16740 if (conf.single_root && label_is_root) in applicable()
16758 if (conf.single_root && label_is_root) in applicable()
16805 if (conf.single_root && label_is_root) in applicable()
[all …]