Lines Matching +full:exact +full:- +full:len

2  * services/localzone.h - local zones authority service.
63 * local-data directly.
104 /** answer not from the view, but global or no-answer */
184 * If this list is NULL, the node is an empty non-terminal. */
234 * @return: -1, 0, +1 comparison value.
242 * @return: -1, 0, +1 comparison value.
257 * @param len: length of name.
264 * local-zone's tags.
268 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype,
276 * @param len: length of name.
284 uint8_t* name, size_t len, int labs, uint16_t dclass, uint16_t dtype);
315 * It can also return true if a non-exact alias answer is found. In this
316 * case qinfo->local_alias points to the corresponding alias RRset but the
319 * Data pointed to by qinfo->local_alias is allocated in 'temp' or refers to
372 * @param len: length of name.
375 * @return the exact local_zone or NULL.
378 uint8_t* name, size_t len, int labs, uint16_t dclass);
385 * @param len: length of name.
388 * @param exact: 1 on return is this is an exact match.
389 * @return the exact or smaller local_zone or NULL.
393 uint8_t* name, size_t len, int labs, uint16_t dclass,
394 int* exact);
402 * @param len: length of name.
409 uint8_t* name, size_t len, int labs, uint16_t dclass,
435 * @param len: length of name.
440 uint8_t* name, size_t len, int labs, uint16_t dclass);
447 * @param len: length of resulting wireformat.
451 int parse_dname(const char* str, uint8_t** res, size_t* len, int* labs);
507 * @param len: buffer length
513 uint16_t* dclass, time_t* ttl, uint8_t* rr, size_t len,
539 * Valid response ip actions for the IP-response-driven-action feature;
544 * access-control-tags, which can be shared for both response ip actions and
560 /** resolve normally, even when there is response-ip data */
574 * access-control-tag-action */
635 * Find a data node by exact name for a local zone
637 * @param nm: name of local-data element to find
640 * @return local_data on exact match, NULL otherwise.