PHP_STREAM_CAST_INTERNAL 1322 ext/mysqlnd/mysqlnd.c 		if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL,
PHP_STREAM_CAST_INTERNAL 1352 ext/mysqlnd/mysqlnd.c 		if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL,
PHP_STREAM_CAST_INTERNAL  625 ext/standard/streamsfuncs.c 		if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&this_fd, 1) && this_fd != -1) {
PHP_STREAM_CAST_INTERNAL  664 ext/standard/streamsfuncs.c 		if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&this_fd, 1) && this_fd != SOCK_ERR) {
PHP_STREAM_CAST_INTERNAL  487 main/php_streams.h #define PHP_STREAM_CAST_MASK		(PHP_STREAM_CAST_TRY_HARD | PHP_STREAM_CAST_RELEASE | PHP_STREAM_CAST_INTERNAL)
PHP_STREAM_CAST_INTERNAL  322 main/streams/cast.c 		(flags & PHP_STREAM_CAST_INTERNAL) == 0