Lines Matching refs:restart_point
777 if (restart_point &&
784 rc = fseeko(fin, restart_point, SEEK_SET);
788 rc = lseek(fileno(fin), restart_point, SEEK_SET);
795 if (command("REST " LLF, (LLT)restart_point) != CONTINUE)
923 restart_point = 0;
1035 if (is_retr && restart_point &&
1036 command("REST " LLF, (LLT) restart_point) != CONTINUE)
1090 if (is_retr && restart_point &&
1091 lseek(fileno(fout), restart_point, SEEK_SET) < 0) {
1107 if (is_retr && restart_point) {
1113 for (i = 0; i++ < restart_point;) {
1936 if ((restart_point &&
1937 (command("REST " LLF, (LLT) restart_point) != CONTINUE))
1946 if ((restart_point &&
1947 (command("REST " LLF, (LLT) restart_point) != CONTINUE))