Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A DSAPI.c369 char *charset, *newtype; in sapi_apply_default_charset() local
376 newtype = emalloc(newlen + 1); in sapi_apply_default_charset()
377 PHP_STRLCPY(newtype, *mimetype, newlen + 1, len); in sapi_apply_default_charset()
378 strlcat(newtype, ";charset=", newlen + 1); in sapi_apply_default_charset()
379 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset()
381 *mimetype = newtype; in sapi_apply_default_charset()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1278 int set_zval_xmlrpc_type(zval* value, XMLRPC_VALUE_TYPE newtype) /* {{{ */ in set_zval_xmlrpc_type() argument
1286 if (newtype == xmlrpc_base64 || newtype == xmlrpc_datetime) { in set_zval_xmlrpc_type()
1287 const char* typestr = xmlrpc_type_as_str(newtype, xmlrpc_vector_none); in set_zval_xmlrpc_type()
1292 if (newtype == xmlrpc_datetime) { in set_zval_xmlrpc_type()

Completed in 16 milliseconds