Home
last modified time | relevance | path

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

/PHP-7.1/ext/zlib/
H A Dzlib_fopen_wrapper.c37 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_read() local
52 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_write() local
63 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_seek() local
78 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_close() local
98 struct php_gz_stream_data_t *self = (struct php_gz_stream_data_t *) stream->abstract; in php_gziop_flush() local
116 struct php_gz_stream_data_t *self; in php_stream_gzopen() local
/PHP-7.1/ext/xmlwriter/
H A Dphp_xmlwriter.c701 zval *self = getThis(); in php_xmlwriter_string_arg() local
740 zval *self = getThis(); in php_xmlwriter_end() local
779 zval *self = getThis(); in PHP_FUNCTION() local
845 zval *self = getThis(); in PHP_FUNCTION() local
889 zval *self = getThis(); in PHP_FUNCTION() local
934 zval *self = getThis(); in PHP_FUNCTION() local
986 zval *self = getThis(); in PHP_FUNCTION() local
1046 zval *self = getThis(); in PHP_FUNCTION() local
1100 zval *self = getThis(); in PHP_FUNCTION() local
1171 zval *self = getThis(); in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/zip/
H A Dphp_zip.c1418 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1474 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1506 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1545 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1577 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1628 zval *self = getThis(); in php_zip_add_from_pattern() local
1753 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1793 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1855 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1881 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
[all …]
H A Dzip_stream.c216 struct php_zip_stream_data_t *self; in php_stream_zip_open() local
278 struct php_zip_stream_data_t *self; in php_stream_zip_opener() local
/PHP-7.1/ext/bz2/
H A Dbz2.c140 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_read() local
168 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_write() local
191 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_close() local
209 struct php_bz2_stream_data_t *self = (struct php_bz2_stream_data_t *)stream->abstract; in php_bz2iop_flush() local
228 struct php_bz2_stream_data_t *self; in _php_stream_bz2open_from_BZFILE() local
642 struct php_bz2_stream_data_t *self; in php_bz2_error() local
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c644 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write() local
664 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read() local
686 struct oci_lob_self *self = (struct oci_lob_self *)stream->abstract; in oci_blob_close() local
705 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush() local
712 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_seek() local
737 struct oci_lob_self *self = ecalloc(1, sizeof(*self)); in oci_create_lob_stream() local
/PHP-7.1/main/
H A Drfc1867.c248 static int fill_buffer(multipart_buffer *self) in fill_buffer()
284 static int multipart_buffer_eof(multipart_buffer *self) in multipart_buffer_eof()
296 multipart_buffer *self = (multipart_buffer *) ecalloc(1, sizeof(multipart_buffer)); in multipart_buffer_new() local
334 static char *next_line(multipart_buffer *self) in next_line()
369 static char *get_line(multipart_buffer *self) in get_line()
393 static int find_boundary(multipart_buffer *self, char *boundary) in find_boundary()
411 static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) in multipart_buffer_headers()
619 static int multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read()
665 static char *multipart_buffer_read_body(multipart_buffer *self, size_t *len) in multipart_buffer_read_body()
/PHP-7.1/main/streams/
H A Dplain_wrapper.c172 php_stdio_stream_data *self; in _php_stream_fopen_from_fd_int() local
191 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
251 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_fd() local
290 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in _php_stream_fopen_from_file() local
319 php_stdio_stream_data *self; in _php_stream_fopen_from_pipe() local
379 php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract; in php_stdiop_read() local
1041 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
1056 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
H A Dmemory.c295 php_stream_memory_data *self; in _php_stream_memory_create() local
569 php_stream_temp_data *self; in _php_stream_temp_create_ex() local
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c139 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_write() local
145 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_read() local
151 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_close() local
169 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_seek() local
194 struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self)); in pdo_pgsql_create_lob_stream() local
H A Dpgsql_statement.c350 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_auth.c565 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data()
625 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data()
775 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data()
/PHP-7.1/ext/iconv/
H A Diconv.c2594 static void php_iconv_stream_filter_dtor(php_iconv_stream_filter *self) in php_iconv_stream_filter_dtor()
2603 static php_iconv_err_t php_iconv_stream_filter_ctor(php_iconv_stream_filter *self, in php_iconv_stream_filter_ctor()
2635 php_iconv_stream_filter *self, in php_iconv_stream_filter_append_bucket()
2853 php_iconv_stream_filter *self = (php_iconv_stream_filter *)Z_PTR(filter->abstract); in php_iconv_stream_filter_do_filter() local
/PHP-7.1/TSRM/
H A Dtsrm_win32.c461 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-7.1/ext/standard/
H A Dproc_open.c381 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
/PHP-7.1/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 474 milliseconds