Lines Matching defs:nm
111 forwards_insert_data(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
122 node->name = memdup(nm, nmlen);
133 dname_str(nm, buf);
299 fwd_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm)
304 key.name = nm;
541 fwd_zone_find(struct iter_forwards* fwd, uint16_t c, uint8_t* nm)
546 key.name = nm;
547 key.namelabs = dname_count_size_labels(nm, &key.namelen);
572 forwards_delete_zone(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
578 if(!(z=fwd_zone_find(fwd, c, nm))) {
589 forwards_add_stub_hole(struct iter_forwards* fwd, uint16_t c, uint8_t* nm,
594 if(fwd_zone_find(fwd, c, nm) != NULL) {
598 if(!fwd_add_stub_hole(fwd, c, nm)) {
609 uint8_t* nm, int nolock)
614 if(!(z=fwd_zone_find(fwd, c, nm))) {