Home
last modified time | relevance | path

Searched refs:PHP_STREAM_AS_STDIO (Results 1 – 12 of 12) sorted by relevance

/php-src/main/streams/
H A Duserspace_arginfo.h21 REGISTER_LONG_CONSTANT("STREAM_CAST_AS_STREAM", PHP_STREAM_AS_STDIO, CONST_PERSISTENT); in register_userspace_symbols()
H A Dcast.c205 if (castas == PHP_STREAM_AS_STDIO) { in _php_stream_cast()
329 if (castas == PHP_STREAM_AS_STDIO && ret) { in _php_stream_cast()
354 …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 Dplain_wrapper.c555 if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS) == FAILURE) { in php_stdiop_sync()
610 case PHP_STREAM_AS_STDIO: in php_stdiop_cast()
H A Dmemory.c474 if (ret == NULL && castas == PHP_STREAM_AS_STDIO) { in php_stream_temp_cast()
H A Dxp_socket.c506 case PHP_STREAM_AS_STDIO: in php_sockop_cast()
H A Duserspace.c1403 ZVAL_LONG(&args[0], PHP_STREAM_AS_STDIO); in php_userstreamop_cast()
/php-src/docs-old/
H A Dstreams.md184 if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void*)&fp, REPORT_ERRORS) == FAILURE) {
201 PHP_STREAM_AS_STDIO - a stdio FILE*
/php-src/main/
H A Dphp_streams.h508 #define PHP_STREAM_AS_STDIO 0 macro
/php-src/ext/gd/
H A Dgd.c1529 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { in _php_image_create_from()
1564 else if (php_stream_can_cast(stream, PHP_STREAM_AS_STDIO)) { in _php_image_create_from()
1566 …if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO | PHP_STREAM_CAST_TRY_HARD, (void **) &… in _php_image_create_from()
/php-src/ext/openssl/
H A Dxp_ssl.c2661 case PHP_STREAM_AS_STDIO: in php_openssl_sockop_cast()
/php-src/ext/curl/
H A Dinterface.c1915 if (FAILURE == php_stream_cast(what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { in _php_curl_setopt()
/php-src/ext/pgsql/
H A Dpgsql.c2202 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) { in PHP_FUNCTION()

Completed in 70 milliseconds