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), (persistent), (mode) STREAMS_REL_CC TSRMLS_CC) 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), (persistent_id), (mode) STREAMS_CC TSRMLS_CC)
|
| /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, const char *mode STREAMS_DC TSRMLS_DC) /* {{{ */ function
|
Completed in 10 milliseconds