Loading lib/easy.c +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ curl_wcsdup_callback Curl_cwcsdup = (curl_wcsdup_callback)_wcsdup; #endif #else /* * Symbian OS doesn't support initialization to code in writeable static data. * Symbian OS doesn't support initialization to code in writable static data. * Initialization will occur in the curl_global_init() call. */ curl_malloc_callback Curl_cmalloc; Loading lib/telnet.c +2 −2 Original line number Diff line number Diff line Loading @@ -1014,7 +1014,7 @@ static void sendsuboption(struct connectdata *conn, int option) CURL_SB_ACCUM(tn, CURL_IAC); CURL_SB_ACCUM(tn, CURL_SB); CURL_SB_ACCUM(tn, CURL_TELOPT_NAWS); /* We must deal either with litte or big endien processors */ /* We must deal either with litte or big endian processors */ /* Window size must be sent according to the 'network order' */ x=htons(tn->subopt_wsx); y=htons(tn->subopt_wsy); Loading tests/server/sws.c +6 −6 Original line number Diff line number Diff line Loading @@ -1489,7 +1489,7 @@ static void http_connect(curl_socket_t *infdp, maxfd = clientfd[i]; } if(poll_client_wr[i] && toc[i]) { /* unless told not to do so, monitor writeability /* unless told not to do so, monitor writability if there is data ready to be sent to client */ FD_SET(clientfd[i], &output); if(clientfd[i] > maxfd) Loading @@ -1505,7 +1505,7 @@ static void http_connect(curl_socket_t *infdp, maxfd = serverfd[i]; } if(poll_server_wr[i] && tos[i]) { /* unless told not to do so, monitor writeability /* unless told not to do so, monitor writability if there is data ready to be sent to server */ FD_SET(serverfd[i], &output); if(serverfd[i] > maxfd) Loading Loading @@ -1598,7 +1598,7 @@ static void http_connect(curl_socket_t *infdp, /* ---------------------------------------------------------- */ /* react to tunnel endpoint readable/writeable notifications */ /* react to tunnel endpoint readable/writable notifications */ for(i = 0; i <= max_tunnel_idx; i++) { size_t len; if(clientfd[i] != CURL_SOCKET_BAD) { Loading Loading @@ -1894,7 +1894,7 @@ static int service_connection(curl_socket_t msgsock, struct httprequest *req, while(!req->done_processing) { int rc = get_request(msgsock, req); if(rc <= 0) { /* Nothing further to read now (possibly because the socket was closed */ /* Nothing further to read now, possibly because the socket was closed */ return rc; } } Loading Loading
lib/easy.c +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ curl_wcsdup_callback Curl_cwcsdup = (curl_wcsdup_callback)_wcsdup; #endif #else /* * Symbian OS doesn't support initialization to code in writeable static data. * Symbian OS doesn't support initialization to code in writable static data. * Initialization will occur in the curl_global_init() call. */ curl_malloc_callback Curl_cmalloc; Loading
lib/telnet.c +2 −2 Original line number Diff line number Diff line Loading @@ -1014,7 +1014,7 @@ static void sendsuboption(struct connectdata *conn, int option) CURL_SB_ACCUM(tn, CURL_IAC); CURL_SB_ACCUM(tn, CURL_SB); CURL_SB_ACCUM(tn, CURL_TELOPT_NAWS); /* We must deal either with litte or big endien processors */ /* We must deal either with litte or big endian processors */ /* Window size must be sent according to the 'network order' */ x=htons(tn->subopt_wsx); y=htons(tn->subopt_wsy); Loading
tests/server/sws.c +6 −6 Original line number Diff line number Diff line Loading @@ -1489,7 +1489,7 @@ static void http_connect(curl_socket_t *infdp, maxfd = clientfd[i]; } if(poll_client_wr[i] && toc[i]) { /* unless told not to do so, monitor writeability /* unless told not to do so, monitor writability if there is data ready to be sent to client */ FD_SET(clientfd[i], &output); if(clientfd[i] > maxfd) Loading @@ -1505,7 +1505,7 @@ static void http_connect(curl_socket_t *infdp, maxfd = serverfd[i]; } if(poll_server_wr[i] && tos[i]) { /* unless told not to do so, monitor writeability /* unless told not to do so, monitor writability if there is data ready to be sent to server */ FD_SET(serverfd[i], &output); if(serverfd[i] > maxfd) Loading Loading @@ -1598,7 +1598,7 @@ static void http_connect(curl_socket_t *infdp, /* ---------------------------------------------------------- */ /* react to tunnel endpoint readable/writeable notifications */ /* react to tunnel endpoint readable/writable notifications */ for(i = 0; i <= max_tunnel_idx; i++) { size_t len; if(clientfd[i] != CURL_SOCKET_BAD) { Loading Loading @@ -1894,7 +1894,7 @@ static int service_connection(curl_socket_t msgsock, struct httprequest *req, while(!req->done_processing) { int rc = get_request(msgsock, req); if(rc <= 0) { /* Nothing further to read now (possibly because the socket was closed */ /* Nothing further to read now, possibly because the socket was closed */ return rc; } } Loading