Go to the source code of this file.
◆ _GNU_SOURCE
◆ _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_url_decode()
PHPAPI size_t php_url_decode |
( |
char * | str, |
|
|
size_t | len ) |
◆ php_stream_memory_ops
Initial value:= {
php_stream_memory_write, php_stream_memory_read,
php_stream_memory_close, php_stream_memory_flush,
"MEMORY",
php_stream_memory_seek,
php_stream_memory_cast,
php_stream_memory_stat,
php_stream_memory_set_option
}
Definition at line 255 of file memory.c.
◆ php_stream_rfc2397_ops
Initial value:= {
NULL, php_stream_temp_read,
php_stream_temp_close, php_stream_temp_flush,
"RFC2397",
php_stream_temp_seek,
php_stream_temp_cast,
php_stream_temp_stat,
php_stream_temp_set_option
}
Definition at line 597 of file memory.c.
◆ php_stream_rfc2397_wops
Initial value:= {
php_stream_url_wrap_rfc2397,
"RFC2397",
}
Definition at line 749 of file memory.c.
◆ php_stream_rfc2397_wrapper
Initial value:= {
1,
}
PHPAPI const php_stream_wrapper_ops php_stream_rfc2397_wops
Definition at line 763 of file memory.c.
◆ php_stream_temp_ops
Initial value:= {
php_stream_temp_write, php_stream_temp_read,
php_stream_temp_close, php_stream_temp_flush,
"TEMP",
php_stream_temp_seek,
php_stream_temp_cast,
php_stream_temp_stat,
php_stream_temp_set_option
}
Definition at line 535 of file memory.c.