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

  /src/sys/net/
zlib.h 216 # define ZEXPORT WINAPI
226 # define ZEXPORT __declspec(dllexport) WINAPI
230 # define ZEXPORT _export
245 #ifndef ZEXPORT
246 # define ZEXPORT
466 ZEXTERN const char * ZEXPORT zlibVersion(void);
474 ZEXTERN int ZEXPORT deflateInit(z_streamp, int);
496 ZEXTERN int ZEXPORT deflate(z_streamp, int);
581 ZEXTERN int ZEXPORT deflateEnd(z_streamp);
596 ZEXTERN int ZEXPORT inflateInit(z_streamp)
    [all...]
  /src/common/dist/zlib/
zconf.h 365 # define ZEXPORT WINAPI
377 # define ZEXPORT __declspec(dllexport)
380 # define ZEXPORT __declspec(dllimport)
389 #ifndef ZEXPORT
390 # define ZEXPORT
zconf.h.in 357 # define ZEXPORT WINAPI
369 # define ZEXPORT __declspec(dllexport)
372 # define ZEXPORT __declspec(dllimport)
381 #ifndef ZEXPORT
382 # define ZEXPORT

Completed in 188 milliseconds