Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c2641 char *str, *defaulthost, *str_copy; in PHP_FUNCTION() local
2653 str_copy = estrndup(str, str_len); in PHP_FUNCTION()
2654 rfc822_parse_adrlist(&env->to, str_copy, defaulthost); in PHP_FUNCTION()
2655 efree(str_copy); in PHP_FUNCTION()
3482 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; in PHP_FUNCTION() local
3490 str_copy = estrndup(Z_STRVAL_PP(value), Z_STRLEN_PP(value)); \ in PHP_FUNCTION()
3491 rfc822_parse_adrlist(target, str_copy, "NO HOST"); \ in PHP_FUNCTION()
3492 efree(str_copy); in PHP_FUNCTION()

Completed in 20 milliseconds