Lines Matching defs:input
153 #define REQUEST_DUMP "server.input"
158 #define REQUEST_PROXY_DUMP "proxy.input"
811 logmsg("Failed to write request input ");
826 logmsg("Wrote request (%zu bytes) input to %s", totalsize, dumpfile);
830 logmsg("Wrote only (%zu bytes) of (%zu bytes) request input to %s",
904 fd_set input;
909 FD_ZERO(&input);
912 FD_SET(sock, &input);
915 rc = select((int)sock + 1, &input, &output, NULL, &timeout);
1443 fd_set input;
1449 FD_ZERO(&input);
1459 FD_SET(rootfd, &input);
1469 FD_SET(clientfd[i], &input);
1485 FD_SET(serverfd[i], &input);
1502 rc = select((int)maxfd + 1, &input, &output, NULL, &timeout);
1517 (serverfd[DATA] == CURL_SOCKET_BAD) && FD_ISSET(rootfd, &input)) {
1592 if(len && FD_ISSET(clientfd[i], &input)) {
1610 if(len && FD_ISSET(serverfd[i], &input)) {
2278 fd_set input;
2299 FD_ZERO(&input);
2304 FD_SET(all_sockets[socket_idx], &input);
2313 rc = select((int)maxfd + 1, &input, &output, NULL, &timeout);
2332 if(FD_ISSET(all_sockets[0], &input)) {
2349 if(FD_ISSET(all_sockets[socket_idx], &input)) {