Home
last modified time | relevance | path

Searched refs:infile (Results 26 – 35 of 35) sorted by relevance

12

/PHP-7.4/ext/mysqli/tests/
H A D061.phpt2 local infile handler
50 …printf("Cannot load data using infile handler: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dlocal_infile_tools.inc86 printf("[%03d] Cannot set infile handler to '%s'\n", $offset, $handler);
/PHP-7.4/ext/gd/libgd/
H A Dgd_webp.c38 gdImagePtr gdImageCreateFromWebpCtx (gdIOCtx * infile) in gdImageCreateFromWebpCtx() argument
63 n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile); in gdImageCreateFromWebpCtx()
H A Dgd.h356 gdImagePtr gdImageCreateFromWBMPCtx(gdIOCtx *infile);
357 gdImagePtr gdImageCreateFromJpeg(FILE *infile);
358 gdImagePtr gdImageCreateFromJpegEx(FILE *infile, int ignore_warning);
359 gdImagePtr gdImageCreateFromJpegCtx(gdIOCtx *infile);
360 gdImagePtr gdImageCreateFromJpegCtxEx(gdIOCtx *infile, int ignore_warning);
373 gdImagePtr gdImageCreateFromBmpCtx (gdIOCtxPtr infile);
H A Dgd_png.c121 gdImagePtr gdImageCreateFromPngCtx (gdIOCtx * infile) in gdImageCreateFromPngCtx() argument
151 if (gdGetBuf(sig, 8, infile) < 8) { in gdImageCreateFromPngCtx()
196 png_set_read_fn(png_ptr, (void *) infile, gdPngReadData); in gdImageCreateFromPngCtx()
/PHP-7.4/ext/exif/
H A Dexif.c1981 php_stream *infile; member
3361 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3363 fgot = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3825 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3855 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3905 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
4327 php_stream_seek(ImageInfo->infile, 0, SEEK_SET); in exif_scan_FILE_header()
4428 ImageInfo->infile = stream; in exif_read_from_impl()
4436 ImageInfo->infile = NULL; in exif_read_from_impl()
4453 php_stream_seek(ImageInfo->infile, 0, SEEK_END); in exif_read_from_impl()
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt49 // Load data infile not allowed
/PHP-7.4/win32/build/
H A Dconfutils.js1800 var infile, outfile;
1805 infile = FSO.OpenTextFile("main/internal_functions.c.in", 1);
1806 indata = infile.ReadAll();
1807 infile.Close();
2250 var infile, outfile;
2258 infile = FSO.OpenTextFile("win32/build/config.w32.h.in", 1);
2259 indata = infile.ReadAll();
2260 infile.Close();
/PHP-7.4/ext/openssl/
H A Dopenssl.c296 ZEND_ARG_INFO(0, infile)
305 ZEND_ARG_INFO(0, infile)
5301 BIO * infile = NULL, * outfile = NULL; in PHP_FUNCTION() local
5326 if (infile == NULL) { in PHP_FUNCTION()
5412 (void)BIO_reset(infile); in PHP_FUNCTION()
5415 if (!SMIME_write_PKCS7(outfile, p7, infile, (int)flags)) { in PHP_FUNCTION()
5424 BIO_free(infile); in PHP_FUNCTION()
5546 BIO * infile = NULL, * outfile = NULL; in PHP_FUNCTION() local
5590 if (infile == NULL) { in PHP_FUNCTION()
5610 (void)BIO_reset(infile); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h937 MYSQLND_INFILE infile; member

Completed in 62 milliseconds

12