Home | History | Annotate | Download | only in libxml2

Lines Matching defs:dict

136     xmlDictPtr dict;		/* the dictionnary used internally */
159 xmlDictPtr dict;
187 xmlDictPtr dict; /* dictionnary for interned string names */
403 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH,
548 ret->dict = ctxt->dict;
549 xmlDictReference(ret->dict);
574 xmlDictFree(schema->dict);
605 ret->dict = xmlDictCreate();
606 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
648 ret->dict = xmlDictCreate();
686 ret->dict = xmlDictCreate();
718 xmlDictFree(ctxt->dict);
830 xmlDictLookup(ctxt->dict, ns, -1);
832 xmlDictLookup(ctxt->dict, prefix, -1);
1112 ctxt->URL = xmlDictLookup(ctxt->dict, BAD_CAST "in_memory_buffer", -1);
1160 ret->title = xmlDictLookup(ret->dict, title, -1);
1548 if (ctxt->dict != NULL)
1549 xmlDictFree(ctxt->dict);