Searched refs:full_address (Results 1 – 1 of 1) sorted by relevance
3041 zend_string *full_address = _php_rfc822_write_address(current); in php_imap_update_property_with_full_address_str() local3042 if (full_address) { in php_imap_update_property_with_full_address_str()3046 full_address in php_imap_update_property_with_full_address_str()3048 zend_string_release_ex(full_address, false); in php_imap_update_property_with_full_address_str()4245 zend_string *full_address = NULL; in php_imap_update_property_with_parsed_full_address() local4248 full_address = _php_imap_parse_address(address, &address_parts); in php_imap_update_property_with_parsed_full_address()4249 if (full_address) { in php_imap_update_property_with_parsed_full_address()4253 full_address in php_imap_update_property_with_parsed_full_address()4255 zend_string_release_ex(full_address, false); in php_imap_update_property_with_parsed_full_address()
Completed in 23 milliseconds