Lines Matching +full:wait +full:- +full:on +full:- +full:read
3 .\" libunbound.3 -- unbound library functions manual
47 \- Unbound DNS validating resolver 1.23.1 functions.
155 DNSSEC validation. This is the library API, for using the \-lunbound library.
159 and obtain other information from the DNS. The library performs public\-key
170 The functions are thread\-safe, and a context can be used in a threaded (as
171 well as in a non\-threaded) environment. Also resolution (and validation)
172 can be performed blocking and non\-blocking (also called asynchronous).
174 can go on, while the results become available later.
186 to read them.
197 A power\-user interface that lets you specify one of the options from the
203 A power\-user interface that gets an option value. Some options cannot be
208 A power\-user interface that lets you specify an unbound config file, see
209 \fIunbound.conf\fR(5), which is read for configuration. Not all options are
211 routines exist. This function is thread\-safe only if a single instance of
242 you can use this call to read the list of nameservers to use from the
248 If fname NULL is passed, "/etc/resolv.conf" is used (if on Windows,
249 the system\-wide configured nameserver is picked instead).
254 Read list of hosts from the filename given.
257 (if on Windows, etc/hosts from WINDIR is picked instead).
266 The format is a string, similar to the zone\-file format,
272 file with \fIunbound\-anchor\fR(8) for the root anchor. You can also
286 Pass the name of a bind\-style config file with trusted\-keys{}.
292 output. Default is stderr. File\-names or using syslog can be enabled
307 calls have been made have no effect (delete and re\-create the context
313 and then check, or wait using the wait routine.
314 Returns 0 if nothing to read, or nonzero if a result is available.
320 Wait for a context to finish with results. Calls
322 after the wait for you. After the wait, there are no more outstanding
326 Get file descriptor. Wait for it to become readable, at this point
373 Add new zone to local authority info, like local\-zone \fIunbound.conf\fR(5)
380 Add resource record data to local authority info, like local\-data
420 returns NULL on an error (a malloc failure).
424 returns a file descriptor or \-1 on error.
428 attempt to leave errno informative on a function return with file read failure.