Go to the source code of this file.
◆ PHP_STREAM_IS_MEMORY
◆ PHP_STREAM_IS_TEMP
◆ PHP_STREAM_MAX_MEM
#define PHP_STREAM_MAX_MEM 2 * 1024 * 1024 |
◆ php_stream_memory_create
Value:
PHPAPI php_stream * _php_stream_memory_create(int mode STREAMS_DC)
Definition at line 29 of file php_memory_streams.h.
◆ php_stream_memory_create_rel
◆ php_stream_memory_get_buffer
#define php_stream_memory_get_buffer |
( |
| stream | ) |
|
Value:
PHPAPI zend_string * _php_stream_memory_get_buffer(php_stream *stream STREAMS_DC)
Definition at line 32 of file php_memory_streams.h.
◆ php_stream_memory_open
Value:
PHPAPI php_stream * _php_stream_memory_open(int mode, zend_string *buf STREAMS_DC)
Definition at line 31 of file php_memory_streams.h.
◆ php_stream_temp_create
#define php_stream_temp_create |
( |
| mode, |
|
|
| max_memory_usage ) |
Value:
PHPAPI php_stream * _php_stream_temp_create(int mode, size_t max_memory_usage STREAMS_DC)
Definition at line 35 of file php_memory_streams.h.
◆ php_stream_temp_create_ex
#define php_stream_temp_create_ex |
( |
| mode, |
|
|
| max_memory_usage, |
|
|
| tmpdir ) |
Value:
PHPAPI php_stream * _php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir STREAMS_DC)
Definition at line 36 of file php_memory_streams.h.
◆ php_stream_temp_create_rel
#define php_stream_temp_create_rel |
( |
| mode, |
|
|
| max_memory_usage ) |
◆ php_stream_temp_new
#define php_stream_temp_new |
( |
| ) |
|
Value:
#define TEMP_STREAM_DEFAULT
#define php_stream_temp_create(mode, max_memory_usage)
#define PHP_STREAM_MAX_MEM
Definition at line 34 of file php_memory_streams.h.
◆ php_stream_temp_open
#define php_stream_temp_open |
( |
| mode, |
|
|
| max_memory_usage, |
|
|
| buf, |
|
|
| length ) |
Value:
zend_ffi_ctype_name_buf buf
PHPAPI php_stream * _php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t length STREAMS_DC)
Definition at line 38 of file php_memory_streams.h.
◆ TEMP_STREAM_APPEND
#define TEMP_STREAM_APPEND 0x4 |
◆ TEMP_STREAM_DEFAULT
#define TEMP_STREAM_DEFAULT 0x0 |
◆ TEMP_STREAM_READONLY
#define TEMP_STREAM_READONLY 0x1 |
◆ TEMP_STREAM_TAKE_BUFFER
#define TEMP_STREAM_TAKE_BUFFER 0x2 |
◆ _php_stream_memory_create()
◆ _php_stream_memory_get_buffer()
◆ _php_stream_memory_open()
◆ _php_stream_mode_to_str()
PHPAPI const char * _php_stream_mode_to_str |
( |
int | mode | ) |
|
◆ _php_stream_temp_create()
PHPAPI php_stream * _php_stream_temp_create |
( |
int | mode, |
|
|
size_t max_memory_usage | STREAMS_DC ) |
◆ _php_stream_temp_create_ex()
PHPAPI php_stream * _php_stream_temp_create_ex |
( |
int | mode, |
|
|
size_t | max_memory_usage, |
|
|
const char *tmpdir | STREAMS_DC ) |
◆ _php_stream_temp_open()
PHPAPI php_stream * _php_stream_temp_open |
( |
int | mode, |
|
|
size_t | max_memory_usage, |
|
|
const char * | buf, |
|
|
size_t length | STREAMS_DC ) |
◆ php_stream_mode_from_str()
PHPAPI int php_stream_mode_from_str |
( |
const char * | mode | ) |
|
◆ php_stream_memory_ops
◆ php_stream_rfc2397_ops
◆ php_stream_rfc2397_wrapper
◆ php_stream_temp_ops