Home
last modified time | relevance | path

Searched defs:lzma_nothrow (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/liblzma/api/
H A Dlzma.h223 # define lzma_nothrow noexcept macro
225 # define lzma_nothrow throw() macro
228 # define lzma_nothrow __attribute__((__nothrow__)) macro
230 # define lzma_nothrow macro