Home
last modified time | relevance | path

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

/PHP-8.0/ext/imap/
H A Dphp_imap.c2252 char *str_copy; in PHP_FUNCTION() local
2263 str_copy = estrndup(ZSTR_VAL(str), ZSTR_LEN(str)); in PHP_FUNCTION()
2264 rfc822_parse_adrlist(&env->to, str_copy, ZSTR_VAL(defaulthost)); in PHP_FUNCTION()
2265 efree(str_copy); in PHP_FUNCTION()
3098 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; in PHP_FUNCTION() local
3118 str_copy = estrndup(Z_STRVAL_P(value), Z_STRLEN_P(value)); \ in PHP_FUNCTION()
3119 rfc822_parse_adrlist(target, str_copy, "NO HOST"); \ in PHP_FUNCTION()
3120 efree(str_copy); in PHP_FUNCTION()

Completed in 13 milliseconds