Lines Matching defs:options
209 statp->options = RES_DEFAULT;
570 if (MATCH(buf, "options")) {
571 res_setoptions(statp, buf + sizeof("options") - 1, "conf");
616 if (statp->options & RES_DEBUG) {
627 statp->options |= RES_INIT;
642 res_setoptions(res_state statp, const char *options, const char *source)
644 const char *cp = options;
652 if (statp->options & RES_DEBUG)
654 options, source);
660 /* search for and process individual options */
668 if (statp->options & RES_DEBUG)
698 if (statp->options & RES_DEBUG) {
709 if (statp->options & RES_DEBUG)
752 if (statp->options & RES_DEBUG)
757 if (!(statp->options & RES_DEBUG)) {
759 options, source);
760 statp->options |= RES_DEBUG;
768 statp->options |= RES_NOTLDQUERY;
770 statp->options |= RES_USE_INET6;
772 statp->options |= RES_ROTATE;
775 statp->options |= RES_NOCHECKNAME;
779 statp->options |= RES_USE_EDNS0;
783 statp->options |= RES_USE_DNAME;
805 statp->options |= RES_NO_NIBBLE2;
807 statp->options &=
829 if (statp->options & RES_DEBUG)
933 statp->options &= ~RES_INIT;