search for: hashbyt

Displaying 2 results from an estimated 2 matches for "hashbyt".

Did you mean: hashbytes
2003 Dec 01
0
No subject
...(fstring tok); static void cmd_help(void); +static void cmd_hash(void); +static void cmd_tick(void); /* 30 second timeout on most commands */ #define CLIENT_TIMEOUT (30*1000) @@ -57,6 +59,9 @@ /* value for unused fid field in trans2 secondary request */ #define FID_UNUSED (0xFFFF) +#define HASHBYTES 1024 +#define TICKBYTES 10240 + time_t newer_than = 0; int archive_level = 0; @@ -77,6 +82,8 @@ mode_t myumask = 0755; BOOL prompt = True; +BOOL hash = False; +BOOL tick = False; int printmode = 1; @@ -651,6 +658,7 @@ uint16 attr; size_t size; off_t nread = 0;...
2003 Dec 01
0
No subject
...(fstring tok); static void cmd_help(void); +static void cmd_hash(void); +static void cmd_tick(void); /* 30 second timeout on most commands */ #define CLIENT_TIMEOUT (30*1000) @@ -57,6 +59,9 @@ /* value for unused fid field in trans2 secondary request */ #define FID_UNUSED (0xFFFF) +#define HASHBYTES 1024 +#define TICKBYTES 10240 + time_t newer_than = 0; int archive_level = 0; @@ -77,6 +82,8 @@ mode_t myumask = 0755; BOOL prompt = True; +BOOL hash = False; +BOOL tick = False; int printmode = 1; @@ -651,6 +658,7 @@ uint16 attr; size_t size; off_t nread = 0; + off_t hashbytes...