Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Duri.h31 typedef struct _xmlURI xmlURI; typedef
32 typedef xmlURI *xmlURIPtr;
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp88 …ck(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces, in appendStartElementNSCallback() argument
95 callback->xmlURI = xmlStrdup(xmlURI); in appendStartElementNSCallback()
207 xmlFree(xmlURI); in ~PendingStartElementNSCallback()
219 parser->startElementNs(xmlLocalName, xmlPrefix, xmlURI, in call()
226 xmlChar* xmlURI; member
745 …Ns(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces, in startElementNs() argument
752 …m_pendingCallbacks->appendStartElementNSCallback(xmlLocalName, xmlPrefix, xmlURI, nb_namespaces, l… in startElementNs()
768 AtomicString uri = toAtomicString(xmlURI); in startElementNs()
DXMLDocumentParser.h263 …Ns(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
/external/libxml2/
Duri.c981 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI)); in xmlCreateURI()
987 memset(ret, 0, sizeof(xmlURI)); in xmlCreateURI()
2595 xmlURI temp; in xmlPathToURI()