Lines Matching defs:sensitive
99 hash_label(uint16_t init, uint8_t *ptr, bool sensitive) {
103 if (sensitive) {
118 match_wirename(uint8_t *a, uint8_t *b, unsigned int len, bool sensitive) {
119 if (sensitive) {
160 unsigned int slen, unsigned int old_coff, bool sensitive) {
176 if (!match_wirename(bptr, sptr, llen, sensitive)) {
201 return blen >= slen && match_wirename(bptr, sptr, slen, sensitive);
259 bool sensitive = (cctx->flags & DNS_COMPRESS_CASE) != 0;
270 hash = hash_label(hash, suffix_ptr, sensitive);
292 bool sensitive = (cctx->flags & DNS_COMPRESS_CASE) != 0;
305 hash = hash_label(hash, suffix_ptr, sensitive);
328 *return_coff, sensitive))