Lines Matching refs:curl_socklen_t
2091 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;
2196 AC_MSG_ERROR([cannot find out size of curl_socklen_t.])