Home
last modified time | relevance | path

Searched refs:MZ_OK (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/shared/memzip/
A Dmemzip.c85 return MZ_OK; in memzip_locate()
96 return MZ_OK; in memzip_stat()
105 return MZ_OK; in memzip_stat()
A Dimport.c9 if (memzip_stat(path, &info) != MZ_OK) { in mp_import_stat()
A Dlexermemzip.c13 if (memzip_locate(filename, &data, &len) != MZ_OK) { in mp_lexer_new_from_file()
A Dmemzip.h67 MZ_OK = 0, /* (0) Succeeded */ enumerator
/AliOS-Things-master/components/SDL2/src/image/
A Dminiz.h422 #define Z_OK MZ_OK
1070 return MZ_OK; in mz_deflateInit2()
1078 return MZ_OK; in mz_deflateReset()
1085 int mz_status = MZ_OK; in mz_deflate()
1138 return MZ_OK; in mz_deflateEnd()
1163 if (status != MZ_OK) return status; in mz_compress2()
1169 return (status == MZ_OK) ? MZ_BUF_ERROR : status; in mz_compress2()
1222 return MZ_OK; in mz_inflateInit2()
1318 return ((status == TINFL_STATUS_DONE) && (!pState->m_dict_avail)) ? MZ_STREAM_END : MZ_OK; in mz_inflate()
1330 return MZ_OK; in mz_inflateEnd()
[all …]

Completed in 19 milliseconds