Home
last modified time | relevance | path

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

/PHP-7.3/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
61 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_seek() local
76 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_close() local
96 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_flush() local
114 struct php_gz_stream_data_t *self; in php_stream_gzopen() local
/PHP-7.3/ext/xmlwriter/
H A Dphp_xmlwriter.c707 zval *self = getThis(); in php_xmlwriter_string_arg() local
746 zval *self = getThis(); in php_xmlwriter_end() local
785 zval *self = getThis(); in PHP_FUNCTION() local
851 zval *self = getThis(); in PHP_FUNCTION() local
895 zval *self = getThis(); in PHP_FUNCTION() local
940 zval *self = getThis(); in PHP_FUNCTION() local
992 zval *self = getThis(); in PHP_FUNCTION() local
1052 zval *self = getThis(); in PHP_FUNCTION() local
1106 zval *self = getThis(); in PHP_FUNCTION() local
1177 zval *self = getThis(); in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/zip/
H A Dphp_zip.c1445 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1516 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1548 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1587 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1604 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1636 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1687 zval *self = getThis(); in php_zip_add_from_pattern() local
1816 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1857 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1919 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
[all …]
H A Dzip_stream.c219 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.3/ext/bz2/
H A Dbz2.c138 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_read() local
166 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_write() local
189 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_close() local
207 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_flush() local
226 struct php_bz2_stream_data_t *self; in _php_stream_bz2open_from_BZFILE() local
638 struct php_bz2_stream_data_t *self; in php_bz2_error() local
/PHP-7.3/ext/pdo_oci/
H A Doci_statement.c642 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write() local
662 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read() local
684 struct oci_lob_self *self = (struct oci_lob_self *)stream->abstract; in oci_blob_close() local
703 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush() local
710 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_seek() local
735 struct oci_lob_self *self = ecalloc(1, sizeof(*self)); in oci_create_lob_stream() local
/PHP-7.3/main/
H A Drfc1867.c246 static int fill_buffer(multipart_buffer *self) in fill_buffer()
282 static int multipart_buffer_eof(multipart_buffer *self) in multipart_buffer_eof()
294 multipart_buffer *self = (multipart_buffer *) ecalloc(1, sizeof(multipart_buffer)); in multipart_buffer_new() local
332 static char *next_line(multipart_buffer *self) in next_line()
367 static char *get_line(multipart_buffer *self) in get_line()
391 static int find_boundary(multipart_buffer *self, char *boundary) in find_boundary()
409 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) in multipart_buffer_headers()
617 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
663 static char *multipart_buffer_read_body(multipart_buffer *self, size_t *len) in multipart_buffer_read_body()
/PHP-7.3/main/streams/
H A Dplain_wrapper.c170 php_stdio_stream_data *self; in _php_stream_fopen_from_fd_int() local
189 php_stdio_stream_data *self; in _php_stream_fopen_from_file_int() local
221 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_temporary_file() local
249 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_fd() local
288 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_file() local
317 php_stdio_stream_data *self; in _php_stream_fopen_from_pipe() local
377 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in php_stdiop_read() local
1078 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
1093 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
H A Dmemory.c302 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.3/ext/pdo_pgsql/
H A Dpgsql_driver.c134 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_write() local
140 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_read() local
146 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 Dpgsql_statement.c348 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_auth.c551 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data()
611 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data()
752 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data()
/PHP-7.3/ext/iconv/
H A Diconv.c2593 static void php_iconv_stream_filter_dtor(php_iconv_stream_filter *self) in php_iconv_stream_filter_dtor()
2602 static php_iconv_err_t php_iconv_stream_filter_ctor(php_iconv_stream_filter *self, in php_iconv_stream_filter_ctor()
2629 php_iconv_stream_filter *self, in php_iconv_stream_filter_append_bucket()
2827 php_iconv_stream_filter *self = (php_iconv_stream_filter *)Z_PTR(filter->abstract); in php_iconv_stream_filter_do_filter() local
/PHP-7.3/ext/standard/
H A Dproc_open.c374 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
/PHP-7.3/TSRM/
H A Dtsrm_win32.c435 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c25688 pthread_t self = pthread_self(); in pthreadMutexEnter() local
25731 pthread_t self = pthread_self(); in pthreadMutexTry() local

Completed in 437 milliseconds