Home
last modified time | relevance | path

Searched refs:_php_stream_memory_open (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/main/
H A Dphp_memory_streams.h31 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S…
43 PHPAPI php_stream *_php_stream_memory_open(int mode, const char *buf, size_t length STREAMS_DC);
/PHP-8.0/main/streams/
H A Dmemory.c318 PHPAPI php_stream *_php_stream_memory_open(int mode, const char *buf, size_t length STREAMS_DC) in _php_stream_memory_open() function

Completed in 9 milliseconds