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

  /external/libxml2/
xzlib.c 233 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 61 milliseconds