Searched refs:xmlURI (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | uri.h | 31 typedef struct _xmlURI xmlURI; typedef 32 typedef xmlURI *xmlURIPtr;
|
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParserLibxml2.cpp | 88 …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()
|
D | XMLDocumentParser.h | 263 …Ns(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
|
/external/libxml2/ |
D | uri.c | 981 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI)); in xmlCreateURI() 987 memset(ret, 0, sizeof(xmlURI)); in xmlCreateURI() 2595 xmlURI temp; in xmlPathToURI()
|