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

1 2

  /external/chromium_org/third_party/libxml/src/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;
  /external/libxml2/include/libxml/
dict.h 26 typedef xmlDict *xmlDictPtr;
36 XMLPUBFUN xmlDictPtr XMLCALL
39 xmlDictSetLimit (xmlDictPtr dict,
42 xmlDictGetUsage (xmlDictPtr dict);
43 XMLPUBFUN xmlDictPtr XMLCALL
44 xmlDictCreateSub(xmlDictPtr sub);
46 xmlDictReference(xmlDictPtr dict);
48 xmlDictFree (xmlDictPtr dict);
54 xmlDictLookup (xmlDictPtr dict,
58 xmlDictExists (xmlDictPtr dict
    [all...]
hash.h 110 xmlDictPtr dict);
xmlregexp.h 123 xmlDictPtr dict);
xpath.h 349 xmlDictPtr dict; /* dictionary if any */
schemasInternals.h 942 xmlDictPtr dict;
  /external/chromium_org/third_party/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,
  /external/libxml2/
dict.c 241 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, unsigned int namelen) {
305 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, unsigned int plen,
535 xmlDictPtr
537 xmlDictPtr dict;
582 xmlDictPtr
583 xmlDictCreateSub(xmlDictPtr sub) {
584 xmlDictPtr dict = xmlDictCreate();
606 xmlDictReference(xmlDictPtr dict) {
628 xmlDictGrow(xmlDictPtr dict, size_t size) {
761 xmlDictFree(xmlDictPtr dict)
    [all...]
entities.c 98 xmlDictPtr dict = NULL;
149 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type,
206 xmlDictPtr dict = NULL;
407 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 71 xmlDictPtr dict;
208 xmlHashCreateDict(int size, xmlDictPtr dict) {
valid.c 924 xmlDictPtr dict = NULL;
1010 xmlDictPtr dict = NULL;
1103 xmlDictPtr dict = NULL;
    [all...]
  /external/chromium_org/third_party/libxml/src/
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 924 xmlDictPtr dict = NULL;
1010 xmlDictPtr dict = NULL;
1103 xmlDictPtr dict = NULL;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 90 const xmlChar* uri, xmlDictPtr, int options, void* ctxt, xsltLoadType type)

Completed in 2232 milliseconds

1 2