HomeSort by: relevance | last modified time | path
    Searched refs:LZMA_API_CALL (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/api/
lzma.h 175 * symbols and LZMA_API_CALL is to specify the calling convention.
198 #ifndef LZMA_API_CALL
200 # define LZMA_API_CALL __cdecl
202 # define LZMA_API_CALL
207 # define LZMA_API(type) LZMA_API_IMPORT type LZMA_API_CALL
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h 441 void *(LZMA_API_CALL *alloc)(void *opaque, size_t nmemb, size_t size);
457 void (LZMA_API_CALL *free)(void *opaque, void *ptr);
  /src/external/public-domain/xz/dist/src/liblzma/common/
common.h 43 #define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL

Completed in 24 milliseconds