Searched refs:from_address (Results 1 – 4 of 4) sorted by relevance
99 char *from_address; /* for the ftp and http wrappers */ member
266 if (FG(from_address)) { in php_ftp_fopen_connect()267 php_stream_printf(stream, "PASS %s\r\n", FG(from_address)); in php_ftp_fopen_connect()
550 if (!(have_header & HTTP_HEADER_FROM) && FG(from_address)) { in php_stream_url_wrap_http_ex()552 smart_str_appends(&req_buf, FG(from_address)); in php_stream_url_wrap_http_ex()
168 …STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_…
Completed in 18 milliseconds