Searched refs:ctx (Results 1 – 2 of 2) sorted by relevance
196 * @param int $ctx the current context199 public function visibleInContext($ctx) argument201 return (bool)($ctx & $this->context);
163 $ctx = inflate_init(ZLIB_ENCODING_GZIP);174 $readBefore = inflate_get_read_len($ctx);175 $decoded = @inflate_add($ctx, $chunk);181 if (inflate_get_status($ctx) === ZLIB_STREAM_END) {182 $consumed = inflate_get_read_len($ctx) - $readBefore;