/PHP-8.1/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 33 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_read() local 48 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_write() local 56 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_seek() local 71 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_close() local 91 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_flush() local 109 struct php_gz_stream_data_t *self; in php_stream_gzopen() local
|
/PHP-8.1/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 211 zval *self; in ZEND_GET_MODULE() local 236 zval *self; in php_xmlwriter_end() local 259 zval *self; in PHP_FUNCTION() local 305 zval *self; in PHP_FUNCTION() local 333 zval *self; in PHP_FUNCTION() local 361 zval *self; in PHP_FUNCTION() local 396 zval *self; in PHP_FUNCTION() local 439 zval *self; in PHP_FUNCTION() local 478 zval *self; in PHP_FUNCTION() local 531 zval *self; in PHP_FUNCTION() local [all …]
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.c | 1441 zval *self = ZEND_THIS; local 1513 zval *self = ZEND_THIS; local 1540 zval *self = ZEND_THIS; local 1594 zval *self = ZEND_THIS; local 1611 zval *self = ZEND_THIS; local 1655 zval *self = ZEND_THIS; local 1696 zval *self = ZEND_THIS; local 1824 zval *self = ZEND_THIS; local 1858 zval *self = ZEND_THIS; local 1892 zval *self = ZEND_THIS; local [all …]
|
H A D | zip_stream.c | 216 struct php_zip_stream_data_t *self; in php_stream_zip_open() local 260 struct php_zip_stream_data_t *self; in php_stream_zip_opener() local
|
/PHP-8.1/ext/bz2/ |
H A D | bz2.c | 70 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_read() local 101 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_write() local 128 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_close() local 146 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_flush() local 165 struct php_bz2_stream_data_t *self; in _php_stream_bz2open_from_BZFILE() local 572 struct php_bz2_stream_data_t *self; in php_bz2_error() local
|
/PHP-8.1/main/ |
H A D | rfc1867.c | 234 static int fill_buffer(multipart_buffer *self) in fill_buffer() 270 static int multipart_buffer_eof(multipart_buffer *self) in multipart_buffer_eof() 278 multipart_buffer *self = (multipart_buffer *) ecalloc(1, sizeof(multipart_buffer)); in multipart_buffer_new() local 316 static char *next_line(multipart_buffer *self) in next_line() 351 static char *get_line(multipart_buffer *self) in get_line() 375 static int find_boundary(multipart_buffer *self, char *boundary) in find_boundary() 393 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) in multipart_buffer_headers() 601 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read() 647 static char *multipart_buffer_read_body(multipart_buffer *self, size_t *len) in multipart_buffer_read_body()
|
/PHP-8.1/main/streams/ |
H A D | plain_wrapper.c | 178 php_stdio_stream_data *self; in _php_stream_fopen_from_fd_int() local 198 php_stdio_stream_data *self; in _php_stream_fopen_from_file_int() local 231 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_temporary_file() local 254 static void detect_is_seekable(php_stdio_stream_data *self) { in detect_is_seekable() 282 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_fd() local 308 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_file() local 324 php_stdio_stream_data *self; in _php_stream_fopen_from_pipe() local 396 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in php_stdiop_read() local 1157 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local 1176 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
|
H A D | memory.c | 287 php_stream_memory_data *self; in _php_stream_memory_create() local 545 php_stream_temp_data *self; in _php_stream_temp_create_ex() local
|
/PHP-8.1/ext/pdo_oci/ |
H A D | oci_statement.c | 624 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write() local 644 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read() local 677 struct oci_lob_self *self = (struct oci_lob_self *)stream->abstract; in oci_blob_close() local 696 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush() local 703 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_seek() local 728 struct oci_lob_self *self = ecalloc(1, sizeof(*self)); in oci_create_lob_stream() local
|
/PHP-8.1/ext/fileinfo/ |
H A D | fileinfo.c | 275 zval *self; in PHP_FUNCTION() local 290 zval *self; in PHP_FUNCTION() local 348 zval *self; in _php_finfo_get_type() local
|
/PHP-8.1/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 132 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_write() local 138 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_read() local 144 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_close() local 164 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_seek() local 189 struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self)); in pdo_pgsql_create_lob_stream() local
|
H A D | pgsql_statement.c | 353 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 559 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data() 620 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data() 897 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data() 1088 mysqlnd_caching_sha2_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_caching_sha2_get_auth_data() 1228 mysqlnd_caching_sha2_handle_server_response(struct st_mysqlnd_authentication_plugin *self, in mysqlnd_caching_sha2_handle_server_response()
|
/PHP-8.1/ext/iconv/ |
H A D | iconv.c | 2317 static void php_iconv_stream_filter_dtor(php_iconv_stream_filter *self) in php_iconv_stream_filter_dtor() 2326 static php_iconv_err_t php_iconv_stream_filter_ctor(php_iconv_stream_filter *self, in php_iconv_stream_filter_ctor() 2353 php_iconv_stream_filter *self, in php_iconv_stream_filter_append_bucket() 2537 php_iconv_stream_filter *self = (php_iconv_stream_filter *)Z_PTR(filter->abstract); in php_iconv_stream_filter_do_filter() local
|
/PHP-8.1/TSRM/ |
H A D | tsrm_win32.c | 434 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
|
/PHP-8.1/ext/standard/ |
H A D | proc_open.c | 435 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
|
/PHP-8.1/Zend/ |
H A D | zend_inheritance.c | 347 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self()
|