Lines Matching refs:url

109 				     const char *url, int msgid)  in oma_dm_build_hdr()  argument
129 oma_dm_add_locuri(ctx, synchdr, "Target", url); in oma_dm_build_hdr()
299 const char *url, int msgid, const char *oper) in build_oma_dm_1() argument
305 syncml = oma_dm_build_hdr(ctx, url, msgid); in build_oma_dm_1()
337 const char *url, int msgid) in build_oma_dm_1_sub_reg() argument
341 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION); in build_oma_dm_1_sub_reg()
350 const char *url, int msgid) in build_oma_dm_1_sub_prov() argument
354 syncml = build_oma_dm_1(ctx, url, msgid, in build_oma_dm_1_sub_prov()
364 const char *url, int msgid) in build_oma_dm_1_pol_upd() argument
368 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_POLICY_UPDATE); in build_oma_dm_1_pol_upd()
377 const char *url, int msgid) in build_oma_dm_1_sub_rem() argument
381 syncml = build_oma_dm_1(ctx, url, msgid, in build_oma_dm_1_sub_rem()
939 const char *url, xml_node_t *syncml, in oma_dm_send_recv() argument
957 ctx->server_url = os_strdup(url); in oma_dm_send_recv()
958 res = http_post(ctx->http, url, str, "application/vnd.syncml.dm+xml", in oma_dm_send_recv()
992 static xml_node_t * oma_dm_process(struct hs20_osu_client *ctx, const char *url, in oma_dm_process() argument
1044 syncml = oma_dm_build_hdr(ctx, resp_uri ? resp_uri : url, msgid); in oma_dm_process()
1154 int cmd_oma_dm_prov(struct hs20_osu_client *ctx, const char *url) in cmd_oma_dm_prov() argument
1160 if (url == NULL) { in cmd_oma_dm_prov()
1169 syncml = build_oma_dm_1_sub_reg(ctx, url, msgid); in cmd_oma_dm_prov()
1174 resp = oma_dm_send_recv(ctx, resp_uri ? resp_uri : url, in cmd_oma_dm_prov()
1180 syncml = oma_dm_process(ctx, url, resp, msgid, &resp_uri, in cmd_oma_dm_prov()
1191 int cmd_oma_dm_sim_prov(struct hs20_osu_client *ctx, const char *url) in cmd_oma_dm_sim_prov() argument
1197 if (url == NULL) { in cmd_oma_dm_sim_prov()
1214 syncml = build_oma_dm_1_sub_prov(ctx, url, msgid); in cmd_oma_dm_sim_prov()
1219 resp = oma_dm_send_recv(ctx, resp_uri ? resp_uri : url, in cmd_oma_dm_sim_prov()
1225 syncml = oma_dm_process(ctx, url, resp, msgid, &resp_uri, in cmd_oma_dm_sim_prov()