Lines Matching refs:xmlDictLookup
4752 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetNodeContent()
4783 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetProp()
5897 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
5907 *local = xmlDictLookup(ctxt->dict, value, -1); in xmlSchemaPValAttrNodeQNameValue()
5914 *local = xmlDictLookup(ctxt->dict, *local, -1); in xmlSchemaPValAttrNodeQNameValue()
5915 pref = xmlDictLookup(ctxt->dict, value, len); in xmlSchemaPValAttrNodeQNameValue()
5926 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
6885 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs()
9285 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseSimpleType()
10067 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxtUseDict()
10344 ret = xmlDictLookup(dict, URI, -1); in xmlSchemaBuildAbsoluteURI()
10609 schemaLocation = xmlDictLookup(pctxt->dict, in xmlSchemaAddSchemaDoc()
10999 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1); in xmlSchemaParseIncludeOrRedefineAttrs()
12226 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseComplexType()
12543 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxt()
18351 tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1); in xmlSchemaFixupComplexType()
21894 nsname = xmlDictLookup(vctxt->schema->dict, cur, end - cur); in xmlSchemaAssembleByXSI()
21921 location = xmlDictLookup(vctxt->schema->dict, cur, end - cur); in xmlSchemaAssembleByXSI()
21969 ret = xmlDictLookup(vctxt->dict, nsName, -1); in xmlSchemaLookupNamespace()
22070 lname = xmlDictLookup(vctxt->dict, lname, -1); in xmlSchemaVAddNodeQName()
22074 nsname = xmlDictLookup(vctxt->dict, nsname, -1); in xmlSchemaVAddNodeQName()
25064 *localName = xmlDictLookup(vctxt->dict, value, -1); in xmlSchemaVExpandQName()
25066 *localName = xmlDictLookup(vctxt->dict, local, -1); in xmlSchemaVExpandQName()