Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A DSAPI.c375 char *charset, *newtype; in sapi_apply_default_charset() local
382 newtype = emalloc(newlen + 1); in sapi_apply_default_charset()
383 PHP_STRLCPY(newtype, *mimetype, newlen + 1, len); in sapi_apply_default_charset()
384 strlcat(newtype, ";charset=", newlen + 1); in sapi_apply_default_charset()
385 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset()
387 *mimetype = newtype; in sapi_apply_default_charset()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1283 int set_zval_xmlrpc_type(zval* value, XMLRPC_VALUE_TYPE newtype) /* {{{ */ in set_zval_xmlrpc_type() argument
1291 if (newtype == xmlrpc_base64 || newtype == xmlrpc_datetime) { in set_zval_xmlrpc_type()
1292 const char* typestr = xmlrpc_type_as_str(newtype, xmlrpc_vector_none); in set_zval_xmlrpc_type()
1297 if (newtype == xmlrpc_datetime) { in set_zval_xmlrpc_type()

Completed in 16 milliseconds