Searched refs:curl_socklen_t (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dinet_ntop.h34 inet_ntop(af,addr,buf,(curl_socklen_t)size)
H A Dsetup-os400.h50 curl_socklen_t salen,
51 char * nodename, curl_socklen_t nodenamelen,
52 char * servname, curl_socklen_t servnamelen,
H A Dcurl_addrinfo.h59 curl_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */
H A Dconnect.c240 curl_socklen_t sizeof_sa = 0; /* size of the data sock points to */
289 dev, (curl_socklen_t)strlen(dev)+1) != 0) {
386 curl_socklen_t size = sizeof(add);
429 curl_socklen_t errSize = sizeof(err);
596 curl_socklen_t len;
749 curl_socklen_t onoff = (curl_socklen_t) data->set.tcp_nodelay;
H A Dcurl_addrinfo.c170 ca->ai_addrlen = (curl_socklen_t)ss_size;
251 * curl_socklen_t ai_addrlen; * Follow rfc3493 struct addrinfo *
333 ai->ai_addrlen = (curl_socklen_t)ss_size;
H A Dmemdebug.c360 curl_socklen_t *addrlen = (curl_socklen_t *)saddrlen;
H A Dkrb5.c166 curl_socklen_t l = sizeof(conn->local_addr);
H A Dtftp.c145 curl_socklen_t remote_addrlen;
1075 curl_socklen_t fromlen;
H A Dftp.c331 curl_socklen_t size = (curl_socklen_t) sizeof(add);
739 curl_socklen_t sslen;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/include/curl/
H A Dcurlrules.h167 * curl_socklen_t is actually the the same as the one reported
173 [CurlchkszEQ(curl_socklen_t, CURL_SIZEOF_CURL_SOCKLEN_T)];
176 * Verify at compile time that the size of curl_socklen_t as reported
183 [CurlchkszGE(curl_socklen_t, int)];
H A Dcurlbuild.h158 /* Integral data type used for curl_socklen_t. */
161 /* The size of `curl_socklen_t', as computed by sizeof. */
164 /* Data type definition of curl_socklen_t. */
165 typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t; typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tmp/include/curl/
H A Dcurlrules.h167 * curl_socklen_t is actually the the same as the one reported
173 [CurlchkszEQ(curl_socklen_t, CURL_SIZEOF_CURL_SOCKLEN_T)];
176 * Verify at compile time that the size of curl_socklen_t as reported
183 [CurlchkszGE(curl_socklen_t, int)];
H A Dcurlbuild.h158 /* Integral data type used for curl_socklen_t. */
161 /* The size of `curl_socklen_t', as computed by sizeof. */
164 /* Data type definition of curl_socklen_t. */
165 typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t; typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/OS400/
H A Dos400sys.c240 Curl_getnameinfo_a(const struct sockaddr * sa, curl_socklen_t salen,
241 char * nodename, curl_socklen_t nodenamelen,
242 char * servname, curl_socklen_t servnamelen,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dtftpd.c203 static curl_socklen_t fromlen;
638 curl_socklen_t fromaddrlen;
H A Dsockfilt.c770 curl_socklen_t la_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/
H A Dconfigure24609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for curl_socklen_t data type" >&5
24610 $as_echo_n "checking for curl_socklen_t data type... " >&6; }
24654 typedef $t curl_socklen_t;
24659 curl_socklen_t dummy;
24678 as_fn_error "cannot find data type for curl_socklen_t." "$LINENO" 5
24681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of curl_socklen_t" >&5
24682 $as_echo_n "checking size of curl_socklen_t... " >&6; }
24714 typedef $curl_typeof_curl_socklen_t curl_socklen_t;
24715 typedef char dummy_arr[sizeof(curl_socklen_t) == $tst_size ? 1 : -1];
24720 curl_socklen_t dumm
[all...]

Completed in 300 milliseconds