• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/pppd/common/

Lines Matching defs:EXPORT

236 #  define EXPORT  WINAPI
238 # define EXPORT
376 extern const char * EXPORT zlibVersion OF((void));
384 extern int EXPORT deflateInit OF((z_streamp strm, int level));
406 extern int EXPORT deflate OF((z_streamp strm, int flush));
481 extern int EXPORT deflateEnd OF((z_streamp strm));
496 extern int EXPORT inflateInit OF((z_streamp strm));
511 extern int EXPORT inflate OF((z_streamp strm, int flush));
569 extern int EXPORT inflateEnd OF((z_streamp strm));
587 extern int EXPORT deflateInit2 OF((z_streamp strm,
645 extern int EXPORT deflateSetDictionary OF((z_streamp strm,
674 extern int EXPORT deflateCopy OF((z_streamp dest,
697 extern int EXPORT deflateReset OF((z_streamp strm));
708 extern int EXPORT deflateParams OF((z_streamp strm, int level, int strategy));
726 extern int EXPORT deflateOutputPending OF((z_streamp strm));
734 extern int EXPORT inflateInit2 OF((z_streamp strm,
768 extern int EXPORT inflateSetDictionary OF((z_streamp strm,
787 extern int EXPORT inflateSync OF((z_streamp strm));
802 extern int EXPORT inflateReset OF((z_streamp strm));
831 extern int EXPORT compress OF((Bytef *dest, uLongf *destLen,
846 extern int EXPORT uncompress OF((Bytef *dest, uLongf *destLen,
867 extern gzFile EXPORT gzopen OF((const char *path, const char *mode));
879 extern gzFile EXPORT gzdopen OF((int fd, const char *mode));
892 extern int EXPORT gzread OF((gzFile file, voidp buf, unsigned len));
900 extern int EXPORT gzwrite OF((gzFile file, const voidp buf, unsigned len));
907 extern int EXPORT gzflush OF((gzFile file, int flush));
917 extern int EXPORT gzclose OF((gzFile file));
924 extern const char * EXPORT gzerror OF((gzFile file, int *errnum));
941 extern uLong EXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
958 extern uLong EXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
980 extern int EXPORT deflateInit_ OF((z_streamp strm, int level,
982 extern int EXPORT inflateInit_ OF((z_streamp strm,
984 extern int EXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
987 extern int EXPORT inflateInit2_ OF((z_streamp strm, int windowBits,