Searched refs:HTReadProgress (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTFormat.c | 751 HTReadProgress(bytes, (off_t) 0); in HTCopy() 880 HTReadProgress(bytes, limit); in HTCopy() 933 HTReadProgress(bytes = 0, (off_t) 0); in HTFileCopy() 955 HTReadProgress(bytes, (off_t) 0); in HTFileCopy() 1003 HTReadProgress(bytes = 0, (off_t) 0); in HTMemCopy() 1012 HTReadProgress(bytes, (off_t) 0); in HTMemCopy() 1066 HTReadProgress(bytes = 0, (off_t) 0); in HTGzFileCopy() 1092 HTReadProgress(bytes, (off_t) -1); in HTGzFileCopy() 1175 HTReadProgress(bytes = 0, (off_t) 0); in HTZzFileCopy() 1190 HTReadProgress(bytes, (off_t) -1); in HTZzFileCopy() [all …]
|
| D | HTTP.c | 1543 HTReadProgress(bytes_already_read = 0, (off_t) 0); in HTLoadHTTP() 1629 HTReadProgress(bytes_already_read, (off_t) 0); in HTLoadHTTP()
|
| D | HTTCP.c | 2250 HTReadProgress((off_t) (-1), (off_t) 0); /* Put "stalled" message */ in HTDoRead()
|
| D | HTFTP.c | 3501 HTReadProgress((off_t) 0, (off_t) 0); in HTFTPLoad()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | HTAlert.h | 48 extern void HTReadProgress(off_t bytes, off_t total);
|
| D | LYCgi.c | 483 HTReadProgress(total_chars = 0, (off_t) 0); in LYLoadCGI() 498 HTReadProgress(total_chars, (off_t) 0); in LYLoadCGI()
|
| D | HTAlert.c | 240 void HTReadProgress(off_t bytes, off_t total) in HTReadProgress() function
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 1860 * correct units shown by HTReadProgress() for very low rates - bug from 3522 * if find-leaks if enabled, free the 'line' variable in HTReadProgress() -TD 3723 * merge variants of HTReadProgress() -TD 4994 * modify HTReadProgress so that setting SHOW_KB_RATE false will let the 6572 * HTReadProgress message now display statusline properly in TRACE mode 6573 (was always broken since early HTReadProgress days) -LP 6787 HTReadProgress) -LP 7769 * fix HTReadProgress(): more accurate transfer rate calculation - LP 8364 * corrected to make -nostatus command-line option override HTReadProgress - TD 8506 HTReadProgress should show KB/sec or bytes/sec - TD [all …]
|