Home
last modified time | relevance | path

Searched refs:newtype (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/main/
H A DSAPI.c367 char *charset, *newtype; in sapi_apply_default_charset() local
374 newtype = emalloc(newlen + 1); in sapi_apply_default_charset()
375 PHP_STRLCPY(newtype, *mimetype, newlen + 1, len); in sapi_apply_default_charset()
376 strlcat(newtype, ";charset=", newlen + 1); in sapi_apply_default_charset()
377 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset()
379 *mimetype = newtype; in sapi_apply_default_charset()

Completed in 9 milliseconds