Searched refs:_php_stream_alloc (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/main/ |
H A D | php_streams.h | 62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… 244 PHPAPI php_stream *_php_stream_alloc(php_stream_ops *ops, void *abstract, 247 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe…
|
/PHP-5.4/main/streams/ |
H A D | streams.c | 288 PHPAPI php_stream *_php_stream_alloc(php_stream_ops *ops, void *abstract, const char *persistent_id… in _php_stream_alloc() function
|
Completed in 15 milliseconds