Home
last modified time | relevance | path

Searched refs:_php_stream_alloc (Results 1 – 2 of 2) sorted by last modified time

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

Completed in 16 milliseconds