outfile           613 ext/gd/libgd/gd.h void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization);
outfile            93 ext/gd/libgd/gd_gif_out.c static void compress (int init_bits, gdIOCtx *outfile, gdImagePtr im, GifCtx *ctx);
outfile           492 ext/gd/libgd/gd_gif_out.c compress(int init_bits, gdIOCtxPtr outfile, gdImagePtr im, GifCtx *ctx)
outfile           507 ext/gd/libgd/gd_gif_out.c     ctx->g_outfile = outfile;
outfile           162 ext/gd/libgd/gd_jpeg.c void jpeg_gdIOCtx_dest (j_compress_ptr cinfo, gdIOCtx * outfile);
outfile           164 ext/gd/libgd/gd_jpeg.c void gdImageJpegCtx (gdImagePtr im, gdIOCtx * outfile, int quality)
outfile           207 ext/gd/libgd/gd_jpeg.c 	jpeg_gdIOCtx_dest (&cinfo, outfile);
outfile           739 ext/gd/libgd/gd_jpeg.c 	gdIOCtx *outfile;		 /* target stream */
outfile           791 ext/gd/libgd/gd_jpeg.c 	if (gdPutBuf (dest->buffer, OUTPUT_BUF_SIZE, dest->outfile) != (size_t) OUTPUT_BUF_SIZE) {
outfile           817 ext/gd/libgd/gd_jpeg.c 	if (datacount > 0 && ((size_t)gdPutBuf (dest->buffer, datacount, dest->outfile) != datacount)) {
outfile           829 ext/gd/libgd/gd_jpeg.c void jpeg_gdIOCtx_dest (j_compress_ptr cinfo, gdIOCtx * outfile)
outfile           847 ext/gd/libgd/gd_jpeg.c 	dest->outfile = outfile;
outfile           455 ext/gd/libgd/gd_png.c void gdImagePngCtx (gdImagePtr im, gdIOCtx * outfile)
outfile           457 ext/gd/libgd/gd_png.c 	gdImagePngCtxEx(im, outfile, -1, -1);
outfile           464 ext/gd/libgd/gd_png.c void gdImagePngCtxEx (gdImagePtr im, gdIOCtx * outfile, int level, int basefilter)
outfile           508 ext/gd/libgd/gd_png.c 	png_set_write_fn(png_ptr, (void *) outfile, gdPngWriteData, gdPngFlushData);
outfile           166 ext/gd/libgd/gd_webp.c void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization)
outfile           208 ext/gd/libgd/gd_webp.c     gdPutBuf (filedata, yuv_nbytes, outfile);
outfile           282 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, outfile)
outfile           291 ext/openssl/openssl.c 	ZEND_ARG_INFO(0, outfile)
outfile          4148 ext/openssl/openssl.c 	BIO * infile = NULL, * outfile = NULL;
outfile          4178 ext/openssl/openssl.c 	outfile = BIO_new_file(outfilename, "w");
outfile          4179 ext/openssl/openssl.c 	if (outfile == NULL) { 
outfile          4252 ext/openssl/openssl.c 				BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(zcertval));
outfile          4254 ext/openssl/openssl.c 				BIO_printf(outfile, "%s\n", Z_STRVAL_PP(zcertval));
outfile          4264 ext/openssl/openssl.c 	SMIME_write_PKCS7(outfile, p7, infile, flags);
outfile          4271 ext/openssl/openssl.c 	BIO_free(outfile);
outfile          4289 ext/openssl/openssl.c 	BIO * infile = NULL, * outfile = NULL;
outfile          4338 ext/openssl/openssl.c 	outfile = BIO_new_file(outfilename, "w");
outfile          4339 ext/openssl/openssl.c 	if (outfile == NULL) {
outfile          4362 ext/openssl/openssl.c 				BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(hval));
outfile          4364 ext/openssl/openssl.c 				BIO_printf(outfile, "%s\n", Z_STRVAL_PP(hval));
outfile          4370 ext/openssl/openssl.c 	SMIME_write_PKCS7(outfile, p7, infile, flags);
outfile          4377 ext/openssl/openssl.c 	BIO_free(outfile);