Home
last modified time | relevance | path

Searched defs:max_memory_usage (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/main/
H A Dphp_memory_streams.h38 #define php_stream_temp_create(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_… argument
39 #define php_stream_temp_create_rel(mode, max_memory_usage) _php_stream_temp_create((mode), (max_mem… argument
40 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
/PHP-5.5/main/streams/
H A Dmemory.c579 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t lengt… in _php_stream_temp_open()

Completed in 8 milliseconds