Searched refs:str_copy (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 2642 char *str, *defaulthost, *str_copy; local 2654 str_copy = estrndup(str, str_len); 2655 rfc822_parse_adrlist(&env->to, str_copy, defaulthost); 2656 efree(str_copy); 3483 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; local 3491 str_copy = estrndup(Z_STRVAL_PP(value), Z_STRLEN_PP(value)); \ 3492 rfc822_parse_adrlist(target, str_copy, "NO HOST"); \ 3493 efree(str_copy);
|
Completed in 9 milliseconds