Searched refs:tempstring (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/imap/ |
| H A D | php_imap.c | 3483 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; local 3792 tempstring = emalloc(l); 3793 memcpy(tempstring, tmp, l); 3797 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); 3798 memcpy(tempstring + l, custom_headers_param->value, l2); 3799 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); 3806 memcpy(mystring, tempstring, l); 3810 efree(tempstring); 3847 spprintf(&tempstring, [all...] |
Completed in 8 milliseconds