Home
last modified time | relevance | path

Searched refs:herrno (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dpipbase.cxx266 int herrno; in phostbyname()
267 if ((hp = ::getipnodebyname(name, AF_INET, 0, &herrno)) != nil) in phostbyname()
269 int herrno; in phostbyname()
274 int herrno; in phostbyname()
306 int herrno; in phostbyaddr()
309 int herrno; in phostbyaddr()
314 int herrno; in phostbyaddr()
344 int herrno; in phostcname()
345 if ((hp = ::getipnodebyname(name, AF_INET, 0, &herrno)) != nil) in phostcname()
347 int herrno; in phostcname()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dnethelpers.cc115 hostent* SafeGetHostByName(const char* hostname, int* herrno) { in SafeGetHostByName() argument
116 if (NULL == hostname || NULL == herrno) { in SafeGetHostByName()
125 *herrno = WSAGetLastError(); in SafeGetHostByName()
129 *herrno = 0; in SafeGetHostByName()
143 aux_len, &result, herrno)) == ERANGE) { in SafeGetHostByName()
167 *herrno = 0; in SafeGetHostByName()
170 result = getipnodebyname(hostname, AF_INET, AI_DEFAULT, herrno); in SafeGetHostByName()
177 *herrno = 0; in SafeGetHostByName()
/dports/comms/owfs/owfs-3.2p4/module/owshell/src/c/
H A Dgetaddrinfo.c358 int i, herrno; \
369 tmpbuflen, &herrno); \
374 if (herrno == NETDB_INTERNAL) \
376 __set_h_errno (herrno); \
379 if (herrno == TRY_AGAIN) \
421 int i, herrno; \
435 if (herrno == NETDB_INTERNAL) \
437 __set_h_errno (herrno); \
440 if (herrno == TRY_AGAIN) \
729 int herrno; in gaih_inet() local
[all …]
/dports/comms/owfs/owfs-3.2p4/module/ownet/c/src/c/
H A Dgetaddrinfo.c358 int i, herrno; \
369 tmpbuflen, &herrno); \
374 if (herrno == NETDB_INTERNAL) \
376 __set_h_errno (herrno); \
379 if (herrno == TRY_AGAIN) \
421 int i, herrno; \
435 if (herrno == NETDB_INTERNAL) \
437 __set_h_errno (herrno); \
440 if (herrno == TRY_AGAIN) \
729 int herrno; in gaih_inet() local
[all …]
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dgetaddrinfo.c358 int i, herrno; \
369 tmpbuflen, &herrno); \
374 if (herrno == NETDB_INTERNAL) \
376 __set_h_errno (herrno); \
379 if (herrno == TRY_AGAIN) \
421 int i, herrno; \
435 if (herrno == NETDB_INTERNAL) \
437 __set_h_errno (herrno); \
440 if (herrno == TRY_AGAIN) \
729 int herrno; in gaih_inet() local
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/port/
H A Dthread.c91 int *herrno) in pqGethostbyname() argument
99 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
107 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql14-docs/postgresql-14.1/src/port/
H A Dthread.c91 int *herrno) in pqGethostbyname() argument
99 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
107 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/port/
H A Dthread.c91 int *herrno) in pqGethostbyname() argument
99 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
107 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql14-server/postgresql-14.1/src/port/
H A Dthread.c91 int *herrno) in pqGethostbyname() argument
99 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
107 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/port/
H A Dthread.c91 int *herrno) in pqGethostbyname() argument
99 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
107 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/port/
H A Dthread.c91 int *herrno) in pqGethostbyname() argument
99 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
107 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql13-server/postgresql-13.5/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql14-client/postgresql-14.1/src/port/
H A Dthread.c91 int *herrno) in pqGethostbyname() argument
99 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
107 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql12-docs/postgresql-12.9/src/port/
H A Dthread.c94 int *herrno)
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno);
110 *herrno = h_errno;
/dports/databases/postgresql12-server/postgresql-12.9/src/port/
H A Dthread.c94 int *herrno) in G_DEFINE_TYPE()
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in G_DEFINE_TYPE()
110 *herrno = h_errno; in G_DEFINE_TYPE()
/dports/databases/postgresql13-client/postgresql-13.5/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/port/
H A Dthread.c94 int *herrno)
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno);
110 *herrno = h_errno;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql13-docs/postgresql-13.5/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/port/
H A Dthread.c94 int *herrno) in pqGethostbyname() argument
102 *result = gethostbyname_r(name, resultbuf, buffer, buflen, herrno); in pqGethostbyname()
110 *herrno = h_errno; in pqGethostbyname()

12345678910