Lines Matching refs:urn
73 xml_node_t *parent, const char *urn, in add_mo_container() argument
83 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2"); in add_mo_container()
95 xml_node_add_attr(ctx, node, ns, "moURN", urn); in add_mo_container()
326 char *urn; in hs20_spp_upload_mo() local
328 urn = get_spp_attr_value(ctx->xml, cmd, "moURN"); in hs20_spp_upload_mo()
329 if (!urn) { in hs20_spp_upload_mo()
333 wpa_printf(MSG_INFO, "Upload MO request - URN=%s", urn); in hs20_spp_upload_mo()
334 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_spp_upload_mo()
336 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_spp_upload_mo()
339 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_spp_upload_mo()
371 char *uri, *urn; in hs20_add_mo() local
376 urn = get_spp_attr_value(ctx->xml, add_mo, "moURN"); in hs20_add_mo()
377 if (urn == NULL) { in hs20_add_mo()
381 wpa_printf(MSG_INFO, "addMO - moURN: '%s'", urn); in hs20_add_mo()
382 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_add_mo()
384 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_add_mo()
387 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_add_mo()