Lines Matching defs:TSRMLS_DC

155 …p_stream_fopen_from_fd_int(int fd, const char *mode, const char *persistent_id STREAMS_DC TSRMLS_D…  in _php_stream_fopen_from_fd_int()
171 …atic php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file_int()
187 …eam_fopen_temporary_file(const char *dir, const char *pfx, char **opened_path STREAMS_DC TSRMLS_DC) in _php_stream_fopen_temporary_file()
205 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC) in _php_stream_fopen_tmpfile()
231 …*_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id STREAMS_DC TSRMLS_D… in _php_stream_fopen_from_fd()
270 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
302 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_pipe()
321 static size_t php_stdiop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stdiop_write()
344 static size_t php_stdiop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stdiop_read()
405 static int php_stdiop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_stdiop_close()
466 static int php_stdiop_flush(php_stream *stream TSRMLS_DC) in php_stdiop_flush()
483 static int php_stdiop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in php_stdiop_seek()
512 static int php_stdiop_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) in php_stdiop_cast()
570 static int php_stdiop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_stdiop_stat()
582 …atic int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_DC) in php_stdiop_set_option()
845 static size_t php_plain_files_dirstream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_plain_files_dirstream_read()
864 static int php_plain_files_dirstream_close(php_stream *stream, int close_handle TSRMLS_DC) in php_plain_files_dirstream_close()
869 …lain_files_dirstream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) in php_plain_files_dirstream_rewind()
886 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
924 …fopen(const char *filename, const char *mode, char **opened_path, int options STREAMS_DC TSRMLS_DC) in _php_stream_fopen()
1024 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener()
1033 …per *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) in php_plain_files_url_stater()
1059 …_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) in php_plain_files_unlink()
1085 …wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC) in php_plain_files_rename()
1169 …p_stream_wrapper *wrapper, char *dir, int mode, int options, php_stream_context *context TSRMLS_DC) in php_plain_files_mkdir()
1255 …s_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) in php_plain_files_rmdir()
1283 …stream_wrapper *wrapper, char *url, int option, void *value, php_stream_context *context TSRMLS_DC) in php_plain_files_metadata()
1389 …_path(char *filename, char *mode, char *path, char **opened_path, int options STREAMS_DC TSRMLS_DC) in _php_stream_fopen_with_path()