Lines Matching refs:sdlCtx
37 …chema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx);
38 …_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx);
44 static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type);
95 static void schema_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int imp… in schema_load_file()
160 int load_schema(sdlCtx *ctx, xmlNodePtr schema) in load_schema()
1725 …schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attribute()
1947 …_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrGroup, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attributeGroup()
2081 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup()
2129 static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht) in schema_attributegroup_fixup()
2180 static void schema_content_model_fixup(sdlCtx *ctx, sdlContentModelPtr model) in schema_content_model_fixup()
2225 static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type) in schema_type_fixup()
2284 void schema_pass2(sdlCtx *ctx) in schema_pass2()