Home
last modified time | relevance | path

Searched refs:strstart (Results 1 – 13 of 13) sorted by relevance

/titanic_53/usr/src/contrib/zlib/
H A Ddeflate.c441 s->strstart = 0;
456 str = s->strstart;
466 s->strstart = str;
470 s->strstart += s->lookahead;
471 s->block_start = (long)s->strstart;
494 len = s->strstart + s->lookahead;
498 zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len);
634 if (strm->avail_in || (s->strstart - s->block_start) + s->lookahead)
713 wraplen = 6 + (s->strstart ? 4 : 0);
869 if (s->strstart != 0) header |= PRESET_DICT;
[all …]
H A Ddeflate.h160 uInt strstart; /* start of string to insert */ member
H A DChangeLog628 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
/titanic_53/usr/src/boot/lib/libz/
H A Ddeflate.c350 s->strstart = 0;
365 str = s->strstart;
375 s->strstart = str;
379 s->strstart += s->lookahead;
380 s->block_start = (long)s->strstart;
589 wraplen = 6 + (s->strstart ? 4 : 0);
750 if (s->strstart != 0) header |= PRESET_DICT;
757 if (s->strstart != 0) {
934 s->strstart = 0;
1120 s->strstart = 0;
[all …]
H A Ddeflate.h159 uInt strstart; /* start of string to insert */ member
H A Dtrees.c1037 ulg in_length = (ulg)((long)s->strstart - s->block_start);
H A DChangeLog522 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
/titanic_53/usr/src/uts/common/rpc/
H A Dclnt_perr.c133 char *strstart; in clnt_sperror() local
136 strstart = str; in clnt_sperror()
239 return (strstart); in clnt_sperror()
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c432 uInt strstart; /* start of string to insert */ member
977 s->strstart = length;
1147 if (s->strstart != 0) header |= PRESET_DICT;
1154 if (s->strstart != 0) {
1425 s->strstart = 0;
1459 register Bytef *scan = s->window + s->strstart; /* current string */
1464 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1465 s->strstart - (IPos)MAX_DIST(s) : NIL;
1478 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1482 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
[all …]
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c277 uInt strstart; /* start of string to insert */ member
916 s->strstart = 0;
944 register Bytef *scan = s->window + s->strstart; /* current string */
948 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
949 s->strstart - (IPos)MAX_DIST(s) : NIL;
960 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
964 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
978 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
981 Assert(cur_match < s->strstart, "no future");
1118 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
[all …]
/titanic_53/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c118 #define REMAINDER (ERRBUFSZ - (str - strstart))
126 char *strstart = str; in clnt_sperror() local
217 return (strstart); in clnt_sperror()
/titanic_53/usr/src/boot/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S160 #define strstart [ rcx + dsStrStart] macro
253 mov ebp, strstart
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1366 uInt strstart; /* start of string to insert */ member