Searched refs:tempstring (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 3491 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; local 3800 tempstring = emalloc(l); 3801 memcpy(tempstring, tmp, l); 3805 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); 3806 memcpy(tempstring + l, custom_headers_param->value, l2); 3807 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); 3814 memcpy(mystring, tempstring, l); 3818 efree(tempstring); 3855 spprintf(&tempstring, [all...] |
Completed in 8 milliseconds