Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c1081 xmlSetProp (node, (xmlChar *) name, (xmlChar *) value); in gst_xml_helper_set_prop_string()
1089 xmlSetProp (node, (xmlChar *) name, (xmlChar *) "true"); in gst_xml_helper_set_prop_boolean()
1091 xmlSetProp (node, (xmlChar *) name, (xmlChar *) "false"); in gst_xml_helper_set_prop_boolean()
1099 xmlSetProp (node, (xmlChar *) name, (xmlChar *) text); in gst_xml_helper_set_prop_int()
1108 xmlSetProp (node, (xmlChar *) name, (xmlChar *) text); in gst_xml_helper_set_prop_uint()
1118 xmlSetProp (node, (xmlChar *) name, (xmlChar *) text); in gst_xml_helper_set_prop_int64()
1128 xmlSetProp (node, (xmlChar *) name, (xmlChar *) text); in gst_xml_helper_set_prop_uint64()
1138 xmlSetProp (node, (xmlChar *) name, (xmlChar *) text); in gst_xml_helper_set_prop_double()
1160 xmlSetProp (node, (xmlChar *) name, (xmlChar *) text); in gst_xml_helper_set_prop_uint_vector_type()
1172 xmlSetProp (node, (xmlChar *) name, (xmlChar *) text); in gst_xml_helper_set_prop_date_time()
[all …]
/third_party/libxml2/
Dcatalog.c566 xmlSetProp(node, BAD_CAST "catalog", cur->value); in xmlDumpXMLCatalogNode()
573 xmlSetProp(node, BAD_CAST "id", cur->name); in xmlDumpXMLCatalogNode()
585 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public"); in xmlDumpXMLCatalogNode()
588 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system"); in xmlDumpXMLCatalogNode()
596 xmlSetProp(node, BAD_CAST "publicId", cur->name); in xmlDumpXMLCatalogNode()
597 xmlSetProp(node, BAD_CAST "uri", cur->value); in xmlDumpXMLCatalogNode()
602 xmlSetProp(node, BAD_CAST "systemId", cur->name); in xmlDumpXMLCatalogNode()
603 xmlSetProp(node, BAD_CAST "uri", cur->value); in xmlDumpXMLCatalogNode()
608 xmlSetProp(node, BAD_CAST "systemIdStartString", cur->name); in xmlDumpXMLCatalogNode()
609 xmlSetProp(node, BAD_CAST "rewritePrefix", cur->value); in xmlDumpXMLCatalogNode()
[all …]
Drngparser.c729 xmlSetProp(cur, BAD_CAST "ns", in xmlParseCRNG_innerNameClass()
732 xmlSetProp(cur, BAD_CAST "ns", BAD_CAST ""); in xmlParseCRNG_innerNameClass()
744 xmlSetProp(cur, BAD_CAST "ns", in xmlParseCRNG_innerNameClass()
971 xmlSetProp(ctxt->insert, BAD_CAST "name", token->token); in xmlParseCRNG_primary()
1163 xmlSetProp(define, BAD_CAST "name", identifier); in xmlParseCRNG_component()
DHTMLtree.c291 xmlSetProp(meta, BAD_CAST"content", BAD_CAST newcontent); in htmlSetMetaEncoding()
Drelaxng.c1659 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGLoadInclude()
2001 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGLoadExternalRef()
4794 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGProcessExternalRef()
7246 xmlSetProp(text, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree()
7252 xmlSetProp(text, BAD_CAST "ns", BAD_CAST ""); in xmlRelaxNGCleanupTree()
7276 xmlSetProp(cur, BAD_CAST "ns", BAD_CAST ""); in xmlRelaxNGCleanupTree()
7278 xmlSetProp(cur, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree()
7301 xmlSetProp(cur, BAD_CAST "ns", in xmlRelaxNGCleanupTree()
7379 xmlSetProp(child, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree()
Dlibxml2.syms1035 xmlSetProp;
Delfgcchack.h10536 #undef xmlSetProp
10537 extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias")));
10539 #ifndef xmlSetProp
10540 extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden")));
10541 #define xmlSetProp xmlSetProp__internal_alias macro
DNEWS1808 a const detection (Roumen Petrov), simplify xmlSetProp (Julien Charbon),
1986 xmlSetProp fixes (Rob Richards), HTML IDness (Rob Richards), a large
3530 - attributes defaulted from DTDs should be available, xmlSetProp() now
Dtree.c6906 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlSetProp() function
Dtestapi.c113 api_attr = xmlSetProp(api_root, name, (const xmlChar *) "bar"); in get_api_attr()
23773 ret_val = xmlSetProp(node, (const xmlChar *)name, (const xmlChar *)value); in test_xmlSetProp()
/third_party/libxml2/include/libxml/
Dtree.h1015 xmlSetProp (xmlNodePtr node,
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1252 d xmlSetProp pr extproc('xmlSetProp')
/third_party/libxml2/win32/
Dlibxml2.def.src1832 xmlSetProp
/third_party/chromium/patch/
D0001-cve.patch75442 - to simplify the processing of xmlSetProp()
76674 - * tree.c: Revert behavior change in xmlSetProp to handle attributes
76928 - Modify testing for ID in xmlSetProp.
85907 - * tree.c: fixed xmlSetProp and al. when the node passed is not an
89534 - * tree.c: fixed a couple of problems in xmlSetProp()
93624 - * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
111509 -#undef xmlSetProp
111510 -extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias")));
111512 -#ifndef xmlSetProp
111513 -extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden")));
[all …]