Searched refs:xz_load (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xzlib.c | 233 xz_load(xz_statep state, unsigned char *buf, unsigned int len, in xz_load() function 265 if (xz_load(state, state->in, state->size, &tmp) == -1) { in xz_avail() 654 if (xz_load(state, state->out, state->size << 1, &(state->have)) == in xz_make() 761 if (xz_load(state, buf, len, &n) == -1) in __libxml2_xzread()
|