Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c88 static zend_string* _php_rfc822_write_address(ADDRESS *addresslist);
2132 string = _php_rfc822_write_address(addr); in PHP_FUNCTION()
3041 zend_string *full_address = _php_rfc822_write_address(current); in php_imap_update_property_with_full_address_str()
4139 static zend_string* _php_rfc822_write_address(ADDRESS *addresslist) in _php_rfc822_write_address() function
4209 static zend_string* _php_rfc822_write_address(ADDRESS *addresslist) in _php_rfc822_write_address() function
4231 fulladdress = _php_rfc822_write_address(addresstmp); in _php_imap_parse_address()

Completed in 20 milliseconds