Home
last modified time | relevance | path

Searched refs:from_address (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/standard/
H A Dfile.h125 char *from_address; /* for the ftp and http wrappers */ member
H A Dftp_fopen_wrapper.c275 if (FG(from_address)) { in php_ftp_fopen_connect()
276 php_stream_printf(stream, "PASS %s\r\n", FG(from_address)); in php_ftp_fopen_connect()
H A Dhttp_fopen_wrapper.c562 if (!(have_header & HTTP_HEADER_FROM) && FG(from_address)) { in php_stream_url_wrap_http_ex()
564 smart_str_appends(&req_buf, FG(from_address)); in php_stream_url_wrap_http_ex()
H A Dfile.c171 …STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_…

Completed in 22 milliseconds