Home | History | Annotate | Download | only in include

Lines Matching refs:function

34 function JSUnzip() {
36 this.getInt = function(offset, size) {
54 this.getDOSDate = function(dosdate, dostime) {
64 this.open = function(data) {
138 this.read = function(fileName) {
205 function TINF() {
215 this.TREE = function() {
220 this.DATA = function(that) {
261 this.build_bits_base = function(bits, base, delta, first)
278 this.build_fixed_trees = function(lt, dt)
303 this.build_tree = function(t, lengths, loffset, num)
335 this.getbit = function(d)
355 this.read_bits = function(d, num, base)
372 this.decode_symbol = function(d, t)
397 this.decode_trees = function(d, lt, dt)
475 this.inflate_block_data = function(d, lt, dt)
524 this.inflate_uncompressed_block = function(d)
562 this.inflate_fixed_block = function(d)
569 this.inflate_dynamic_block = function(d)
583 this.init = function()
599 this.reset = function()
606 this.uncompress = function(source, offset)