HomeSort by relevance Sort by last modified time
    Searched full:cookie_location (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/
mixed-source.patch 234 + IPos cookie_location;
243 + cookie_location = s->cookie_locations[hash];
246 + if (cookie_location &&
247 + (start - cookie_location) > len &&
248 + (start - cookie_location) < MAX_DIST(s) &&
251 + if (s->window[start+i] != s->window[cookie_location+i] ||
252 + class_at(s, cookie_location+i) != 1) {
259 + if (s->window[cookie_location+len-1] != ';' &&
260 + class_at(s, cookie_location+len) != 0) {
263 + s->match_start = cookie_location;
    [all...]
deflate.c 1310 IPos cookie_location; local
    [all...]

Completed in 56 milliseconds