/opensource.apple.com/source/netinfo/netinfo-324.2.1/resolver/res_debug.h

# · C++ Header · 59 lines · 42 code · 3 blank · 14 comment · 3 complexity · 7163329d138935387281d7d164ce1031 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>res_debug.h</title>
  6. <style type="text/css">
  7. .enscript-comment { font-style: italic; color: rgb(178,34,34); }
  8. .enscript-function-name { font-weight: bold; color: rgb(0,0,255); }
  9. .enscript-variable-name { font-weight: bold; color: rgb(184,134,11); }
  10. .enscript-keyword { font-weight: bold; color: rgb(160,32,240); }
  11. .enscript-reference { font-weight: bold; color: rgb(95,158,160); }
  12. .enscript-string { font-weight: bold; color: rgb(188,143,143); }
  13. .enscript-builtin { font-weight: bold; color: rgb(218,112,214); }
  14. .enscript-type { font-weight: bold; color: rgb(34,139,34); }
  15. .enscript-highlight { text-decoration: underline; color: 0; }
  16. </style>
  17. </head>
  18. <body id="top">
  19. <h1 style="margin:8px;" id="f1">res_debug.h&nbsp;&nbsp;&nbsp;<span style="font-weight: normal; font-size: 0.5em;">[<a href="?txt">plain text</a>]</span></h1>
  20. <hr/>
  21. <div></div>
  22. <pre>
  23. <span class="enscript-comment">/*
  24. * Copyright (c) 1999 by Internet Software Consortium.
  25. *
  26. * Permission to use, copy, modify, and distribute this software for any
  27. * purpose with or without fee is hereby granted, provided that the above
  28. * copyright notice and this permission notice appear in all copies.
  29. *
  30. * THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
  31. * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  32. * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  33. * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  34. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  35. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  36. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  37. * SOFTWARE.
  38. */</span>
  39. #<span class="enscript-reference">ifndef</span> <span class="enscript-variable-name">_RES_DEBUG_H_</span>
  40. #<span class="enscript-reference">define</span> <span class="enscript-variable-name">_RES_DEBUG_H_</span>
  41. #<span class="enscript-reference">ifndef</span> <span class="enscript-variable-name">DEBUG</span>
  42. # <span class="enscript-reference">define</span> <span class="enscript-function-name">Dprint</span>(cond, args) <span class="enscript-comment">/*empty*/</span>
  43. # <span class="enscript-reference">define</span> <span class="enscript-function-name">DprintQ</span>(cond, args, query, size) <span class="enscript-comment">/*empty*/</span>
  44. # <span class="enscript-reference">define</span> <span class="enscript-function-name">Aerror</span>(statp, file, string, error, address) <span class="enscript-comment">/*empty*/</span>
  45. # <span class="enscript-reference">define</span> <span class="enscript-function-name">Perror</span>(statp, file, string, error) <span class="enscript-comment">/*empty*/</span>
  46. #<span class="enscript-reference">else</span>
  47. # <span class="enscript-reference">define</span> <span class="enscript-function-name">Dprint</span>(cond, args) if (cond) {fprintf args;} else {}
  48. # <span class="enscript-reference">define</span> <span class="enscript-function-name">DprintQ</span>(cond, args, query, size) if (cond) {\
  49. fprintf args;\
  50. res_pquery(statp, query, size, stdout);\
  51. } <span class="enscript-keyword">else</span> {}
  52. #<span class="enscript-reference">endif</span>
  53. #<span class="enscript-reference">endif</span> <span class="enscript-comment">/* _RES_DEBUG_H_ */</span>
  54. </pre>
  55. <hr />
  56. </body></html>