HomeSort by relevance Sort by last modified time
    Searched refs:xml_node_ctx (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/utils/
xml-utils.h 12 struct xml_node_ctx;
18 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node,
20 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node,
22 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node);
23 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node);
24 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf);
25 const char * xml_node_get_localname(struct xml_node_ctx *ctx,
27 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node);
28 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node);
29 void xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent
    [all...]
xml_libxml2.c 19 struct xml_node_ctx { struct
53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node,
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node,
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node)
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node)
179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf)
195 const char * xml_node_get_localname(struct xml_node_ctx *ctx,
202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node)
245 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node)
251 void xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent
    [all...]
xml-utils.c 15 static xml_node_t * get_node_uri_iter(struct xml_node_ctx *ctx,
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root,
63 static xml_node_t * get_node_iter(struct xml_node_ctx *ctx,
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root,
123 xml_node_t * node_from_file(struct xml_node_ctx *ctx, const char *name)
169 int node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node)
192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node)
227 static void node_to_tnds(struct xml_node_ctx *ctx, xml_node_t *out,
259 static int add_ddfname(struct xml_node_ctx *ctx, xml_node_t *parent
    [all...]
http-utils.h 45 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
http_curl.c 36 struct xml_node_ctx *xml;
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.h 14 struct xml_node_ctx *xml;
  /external/wpa_supplicant_8/hs20/client/
osu_client.h 28 struct xml_node_ctx *xml;
spp_client.c 34 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node,
44 struct xml_node_ctx *xctx = ctx->xml;
74 static void add_mo_container(struct xml_node_ctx *ctx, xml_namespace_t *ns,

Completed in 444 milliseconds