Searched refs:xz_load (Results 1 - 1 of 1) sorted by path

/external/libxml2/
H A Dxzlib.c233 xz_load(xz_statep state, unsigned char *buf, unsigned int len, function
265 if (xz_load(state, state->in, state->size, &tmp) == -1) {
645 if (xz_load(state, state->out, state->size << 1, &(state->have)) ==
752 if (xz_load(state, buf, len, &n) == -1)

Completed in 234 milliseconds