• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/wpa/hs20/client/

Lines Matching refs:xml_node_t

66 static void add_item(struct hs20_osu_client *ctx, xml_node_t *parent,
79 xml_node_t *node)
81 xml_node_t *locuri;
96 static void oma_dm_add_locuri(struct hs20_osu_client *ctx, xml_node_t *parent,
99 xml_node_t *node;
108 static xml_node_t * oma_dm_build_hdr(struct hs20_osu_client *ctx,
111 xml_node_t *syncml, *synchdr;
136 static void oma_dm_add_cmdid(struct hs20_osu_client *ctx, xml_node_t *parent,
143 static xml_node_t * add_alert(struct hs20_osu_client *ctx, xml_node_t *parent,
146 xml_node_t *node;
158 static xml_node_t * add_status(struct hs20_osu_client *ctx, xml_node_t *parent,
162 xml_node_t *node;
183 static xml_node_t * add_results(struct hs20_osu_client *ctx, xml_node_t *parent,
187 xml_node_t *node;
205 xml_node_t *fnode, *tnds;
226 static void add_item(struct hs20_osu_client *ctx, xml_node_t *parent,
229 xml_node_t *item, *node;
242 static void add_replace_devinfo(struct hs20_osu_client *ctx, xml_node_t *parent,
245 xml_node_t *info, *child, *replace;
278 xml_node_t *syncbody,
282 xml_node_t *node, *item;
298 static xml_node_t * build_oma_dm_1(struct hs20_osu_client *ctx,
301 xml_node_t *syncml, *syncbody;
336 static xml_node_t * build_oma_dm_1_sub_reg(struct hs20_osu_client *ctx,
339 xml_node_t *syncml;
349 static xml_node_t * build_oma_dm_1_sub_prov(struct hs20_osu_client *ctx,
352 xml_node_t *syncml;
363 static xml_node_t * build_oma_dm_1_pol_upd(struct hs20_osu_client *ctx,
366 xml_node_t *syncml;
376 static xml_node_t * build_oma_dm_1_sub_rem(struct hs20_osu_client *ctx,
379 xml_node_t *syncml;
390 static int oma_dm_exec_browser(struct hs20_osu_client *ctx, xml_node_t *exec)
392 xml_node_t *node;
424 static int oma_dm_exec_get_cert(struct hs20_osu_client *ctx, xml_node_t *exec)
426 xml_node_t *node, *getcert;
471 static int oma_dm_exec(struct hs20_osu_client *ctx, xml_node_t *exec)
501 xml_node_t *add, xml_node_t *pps,
506 xml_node_t *node, *tnds, *unode, *pps_node;
656 static int oma_dm_add(struct hs20_osu_client *ctx, xml_node_t *add,
657 xml_node_t *pps, const char *pps_fname)
659 xml_node_t *node;
724 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace,
725 xml_node_t *pps, const char *pps_fname)
729 xml_node_t *node, *tnds, *unode, *pps_node, *parent;
845 static int oma_dm_get(struct hs20_osu_client *ctx, xml_node_t *get,
846 xml_node_t *pps, const char *pps_fname, char **value)
850 xml_node_t *pps_node;
919 static int oma_dm_get_cmdid(struct hs20_osu_client *ctx, xml_node_t *node)
921 xml_node_t *cnode;
938 static xml_node_t * oma_dm_send_recv(struct hs20_osu_client *ctx,
939 const char *url, xml_node_t *syncml,
945 xml_node_t *resp;
992 static xml_node_t * oma_dm_process(struct hs20_osu_client *ctx, const char *url,
993 xml_node_t *resp, int msgid,
995 xml_node_t *pps, const char *pps_fname)
997 xml_node_t *syncml, *syncbody, *hdr, *body, *child;
1156 xml_node_t *syncml, *resp;
1193 xml_node_t *syncml, *resp;
1253 xml_node_t *pps)
1255 xml_node_t *syncml, *resp;
1300 xml_node_t *pps)
1302 xml_node_t *syncml, *resp;
1342 xml_node_t *pps, *add;
1373 xml_node_t *pps, *replace;