Searched refs:from_address (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | file.h | 123 char *from_address; /* for the ftp and http wrappers */ member
|
H A D | http_fopen_wrapper.c | 561 if (((have_header & HTTP_HEADER_FROM) == 0) && FG(from_address)) { in php_stream_url_wrap_http_ex() 562 if (snprintf(scratch, scratch_len, "From: %s\r\n", FG(from_address)) > 0) in php_stream_url_wrap_http_ex()
|
H A D | ftp_fopen_wrapper.c | 275 if (FG(from_address)) { in php_ftp_fopen_connect() 276 php_stream_printf(stream TSRMLS_CC, "PASS %s\r\n", FG(from_address)); in php_ftp_fopen_connect()
|
H A D | file.c | 174 …STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_…
|
Completed in 16 milliseconds