Searched refs:bytesleft (Results 1 – 9 of 9) sorted by relevance
/third_party/toybox/toys/posix/ |
D | split.c | 39 unsigned long bytesleft, linesleft, filenum, len, pos; local 49 len = pos = filenum = bytesleft = linesleft = 0; 60 if ((TT.b && !bytesleft) || (TT.l && !linesleft)) { 69 bytesleft = TT.b + ((filenum == TT.n) ? st.st_size%TT.n : 0); 79 if (!--bytesleft) break; 84 if (j > bytesleft) j = bytesleft; 85 bytesleft -= j;
|
/third_party/curl/docs/libcurl/ |
D | curl_ws_meta.md | 50 curl_off_t bytesleft; 68 ## bytesleft section in struct curl_ws_frame 70 If this is not a complete fragment, the *bytesleft* field informs about
|
/third_party/curl/tests/http/clients/ |
D | ws-data.c | 133 if(frame->bytesleft != (curl_off_t)(exp_len - r_offset - nread)) { in recv_binary() 135 (long)(exp_len - r_offset - nread), (long)frame->bytesleft); in recv_binary()
|
/third_party/curl/include/curl/ |
D | websockets.h | 35 curl_off_t bytesleft; /* number of pending bytes left of the payload */ member
|
/third_party/curl/src/ |
D | tool_formparse.c | 184 curl_off_t bytesleft; in tool_mime_stdin_read() local 190 bytesleft = sip->size - sip->curpos; in tool_mime_stdin_read() 191 if(curlx_uztoso(nitems) > bytesleft) in tool_mime_stdin_read() 192 nitems = curlx_sotouz(bytesleft); in tool_mime_stdin_read()
|
/third_party/curl/tests/libtest/ |
D | lib2305.c | 65 nread, meta->age, meta->flags, meta->offset, meta->bytesleft); in websocket()
|
/third_party/mksh/ |
D | funcs.c | 1615 size_t bytesleft = 128, bytesread; in c_read() local 1655 bytesleft = 1024; in c_read() 1657 bytesleft = (unsigned int)c; in c_read() 1717 Xinit(xs, xp, bytesleft, ATEMP); in c_read() 1720 bytesleft = 1; in c_read() 1767 if ((bytesread = blocking_read(fd, xp, bytesleft)) == (size_t)-1) { in c_read() 1799 XcheckN(xs, xp, bytesleft); in c_read() 1817 if ((bytesleft -= bytesread) == 0) in c_read() 1921 bytesleft = utf_ptradj(ccp); in c_read() 1922 while (bytesleft && bytesread) { in c_read() [all …]
|
/third_party/curl/lib/ |
D | ws.c | 354 ws->frame.bytesleft = (payload_len - payload_offset - cur_len); in update_meta()
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 2495 d bytesleft like(curl_off_t)
|