Lines Matching refs:TSRMLS_DC

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