Home
last modified time | relevance | path

Searched refs:xmlDictPtr (Results 1 – 21 of 21) sorted by relevance

/external/libxml2/include/libxml/
Ddict.h25 typedef xmlDict *xmlDictPtr; typedef
30 XMLPUBFUN xmlDictPtr XMLCALL
32 XMLPUBFUN xmlDictPtr XMLCALL
33 xmlDictCreateSub(xmlDictPtr sub);
35 xmlDictReference(xmlDictPtr dict);
37 xmlDictFree (xmlDictPtr dict);
43 xmlDictLookup (xmlDictPtr dict,
47 xmlDictExists (xmlDictPtr dict,
51 xmlDictQLookup (xmlDictPtr dict,
55 xmlDictOwns (xmlDictPtr dict,
[all …]
Dxmlregexp.h123 xmlDictPtr dict);
Dhash.h110 xmlDictPtr dict);
Dxpath.h347 xmlDictPtr dict; /* dictionary if any */
DschemasInternals.h942 xmlDictPtr dict;
Dparser.h260 xmlDictPtr dict; /* dictionnary for the parser */
/external/libxml2/
Ddict.c158 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, int namelen) { in xmlDictAddString()
216 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, int plen, in xmlDictAddQString()
440 xmlDictPtr
442 xmlDictPtr dict; in xmlDictCreate()
481 xmlDictPtr
482 xmlDictCreateSub(xmlDictPtr sub) { in xmlDictCreateSub()
483 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub()
504 xmlDictReference(xmlDictPtr dict) { in xmlDictReference()
526 xmlDictGrow(xmlDictPtr dict, int size) { in xmlDictGrow()
659 xmlDictFree(xmlDictPtr dict) { in xmlDictFree()
[all …]
Dentities.c96 xmlDictPtr dict = NULL; in xmlFreeEntity()
147 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type, in xmlCreateEntity()
204 xmlDictPtr dict = NULL; in xmlAddEntity()
405 xmlDictPtr dict; in xmlNewEntity()
Dhash.c55 xmlDictPtr dict;
176 xmlHashCreateDict(int size, xmlDictPtr dict) { in xmlHashCreateDict()
Dschematron.c136 xmlDictPtr dict; /* the dictionnary used internally */
159 xmlDictPtr dict;
187 xmlDictPtr dict; /* dictionnary for interned string names */
Dvalid.c926 xmlDictPtr dict = NULL; in xmlNewDocElementContent()
1012 xmlDictPtr dict = NULL; in xmlCopyDocElementContent()
1105 xmlDictPtr dict = NULL; in xmlFreeDocElementContent()
1451 xmlDictPtr dict = NULL; in xmlAddElementDecl()
1922 xmlDictPtr dict; in xmlFreeAttribute()
1982 xmlDictPtr dict = NULL; in xmlAddAttributeDecl()
2416 xmlDictPtr dict = NULL; in xmlAddNotationDecl()
2599 xmlDictPtr dict = NULL; in xmlFreeID()
3231 xmlDictPtr dict = NULL; in xmlGetDtdElementDesc2()
Dpattern.c163 xmlDictPtr dict; /* the optional dictionary */
179 xmlDictPtr dict; /* the dictionary if any */
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, in xmlNewPatParserContext()
Dxmlreader.c139 xmlDictPtr dict; /* the context dictionnary */
225 xmlDictPtr dict = NULL; in xmlFreeID()
280 xmlDictPtr dict; in xmlTextReaderFreeProp()
338 xmlDictPtr dict; in xmlTextReaderFreeNodeList()
415 xmlDictPtr dict; in xmlTextReaderFreeNode()
Dtree.c1075 xmlDictPtr dict = NULL; in xmlFreeDtd()
1181 xmlDictPtr dict = NULL; in xmlFreeDoc()
2029 xmlDictPtr dict = NULL; in xmlFreeProp()
3579 xmlDictPtr dict = NULL; in xmlFreeNodeList()
3648 xmlDictPtr dict = NULL; in xmlFreeNode()
4990 xmlDictPtr dict; in xmlNodeSetName()
9157 xmlDictPtr dict; /* The destination dict */ in xmlDOMWrapCloneNode()
DdebugXML.c47 xmlDictPtr dict; /* the doc dictionnary */
273 xmlDictPtr dict; in xmlCtxtGenericNodeCheck()
Dxmlschemas.c573 xmlDictPtr dict;
620 xmlDictPtr dict; /* dictionnary for interned string names */
1016 xmlDictPtr dict;
9888 xmlSchemaConstructionCtxtCreate(xmlDictPtr dict) in xmlSchemaConstructionCtxtCreate()
9952 xmlSchemaNewParserCtxtUseDict(const char *URL, xmlDictPtr dict) in xmlSchemaNewParserCtxtUseDict()
10218 xmlSchemaBuildAbsoluteURI(xmlDictPtr dict, const xmlChar* location, in xmlSchemaBuildAbsoluteURI()
Dxmlregexp.c6252 xmlDictPtr dict;
6273 xmlExpNewCtxt(int maxNodes, xmlDictPtr dict) { in xmlExpNewCtxt()
DHTMLparser.c5846 xmlDictPtr dict; in htmlCtxtReset()
Dxpath.c579 xmlDictPtr dict; /* the dictionnary to use if any */
14469 xmlDictPtr dict = NULL; in xmlXPathTryStreamCompile()
Dparser.c13911 xmlDictPtr dict; in xmlCtxtReset()
/external/webkit/WebCore/xml/
DXSLTProcessorLibxslt.cpp102 xmlDictPtr, in docLoaderFunc() argument