Home
last modified time | relevance | path

Searched defs:stream (Results 26 – 50 of 92) sorted by relevance

1234

/PHP-5.5/main/streams/
H A Dfilter.c73 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 Dphp_stream_filter_api.h105 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 Doci_statement.c614 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 Dpgsql_driver.c132 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 Dmagic.c341 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 Dfsmagic.c93 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 Dzlib.c554 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 Dzlib_filter.c55 php_stream *stream, in php_zlib_inflate_filter()
180 php_stream *stream, in php_zlib_deflate_filter()
/PHP-5.5/ext/imap/
H A Dphp_imap.c760 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 Dexec.c109 php_stream *stream; in php_exec() local
534 php_stream *stream; local
H A Dfsock.c42 php_stream *stream = NULL; in php_fsockopen_stream() local
H A Dproc_open.c558 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 Dhttp_fopen_wrapper.c113 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 Duser_filters.c166 php_stream *stream, in userfilter_filter()
512 php_stream *stream; in PHP_FUNCTION() local
H A Dfilters.c37 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 Dsqlite3.c1084 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 Dphp_http.c165 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 Dbz2_filter.c68 php_stream *stream, in php_bz2_decompress_filter()
206 php_stream *stream, in php_bz2_compress_filter()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c480 php_stream *stream; local
518 php_stream *stream; local
/PHP-5.5/main/
H A Dphp_memory_streams.h35 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (lengt… argument
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c59 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 Dcom_persist.c43 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 Dhash.c133 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 Dphp_ftp.c741 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 Dtsrm_win32.c459 FILE *stream = NULL; in popen_ex() local
570 TSRM_API int pclose(FILE *stream) in pclose()

Completed in 103 milliseconds

1234