thistime 337 lib/util/xfile.c size_t thistime; thistime 346 lib/util/xfile.c thistime = MIN(f->bufused, remaining); thistime 348 lib/util/xfile.c memcpy((char *)p+total, f->next, thistime); thistime 350 lib/util/xfile.c f->next += thistime; thistime 351 lib/util/xfile.c f->bufused -= thistime; thistime 352 lib/util/xfile.c remaining -= thistime; thistime 353 lib/util/xfile.c total += thistime; thistime 201 source3/lib/recvfile.c int thistime; thistime 202 source3/lib/recvfile.c thistime = splice(pipefd[0], NULL, tofd, thistime 205 source3/lib/recvfile.c if (thistime == -1) { thistime 208 source3/lib/recvfile.c to_write -= thistime; thistime 651 source3/lib/util_sock.c ssize_t thistime; thistime 660 source3/lib/util_sock.c thistime = sys_writev(fd, orig_iov, iovcnt); thistime 661 source3/lib/util_sock.c if ((thistime <= 0) || (thistime == to_send)) { thistime 662 source3/lib/util_sock.c return thistime; thistime 664 source3/lib/util_sock.c sent = thistime; thistime 688 source3/lib/util_sock.c while (thistime > 0) { thistime 689 source3/lib/util_sock.c if (thistime < iov[0].iov_len) { thistime 691 source3/lib/util_sock.c (char *)iov[0].iov_base + thistime; thistime 693 source3/lib/util_sock.c iov[0].iov_len -= thistime; thistime 696 source3/lib/util_sock.c thistime -= iov[0].iov_len; thistime 701 source3/lib/util_sock.c thistime = sys_writev(fd, iov, iovcnt); thistime 702 source3/lib/util_sock.c if (thistime <= 0) { thistime 705 source3/lib/util_sock.c sent += thistime; thistime 1070 source3/libsmb/clitrans.c uint32_t total, uint32_t thistime, thistime 1088 source3/libsmb/clitrans.c if (thistime) { thistime 1089 source3/libsmb/clitrans.c memcpy(blob->data + displacement, buf, thistime); thistime 1090 source3/libsmb/clitrans.c blob->received += thistime; thistime 156 source3/modules/vfs_preopen.c ssize_t thistime; thistime 158 source3/modules/vfs_preopen.c thistime = read(sock_fd, namebuf + nread, thistime 160 source3/modules/vfs_preopen.c if (thistime <= 0) { thistime 164 source3/modules/vfs_preopen.c nread += thistime; thistime 641 source3/registry/reg_backend_db.c size_t thistime; thistime 643 source3/registry/reg_backend_db.c thistime = tdb_pack(buffer+len, buflen-len, "f", thistime 645 source3/registry/reg_backend_db.c if (len+thistime > buflen) { thistime 652 source3/registry/reg_backend_db.c (len+thistime)*2); thistime 656 source3/registry/reg_backend_db.c (unsigned int)(len+thistime)*2)); thistime 660 source3/registry/reg_backend_db.c buflen = (len+thistime)*2; thistime 664 source3/registry/reg_backend_db.c if (thistime2 != thistime) { thistime 670 source3/registry/reg_backend_db.c len += thistime; thistime 1347 source3/rpc_server/srv_pipe_hnd.c size_t thistime; thistime 1349 source3/rpc_server/srv_pipe_hnd.c thistime = MIN(talloc_get_size(p->msg) - p->sent, thistime 1352 source3/rpc_server/srv_pipe_hnd.c memcpy(data, p->msg+p->sent, thistime); thistime 1353 source3/rpc_server/srv_pipe_hnd.c state->nread = thistime; thistime 1354 source3/rpc_server/srv_pipe_hnd.c p->sent += thistime; thistime 1412 source3/rpc_server/srv_pipe_hnd.c size_t thistime; thistime 1422 source3/rpc_server/srv_pipe_hnd.c thistime = MIN(received, state->len); thistime 1424 source3/rpc_server/srv_pipe_hnd.c memcpy(state->data, state->p->msg, thistime); thistime 1425 source3/rpc_server/srv_pipe_hnd.c state->p->sent = thistime; thistime 1426 source3/rpc_server/srv_pipe_hnd.c state->nread = thistime; thistime 5139 source3/torture/torture.c size_t thistime = *to_pull; thistime 5141 source3/torture/torture.c thistime = MIN(thistime, n); thistime 5142 source3/torture/torture.c if (thistime == 0) { thistime 5146 source3/torture/torture.c memset(buf, 0, thistime); thistime 5147 source3/torture/torture.c *to_pull -= thistime; thistime 5148 source3/torture/torture.c return thistime;