Home
last modified time | relevance | path

Searched refs:php_stream_cast (Results 1 – 20 of 20) sorted by relevance

/PHP-7.2/ext/recode/
H A Drecode.c202 if (FAILURE == php_stream_cast(instream, PHP_STREAM_AS_STDIO, (void**)&in_fp, REPORT_ERRORS)) { in PHP_FUNCTION()
206 if (FAILURE == php_stream_cast(outstream, PHP_STREAM_AS_STDIO, (void**)&out_fp, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-7.2/main/streams/
H A Dcast.c278 int retcast = php_stream_cast(newstream, castas | flags, (void **)ret, show_err); in _php_stream_cast()
356 …if (php_stream_cast(stream, PHP_STREAM_AS_STDIO|PHP_STREAM_CAST_TRY_HARD|PHP_STREAM_CAST_RELEASE, … in _php_stream_open_wrapper_as_file()
H A Dmemory.c475 return php_stream_cast(ts->innerstream, castas, ret, 0); in php_stream_temp_cast()
508 return php_stream_cast(ts->innerstream, castas, ret, 1); in php_stream_temp_cast()
H A Duserspace.c1539 ret = php_stream_cast(intstream, castas, retptr, 1); in php_userstreamop_cast()
/PHP-7.2/ext/zlib/
H A Dzlib_fopen_wrapper.c138 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c644 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_to_fd_set()
684 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_from_fd_set()
1643 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)&fileno, 0); in PHP_FUNCTION()
1645 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)&fileno, 0); in PHP_FUNCTION()
1687 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)&fileno, 0); in PHP_FUNCTION()
1690 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)&fileno, 0); in PHP_FUNCTION()
H A Dproc_open.c525 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
618 if (stream == NULL || FAILURE == php_stream_cast(stream, in PHP_FUNCTION()
/PHP-7.2/ext/bz2/
H A Dbz2.c289 if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in _php_stream_bz2open()
464 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-7.2/ext/posix/
H A Dposix.c777 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)fd, 0); in php_posix_stream_get_fd()
779 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)fd, 0); in php_posix_stream_get_fd()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c241 if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) { in file_buffer()
/PHP-7.2/
H A DREADME.STREAMS174 if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void*)&fp, REPORT_ERRORS) == FAILURE) {
180 PHPAPI int php_stream_cast(php_stream * stream, int castas, void ** ret, int
/PHP-7.2/main/
H A Dphp_streams.h497 #define php_stream_cast(stream, as, ret, show_err) _php_stream_cast((stream), (as), (ret), (show_er… macro
/PHP-7.2/ext/dba/
H A Ddba.c955 if (SUCCESS != php_stream_cast(info->fp, PHP_STREAM_AS_FD, (void*)&info->fd, 1)) { in php_dba_open()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.c2567 …SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)…
2599 …if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_…
/PHP-7.2/ext/sockets/
H A Dconversions.c1367 if (php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&iarr[i - 1], in from_zval_write_fd_array_aux()
H A Dsockets.c2411 if (php_stream_cast(stream, PHP_STREAM_AS_SOCKETD, (void**)&socket, 1)) {
/PHP-7.2/ext/gd/
H A Dgd.c2399 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { in _php_image_create_from()
2436 …if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO | PHP_STREAM_CAST_TRY_HARD, (void **) &… in _php_image_create_from()
/PHP-7.2/ext/curl/
H A Dinterface.c2479 if (FAILURE == php_stream_cast(what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { in _php_curl_setopt()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2120 + if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) {
/PHP-7.2/ext/pgsql/
H A Dpgsql.c3191 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {

Completed in 135 milliseconds