Home
last modified time | relevance | path

Searched refs:rbytes (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/lib/
Dtftp.c136 int rbytes; member
623 if(state->rbytes < (ssize_t)state->blksize + 4) { in tftp_rx()
1111 state->rbytes = (int)recvfrom(state->sockfd, in tftp_receive_packet()
1123 if(state->rbytes < 4) { in tftp_receive_packet()
1136 if(state->rbytes > 4 && in tftp_receive_packet()
1140 state->rbytes-4); in tftp_receive_packet()
1145 k->bytecount += state->rbytes-4; in tftp_receive_packet()
1153 size_t strn = state->rbytes - 4; in tftp_receive_packet()
1164 state->rbytes-2); in tftp_receive_packet()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
230 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1); in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
247 tmp_buf += rbytes; in tre_tnfa_run_parallel()
250 tmp_buf += rbytes; in tre_tnfa_run_parallel()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
230 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1); in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
247 tmp_buf += rbytes; in tre_tnfa_run_parallel()
250 tmp_buf += rbytes; in tre_tnfa_run_parallel()
/third_party/musl/src/regex/
Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
230 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1); in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
247 tmp_buf += rbytes; in tre_tnfa_run_parallel()
250 tmp_buf += rbytes; in tre_tnfa_run_parallel()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
230 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1); in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
247 tmp_buf += rbytes; in tre_tnfa_run_parallel()
250 tmp_buf += rbytes; in tre_tnfa_run_parallel()
/third_party/python/Lib/multiprocessing/
Dconnection.py346 rbytes, err = ov.GetOverlappedResult(True)
348 assert rbytes == left