HomeSort by relevance Sort by last modified time
    Searched defs:XZ_OK (Results 1 - 2 of 2) sorted by null

  /external/xz-embedded/linux/include/linux/
xz.h 64 * @XZ_OK: Everything is OK so far. More input or more
113 XZ_OK,
  /external/toybox/toys/pending/
xzcat.c 27 * @XZ_OK: Everything is OK so far. More input or more
63 XZ_OK,
252 if (ret == XZ_OK)
393 * XZ_OK on success, XZ_MEMLIMIT_ERROR if the preallocated dictionary is not
475 * is needed. Returns XZ_OK if the given Filter ID is supported.
842 return XZ_OK;
867 && (s->ret != XZ_OK ))
890 return XZ_OK;
917 if (s->ret != XZ_OK && s->ret != XZ_STREAM_END)
932 return XZ_OK;
    [all...]

Completed in 86 milliseconds