Searched refs:xml_node_t (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | xml-utils.h | 13 typedef struct xml_node xml_node_t; typedef 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); 26 xml_node_t *node); 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 …]
|
H A D | xml-utils.c | 15 static xml_node_t * get_node_uri_iter(struct xml_node_ctx *ctx, in get_node_uri_iter() 16 xml_node_t *root, char *uri) in get_node_uri_iter() 19 xml_node_t *node; in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() 50 xml_node_t *node; in get_node_uri() 63 static xml_node_t * get_node_iter(struct xml_node_ctx *ctx, in get_node_iter() 64 xml_node_t *root, const char *path) in get_node_iter() 67 xml_node_t *node; in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() 93 xml_node_t *node; in get_node() [all …]
|
H A D | xml_libxml2.c | 53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate() 115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd() 167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free() 173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent() 175 return (xml_node_t *) ((xmlNodePtr) node)->parent; in xml_node_get_parent() 179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) in xml_node_from_buf() 191 return (xml_node_t *) node; in xml_node_from_buf() 196 xml_node_t *node) in xml_node_get_localname() 202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str() 245 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_detach() [all …]
|
H A D | http-utils.h | 43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
|
H A D | http_curl.c | 1504 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) in soap_send_receive() 1507 xml_node_t *envelope, *ret, *resp, *n; in soap_send_receive()
|