Home
last modified time | relevance | path

Searched refs:gzp (Results 1 – 25 of 133) sorted by relevance

123456

/dports/emulators/mednafen/mednafen/src/compress/
H A DGZFileStream.cpp102 gzp = gzdopen(tmpfd, zmode); in GZFileStream()
104 if(!gzp) in GZFileStream()
135 if(gzp != NULL) in close()
137 gzFile tmp = gzp; in close()
139 gzp = NULL; in close()
157 errstring = gzerror(gzp, &errnum); in read()
175 while((c = gzgetc(gzp)) >= 0) in get_line()
183 if(c == -1 && !gzeof(gzp)) in get_line()
188 errstring = gzerror(gzp, &errnum); in get_line()
199 errnum = gzflush(gzp, Z_FINISH); in flush()
[all …]
H A DGZFileStream.h62 c = gzgetc(gzp); in get_char()
64 if(MDFN_UNLIKELY(c == -1 && !gzeof(gzp))) in get_char()
69 errstring = gzerror(gzp, &errnum); in get_char()
82 gzFile gzp; variable
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/tools/turbocharger/
H A Dmod_gzip.c.diff86 gzp->decompress = 0; /* Perform encoding */
93 + gzp->compression_format = DEFLATE_FORMAT;
97 + gzp->compression_format = GZIP_FORMAT;
106 mod_gzip_printf( "%s: gzp->decompress = %d\n" ,cn,gzp->decompress);
107 + mod_gzip_printf( "%s: gzp->compression_format = %d\n",cn,gzp->compression_format);
108 mod_gzip_printf( "%s: gzp->input_ismem = %d\n", cn,gzp->input_ismem);
109 mod_gzip_printf( "%s: gzp->output_ismem = %d\n", cn,gzp->output_ismem);
110 mod_gzip_printf( "%s: gzp->input_filename = [%s]\n",cn,gzp->input_filename);
177 gz1->decompress = gzp->decompress;
180 strcpy( gz1->ifname, gzp->input_filename );
[all …]
H A Dmod_gzip.c4096 GZP_CONTROL* gzp = &gzc; in mod_gzip_encode_and_transmit() local
4352 gzp->output_ismem = 1; in mod_gzip_encode_and_transmit()
4576 if ( gzp->output_ismem != 1 ) in mod_gzip_encode_and_transmit()
4758 gzp->output_ismem = 1; in mod_gzip_encode_and_transmit()
4858 gzp->output_ismem = 1; in mod_gzip_encode_and_transmit()
5056 if ( gzp->output_ismem ) in mod_gzip_encode_and_transmit()
9355 int gzp_main( GZP_CONTROL *gzp ) in gzp_main() argument
9362 gzp->result_code = 0; in gzp_main()
9363 gzp->bytes_out = 0; in gzp_main()
9496 gzp->result_code = gz1->exit_code; in gzp_main()
[all …]
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/tools/turbocharger/
H A Dmod_gzip.c.diff86 gzp->decompress = 0; /* Perform encoding */
93 + gzp->compression_format = DEFLATE_FORMAT;
97 + gzp->compression_format = GZIP_FORMAT;
106 mod_gzip_printf( "%s: gzp->decompress = %d\n" ,cn,gzp->decompress);
107 + mod_gzip_printf( "%s: gzp->compression_format = %d\n",cn,gzp->compression_format);
108 mod_gzip_printf( "%s: gzp->input_ismem = %d\n", cn,gzp->input_ismem);
109 mod_gzip_printf( "%s: gzp->output_ismem = %d\n", cn,gzp->output_ismem);
110 mod_gzip_printf( "%s: gzp->input_filename = [%s]\n",cn,gzp->input_filename);
177 gz1->decompress = gzp->decompress;
180 strcpy( gz1->ifname, gzp->input_filename );
[all …]
H A Dmod_gzip.c4096 GZP_CONTROL* gzp = &gzc; in mod_gzip_encode_and_transmit() local
4352 gzp->output_ismem = 1; in mod_gzip_encode_and_transmit()
4576 if ( gzp->output_ismem != 1 ) in mod_gzip_encode_and_transmit()
4758 gzp->output_ismem = 1; in mod_gzip_encode_and_transmit()
4858 gzp->output_ismem = 1; in mod_gzip_encode_and_transmit()
5056 if ( gzp->output_ismem ) in mod_gzip_encode_and_transmit()
9355 int gzp_main( GZP_CONTROL *gzp ) in gzp_main() argument
9362 gzp->result_code = 0; in gzp_main()
9363 gzp->bytes_out = 0; in gzp_main()
9496 gzp->result_code = gz1->exit_code; in gzp_main()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dgzuncat.c201 EXPORTED void gzuc_free(struct gzuncat **gzp) in gzuc_free() argument
203 if (!gzp) return; in gzuc_free()
204 if (!*gzp) return; in gzuc_free()
206 struct gzuncat *gz = *gzp; in gzuc_free()
207 *gzp = NULL; in gzuc_free()
H A Dgzuncat.h54 void gzuc_free(struct gzuncat **gzp);
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dgzuncat.c201 EXPORTED void gzuc_free(struct gzuncat **gzp) in gzuc_free() argument
203 if (!gzp) return; in gzuc_free()
204 if (!*gzp) return; in gzuc_free()
206 struct gzuncat *gz = *gzp; in gzuc_free()
207 *gzp = NULL; in gzuc_free()
H A Dgzuncat.h54 void gzuc_free(struct gzuncat **gzp);
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dgzuncat.c201 EXPORTED void gzuc_free(struct gzuncat **gzp) in gzuc_free() argument
203 if (!gzp) return; in gzuc_free()
204 if (!*gzp) return; in gzuc_free()
206 struct gzuncat *gz = *gzp; in gzuc_free()
207 *gzp = NULL; in gzuc_free()
H A Dgzuncat.h54 void gzuc_free(struct gzuncat **gzp);
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DJB2EncodeCodec.cpp127 GP<ZPCodec> gzp; member in JB2Dict::JB2Codec::Encode
186 gzp=ZPCodec::create(gbs,true,true); in init()
192 gzp->encoder(bit?1:0, ctx); in CodeBit()
300 ZPCodec &zp=*gzp; in code_bitmap_directly()
327 ZPCodec &zp=*gzp; in code_bitmap_by_cross_coding()
396 gzp=0; in code()
515 gzp=0; in code()
H A DBSByteStream.h254 GP<ZPCodec> gzp; variable
/dports/science/teem/teem-1.11.0-src/src/seek/
H A Dtextract.c219 ELL_3V_SUB(gder,gzp,gzm); in computeGradientLin()
270 ELL_3V_SCALE(gzm, 0.5, gzm); ELL_3V_SCALE(gzp, 0.5, gzp); in computeEdgeGradient()
294 Tzm, gzm, Tzp, gzp); in computeEdgeGradient()
309 ELL_3V_SCALE(gzm, 0.5, gzm); ELL_3V_SCALE(gzp, 0.5, gzp); in computeEdgeGradient()
333 T, g, Tzp, gzp); in computeEdgeGradient()
384 ELL_3V_SCALE(gzm, 0.5, gzm); ELL_3V_SCALE(gzp, 0.5, gzp); in computeEdgeGradient()
394 Tzm, gzm, Tzp, gzp); in computeEdgeGradient()
409 ELL_3V_SCALE(gzm, 0.5, gzm); ELL_3V_SCALE(gzp, 0.5, gzp); in computeEdgeGradient()
463 ELL_3V_SCALE(gzm, 0.5, gzm); ELL_3V_SCALE(gzp, 0.5, gzp); in computeEdgeGradient()
534 ELL_3V_LERP(gzp, coords[0], gxm, gxp); in computeFaceGradient()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/burgers-control/
H A Dexample_06.cpp150 ROL::Ptr<ROL::Vector<RealT> > gzp in main() local
159 ROL::RiskVector<RealT> z(hmcrlist,zp,zvar), g(hmcrlist,gzp,gvar), y(hmcrlist,yzp,yvar); in main()
198 pobj,pcon,up,zp,lp,gup,gzp,cp,storage,fdhess); in main()
227 robj->checkGradient(*zp,*gzp,*yzp,print,*outStream); in main()
228 robj->checkHessVec(*zp,*gzp,*yzp,print,*outStream); in main()
H A Dexample_08.cpp146 ROL::Ptr<ROL::Vector<RealT> > gzp in main() local
188 pobj,pcon,up,zp,lp,gup,gzp,cp,storage,fdhess); in main()
238 robj->checkGradient(*zp,*gzp,*yzp,print,*outStream); in main()
239 robj->checkHessVec(*zp,*gzp,*yzp,print,*outStream); in main()
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_text.cc85 gzp->ds_initialized = 0; in GzRawInit()
87 if (!gzp->in) { in GzRawInit()
90 z_stream* dsp = &gzp->ds; in GzRawInit()
91 memcpy(gzp->in, buf, nbytes); in GzRawInit()
92 dsp->next_in = gzp->in; in GzRawInit()
100 gzp->ds_initialized = 1; in GzRawInit()
224 GzRawDecompressStream* gzp; in TextFileOpenInternal() local
226 gzp = &txfp->rds.gz; in TextFileOpenInternal()
228 gzp = &txsp->rds.gz; in TextFileOpenInternal()
319 z_stream* dsp = &gzp->ds; in GzRawStreamRead()
[all …]
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dzip.lib.php326 $gzp = @gzopen($to.$header['filename'].'.gz','rb');
327 if(!$gzp){
328 @gzclose($gzp); @unlink($to.$header['filename']);
338 $buffer = gzread($gzp, $read_size);
343 fclose($fp); gzclose($gzp);
/dports/security/aide/aide-0.17.4/src/
H A Dcommandconf.c219 if (db->gzp!=NULL) { in db_input_wrapper()
220 c=gzgetc(db->gzp); in db_input_wrapper()
223 if (db->gzp==NULL) { in db_input_wrapper()
230 db->gzp=gzdopen(fileno((FILE *)(db->fp)),"rb"); in db_input_wrapper()
231 c=gzgetc(db->gzp); in db_input_wrapper()
235 log_msg(LOG_LEVEL_ERROR,"reading gzipped file failed: %s", gzerror(db->gzp,&xx)); in db_input_wrapper()
H A Ddb.c141 db->gzp = fp; in db_init()
463 (dbconf->gzip_dbout && dbconf->database_out.gzp) || in db_writespec()
479 (dbconf->gzip_dbout && dbconf->database_out.gzp) || in db_writeline()
499 (conf->gzip_dbout && conf->database_out.gzp) || in db_close()
/dports/archivers/gtar/tar-1.34/tests/
H A Dextrac17.at30 # Reported-by: "Gabor Z. Papp" <gzp@papp.hu>
31 # References: <x6r5fd9jye@gzp>, <20101026175126.29028@Pirx.gnu.org.ua>
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/sys/
H A Dsys_periodic_3d.cpp76 Domain gyp = m1.domain(4), gzm = m1.domain(5), gzp = m1.domain(6); in sys_periodic_3d() local
77 Domain cube= merge(gxm,gxp,gym,gyp,gzm,gzp,"cube"); in sys_periodic_3d()
/dports/graphics/openexr/openexr-3.1.4/src/examples/
H A DgeneralInterfaceExamples.cpp266 Array2D<GZ> gzp (1, 1); in generalInterfaceExamples() local
267 readGZ2 ("gz2.exr", gzp, w, h); in generalInterfaceExamples()
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/splitbrain/php-archive/src/
H A DZip.php212 $gzp = @gzopen($extractto, 'rb');
213 if (!$gzp) {
225 $buffer = gzread($gzp, $read_size);
231 gzclose($gzp);

123456