Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c2040 char *defaulthost = NULL; in PHP_FUNCTION() local
2048 …TSRMLS_CC, "rl|lls", &streamind, &msgno, &fromlength, &subjectlength, &defaulthost, &defaulthost_l… in PHP_FUNCTION()
2122 char *headers, *defaulthost = NULL; in PHP_FUNCTION() local
2126 …if (zend_parse_parameters(argc TSRMLS_CC, "s|s", &headers, &headers_len, &defaulthost, &defaulthos… in PHP_FUNCTION()
2131 rfc822_parse_msg(&en, NULL, headers, headers_len, NULL, defaulthost, NIL); in PHP_FUNCTION()
2641 char *str, *defaulthost, *str_copy; in PHP_FUNCTION() local
2646 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &str, &str_len, &defaulthost, &defaulth… in PHP_FUNCTION()
2654 rfc822_parse_adrlist(&env->to, str_copy, defaulthost); in PHP_FUNCTION()

Completed in 14 milliseconds