Home
last modified time | relevance | path

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

12

/PHP-7.3/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.3/ext/gd/libgd/
H A Dgd_webp.c37 gdImagePtr gdImageCreateFromWebpCtx (gdIOCtx * infile) in gdImageCreateFromWebpCtx() argument
62 n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile); in gdImageCreateFromWebpCtx()
H A Dgd.h366 gdImagePtr gdImageCreateFromWBMPCtx(gdIOCtx *infile);
367 gdImagePtr gdImageCreateFromJpeg(FILE *infile);
368 gdImagePtr gdImageCreateFromJpegEx(FILE *infile, int ignore_warning);
369 gdImagePtr gdImageCreateFromJpegCtx(gdIOCtx *infile);
370 gdImagePtr gdImageCreateFromJpegCtxEx(gdIOCtx *infile, int ignore_warning);
379 gdImagePtr gdImageCreateFromBmpCtx (gdIOCtxPtr infile);
H A Dgd_png.c116 gdImagePtr gdImageCreateFromPngCtx (gdIOCtx * infile) in gdImageCreateFromPngCtx() argument
146 if (gdGetBuf(sig, 8, infile) < 8) { in gdImageCreateFromPngCtx()
191 png_set_read_fn(png_ptr, (void *) infile, gdPngReadData); in gdImageCreateFromPngCtx()
/PHP-7.3/ext/exif/
H A Dexif.c1899 php_stream *infile; member
3324 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3326 fgot = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3788 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3818 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3868 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
4291 php_stream_seek(ImageInfo->infile, 0, SEEK_SET); in exif_scan_FILE_header()
4392 ImageInfo->infile = stream; in exif_read_from_impl()
4400 ImageInfo->infile = NULL; in exif_read_from_impl()
4417 php_stream_seek(ImageInfo->infile, 0, SEEK_END); in exif_read_from_impl()
[all …]
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_pkcs7_verify_basic.phpt19 $infile = dirname(__FILE__) . "/cert.crt";
/PHP-7.3/ext/openssl/
H A DREADME139 bool openssl_pkcs7_encrypt(string infile, string outfile, array recipcerts,
142 Encrypts the MIME message contained in the file named by infile using
156 bool openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed
159 Signs the MIME message contained in the file named by infile using the
H A Dopenssl.c290 ZEND_ARG_INFO(0, infile)
299 ZEND_ARG_INFO(0, infile)
5222 BIO * infile = NULL, * outfile = NULL; in PHP_FUNCTION() local
5247 if (infile == NULL) { in PHP_FUNCTION()
5330 (void)BIO_reset(infile); in PHP_FUNCTION()
5333 if (!SMIME_write_PKCS7(outfile, p7, infile, (int)flags)) { in PHP_FUNCTION()
5342 BIO_free(infile); in PHP_FUNCTION()
5462 BIO * infile = NULL, * outfile = NULL; in PHP_FUNCTION() local
5506 if (infile == NULL) { in PHP_FUNCTION()
5526 (void)BIO_reset(infile); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt49 // Load data infile not allowed
H A Dpdo_mysql_prepare_load_data.phpt49 // Load data infile not allowed
/PHP-7.3/win32/build/
H A Dconfutils.js1813 var infile, outfile;
1818 infile = FSO.OpenTextFile("main/internal_functions.c.in", 1);
1819 indata = infile.ReadAll();
1820 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.3/ext/mysqlnd/
H A Dmysqlnd_structs.h886 MYSQLND_INFILE infile; member

Completed in 90 milliseconds

12