Home
last modified time | relevance | path

Searched refs:LZWStream (Results 1 – 25 of 85) sorted by relevance

1234

/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/include/common/
H A DLZWStream.h95 }LZWStream; typedef
98 extern LZWStream *LZWStreamCreate(ImageBuffer *ib, char *zCmd);
107 extern int LZWStreamInit(LZWStream *lzw);
110 extern void LZWStreamConvert(LZWStream *lzw);
113 extern void LZWStreamDestroy(LZWStream *lzw);
116 extern unsigned char *LZWStreamUncompress(LZWStream *lzw, int *size);
119 extern int LZWStreamFillBuffer(LZWStream *lzw, unsigned char *data, int size);
122 extern int LZWStreamGetCodeSize(LZWStream *lzw);
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/include/common/
H A DLZWStream.h98 }LZWStream; typedef
101 extern LZWStream *LZWStreamCreate(ImageBuffer *ib, char *zCmd);
110 extern int LZWStreamInit(LZWStream *lzw);
113 extern void LZWStreamConvert(LZWStream *lzw);
116 extern void LZWStreamDestroy(LZWStream *lzw);
119 extern unsigned char *LZWStreamUncompress(LZWStream *lzw, int *size);
122 extern int LZWStreamFillBuffer(LZWStream *lzw, unsigned char *data, int size);
125 extern int LZWStreamGetCodeSize(LZWStream *lzw);
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/common/
H A DLZWStream.c198 LZWStreamUncompressData(LZWStream *lzw) in LZWStreamUncompressData()
251 LZWStreamPackBits(LZWStream *lzw, int code) in LZWStreamPackBits()
384 LZWStreamConvertBelow8(LZWStream *lzw) in LZWStreamConvertBelow8()
517 LZWStreamConvert8OrAbove(LZWStream *lzw) in LZWStreamConvert8OrAbove()
697 LZWStreamConvert(LZWStream *lzw) in LZWStreamConvert()
716 LZWStreamInit(LZWStream *lzw) in LZWStreamInit()
841 LZWStream*
844 static LZWStream *lzw; in LZWStreamCreate()
847 if((lzw = (LZWStream*)calloc(1, sizeof(LZWStream))) == NULL) in LZWStreamCreate()
876 LZWStreamDestroy(LZWStream *lzw) in LZWStreamDestroy()
[all …]
H A DMakefile33 images.c readFLG.c readJPEG.c parse.c map.c layout.c LZWStream.c \
39 images.o readFLG.o readJPEG.o parse.o map.o layout.o LZWStream.o \
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A DLZWStream.c204 LZWStreamUncompressData(LZWStream *lzw) in LZWStreamUncompressData()
257 LZWStreamPackBits(LZWStream *lzw, int code) in LZWStreamPackBits()
390 LZWStreamConvertBelow8(LZWStream *lzw) in LZWStreamConvertBelow8()
524 LZWStreamConvert8OrAbove(LZWStream *lzw) in LZWStreamConvert8OrAbove()
704 LZWStreamConvert(LZWStream *lzw) in LZWStreamConvert()
723 LZWStreamInit(LZWStream *lzw) in LZWStreamInit()
848 LZWStream*
851 static LZWStream *lzw; in LZWStreamCreate()
854 if((lzw = (LZWStream*)calloc(1, sizeof(LZWStream))) == NULL) in LZWStreamCreate()
883 LZWStreamDestroy(LZWStream *lzw) in LZWStreamDestroy()
[all …]
H A DMakefile33 images.c readFLG.c readJPEG.c parse.c map.c layout.c LZWStream.c \
39 images.o readFLG.o readJPEG.o parse.o map.o layout.o LZWStream.o \
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/tools/
H A DMakefile30 httpget.c miniparse.c mkStrings.c ../lib/common/parse.c ../lib/common/LZWStream.c
34 httpget.o miniparse.o parse.o LZWStream.o mkStrings.o
58 LZWStream.o: ../lib/common/LZWStream.c
60 …OL) --mode=compile $(CC) -c $(INCLUDES) $(CFLAGS) $(CPPFLAGS) -DNO_XmHTML ../lib/common/LZWStream.c
98 gif2gzf:: gif2gzf.o LZWStream.o ImBuffer.o
100 $(LIBTOOL) --mode=compile $(CC) -o $@ $(LDFLAGS) gif2gzf.o LZWStream.o ImBuffer.o $(ZLIBLIB)
H A DImakefile43 ../src/parse.c gif2gzf.c ../src/LZWStream.c httpget.c
58 OBJS6 = gif2gzf.o LZWStream.o ImBuffer.o
74 XCOMM LZWStream.c needs a special define for standalone version
76 ObjectFromSpecialSource(LZWStream, ../src/LZWStream, -DNO_XmHTML)
H A DREADME20 - LZWStream.c:
21 link to src/LZWStream.c, used by gif2gzf
24 ImageBuffer routines used by gifinfo.c, LZWStream.c and gif2gzf.c
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/docs/
H A DREADME.gzf190 LZWStream *LZWStreamCreate(ib, zCmd)
239 LZWStream *lzw;
249 LZWStream *lzw;
256 LZWStream *lzw;
260 LZWStream *lzw;
273 The final step is to destroy the LZWStream:
276 LZWStream *lzw;
291 LZWStream objects.
294 #include "LZWStream.h" /* LZWStream functions */
300 LZWStream *lzw;
[all …]
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/
H A DMakefile.am16 LZWStream.c plc.c error.c strings.c textsel.c output.c motif.c \
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10025/
H A DStream.cc1205 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1223 LZWStream::~LZWStream() { in ~LZWStream()
1230 Stream *LZWStream::copy() { in copy()
1240 int LZWStream::getChar() { in getChar()
1255 int LZWStream::lookChar() { in lookChar()
1270 int LZWStream::getRawChar() { in getRawChar()
1309 void LZWStream::reset() { in reset()
1319 GBool LZWStream::processNextCode() { in processNextCode()
1389 void LZWStream::clearTable() { in clearTable()
1396 int LZWStream::getCode() { in getCode()
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10025/
H A DStream.cc1205 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1223 LZWStream::~LZWStream() { in ~LZWStream()
1230 Stream *LZWStream::copy() { in copy()
1240 int LZWStream::getChar() { in getChar()
1255 int LZWStream::lookChar() { in lookChar()
1270 int LZWStream::getRawChar() { in getRawChar()
1309 void LZWStream::reset() { in reset()
1319 GBool LZWStream::processNextCode() { in processNextCode()
1389 void LZWStream::clearTable() { in clearTable()
1396 int LZWStream::getCode() { in getCode()
[all …]
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10021/
H A DStream.cc1205 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1223 LZWStream::~LZWStream() { in ~LZWStream()
1230 Stream *LZWStream::copy() { in copy()
1240 int LZWStream::getChar() { in getChar()
1255 int LZWStream::lookChar() { in lookChar()
1270 int LZWStream::getRawChar() { in getRawChar()
1309 void LZWStream::reset() { in reset()
1319 GBool LZWStream::processNextCode() { in processNextCode()
1389 void LZWStream::clearTable() { in clearTable()
1396 int LZWStream::getCode() { in getCode()
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-10021/
H A DStream.cc1205 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1223 LZWStream::~LZWStream() { in ~LZWStream()
1230 Stream *LZWStream::copy() { in copy()
1240 int LZWStream::getChar() { in getChar()
1255 int LZWStream::lookChar() { in lookChar()
1270 int LZWStream::getRawChar() { in getRawChar()
1309 void LZWStream::reset() { in reset()
1319 GBool LZWStream::processNextCode() { in processNextCode()
1389 void LZWStream::clearTable() { in clearTable()
1396 int LZWStream::getCode() { in getCode()
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DStream.cc985 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1003 LZWStream::~LZWStream() { in ~LZWStream()
1010 int LZWStream::getChar() { in getChar()
1025 int LZWStream::lookChar() { in lookChar()
1040 int LZWStream::getRawChar() { in getRawChar()
1052 void LZWStream::reset() { in reset()
1059 GBool LZWStream::processNextCode() { in processNextCode()
1128 void LZWStream::clearTable() { in clearTable()
1135 int LZWStream::getCode() { in getCode()
1150 GString *LZWStream::getPSFilter(int psLevel, char *indent) { in getPSFilter()
[all …]
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DStream.cc1016 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1034 LZWStream::~LZWStream() { in ~LZWStream()
1041 int LZWStream::getChar() { in getChar()
1056 int LZWStream::lookChar() { in lookChar()
1071 int LZWStream::getRawChar() { in getRawChar()
1083 void LZWStream::reset() { in reset()
1090 GBool LZWStream::processNextCode() { in processNextCode()
1159 void LZWStream::clearTable() { in clearTable()
1166 int LZWStream::getCode() { in getCode()
1181 GString *LZWStream::getPSFilter(int psLevel, char *indent) { in getPSFilter()
[all …]
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DStream.cc1084 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1102 LZWStream::~LZWStream() { in ~LZWStream()
1109 int LZWStream::getChar() { in getChar()
1124 int LZWStream::lookChar() { in lookChar()
1139 int LZWStream::getRawChar() { in getRawChar()
1151 int LZWStream::getBlock(char *blk, int size) { in getBlock()
1178 void LZWStream::reset() { in reset()
1188 GBool LZWStream::processNextCode() { in processNextCode()
1258 void LZWStream::clearTable() { in clearTable()
1265 int LZWStream::getCode() { in getCode()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DStream.cc1204 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1222 LZWStream::~LZWStream() { in ~LZWStream()
1229 int LZWStream::getChar() { in getChar()
1244 int LZWStream::lookChar() { in lookChar()
1259 void LZWStream::getRawChars(int nChars, int *buffer) { in getRawChars()
1264 int LZWStream::getRawChar() { in getRawChar()
1268 void LZWStream::reset() { in reset()
1275 GBool LZWStream::processNextCode() { in processNextCode()
1344 void LZWStream::clearTable() { in clearTable()
1351 int LZWStream::getCode() { in getCode()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc1084 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1102 LZWStream::~LZWStream() { in ~LZWStream()
1109 int LZWStream::getChar() { in getChar()
1124 int LZWStream::lookChar() { in lookChar()
1139 int LZWStream::getRawChar() { in getRawChar()
1151 int LZWStream::getBlock(char *blk, int size) { in getBlock()
1178 void LZWStream::reset() { in reset()
1188 GBool LZWStream::processNextCode() { in processNextCode()
1258 void LZWStream::clearTable() { in clearTable()
1265 int LZWStream::getCode() { in getCode()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc1084 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1102 LZWStream::~LZWStream() { in ~LZWStream()
1109 int LZWStream::getChar() { in getChar()
1124 int LZWStream::lookChar() { in lookChar()
1139 int LZWStream::getRawChar() { in getRawChar()
1151 int LZWStream::getBlock(char *blk, int size) { in getBlock()
1178 void LZWStream::reset() { in reset()
1188 GBool LZWStream::processNextCode() { in processNextCode()
1258 void LZWStream::clearTable() { in clearTable()
1265 int LZWStream::getCode() { in getCode()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc1084 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1102 LZWStream::~LZWStream() { in ~LZWStream()
1109 int LZWStream::getChar() { in getChar()
1124 int LZWStream::lookChar() { in lookChar()
1139 int LZWStream::getRawChar() { in getRawChar()
1151 int LZWStream::getBlock(char *blk, int size) { in getBlock()
1178 void LZWStream::reset() { in reset()
1188 GBool LZWStream::processNextCode() { in processNextCode()
1258 void LZWStream::clearTable() { in clearTable()
1265 int LZWStream::getCode() { in getCode()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc1084 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1102 LZWStream::~LZWStream() { in ~LZWStream()
1109 int LZWStream::getChar() { in getChar()
1124 int LZWStream::lookChar() { in lookChar()
1139 int LZWStream::getRawChar() { in getRawChar()
1151 int LZWStream::getBlock(char *blk, int size) { in getBlock()
1178 void LZWStream::reset() { in reset()
1188 GBool LZWStream::processNextCode() { in processNextCode()
1258 void LZWStream::clearTable() { in clearTable()
1265 int LZWStream::getCode() { in getCode()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc1084 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1102 LZWStream::~LZWStream() { in ~LZWStream()
1109 int LZWStream::getChar() { in getChar()
1124 int LZWStream::lookChar() { in lookChar()
1139 int LZWStream::getRawChar() { in getRawChar()
1151 int LZWStream::getBlock(char *blk, int size) { in getBlock()
1178 void LZWStream::reset() { in reset()
1188 GBool LZWStream::processNextCode() { in processNextCode()
1258 void LZWStream::clearTable() { in clearTable()
1265 int LZWStream::getCode() { in getCode()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DStream.cc1084 LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, in LZWStream() function in LZWStream
1102 LZWStream::~LZWStream() { in ~LZWStream()
1109 int LZWStream::getChar() { in getChar()
1124 int LZWStream::lookChar() { in lookChar()
1139 int LZWStream::getRawChar() { in getRawChar()
1151 int LZWStream::getBlock(char *blk, int size) { in getBlock()
1178 void LZWStream::reset() { in reset()
1188 GBool LZWStream::processNextCode() { in processNextCode()
1258 void LZWStream::clearTable() { in clearTable()
1265 int LZWStream::getCode() { in getCode()
[all …]

1234