infile 1507 ext/exif/exif.c php_stream *infile; infile 2871 ext/exif/exif.c fpos = php_stream_tell(ImageInfo->infile); infile 2872 ext/exif/exif.c php_stream_seek(ImageInfo->infile, offset_val, SEEK_SET); infile 2873 ext/exif/exif.c fgot = php_stream_tell(ImageInfo->infile); infile 2879 ext/exif/exif.c fgot = php_stream_read(ImageInfo->infile, value_ptr, byte_count); infile 2880 ext/exif/exif.c php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); infile 3268 ext/exif/exif.c fpos = php_stream_tell(ImageInfo->infile); infile 3279 ext/exif/exif.c if ((marker = php_stream_getc(ImageInfo->infile)) == EOF) { infile 3298 ext/exif/exif.c fpos = php_stream_tell(ImageInfo->infile); infile 3307 ext/exif/exif.c if ((lh = php_stream_getc(ImageInfo->infile)) == EOF) { infile 3311 ext/exif/exif.c if ((ll = php_stream_getc(ImageInfo->infile)) == EOF) { infile 3334 ext/exif/exif.c got = php_stream_read(ImageInfo->infile, (char*)(Data+2), itemlen-2); /* Read the whole section. */ infile 3348 ext/exif/exif.c fpos = php_stream_tell(ImageInfo->infile); infile 3352 ext/exif/exif.c got = php_stream_read(ImageInfo->infile, (char*)Data, size); infile 3527 ext/exif/exif.c php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections */ infile 3528 ext/exif/exif.c php_stream_read(ImageInfo->infile, (char*)ImageInfo->file.list[sn].data, 2); infile 3538 ext/exif/exif.c php_stream_read(ImageInfo->infile, (char*)(ImageInfo->file.list[sn].data+2), dir_size-2); infile 3627 ext/exif/exif.c php_stream_read(ImageInfo->infile, (char*)(ImageInfo->file.list[sn].data+dir_size), ifd_size-dir_size); infile 3678 ext/exif/exif.c php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); infile 3679 ext/exif/exif.c fgot = php_stream_read(ImageInfo->infile, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size); infile 3712 ext/exif/exif.c php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); infile 3713 ext/exif/exif.c fgot = php_stream_read(ImageInfo->infile, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size); infile 3749 ext/exif/exif.c php_stream_seek(ImageInfo->infile, 0, SEEK_SET); infile 3750 ext/exif/exif.c if (php_stream_read(ImageInfo->infile, (char*)file_header, 2) != 2) { infile 3761 ext/exif/exif.c if (php_stream_read(ImageInfo->infile, (char*)(file_header+2), 6) != 6) { infile 3852 ext/exif/exif.c ImageInfo->infile = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK|IGNORE_PATH, NULL); infile 3853 ext/exif/exif.c if (!ImageInfo->infile) { infile 3858 ext/exif/exif.c if (php_stream_is(ImageInfo->infile, PHP_STREAM_IS_STDIO)) { infile 3862 ext/exif/exif.c php_stream_close(ImageInfo->infile); infile 3873 ext/exif/exif.c php_stream_seek(ImageInfo->infile, 0, SEEK_END); infile 3874 ext/exif/exif.c ImageInfo->FileSize = php_stream_tell(ImageInfo->infile); infile 3875 ext/exif/exif.c php_stream_seek(ImageInfo->infile, 0, SEEK_SET); infile 3899 ext/exif/exif.c php_stream_close(ImageInfo->infile); infile 364 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromWBMPCtx(gdIOCtx *infile); infile 365 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromJpeg(FILE *infile); infile 366 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromJpegEx(FILE *infile, int ignore_warning); infile 367 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromJpegCtx(gdIOCtx *infile); infile 368 ext/gd/libgd/gd.h gdImagePtr gdImageCreateFromJpegCtxEx(gdIOCtx *infile, int ignore_warning); infile 306 ext/gd/libgd/gd_jpeg.c void jpeg_gdIOCtx_src (j_decompress_ptr cinfo, gdIOCtx * infile); infile 315 ext/gd/libgd/gd_jpeg.c gdImagePtr gdImageCreateFromJpegCtx (gdIOCtx * infile) infile 317 ext/gd/libgd/gd_jpeg.c return gdImageCreateFromJpegCtxEx(infile, 1); infile 320 ext/gd/libgd/gd_jpeg.c gdImagePtr gdImageCreateFromJpegCtxEx (gdIOCtx * infile, int ignore_warning) infile 360 ext/gd/libgd/gd_jpeg.c jpeg_gdIOCtx_src (&cinfo, infile); infile 535 ext/gd/libgd/gd_jpeg.c gdIOCtx *infile; /* source stream */ infile 607 ext/gd/libgd/gd_jpeg.c int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); infile 704 ext/gd/libgd/gd_jpeg.c void jpeg_gdIOCtx_src (j_decompress_ptr cinfo, gdIOCtx * infile) infile 729 ext/gd/libgd/gd_jpeg.c src->infile = infile; infile 115 ext/gd/libgd/gd_png.c gdImagePtr gdImageCreateFromPngCtx (gdIOCtx * infile) infile 145 ext/gd/libgd/gd_png.c if (gdGetBuf(sig, 8, infile) < 8) { infile 190 ext/gd/libgd/gd_png.c png_set_read_fn(png_ptr, (void *) infile, gdPngReadData); infile 127 ext/gd/libgd/gd_wbmp.c gdImagePtr gdImageCreateFromWBMPCtx (gdIOCtx * infile) infile 135 ext/gd/libgd/gd_wbmp.c if (readwbmp (&gd_getin, infile, &wbmp)) { infile 37 ext/gd/libgd/gd_webp.c gdImagePtr gdImageCreateFromWebpCtx (gdIOCtx * infile) infile 62 ext/gd/libgd/gd_webp.c n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile); infile 131 ext/mysqlnd/mysqlnd_loaddata.c conn->infile.local_infile_init = mysqlnd_local_infile_init; infile 132 ext/mysqlnd/mysqlnd_loaddata.c conn->infile.local_infile_read = mysqlnd_local_infile_read; infile 133 ext/mysqlnd/mysqlnd_loaddata.c conn->infile.local_infile_error = mysqlnd_local_infile_error; infile 134 ext/mysqlnd/mysqlnd_loaddata.c conn->infile.local_infile_end = mysqlnd_local_infile_end; infile 153 ext/mysqlnd/mysqlnd_loaddata.c MYSQLND_INFILE infile; infile 166 ext/mysqlnd/mysqlnd_loaddata.c infile = conn->infile; infile 173 ext/mysqlnd/mysqlnd_loaddata.c if (infile.local_infile_init(&info, (char *)filename)) { infile 178 ext/mysqlnd/mysqlnd_loaddata.c tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf)); infile 186 ext/mysqlnd/mysqlnd_loaddata.c while ((bufsize = infile.local_infile_read (info, buf + MYSQLND_HEADER_SIZE, buflen - MYSQLND_HEADER_SIZE)) > 0) { infile 206 ext/mysqlnd/mysqlnd_loaddata.c tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf)); infile 219 ext/mysqlnd/mysqlnd_loaddata.c (*conn->infile.local_infile_end)(info); infile 285 ext/openssl/openssl.c ZEND_ARG_INFO(0, infile) infile 294 ext/openssl/openssl.c ZEND_ARG_INFO(0, infile) infile 4196 ext/openssl/openssl.c BIO * infile = NULL, * outfile = NULL; infile 4220 ext/openssl/openssl.c infile = BIO_new_file(infilename, "r"); infile 4221 ext/openssl/openssl.c if (infile == NULL) { infile 4280 ext/openssl/openssl.c p7 = PKCS7_encrypt(recipcerts, infile, (EVP_CIPHER*)cipher, (int)flags); infile 4299 ext/openssl/openssl.c (void)BIO_reset(infile); infile 4302 ext/openssl/openssl.c SMIME_write_PKCS7(outfile, p7, infile, (int)flags); infile 4308 ext/openssl/openssl.c BIO_free(infile); infile 4327 ext/openssl/openssl.c BIO * infile = NULL, * outfile = NULL; infile 4370 ext/openssl/openssl.c infile = BIO_new_file(infilename, "r"); infile 4371 ext/openssl/openssl.c if (infile == NULL) { infile 4382 ext/openssl/openssl.c p7 = PKCS7_sign(cert, privkey, others, infile, (int)flags); infile 4388 ext/openssl/openssl.c (void)BIO_reset(infile); infile 4403 ext/openssl/openssl.c SMIME_write_PKCS7(outfile, p7, infile, (int)flags); infile 4409 ext/openssl/openssl.c BIO_free(infile);