Florian Weimer 352f4ff9a2 resolv: Introduce struct resolv_context [BZ #21668]
struct resolv_context objects provide a temporary resolver context
which does not change during a name lookup operation.  Only when the
outmost context is created, the stub resolver configuration is
verified to be current (at present, only against previous res_init
calls).  Subsequent attempts to obtain the context will reuse the
result of the initial verification operation.

struct resolv_context can also be extended in the future to store
data which needs to be deallocated during thread cancellation.
2017-07-03 20:52:59 +02:00
..
2014-11-24 15:03:45 +05:30
2016-10-28 22:40:16 -04:00
2015-10-15 14:15:41 -07:00
2015-10-15 14:13:50 -07:00
2015-09-15 20:36:50 +00:00
2017-04-07 07:45:53 -04:00
2015-10-15 14:22:25 -07:00
2017-06-20 08:21:24 -04:00