Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/main/streams/
H A Dcast.c287 int retcast = php_stream_cast(newstream, castas | flags, (void **)ret, show_err); in _php_stream_cast()
365 …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.c489 return php_stream_cast(ts->innerstream, castas, ret, 0); in php_stream_temp_cast()
517 return php_stream_cast(ts->innerstream, castas, ret, 1); in php_stream_temp_cast()
H A Duserspace.c1662 ret = php_stream_cast(intstream, castas, retptr, 1); in php_userstreamop_cast()
/PHP-5.6/ext/zlib/
H A Dzlib_fopen_wrapper.c136 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
/PHP-5.6/ext/bz2/
H A Dbz2.c260 if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in _php_stream_bz2open()
444 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-5.6/ext/posix/
H A Dposix.c707 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)fd, 0); in php_posix_stream_get_fd()
709 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)fd, 0); in php_posix_stream_get_fd()
/PHP-5.6/ext/standard/
H A Dproc_open.c564 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
657 if (stream == NULL || FAILURE == php_stream_cast(stream, in PHP_FUNCTION()
H A Dstreamsfuncs.c630 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_to_fd_set()
683 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_from_fd_set()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c225 if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) { in file_buffer()
/PHP-5.6/
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-5.6/main/
H A Dphp_streams.h482 #define php_stream_cast(stream, as, ret, show_err) _php_stream_cast((stream), (as), (ret), (show_er… macro
/PHP-5.6/ext/dba/
H A Ddba.c910 if (SUCCESS != php_stream_cast(info->fp, PHP_STREAM_AS_FD, (void*)&info->fd, 1)) { in php_dba_open()
/PHP-5.6/ext/sockets/
H A Dconversions.c1400 if (php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&iarr[i - 1], in from_zval_write_fd_array_aux()
H A Dsockets.c2274 if (php_stream_cast(stream, PHP_STREAM_AS_SOCKETD, (void**)&socket, 1)) {
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.c1324 …if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_…
1354 …if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_…
/PHP-5.6/ext/gd/
H A Dgd.c2424 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { in _php_image_create_from()
2458 …if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO | PHP_STREAM_CAST_TRY_HARD, (void **) &… in _php_image_create_from()
/PHP-5.6/ext/curl/
H A Dinterface.c2354 …if (FAILURE == php_stream_cast((php_stream *) what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRO… in _php_curl_setopt()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2015 + if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) {
/PHP-5.6/ext/pgsql/
H A Dpgsql.c3137 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {

Completed in 132 milliseconds