Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.c484 return php_stream_cast(ts->innerstream, castas, ret, 0); in php_stream_temp_cast()
512 return php_stream_cast(ts->innerstream, castas, ret, 1); in php_stream_temp_cast()
H A Duserspace.c1651 ret = php_stream_cast(intstream, castas, retptr, 1); in php_userstreamop_cast()
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c134 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
/PHP-5.5/ext/bz2/
H A Dbz2.c259 if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in _php_stream_bz2open()
443 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void *) &fd, REPORT_ERRORS)) { in PHP_FUNCTION()
/PHP-5.5/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.5/ext/standard/
H A Dproc_open.c563 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
656 if (stream == NULL || FAILURE == php_stream_cast(stream, in PHP_FUNCTION()
H A Dstreamsfuncs.c631 …if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (vo… in stream_array_to_fd_set()
689 …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.5/ext/fileinfo/libmagic/
H A Dfuncs.c227 if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) { in file_buffer()
/PHP-5.5/
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.5/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.5/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.5/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.5/ext/mysqlnd/
H A Dmysqlnd.c1296 …if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_…
1326 …if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_…
/PHP-5.5/ext/gd/
H A Dgd.c2378 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { in _php_image_create_from()
2412 …if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO | PHP_STREAM_CAST_TRY_HARD, (void **) &… in _php_image_create_from()
/PHP-5.5/ext/curl/
H A Dinterface.c2389 …if (FAILURE == php_stream_cast((php_stream *) what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRO… in _php_curl_setopt()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2065 + if (stream && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, 0)) {
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3037 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {

Completed in 115 milliseconds