Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.h123 char *from_address; /* for the ftp and http wrappers */ member
H A Dhttp_fopen_wrapper.c548 if (((have_header & HTTP_HEADER_FROM) == 0) && FG(from_address)) { in php_stream_url_wrap_http_ex()
549 if (snprintf(scratch, scratch_len, "From: %s\r\n", FG(from_address)) > 0) in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c272 if (FG(from_address)) { in php_ftp_fopen_connect()
273 php_stream_printf(stream TSRMLS_CC, "PASS %s\r\n", FG(from_address)); in php_ftp_fopen_connect()
H A Dfile.c174 …STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_…

Completed in 17 milliseconds