Home
last modified time | relevance | path

Searched defs:_php_stream (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/main/
H A Dphp_streams.h188 struct _php_stream { struct
189 php_stream_ops *ops;
192 php_stream_filter_chain readfilters, writefilters;
199 int is_persistent;
201 int rsrc_id; /* used for auto-cleanup */
205 int fclose_stdiocast;
210 char *orig_path;
212 php_stream_context *context;
213 int flags; /* PHP_STREAM_FLAG_XXX */
216 off_t position; /* of underlying stream */
[all …]

Completed in 8 milliseconds