Searched refs:state (Results 1 – 8 of 8) sorted by relevance
107 sp->state = 0; in ZIPSetupDecode()114 sp->state |= ZSTATE_INIT_DECODE; in ZIPSetupDecode()174 if (state == Z_STREAM_END) in ZIPDecode()176 if (state == Z_DATA_ERROR) { in ZIPDecode()184 if (state != Z_OK) { in ZIPDecode()212 sp->state = 0; in ZIPSetupEncode()302 int state; in ZIPPostEncode() local307 switch (state) { in ZIPPostEncode()341 sp->state = 0; in ZIPCleanup()344 sp->state = 0; in ZIPCleanup()[all …]
74 enum { BASE, LITERAL, RUN, LITERAL_RUN } state; in PackBitsEncode() local79 state = BASE; in PackBitsEncode()98 if (state == LITERAL || state == LITERAL_RUN) { in PackBitsEncode()114 switch (state) { in PackBitsEncode()117 state = RUN; in PackBitsEncode()130 state = LITERAL; in PackBitsEncode()135 state = LITERAL_RUN; in PackBitsEncode()146 state = BASE; in PackBitsEncode()164 state = LITERAL; in PackBitsEncode()176 state = (((*lastliteral) += 2) == 127 ? in PackBitsEncode()[all …]
117 if (sp->state & LSTATE_INIT_ENCODE) { in LZMASetupDecode()119 sp->state = 0; in LZMASetupDecode()122 sp->state |= LSTATE_INIT_DECODE; in LZMASetupDecode()235 if (sp->state & LSTATE_INIT_DECODE) { in LZMASetupEncode()237 sp->state = 0; in LZMASetupEncode()240 sp->state |= LSTATE_INIT_ENCODE; in LZMASetupEncode()255 if( sp->state != LSTATE_INIT_ENCODE ) in LZMAPreEncode()352 if (sp->state) { in LZMACleanup()354 sp->state = 0; in LZMACleanup()372 if (sp->state & LSTATE_INIT_ENCODE) { in LZMAVSetField()[all …]
465 int state; member712 sp->state |= PLSTATE_INIT; in PixarLogSetupDecode()796 if (state == Z_STREAM_END) { in PixarLogDecode()799 if (state == Z_DATA_ERROR) { in PixarLogDecode()807 if (state != Z_OK) { in PixarLogDecode()914 sp->state |= PLSTATE_INIT; in PixarLogSetupEncode()1207 int state; in PixarLogPostEncode() local1213 switch (state) { in PixarLogPostEncode()1229 } while (state != Z_STREAM_END); in PixarLogPostEncode()1268 if (sp->state&PLSTATE_INIT) { in PixarLogCleanup()[all …]
478 state, in main() local492 state=0; in main()500 if (state == 0) in main()503 state, in main() local510 state=0; in main()515 if (state == 0) in main()518 if (state == 1) in main()520 state++; in main()524 if (state == 1) in main()569 state++; in main()
9 (e.g. read, write, seek and close) into the tiff's library client state.13 a tiff handle. The class retains the tiff handle in its local state and
69 tree so that the source tree is kept in a pristine state. This
3257 Though it is still far from the state of being working and useful.3261 * libtiff/tif_fax3.c: Save the state of printdir codec dependent3264 * libtiff/tif_jpeg.c: Save the state of printdir codec dependent method3286 code can now maintain encode and decode state at the same time. The3552 * libtiff/tif_jpeg.c: Do not cleanup codec state in TIFFInitJPEG(). As4123 * libtiff/tif_jpeg.c: Cleanup the codec state depending on5624 * libtiff/tif_lzw.c: Move LZW codec state block allocation back to5627 state block allocation to be able open LZW compressed files in update5841 * libtiff/tif_lzw.c: fixed so that decoder state isn't allocated till6692 * tif_fax3.c: keep rw_mode flag internal to fax3 state to remember