Lines Matching refs:xmlDictLookup
4713 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetNodeContent()
4744 ret = xmlDictLookup(ctxt->dict, val, -1); in xmlSchemaGetProp()
5859 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
5869 *local = xmlDictLookup(ctxt->dict, value, -1); in xmlSchemaPValAttrNodeQNameValue()
5876 *local = xmlDictLookup(ctxt->dict, *local, -1); in xmlSchemaPValAttrNodeQNameValue()
5877 pref = xmlDictLookup(ctxt->dict, value, len); in xmlSchemaPValAttrNodeQNameValue()
5888 *uri = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlSchemaPValAttrNodeQNameValue()
6840 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1); in xmlSchemaParseWildcardNs()
9240 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseSimpleType()
10022 ret->URL = xmlDictLookup(dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxtUseDict()
10299 ret = xmlDictLookup(dict, URI, -1); in xmlSchemaBuildAbsoluteURI()
10564 schemaLocation = xmlDictLookup(pctxt->dict, in xmlSchemaAddSchemaDoc()
10954 (*schemaLocation) = (xmlChar *) xmlDictLookup(pctxt->dict, uri, -1); in xmlSchemaParseIncludeOrRedefineAttrs()
12181 xmlDictLookup(ctxt->dict, (const xmlChar *)buf, -1), in xmlSchemaParseComplexType()
12498 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1); in xmlSchemaNewParserCtxt()
18266 tmpname = xmlDictLookup(pctxt->dict, BAD_CAST buf, -1); in xmlSchemaFixupComplexType()
21809 nsname = xmlDictLookup(vctxt->schema->dict, cur, end - cur); in xmlSchemaAssembleByXSI()
21836 location = xmlDictLookup(vctxt->schema->dict, cur, end - cur); in xmlSchemaAssembleByXSI()
21884 ret = xmlDictLookup(vctxt->dict, nsName, -1); in xmlSchemaLookupNamespace()
21985 lname = xmlDictLookup(vctxt->dict, lname, -1); in xmlSchemaVAddNodeQName()
21989 nsname = xmlDictLookup(vctxt->dict, nsname, -1); in xmlSchemaVAddNodeQName()
24882 *localName = xmlDictLookup(vctxt->dict, value, -1); in xmlSchemaVExpandQName()
24884 *localName = xmlDictLookup(vctxt->dict, local, -1); in xmlSchemaVExpandQName()