Lines Matching refs:mystring
3098 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; in PHP_FUNCTION() local
3477 mystring = emalloc(l + CRLF_LEN + 1); in PHP_FUNCTION()
3478 memcpy(mystring, tempstring, l); in PHP_FUNCTION()
3479 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION()
3480 mystring[l + CRLF_LEN] = '\0'; in PHP_FUNCTION()
3484 mystring = estrdup(tmp); in PHP_FUNCTION()
3519 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
3520 efree(mystring); in PHP_FUNCTION()
3521 mystring=tempstring; in PHP_FUNCTION()
3525 …spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text… in PHP_FUNCTION()
3526 efree(mystring); in PHP_FUNCTION()
3527 mystring=tempstring; in PHP_FUNCTION()
3531 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()
3532 efree(mystring); in PHP_FUNCTION()
3533 mystring=tempstring; in PHP_FUNCTION()
3535 …spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data ? (char *) bod->contents.text… in PHP_FUNCTION()
3536 efree(mystring); in PHP_FUNCTION()
3537 mystring=tempstring; in PHP_FUNCTION()
3539 efree(mystring); in PHP_FUNCTION()