OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restart_point
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/ftp/
progressbar.h
53
GLOBAL off_t
restart_point
; /* offset to restart transfer */
variable
progressbar.c
164
lastsize =
restart_point
;
168
cursize = bytes +
restart_point
;
270
((filesize -
restart_point
) / (bytes / elapsed) -
357
&& bytes +
restart_point
<= filesize) {
358
remaining = (int)((filesize -
restart_point
) /
fetch.c
891
if (
restart_point
) {
894
(LLT)
restart_point
);
895
fprintf(ttyout, "restarting at " LLF, (LLT)
restart_point
);
1169
if (!
restart_point
) {
1219
if (!
restart_point
) {
1498
restart_point
= 0;
1504
restart_point
= sb.st_size;
1517
if (
restart_point
) {
1518
if (lseek(fetch_fileno(fin),
restart_point
, SEEK_SET)
1527
if (
restart_point
)
[
all
...]
cmds.c
560
(void)getit(argc, argv, 1,
restart_point
? "r+" : "a");
567
(void)getit(argc, argv, 0,
restart_point
? "r+" : "w");
619
restart_point
= 0;
622
restart_point
= stbuf.st_size;
640
restart_point
= 0;
696
restart_point
= 0;
729
restart_point
= stbuf.st_size;
733
recvrequest("RETR", tp, cp,
restart_point
? "r+" : "w",
735
restart_point
= 0;
773
gmode =
restart_point
? "r+" : "w"
[
all
...]
ftp.c
787
if (
restart_point
&&
794
rc = fseeko(fin,
restart_point
, SEEK_SET);
798
rc = lseek(fileno(fin),
restart_point
, SEEK_SET);
805
if (command("REST " LLF, (LLT)
restart_point
) != CONTINUE)
937
restart_point
= 0;
1051
if (is_retr &&
restart_point
&&
1052
command("REST " LLF, (LLT)
restart_point
) != CONTINUE)
1112
if (is_retr &&
restart_point
&&
1113
lseek(fileno(fout),
restart_point
, SEEK_SET) < 0) {
1129
if (is_retr &&
restart_point
) {
[
all
...]
/src/libexec/ftpd/
extern.h
334
GLOBAL off_t
restart_point
;
variable
ftpcmd.y
178
restart_point
= (off_t) 0;
887
restart_point
= (off_t)$4.ll;
890
(LLT)
restart_point
);
896
restart_point
= (off_t) 0;
ftpd.c
1760
if (
restart_point
) {
1765
for (i = 0; i <
restart_point
; i++) {
1774
} else if (lseek(fileno(fin),
restart_point
, SEEK_SET) < 0) {
1856
if (
restart_point
)
1867
if (
restart_point
) {
1872
for (i = 0; i <
restart_point
; i++) {
1891
} else if (lseek(fileno(fout),
restart_point
, SEEK_SET) < 0) {
/src/usr.bin/utoppya/
utoppya.c
333
restart_point
= restart;
Completed in 34 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026