Home
last modified time | relevance | path

Searched refs:curl_socklen_t (Results 1 – 22 of 22) sorted by relevance

/external/curl/lib/
Dsetup-os400.h52 curl_socklen_t salen,
53 char * nodename, curl_socklen_t nodenamelen,
54 char * servname, curl_socklen_t servnamelen,
Dcurl_addrinfo.c162 ca->ai_addrlen = (curl_socklen_t)ss_size; in Curl_getaddrinfo_ex()
325 ai->ai_addrlen = (curl_socklen_t)ss_size; in Curl_he2ai()
503 ai->ai_addrlen = (curl_socklen_t) sizeof(struct sockaddr_un); in Curl_unix2addr()
Dinet_ntop.h34 inet_ntop(af, addr, buf, (curl_socklen_t)size)
Dconnect.c245 curl_socklen_t sizeof_sa = 0; /* size of the data sock points to */ in bindlocal()
321 dev, (curl_socklen_t)strlen(dev)+1) != 0) { in bindlocal()
435 curl_socklen_t size = sizeof(add); in bindlocal()
478 curl_socklen_t errSize = sizeof(err); in verifyconnect()
662 curl_socklen_t len; in Curl_updateconninfo()
865 curl_socklen_t onoff = (curl_socklen_t) data->set.tcp_nodelay; in tcpnodelay()
Dcurl_addrinfo.h56 curl_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */
Dmemdebug.c388 curl_socklen_t *addrlen = (curl_socklen_t *)saddrlen; in curl_accept()
Dkrb5.c155 curl_socklen_t l = sizeof(conn->local_addr); in krb5_auth()
Dtftp.c137 curl_socklen_t remote_addrlen;
1079 curl_socklen_t fromlen; in tftp_receive_packet()
Dftp.c329 curl_socklen_t size = (curl_socklen_t) sizeof(add); in AcceptServerConnect()
978 curl_socklen_t sslen; in ftp_state_use_port()
/external/google-breakpad/src/third_party/curl/
Dcurlrules.h174 [CurlchkszEQ(curl_socklen_t, CURL_SIZEOF_CURL_SOCKLEN_T)];
184 [CurlchkszGE(curl_socklen_t, int)];
Dcurlbuild.h171 typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t; typedef
/external/curl/include/curl/
Dcurlrules.h159 [CurlchkszEQ(curl_socklen_t, CURL_SIZEOF_CURL_SOCKLEN_T)];
169 [CurlchkszGE(curl_socklen_t, int)];
Dcurlbuild.h.cmake164 /* Integral data type used for curl_socklen_t. */
167 /* The size of `curl_socklen_t', as computed by sizeof. */
170 /* Data type definition of curl_socklen_t. */
171 typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t;
Dcurlbuild.h.in161 /* Integral data type used for curl_socklen_t. */
164 /* The size of `curl_socklen_t', as computed by sizeof. */
167 /* Data type definition of curl_socklen_t. */
168 typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t; typedef
Dcurlbuild.h169 typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t; typedef
Dcurlbuild.h.dist573 /* Data type definition of curl_socklen_t. */
576 typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t;
/external/curl/packages/OS400/
Dos400sys.c262 Curl_getnameinfo_a(const struct sockaddr * sa, curl_socklen_t salen, in Curl_getnameinfo_a()
263 char * nodename, curl_socklen_t nodenamelen, in Curl_getnameinfo_a()
264 char * servname, curl_socklen_t servnamelen, in Curl_getnameinfo_a()
/external/curl/
Dacinclude.m42091 dnl Find out suitable curl_socklen_t data type definition and size, making
2095 dnl The need for the curl_socklen_t definition arises mainly to properly
2108 AC_MSG_CHECKING([for curl_socklen_t data type])
2137 typedef $t curl_socklen_t;
2139 curl_socklen_t dummy;
2149 AC_MSG_ERROR([cannot find data type for curl_socklen_t.])
2152 AC_MSG_CHECKING([size of curl_socklen_t])
2182 typedef $curl_typeof_curl_socklen_t curl_socklen_t;
2183 typedef char dummy_arr[sizeof(curl_socklen_t) == $tst_size ? 1 : -1];
2185 curl_socklen_t dummy;
[all …]
DCHANGES.01583 - Use a build-time configured curl_socklen_t data type instead of socklen_t.
/external/curl/tests/server/
Dtftpd.c198 static curl_socklen_t fromlen;
631 curl_socklen_t fromaddrlen; in synchnet()
Dsws.c1319 curl_socklen_t flag = 1; in connect_to()
1528 curl_socklen_t flag = 1; in http_connect()
Dsockfilt.c1247 curl_socklen_t la_size; in sockdaemon()