Lines Matching defs:what
1825 int what;
1870 what = Curl_socket_check(readfd, CURL_SOCKET_BAD, writefd,
1872 if(what < 0) {
1877 else if(0 == what) {
2028 int what;
2040 what = SOCKET_WRITABLE(Curl_conn_cf_get_socket(cf, data), timeout_ms);
2041 if(what < 0) {
2048 else if(0 == what) {
2137 /* It's debatable what to return when !len. Regardless we can't return
2402 /* It's debatable what to return when !len. We could return whatever error