Lines Matching defs:error
79 * for forward lookups. If an error occurs, an error code is returned in
80 * *error. resbuf is a pointer to a struct hostent which is initialised
89 * protocol family type -- PF_INET or PF_INET6. If an error occurs, the
90 * error code is returned in *error. The other function parameters are
103 * an error. In this case the global variable lwres_h_errno will contain
104 * one of the following error codes defined in \link netdb.h <lwres/netdb.h>:\endlink
110 * A recoverable error occurred, e.g., a timeout. Retrying the
114 * A non-recoverable error occurred.
122 * lwres_hstrerror() translates these error codes to suitable error
143 * static data and provide error codes through a global variable.
230 char *buf, int buflen, int *error)
235 he = lwres_getipnodebyname(name, AF_INET, 0, error);
251 int *error)
256 he = lwres_getipnodebyaddr(addr, len, type, error);
270 lwres_gethostent_r(struct hostent *resbuf, char *buf, int buflen, int *error) {
274 *error = 0;