Lines Matching refs:msgid
109 const char *url, int msgid) in oma_dm_build_hdr() argument
127 xml_node_create_text(ctx->xml, synchdr, NULL, "MsgID", int2str(msgid)); 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()
993 xml_node_t *resp, int msgid, in oma_dm_process() argument
1044 syncml = oma_dm_build_hdr(ctx, resp_uri ? resp_uri : url, msgid); in oma_dm_process()
1158 int msgid = 0; in cmd_oma_dm_prov() local
1168 msgid++; in cmd_oma_dm_prov()
1169 syncml = build_oma_dm_1_sub_reg(ctx, url, msgid); in cmd_oma_dm_prov()
1179 msgid++; in cmd_oma_dm_prov()
1180 syncml = oma_dm_process(ctx, url, resp, msgid, &resp_uri, in cmd_oma_dm_prov()
1195 int msgid = 0; in cmd_oma_dm_sim_prov() local
1213 msgid++; in cmd_oma_dm_sim_prov()
1214 syncml = build_oma_dm_1_sub_prov(ctx, url, msgid); in cmd_oma_dm_sim_prov()
1224 msgid++; in cmd_oma_dm_sim_prov()
1225 syncml = oma_dm_process(ctx, url, resp, msgid, &resp_uri, in cmd_oma_dm_sim_prov()
1257 int msgid = 0; in oma_dm_pol_upd() local
1262 msgid++; in oma_dm_pol_upd()
1263 syncml = build_oma_dm_1_pol_upd(ctx, address, msgid); in oma_dm_pol_upd()
1274 msgid++; in oma_dm_pol_upd()
1275 syncml = oma_dm_process(ctx, address, resp, msgid, &resp_uri, in oma_dm_pol_upd()
1304 int msgid = 0; in oma_dm_sub_rem() local
1309 msgid++; in oma_dm_sub_rem()
1310 syncml = build_oma_dm_1_sub_rem(ctx, address, msgid); in oma_dm_sub_rem()
1321 msgid++; in oma_dm_sub_rem()
1322 syncml = oma_dm_process(ctx, address, resp, msgid, &resp_uri, in oma_dm_sub_rem()