Searched refs:str_copy (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 2189 char *str_copy; in PHP_FUNCTION() local 2200 str_copy = estrndup(ZSTR_VAL(str), ZSTR_LEN(str)); in PHP_FUNCTION() 2201 rfc822_parse_adrlist(&env->to, str_copy, ZSTR_VAL(defaulthost)); in PHP_FUNCTION() 2202 efree(str_copy); in PHP_FUNCTION() 3224 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; in PHP_FUNCTION() local 3244 str_copy = estrndup(Z_STRVAL_P(value), Z_STRLEN_P(value)); \ in PHP_FUNCTION() 3245 rfc822_parse_adrlist(target, str_copy, "NO HOST"); \ in PHP_FUNCTION() 3246 efree(str_copy); in PHP_FUNCTION()
|
Completed in 22 milliseconds