Searched refs:mystring (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 3483 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; local 3805 mystring = emalloc(l + CRLF_LEN + 1); 3806 memcpy(mystring, tempstring, l); 3807 memcpy(mystring + l , CRLF, CRLF_LEN); 3808 mystring[l + CRLF_LEN] = '\0'; 3812 mystring = estrdup(tmp); 3847 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); 3848 efree(mystring); 3849 mystring=tempstring; 3853 spprintf(&tempstring, 0, "%s%s%s", mystring, bo [all...] |
Completed in 8 milliseconds