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 102 ext/gd/libgd/gd_webp.c void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization) outfile 150 ext/gd/libgd/gd_webp.c gdPutBuf(out, out_size, outfile); outfile 286 ext/openssl/openssl.c ZEND_ARG_INFO(0, outfile) outfile 295 ext/openssl/openssl.c ZEND_ARG_INFO(0, outfile) outfile 4196 ext/openssl/openssl.c BIO * infile = NULL, * outfile = NULL; outfile 4225 ext/openssl/openssl.c outfile = BIO_new_file(outfilename, "w"); outfile 4226 ext/openssl/openssl.c if (outfile == NULL) { outfile 4292 ext/openssl/openssl.c BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), Z_STRVAL_P(zcertval)); outfile 4294 ext/openssl/openssl.c BIO_printf(outfile, "%s\n", Z_STRVAL_P(zcertval)); outfile 4302 ext/openssl/openssl.c SMIME_write_PKCS7(outfile, p7, infile, (int)flags); outfile 4309 ext/openssl/openssl.c BIO_free(outfile); outfile 4327 ext/openssl/openssl.c BIO * infile = NULL, * outfile = NULL; outfile 4376 ext/openssl/openssl.c outfile = BIO_new_file(outfilename, "w"); outfile 4377 ext/openssl/openssl.c if (outfile == NULL) { outfile 4396 ext/openssl/openssl.c BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), Z_STRVAL_P(hval)); outfile 4398 ext/openssl/openssl.c BIO_printf(outfile, "%s\n", Z_STRVAL_P(hval)); outfile 4403 ext/openssl/openssl.c SMIME_write_PKCS7(outfile, p7, infile, (int)flags); outfile 4410 ext/openssl/openssl.c BIO_free(outfile);