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

/external/google-breakpad/src/third_party/curl/
H A Dcurlrules.h168 * curl_socklen_t is actually the the same as the one reported
174 [CurlchkszEQ(curl_socklen_t, CURL_SIZEOF_CURL_SOCKLEN_T)];
177 * Verify at compile time that the size of curl_socklen_t as reported
184 [CurlchkszGE(curl_socklen_t, int)];
H A Dcurlbuild.h164 /* 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; typedef

Completed in 409 milliseconds