HomeSort by relevance Sort by last modified time
    Searched refs:xmlDictPtr (Results 1 - 25 of 26) sorted by null

1 2

  /external/libxml2/include/libxml/
dict.h 25 typedef xmlDict *xmlDictPtr;
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...]
hash.h 110 xmlDictPtr dict);
xmlregexp.h 123 xmlDictPtr dict);
xpath.h 347 xmlDictPtr dict; /* dictionary if any */
schemasInternals.h 942 xmlDictPtr dict;
parser.h 260 xmlDictPtr dict; /* dictionnary for the parser */
    [all...]
  /external/libxslt/libxslt/
documents.h 77 xmlDictPtr dict,
documents.c 61 xsltDocDefaultLoaderFunc(const xmlChar * URI, xmlDictPtr dict, int options,
xsltInternals.h     [all...]
xsltutils.h 201 xsltSplitQName (xmlDictPtr dict,
xsltutils.c 738 xsltSplitQName(xmlDictPtr dict, const xmlChar *name, const xmlChar **prefix) {
    [all...]
  /external/libxml2/
dict.c 158 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, int namelen) {
216 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, int plen,
440 xmlDictPtr
442 xmlDictPtr dict;
481 xmlDictPtr
482 xmlDictCreateSub(xmlDictPtr sub) {
483 xmlDictPtr dict = xmlDictCreate();
504 xmlDictReference(xmlDictPtr dict) {
526 xmlDictGrow(xmlDictPtr dict, int size) {
659 xmlDictFree(xmlDictPtr dict)
    [all...]
entities.c 96 xmlDictPtr dict = NULL;
147 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type,
204 xmlDictPtr dict = NULL;
405 xmlDictPtr dict;
schematron.c 136 xmlDictPtr dict; /* the dictionnary used internally */
159 xmlDictPtr dict;
187 xmlDictPtr dict; /* dictionnary for interned string names */
    [all...]
hash.c 55 xmlDictPtr dict;
176 xmlHashCreateDict(int size, xmlDictPtr dict) {
valid.c 926 xmlDictPtr dict = NULL;
1012 xmlDictPtr dict = NULL;
    [all...]
pattern.c 163 xmlDictPtr dict; /* the optional dictionary */
179 xmlDictPtr dict; /* the dictionary if any */
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict,
    [all...]
xmlreader.c 139 xmlDictPtr dict; /* the context dictionnary */
225 xmlDictPtr dict = NULL;
280 xmlDictPtr dict;
338 xmlDictPtr dict;
415 xmlDictPtr dict;
    [all...]
tree.c 1075 xmlDictPtr dict = NULL;
1181 xmlDictPtr dict = NULL;
    [all...]
debugXML.c 47 xmlDictPtr dict; /* the doc dictionnary */
273 xmlDictPtr dict;
    [all...]
xmlschemas.c 573 xmlDictPtr dict;
620 xmlDictPtr dict; /* dictionnary for interned string names */
1016 xmlDictPtr dict;
    [all...]
xmlregexp.c     [all...]
HTMLparser.c     [all...]
xpath.c 579 xmlDictPtr dict; /* the dictionnary to use if any */
    [all...]
  /external/webkit/Source/WebCore/xml/
XSLTProcessorLibxslt.cpp 109 xmlDictPtr,

Completed in 677 milliseconds

1 2