Home
last modified time | relevance | path

Searched refs:php_stream (Results 76 – 100 of 133) sorted by relevance

123456

/PHP-7.4/ext/soap/
H A Dphp_http.c28 static zend_string *get_http_body(php_stream *socketd, int close, char *headers);
29 static zend_string *get_http_headers(php_stream *socketd);
161 static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *c… in http_connect()
163 php_stream *stream; in http_connect()
348 php_stream *stream; in make_http_soap_request()
1422 static zend_string* get_http_body(php_stream *stream, int close, char *headers) in get_http_body()
1563 static zend_string *get_http_headers(php_stream *stream) in get_http_headers()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c504 php_stream *stream; in _php_finfo_get_type()
542 php_stream *stream; in _php_finfo_get_type()
/PHP-7.4/ext/standard/
H A Duser_filters.c154 php_stream *stream, in userfilter_filter()
505 php_stream *stream; in PHP_FUNCTION()
H A Dformatted_print.c765 php_stream *stream; in PHP_FUNCTION()
798 php_stream *stream; in PHP_FUNCTION()
H A Dproc_open.c643 php_stream *stream; in PHP_FUNCTION()
722 php_stream *stream; in PHP_FUNCTION()
1115 php_stream *stream = NULL; in PHP_FUNCTION()
/PHP-7.4/main/
H A Dnetwork.c1085 PHPAPI php_stream *_php_stream_sock_open_from_socket(php_socket_t socket, const char *persistent_id…
1087 php_stream *stream;
1109 PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned short port,
1114 php_stream *stream;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h170 php_stream *fd;
373 typedef php_stream * (*func_mysqlnd_vio__open_stream)(MYSQLND_VIO * const vio, const MYSQLND_CSTRI…
374 typedef php_stream * (*func_mysqlnd_vio__get_stream)(const MYSQLND_VIO * const vio);
375 typedef enum_func_status (*func_mysqlnd_vio__set_stream)(MYSQLND_VIO * const vio, php_stream * vio_…
875 php_stream *stream;
1150 php_stream *stream;
H A Dmysqlnd_debug.h44 php_stream *stream;
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c59 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1128 static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1157 static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()
1174 static int php_sqlite3_stream_close(php_stream *stream, int close_handle) in php_sqlite3_stream_close()
1187 static int php_sqlite3_stream_flush(php_stream *stream) in php_sqlite3_stream_flush()
1194 static int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *n… in php_sqlite3_stream_seek()
1257 static int php_sqlite3_stream_cast(php_stream *stream, int castas, void **ret) in php_sqlite3_stream_cast()
1262 static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbuf *ssb) in php_sqlite3_stream_stat()
1292 php_stream *stream; in PHP_METHOD()
1570 php_stream *stream = NULL; in php_sqlite3_bind_params()
/PHP-7.4/ext/phar/
H A Dtar.c161 static int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_tar_process_metadata()
213 int phar_parse_tarfile(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t alias_len… in phar_parse_tarfile()
710 php_stream *old;
711 php_stream *new;
972 php_stream *oldfile, *newfile, *stubfile; in phar_tar_flush()
H A Dfunc_interceptors.c57 php_stream *stream; in PHAR_FUNC()
98 php_stream *stream; in PHAR_FUNC()
234 php_stream *stream; in PHAR_FUNC()
334 php_stream *stream; in PHAR_FUNC()
H A Dphar.c667 static int phar_parse_pharfile(php_stream *fp, char *fname, size_t fname_len, char *alias, size_t a… in phar_parse_pharfile()
1344 php_stream *fp; in phar_create_or_parse_filename()
1497 php_stream *fp; in phar_open_from_filename()
1581 static int phar_open_from_fp(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t ali… in phar_open_from_fp()
1622 php_stream *temp; in phar_open_from_fp()
1685 php_stream *temp; in phar_open_from_fp()
2280 php_stream *fp; in phar_open_executed_filename()
2348 php_stream *fp = idata->fp; in phar_postprocess_file()
2514 php_stream *file, *oldfile, *newfile, *stubfile; in phar_flush()
2520 php_stream *shared_cfp = NULL; in phar_flush()
H A Dphar_object.c146 php_stream *fp; in phar_file_action()
1400 php_stream *fp;
1412 php_stream *fp; in phar_build()
1963 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_copy_file_contents()
2901 php_stream *stream; in PHP_METHOD()
3639 php_stream *contents_file = NULL; in phar_add_file()
3883 php_stream *resource; in PHP_METHOD()
3938 php_stream *fp; in PHP_METHOD()
4142 php_stream *fp; in phar_extract_file()
4354 php_stream *fp; in PHP_METHOD()
[all …]
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h113 php_stream *li_stream;
/PHP-7.4/ext/ftp/
H A Dftp.c893 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t ty… in ftp_get()
989 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put()
1072 ftp_append(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_append()
2005 php_stream *tmpstream = NULL; in ftp_genlist()
2108 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t… in ftp_nb_get()
2229 ftp_nb_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t … in ftp_nb_put()
/PHP-7.4/ext/curl/
H A Dinterface.c177 php_stream *stream; in _php_curl_verify_handlers()
182 …stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->std_err, NULL, php_file_le_stream(),… in _php_curl_verify_handlers()
194 …stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->read->stream, NULL, php_file_le_stre… in _php_curl_verify_handlers()
208 …stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->write_header->stream, NULL, php_file… in _php_curl_verify_handlers()
222 …stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->write->stream, NULL, php_file_le_str… in _php_curl_verify_handlers()
1798 php_stream *stream;
2202 php_stream *stream; in build_mime_structure_from_hash()
2761 php_stream *what = NULL; in _php_curl_setopt()
2764 …what = (php_stream *)zend_fetch_resource2_ex(zvalue, "File-Handle", php_file_le_stream(), php_file… in _php_curl_setopt()
3251 php_stream *stream; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/hash/
H A Dhash.c124 php_stream *stream = NULL; in php_hash_do_hash()
246 php_stream *stream = NULL; in php_hash_do_hash_hmac()
448 php_stream *stream = NULL; in PHP_FUNCTION()
487 php_stream *stream; in PHP_FUNCTION()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c179 php_stream *stm = NULL; in pdo_sqlite_stmt_param_hook()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c179 php_stream *stm; in odbc_stmt_execute()
412 php_stream *stm; in odbc_stmt_param_hook()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h457 protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const void…
/PHP-7.4/sapi/cli/
H A Dphp_cli.c543 static php_stream *s_in_process = NULL;
547 php_stream *s_in, *s_out, *s_err; in cli_register_file_handles()
/PHP-7.4/ext/zlib/
H A Dzlib.c569 php_stream *stream; in PHP_FUNCTION()
608 php_stream *stream; in PHP_FUNCTION()
635 php_stream *stream; in PHP_FUNCTION()
/PHP-7.4/ext/sockets/
H A Dsockets.c1097 php_stream *stream;
1138 php_stream *stream;
1199 php_stream *stream = NULL;
2426 php_stream *stream;
2473 php_stream *stream = NULL;
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c591 buf = php_stream_copy_to_mem((php_stream*)value, PHP_STREAM_COPY_ALL, 0); in fetch_value()
597 php_stream_close((php_stream*)value); in fetch_value()
599 php_stream_to_zval((php_stream*)value, dest); in fetch_value()
603 php_stream *stm; in fetch_value()
2100 php_stream *out = php_stream_open_wrapper("php://output", "w", 0, NULL); in PHP_METHOD()

Completed in 187 milliseconds

123456