Searched refs:mystring (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 3813 mystring = emalloc(l + CRLF_LEN + 1); 3814 memcpy(mystring, tempstring, l); 3815 memcpy(mystring + l , CRLF, CRLF_LEN); 3816 mystring[l + CRLF_LEN] = '\0'; 3820 mystring = estrdup(tmp); 3855 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); 3856 efree(mystring); 3857 mystring=tempstring; 3861 spprintf(&tempstring, 0, "%s%s%s", mystring, bo [all...] |
Completed in 8 milliseconds