Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/xmlwriter/
H A Dphp_xmlwriter.c700 zval *self = getThis(); in php_xmlwriter_string_arg() local
739 zval *self = getThis(); in php_xmlwriter_end() local
778 zval *self = getThis(); in PHP_FUNCTION() local
844 zval *self = getThis(); in PHP_FUNCTION() local
888 zval *self = getThis(); in PHP_FUNCTION() local
933 zval *self = getThis(); in PHP_FUNCTION() local
985 zval *self = getThis(); in PHP_FUNCTION() local
1045 zval *self = getThis(); in PHP_FUNCTION() local
1099 zval *self = getThis(); in PHP_FUNCTION() local
1170 zval *self = getThis(); in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/zip/
H A Dphp_zip.c1415 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1471 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1503 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1542 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1574 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1625 zval *self = getThis(); in php_zip_add_from_pattern() local
1750 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1790 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1852 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
1878 zval *self = getThis(); in ZIPARCHIVE_METHOD() local
[all …]
H A Dzip_stream.c217 struct php_zip_stream_data_t *self; in php_stream_zip_open() local
279 struct php_zip_stream_data_t *self; in php_stream_zip_opener() local
/PHP-7.0/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
641 struct php_bz2_stream_data_t *self; in php_bz2_error() local
/PHP-7.0/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.0/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 int 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.0/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
1033 php_stdio_stream_data *self = (php_stdio_stream_data*)ret->abstract; in _php_stream_fopen() local
1048 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.0/ext/mysqlnd/
H A Dmysqlnd_auth.c358 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data()
418 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data()
568 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c141 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_write() local
147 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_read() local
153 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_close() local
171 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stream->abstract; in pgsql_lob_seek() local
196 struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self)); in pdo_pgsql_create_lob_stream() local
H A Dpgsql_statement.c349 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
/PHP-7.0/ext/iconv/
H A Diconv.c2555 static void php_iconv_stream_filter_dtor(php_iconv_stream_filter *self) in php_iconv_stream_filter_dtor()
2564 static php_iconv_err_t php_iconv_stream_filter_ctor(php_iconv_stream_filter *self, in php_iconv_stream_filter_ctor()
2596 php_iconv_stream_filter *self, in php_iconv_stream_filter_append_bucket()
2814 php_iconv_stream_filter *self = (php_iconv_stream_filter *)Z_PTR(filter->abstract); in php_iconv_stream_filter_do_filter() local
/PHP-7.0/ext/standard/
H A Dproc_open.c381 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
/PHP-7.0/TSRM/
H A Dtsrm_win32.c445 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c23008 pthread_t self = pthread_self(); in pthreadMutexEnter() local
23051 pthread_t self = pthread_self(); in pthreadMutexTry() local

Completed in 502 milliseconds