Lines Matching defs:error
70 * for forward lookups. If an error occurs, an error code is returned in
71 * *error. resbuf is a pointer to a struct hostent which is initialised
80 * protocol family type -- PF_INET or PF_INET6. If an error occurs, the
81 * error code is returned in *error. The other function parameters are
94 * an error. In this case the global variable lwres_h_errno will contain
95 * one of the following error codes defined in \link netdb.h <lwres/netdb.h>:\endlink
101 * A recoverable error occurred, e.g., a timeout. Retrying the
105 * A non-recoverable error occurred.
113 * lwres_hstrerror() translates these error codes to suitable error
134 * static data and provide error codes through a global variable.
224 char *buf, int buflen, int *error)
229 myhe = lwres_getipnodebyname(name, AF_INET, 0, error);
245 int *error)
250 myhe = lwres_getipnodebyaddr(addr, len, type, error);
264 lwres_gethostent_r(struct hostent *resbuf, char *buf, int buflen, int *error) {
268 *error = 0;