Searched refs:_php_stream_temp_open (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/main/ |
H A D | php_memory_streams.h | 38 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… 48 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t…
|
/PHP-8.4/main/streams/ |
H A D | memory.c | 577 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t… in _php_stream_temp_open() function
|
Completed in 7 milliseconds