Searched refs:xctx (Results 1 – 2 of 2) sorted by relevance
440 struct xml_node_ctx *xctx; in xml_node_init_ctx() local442 xctx = os_zalloc(sizeof(*xctx)); in xml_node_init_ctx()443 if (xctx == NULL) in xml_node_init_ctx()445 xctx->ctx = upper_ctx; in xml_node_init_ctx()449 return xctx; in xml_node_init_ctx()
44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate() local49 if (!xml_node_is_element(xctx, node)) in hs20_spp_validate()52 name = xml_node_get_localname(xctx, node); in hs20_spp_validate()64 ret = xml_validate(xctx, node, spp_xsd_fname, &err); in hs20_spp_validate()