Searched defs:xml_node_ctx (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c19 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 *ct
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c19 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 *ct
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c19 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 *ct
[all...]

Completed in 311 milliseconds