Home
last modified time | relevance | path

Searched refs:HASHBYTES (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c581 #define HASHBYTES 1024 macro
591 int hashbytes = HASHBYTES; in copy_stream()
653 hashbytes += HASHBYTES; in copy_stream()
677 long bytes = 0, hashbytes = HASHBYTES; in sendrequest()
823 hashbytes += HASHBYTES; in sendrequest()
906 long bytes = 0, hashbytes = HASHBYTES; in recvrequest()
1053 hashbytes += HASHBYTES; in recvrequest()
1059 if (bytes < HASHBYTES) in recvrequest()
1105 hashbytes += HASHBYTES; in recvrequest()
/freebsd/contrib/tnftp/src/
H A Dftp_var.h180 #define HASHBYTES 1024 /* default mark for `hash' command */ macro
H A Dmain.c189 mark = HASHBYTES; in main()