Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/
H A Dphp_imap.c2076 char *str_copy; in PHP_FUNCTION() local
2087 str_copy = estrndup(ZSTR_VAL(str), ZSTR_LEN(str)); in PHP_FUNCTION()
2088 rfc822_parse_adrlist(&env->to, str_copy, ZSTR_VAL(defaulthost)); in PHP_FUNCTION()
2089 efree(str_copy); in PHP_FUNCTION()
2905 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; in PHP_FUNCTION() local
2925 str_copy = estrndup(Z_STRVAL_P(value), Z_STRLEN_P(value)); \ in PHP_FUNCTION()
2926 rfc822_parse_adrlist(target, str_copy, "NO HOST"); \ in PHP_FUNCTION()
2927 efree(str_copy); in PHP_FUNCTION()

Completed in 17 milliseconds