Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p…
247 PHPAPI php_stream *_php_stream_alloc(const php_stream_ops *ops, void *abstract,
250 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe…
/PHP-7.4/main/streams/
H A Dstreams.c278 PHPAPI php_stream *_php_stream_alloc(const php_stream_ops *ops, void *abstract, const char *persist… in _php_stream_alloc() function

Completed in 33 milliseconds