Home
last modified time | relevance | path

Searched defs:self (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/ext/zlib/
H A Dzlib_fopen_wrapper.c33 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.0/ext/xmlwriter/
H A Dphp_xmlwriter.c208 zval *self; in ZEND_GET_MODULE() local
233 zval *self; in php_xmlwriter_end() local
256 zval *self; in PHP_FUNCTION() local
302 zval *self; in PHP_FUNCTION() local
330 zval *self; in PHP_FUNCTION() local
358 zval *self; in PHP_FUNCTION() local
393 zval *self; in PHP_FUNCTION() local
436 zval *self; in PHP_FUNCTION() local
475 zval *self; in PHP_FUNCTION() local
528 zval *self; in PHP_FUNCTION() local
[all …]
/PHP-8.0/ext/zip/
H A Dphp_zip.c1432 zval *self = ZEND_THIS; local
1504 zval *self = ZEND_THIS; local
1531 zval *self = ZEND_THIS; local
1585 zval *self = ZEND_THIS; local
1602 zval *self = ZEND_THIS; local
1646 zval *self = ZEND_THIS; local
1687 zval *self = ZEND_THIS; local
1815 zval *self = ZEND_THIS; local
1849 zval *self = ZEND_THIS; local
1883 zval *self = ZEND_THIS; local
[all …]
H A Dzip_stream.c216 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.0/ext/bz2/
H A Dbz2.c70 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.0/main/
H A Drfc1867.c235 static int fill_buffer(multipart_buffer *self) in fill_buffer()
271 static int multipart_buffer_eof(multipart_buffer *self) in multipart_buffer_eof()
279 multipart_buffer *self = (multipart_buffer *) ecalloc(1, sizeof(multipart_buffer)); in multipart_buffer_new() local
317 static char *next_line(multipart_buffer *self) in next_line()
352 static char *get_line(multipart_buffer *self) in get_line()
376 static int find_boundary(multipart_buffer *self, char *boundary) in find_boundary()
394 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) in multipart_buffer_headers()
602 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
648 static char *multipart_buffer_read_body(multipart_buffer *self, size_t *len) in multipart_buffer_read_body()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c170 php_stdio_stream_data *self; in _php_stream_fopen_from_fd_int() local
190 php_stdio_stream_data *self; in _php_stream_fopen_from_file_int() local
223 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_temporary_file() local
246 static void detect_is_seekable(php_stdio_stream_data *self) { in detect_is_seekable()
274 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_fd() local
300 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_file() local
316 php_stdio_stream_data *self; in _php_stream_fopen_from_pipe() local
388 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in php_stdiop_read() local
1115 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
1134 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
H A Dmemory.c300 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-8.0/ext/pdo_oci/
H A Doci_statement.c627 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write() local
647 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read() local
669 struct oci_lob_self *self = (struct oci_lob_self *)stream->abstract; in oci_blob_close() local
688 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush() local
695 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_seek() local
720 struct oci_lob_self *self = ecalloc(1, sizeof(*self)); in oci_create_lob_stream() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c577 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data()
638 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data()
907 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data()
1085 mysqlnd_caching_sha2_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_caching_sha2_get_auth_data()
1225 mysqlnd_caching_sha2_handle_server_response(struct st_mysqlnd_authentication_plugin *self, in mysqlnd_caching_sha2_handle_server_response()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c133 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_write() local
139 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_read() local
145 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_close() local
165 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_seek() local
190 struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self)); in pdo_pgsql_create_lob_stream() local
H A Dpgsql_statement.c352 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
/PHP-8.0/ext/iconv/
H A Diconv.c2307 static void php_iconv_stream_filter_dtor(php_iconv_stream_filter *self) in php_iconv_stream_filter_dtor()
2316 static php_iconv_err_t php_iconv_stream_filter_ctor(php_iconv_stream_filter *self, in php_iconv_stream_filter_ctor()
2343 php_iconv_stream_filter *self, in php_iconv_stream_filter_append_bucket()
2527 php_iconv_stream_filter *self = (php_iconv_stream_filter *)Z_PTR(filter->abstract); in php_iconv_stream_filter_do_filter() local
/PHP-8.0/TSRM/
H A Dtsrm_win32.c433 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-8.0/ext/standard/
H A Dproc_open.c435 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
/PHP-8.0/Zend/
H A Dzend_inheritance.c341 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self()

Completed in 58 milliseconds