|
Data Structures
|
| struct |
headercount |
| struct |
_headers |
| struct |
_scanstate |
| struct |
_fileread |
| struct |
_uufile |
Defines
|
| #define |
_ANSI_ARGS_(c) () |
| #define |
BUSY_LINE_TICKS 50 |
| #define |
MS_HEADERS 1 |
| #define |
MS_BODY 2 |
| #define |
MS_PREAMBLE 3 |
| #define |
MS_SUBPART 4 |
| #define |
MS_EPILOGUE 5 |
| #define |
ELC_COUNT 4 |
| #define |
FL_NONE 0 |
| #define |
FL_SINGLE 1 |
| #define |
FL_PARTIAL 2 |
| #define |
FL_PROPER 4 |
| #define |
FL_TOEND 8 |
| #define |
UUPERCENT(a, b) |
| #define |
UUBUSYPOLL(a, b) (((++uuyctr%BUSY_LINE_TICKS)==0) ? (progress.percent=UUPERCENT((a),(b)),UUBusyPoll()):0) |
| #define |
UUSCAN_SPLINE_LEN 4096 |
| #define |
UUSCAN_SDLINE_LEN 4096 |
| #define |
UUGEN_FNBUFFER_LEN 4096 |
Typedefs
|
| typedef struct _headers |
headers |
| typedef struct _scanstate |
scanstate |
| typedef struct _fileread |
fileread |
| typedef struct _uufile |
uufile |
Functions
|
| void uu_MsgCallback |
_ANSI_ARGS_ ((void *, char *, int)) |
| int uu_BusyCallback |
_ANSI_ARGS_ ((void *, uuprogress *)) |
| int uu_FileCallback |
_ANSI_ARGS_ ((void *, char *, char *, int)) |
| char *uu_FNameFilter |
_ANSI_ARGS_ ((void *, char *)) |
| int |
UUMessage () |
| int UUBusyPoll |
_ANSI_ARGS_ ((void)) |
|
uufile *UUPreProcessPart |
_ANSI_ARGS_ ((fileread *, int *)) |
| int UUInsertPartToList |
_ANSI_ARGS_ ((uufile *)) |
| void UUkillfread |
_ANSI_ARGS_ ((fileread *)) |
| void UUkilllist |
_ANSI_ARGS_ ((uulist *)) |
| void UUkillheaders |
_ANSI_ARGS_ ((headers *)) |
|
fileread *ScanPart |
_ANSI_ARGS_ ((FILE *, char *, int *)) |
| int UUbhdecomp |
_ANSI_ARGS_ ((char *, char *, char *, int *, size_t, size_t, size_t *)) |
| size_t UUbhwrite |
_ANSI_ARGS_ ((char *, size_t, size_t, FILE *)) |
| int UURepairData |
_ANSI_ARGS_ ((FILE *, char *, int, int *)) |
| int UUValidData |
_ANSI_ARGS_ ((char *, int, int *)) |
| size_t UUDecodeLine |
_ANSI_ARGS_ ((char *, char *, int)) |
| int UUDecodePart |
_ANSI_ARGS_ ((FILE *, FILE *, int *, long, int, int, char *)) |
| char *uustring |
_ANSI_ARGS_ ((int)) |
| int UUScanHeader |
_ANSI_ARGS_ ((FILE *, headers *)) |
Variables
|
| unsigned long |
uuyctr |
| headercount |
hlcount |
| void * |
uu_MsgCBArg |
| void * |
uu_BusyCBArg |
| void * |
uu_FileCBArg |
| void * |
uu_FFCBArg |
| int |
uu_fast_scanning |
| int |
uu_bracket_policy |
| int |
uu_verbose |
| int |
uu_desperate |
| int |
uu_ignreply |
| int |
uu_debug |
| int |
uu_errno |
| int |
uu_dumbness |
| int |
uu_overwrite |
| int |
uu_ignmode |
| int |
uu_headercount |
| int |
uu_usepreamble |
| int |
uu_handletext |
| int |
uu_tinyb64 |
| int |
uu_remove_input |
| int |
uu_more_mime |
| char * |
uusavepath |
| char * |
uuencodeext |
| unsigned char |
UUEncodeTable [] |
| unsigned char |
XXEncodeTable [] |
| unsigned char |
B64EncodeTable [] |
| unsigned char |
BHEncodeTable [] |
| char * |
msgnames [] |
| char * |
codenames [] |
| char * |
uuretcodes [] |
|
uulist * |
UUGlobalFileList |
| int |
nofnum |
| int |
mssdepth |
| int |
mimseqno |
| int |
lastvalid |
| int |
lastenc |
| scanstate |
multistack [] |
|
headers |
localenv |
| scanstate |
sstate |
|
uuprogress |
progress |
| char * |
uugen_fnbuffer |
| char * |
uugen_inbuffer |
| char * |
uucheck_lastname |
| char * |
uucheck_tempname |
| char * |
uuestr_itemp |
| char * |
uuestr_otemp |
| char * |
uulib_msgstring |
| char * |
uuncdl_fulline |
| char * |
uuncdp_oline |
| char * |
uuscan_shlline |
| char * |
uuscan_shlline2 |
| char * |
uuscan_pvvalue |
| char * |
uuscan_phtext |
| char * |
uuscan_sdline |
| char * |
uuscan_sdbhds1 |
| char * |
uuscan_sdbhds2 |
| char * |
uuscan_spline |
| char * |
uuutil_bhwtmp |
| char * |
uunconc_UUxlat |
| char * |
uunconc_UUxlen |
| char * |
uunconc_B64xlat |
| char * |
uunconc_XXxlat |
| char * |
uunconc_BHxlat |
| char * |
uunconc_save |