Searched defs:php_stream_statbuf (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/main/ |
| H A D | php_streams.h | 109 } php_stream_statbuf; typedef in typeref:struct:_php_stream_statbuf 128 int (*stat)(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC); 139 int (*stream_stat)(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC); 141 int (*url_stat)(php_stream_wrapper *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC); 326 PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC); 329 PHPAPI int _php_stream_stat_path(char *path, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC);
|
Completed in 4 milliseconds