/PHP-7.4/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 35 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_read() local 50 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_write() local 58 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_seek() local 73 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_close() local 93 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_flush() local 111 struct php_gz_stream_data_t *self; in php_stream_gzopen() local
|
/PHP-7.4/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 683 zval *self = getThis(); in php_xmlwriter_string_arg() local 722 zval *self = getThis(); in php_xmlwriter_end() local 760 zval *self = getThis(); in PHP_FUNCTION() local 823 zval *self = getThis(); in PHP_FUNCTION() local 866 zval *self = getThis(); in PHP_FUNCTION() local 910 zval *self = getThis(); in PHP_FUNCTION() local 961 zval *self = getThis(); in PHP_FUNCTION() local 1021 zval *self = getThis(); in PHP_FUNCTION() local 1075 zval *self = getThis(); in PHP_FUNCTION() local 1146 zval *self = getThis(); in PHP_FUNCTION() local [all …]
|
/PHP-7.4/ext/zip/ |
H A D | php_zip.c | 1441 zval *self = ZEND_THIS; local 1511 zval *self = ZEND_THIS; local 1539 zval *self = ZEND_THIS; local 1574 zval *self = ZEND_THIS; local 1589 zval *self = ZEND_THIS; local 1617 zval *self = ZEND_THIS; local 1665 zval *self = ZEND_THIS; local 1790 zval *self = ZEND_THIS; local 1827 zval *self = ZEND_THIS; local 1885 zval *self = ZEND_THIS; local [all …]
|
H A D | zip_stream.c | 219 struct php_zip_stream_data_t *self; in php_stream_zip_open() local 281 struct php_zip_stream_data_t *self; in php_stream_zip_opener() local
|
/PHP-7.4/ext/bz2/ |
H A D | bz2.c | 138 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_read() local 169 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_write() local 196 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_close() local 214 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_flush() local 233 struct php_bz2_stream_data_t *self; in _php_stream_bz2open_from_BZFILE() local 646 struct php_bz2_stream_data_t *self; in php_bz2_error() local
|
/PHP-7.4/main/ |
H A D | rfc1867.c | 242 static int fill_buffer(multipart_buffer *self) in fill_buffer() 278 static int multipart_buffer_eof(multipart_buffer *self) in multipart_buffer_eof() 286 multipart_buffer *self = (multipart_buffer *) ecalloc(1, sizeof(multipart_buffer)); in multipart_buffer_new() local 324 static char *next_line(multipart_buffer *self) in next_line() 359 static char *get_line(multipart_buffer *self) in get_line() 383 static int find_boundary(multipart_buffer *self, char *boundary) in find_boundary() 401 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) in multipart_buffer_headers() 609 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read() 655 static char *multipart_buffer_read_body(multipart_buffer *self, size_t *len) in multipart_buffer_read_body()
|
/PHP-7.4/main/streams/ |
H A D | plain_wrapper.c | 172 php_stdio_stream_data *self; in _php_stream_fopen_from_fd_int() local 192 php_stdio_stream_data *self; in _php_stream_fopen_from_file_int() local 225 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_temporary_file() local 248 static void detect_is_seekable(php_stdio_stream_data *self) { in detect_is_seekable() 271 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_fd() local 297 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_file() local 313 php_stdio_stream_data *self; in _php_stream_fopen_from_pipe() local 383 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in php_stdiop_read() local 1107 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local 1126 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
|
H A D | memory.c | 302 php_stream_memory_data *self; in _php_stream_memory_create() local 576 php_stream_temp_data *self; in _php_stream_temp_create_ex() local
|
/PHP-7.4/ext/pdo_oci/ |
H A D | oci_statement.c | 639 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write() local 659 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read() local 681 struct oci_lob_self *self = (struct oci_lob_self *)stream->abstract; in oci_blob_close() local 700 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush() local 707 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_seek() local 732 struct oci_lob_self *self = ecalloc(1, sizeof(*self)); in oci_create_lob_stream() local
|
/PHP-7.4/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 129 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_write() local 135 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_read() local 141 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_close() local 159 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_seek() local 184 struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self)); in pdo_pgsql_create_lob_stream() local
|
H A D | pgsql_statement.c | 348 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 579 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data() 640 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data() 909 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data() 1087 mysqlnd_caching_sha2_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_caching_sha2_get_auth_data() 1227 mysqlnd_caching_sha2_handle_server_response(struct st_mysqlnd_authentication_plugin *self, in mysqlnd_caching_sha2_handle_server_response()
|
/PHP-7.4/ext/iconv/ |
H A D | iconv.c | 2581 static void php_iconv_stream_filter_dtor(php_iconv_stream_filter *self) in php_iconv_stream_filter_dtor() 2590 static php_iconv_err_t php_iconv_stream_filter_ctor(php_iconv_stream_filter *self, in php_iconv_stream_filter_ctor() 2617 php_iconv_stream_filter *self, in php_iconv_stream_filter_append_bucket() 2815 php_iconv_stream_filter *self = (php_iconv_stream_filter *)Z_PTR(filter->abstract); in php_iconv_stream_filter_do_filter() local
|
/PHP-7.4/TSRM/ |
H A D | tsrm_win32.c | 435 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
|
/PHP-7.4/ext/standard/ |
H A D | proc_open.c | 368 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
|