/PHP-5.5/main/streams/ |
H A D | filter.c | 73 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int o… in php_stream_bucket_new() 339 php_stream *stream = chain->stream; in php_stream_filter_append_ex() local 437 php_stream *stream; in _php_stream_filter_flush() local
|
H A D | php_stream_filter_api.h | 105 php_stream *stream; member 142 #define php_stream_is_filtered(stream) ((stream)->readfilters.head || (stream)->writefilters.head) argument
|
/PHP-5.5/ext/pdo_oci/ |
H A D | oci_statement.c | 614 static size_t oci_blob_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in oci_blob_write() 634 static size_t oci_blob_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in oci_blob_read() 656 static int oci_blob_close(php_stream *stream, int close_handle TSRMLS_DC) in oci_blob_close() 677 static int oci_blob_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in oci_blob_seek()
|
/PHP-5.5/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 132 static size_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in pgsql_lob_write() 138 static size_t pgsql_lob_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in pgsql_lob_read() 144 static int pgsql_lob_close(php_stream *stream, int close_handle TSRMLS_DC) in pgsql_lob_close() 162 static int pgsql_lob_seek(php_stream *stream, off_t offset, int whence, in pgsql_lob_seek() 657 php_stream *stream; in PHP_METHOD() local 751 php_stream *stream; in PHP_METHOD() local 961 php_stream *stream = pdo_pgsql_create_lob_stream(dbh, lfd, oid TSRMLS_CC); in PHP_METHOD() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | magic.c | 341 magic_stream(struct magic_set *ms, php_stream *stream) in magic_stream() 349 file_or_stream(struct magic_set *ms, const char *inname, php_stream *stream) in file_or_stream()
|
H A D | fsmagic.c | 93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic()
|
/PHP-5.5/ext/zlib/ |
H A D | zlib.c | 554 php_stream *stream; in PHP_FUNCTION() local 593 php_stream *stream; in PHP_FUNCTION() local 620 php_stream *stream; in PHP_FUNCTION() local
|
H A D | zlib_filter.c | 55 php_stream *stream, in php_zlib_inflate_filter() 180 php_stream *stream, in php_zlib_deflate_filter()
|
/PHP-5.5/ext/imap/ |
H A D | php_imap.c | 760 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() 790 void mail_getacl(MAILSTREAM *stream, char *mailbox, ACLLIST *alist) in mail_getacl() 2408 zval *stream, **out; in PHP_FUNCTION() local 4313 static long _php_rfc822_soutr (void *stream, char *string) in _php_rfc822_soutr() 4850 PHP_IMAP_EXPORT void mm_searched(MAILSTREAM *stream, unsigned long number) in mm_searched() 4870 PHP_IMAP_EXPORT void mm_exists(MAILSTREAM *stream, unsigned long number) in mm_exists() 4874 PHP_IMAP_EXPORT void mm_expunged(MAILSTREAM *stream, unsigned long number) in mm_expunged() 4878 PHP_IMAP_EXPORT void mm_flags(MAILSTREAM *stream, unsigned long number) in mm_flags() 4883 PHP_IMAP_EXPORT void mm_notify(MAILSTREAM *stream, char *str, long errflg) in mm_notify() 5064 PHP_IMAP_EXPORT void mm_critical(MAILSTREAM *stream) in mm_critical() [all …]
|
/PHP-5.5/ext/standard/ |
H A D | exec.c | 109 php_stream *stream; in php_exec() local 534 php_stream *stream; local
|
H A D | fsock.c | 42 php_stream *stream = NULL; in php_fsockopen_stream() local
|
H A D | proc_open.c | 558 php_stream *stream; in PHP_FUNCTION() local 633 php_stream *stream; in PHP_FUNCTION() local 935 php_stream *stream = NULL; in PHP_FUNCTION() local
|
H A D | http_fopen_wrapper.c | 113 php_stream *stream = NULL; in php_stream_url_wrap_http_ex() local 944 static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_… in php_stream_http_stream_stat()
|
H A D | user_filters.c | 166 php_stream *stream, in userfilter_filter() 512 php_stream *stream; in PHP_FUNCTION() local
|
H A D | filters.c | 37 php_stream *stream, in strfilter_rot13_filter() 85 php_stream *stream, in strfilter_toupper_filter() 113 php_stream *stream, in strfilter_tolower_filter() 204 php_stream *stream, in strfilter_strip_tags_filter() 1541 php_stream *stream, php_stream_filter *filter, in strfilter_convert_append_bucket() 1742 php_stream *stream, in strfilter_convert_filter() 1861 php_stream *stream, in consumed_filter_filter() 2074 php_stream *stream, in php_chunked_filter()
|
/PHP-5.5/ext/sqlite3/ |
H A D | sqlite3.c | 1084 static size_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) 1091 static size_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) 1108 static int php_sqlite3_stream_close(php_stream *stream, int close_handle TSRMLS_DC) 1128 static int php_sqlite3_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSR… 1191 static int php_sqlite3_stream_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) 1196 static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) 1225 php_stream *stream; local 1539 php_stream *stream = NULL; local
|
/PHP-5.5/ext/soap/ |
H A D | php_http.c | 165 php_stream *stream; in http_connect() local 347 php_stream *stream; in make_http_soap_request() local 1371 static int get_http_body(php_stream *stream, int close, char *headers, char **response, int *out_s… in get_http_body() 1505 static int get_http_headers(php_stream *stream, char **response, int *out_size TSRMLS_DC) in get_http_headers()
|
/PHP-5.5/ext/bz2/ |
H A D | bz2_filter.c | 68 php_stream *stream, in php_bz2_decompress_filter() 206 php_stream *stream, in php_bz2_compress_filter()
|
/PHP-5.5/ext/fileinfo/ |
H A D | fileinfo.c | 480 php_stream *stream; local 518 php_stream *stream; local
|
/PHP-5.5/main/ |
H A D | php_memory_streams.h | 35 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (lengt… argument
|
/PHP-5.5/ext/phar/ |
H A D | func_interceptors.c | 59 php_stream *stream; in PHAR_FUNC() local 100 php_stream *stream; in PHAR_FUNC() local 237 php_stream *stream; in PHAR_FUNC() local 332 php_stream *stream; in PHAR_FUNC() local
|
/PHP-5.5/ext/com_dotnet/ |
H A D | com_persist.c | 43 php_stream *stream; member 538 php_stream *stream; in CPH_METHOD() local 598 php_stream *stream; in CPH_METHOD() local
|
/PHP-5.5/ext/hash/ |
H A D | hash.c | 133 php_stream *stream = NULL; in php_hash_do_hash() local 249 php_stream *stream = NULL; in php_hash_do_hash_hmac() local 428 php_stream *stream = NULL; in PHP_FUNCTION() local 466 php_stream *stream; in PHP_FUNCTION() local
|
/PHP-5.5/ext/ftp/ |
H A D | php_ftp.c | 741 php_stream *stream; in PHP_FUNCTION() local 785 php_stream *stream; in PHP_FUNCTION() local 1028 php_stream *stream; in PHP_FUNCTION() local 1075 php_stream *stream; in PHP_FUNCTION() local
|
/PHP-5.5/TSRM/ |
H A D | tsrm_win32.c | 459 FILE *stream = NULL; in popen_ex() local 570 TSRM_API int pclose(FILE *stream) in pclose()
|