Home
last modified time | relevance | path

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

/PHP-8.4/scripts/gdb/
H A Dphp_gdb.py41 def to_string(self): argument
44 def children(self): argument
77 def to_string(self): argument
80 def children(self): argument
132 def to_string(self): argument
144 def to_string(self): argument
147 def children(self): argument
174 def is_decl(self): argument
177 def is_list(self): argument
182 def cast(self): argument
[all …]
/PHP-8.4/ext/zlib/
H A Dzlib_fopen_wrapper.c35 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-8.4/ext/xmlwriter/
H A Dphp_xmlwriter.c231 zval *self; in ZEND_GET_MODULE() local
251 zval *self; in php_xmlwriter_end() local
269 zval *self; in PHP_FUNCTION() local
310 zval *self; in PHP_FUNCTION() local
333 zval *self; in PHP_FUNCTION() local
356 zval *self; in PHP_FUNCTION() local
386 zval *self; in PHP_FUNCTION() local
423 zval *self; in PHP_FUNCTION() local
454 zval *self; in PHP_FUNCTION() local
499 zval *self; in PHP_FUNCTION() local
[all …]
/PHP-8.4/ext/zip/
H A Dphp_zip.c1458 zval *self = ZEND_THIS; local
1530 zval *self = ZEND_THIS; local
1557 zval *self = ZEND_THIS; local
1611 zval *self = ZEND_THIS; local
1628 zval *self = ZEND_THIS; local
1648 zval *self = ZEND_THIS; local
1692 zval *self = ZEND_THIS; local
1733 zval *self = ZEND_THIS; local
1861 zval *self = ZEND_THIS; local
1895 zval *self = ZEND_THIS; local
[all …]
H A Dzip_stream.c243 struct php_zip_stream_data_t *self; in php_stream_zip_open() local
294 struct php_zip_stream_data_t *self; in php_stream_zip_opener() local
/PHP-8.4/ext/bz2/
H A Dbz2.c69 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_read() local
100 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_write() local
127 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_close() local
145 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_flush() local
164 struct php_bz2_stream_data_t *self; in _php_stream_bz2open_from_BZFILE() local
569 struct php_bz2_stream_data_t *self; in php_bz2_error() local
/PHP-8.4/main/
H A Drfc1867.c213 static int fill_buffer(multipart_buffer *self) in fill_buffer()
249 static int multipart_buffer_eof(multipart_buffer *self) in multipart_buffer_eof()
257 multipart_buffer *self = (multipart_buffer *) ecalloc(1, sizeof(multipart_buffer)); in multipart_buffer_new() local
295 static char *next_line(multipart_buffer *self) in next_line()
330 static char *get_line(multipart_buffer *self) in get_line()
354 static int find_boundary(multipart_buffer *self, char *boundary) in find_boundary()
372 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) in multipart_buffer_headers()
580 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
626 static char *multipart_buffer_read_body(multipart_buffer *self, size_t *len) in multipart_buffer_read_body()
/PHP-8.4/main/streams/
H A Dplain_wrapper.c179 php_stdio_stream_data *self; in _php_stream_fopen_from_fd_int() local
199 php_stdio_stream_data *self; in _php_stream_fopen_from_file_int() local
232 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_temporary_file() local
255 static void detect_is_seekable(php_stdio_stream_data *self) { in detect_is_seekable()
283 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_fd() local
312 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_file() local
328 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
1171 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
1190 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
H A Dmemory.c292 php_stream_memory_data *self; in _php_stream_memory_create() local
550 php_stream_temp_data *self; in _php_stream_temp_create_ex() local
/PHP-8.4/ext/fileinfo/
H A Dfileinfo.c257 zval *self; in PHP_FUNCTION() local
272 zval *self; in PHP_FUNCTION() local
330 zval *self; in _php_finfo_get_type() local
/PHP-8.4/ext/mysqlnd/
H A Dmysqlnd_auth.c559 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.4/ext/pdo_pgsql/
H A Dpgsql_driver.c148 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_write() local
154 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_read() local
160 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_close() local
180 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_seek() local
205 struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self)); in pdo_pgsql_create_lob_stream() local
H A Dpgsql_statement.c366 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
/PHP-8.4/ext/iconv/
H A Diconv.c2308 static void php_iconv_stream_filter_dtor(php_iconv_stream_filter *self) in php_iconv_stream_filter_dtor()
2317 static php_iconv_err_t php_iconv_stream_filter_ctor(php_iconv_stream_filter *self, in php_iconv_stream_filter_ctor()
2344 php_iconv_stream_filter *self, in php_iconv_stream_filter_append_bucket()
2528 php_iconv_stream_filter *self = (php_iconv_stream_filter *)Z_PTR(filter->abstract); in php_iconv_stream_filter_do_filter() local
/PHP-8.4/TSRM/
H A Dtsrm_win32.c432 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-8.4/ext/standard/
H A Dproc_open.c472 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
/PHP-8.4/Zend/
H A Dzend_inheritance.c364 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self()

Completed in 119 milliseconds