Lines Matching refs:urn
75 xml_node_t *parent, const char *urn, in add_mo_container() argument
90 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2"); in add_mo_container()
102 xml_node_add_attr(ctx, node, ns, "moURN", urn); in add_mo_container()
333 char *urn; in hs20_spp_upload_mo() local
335 urn = get_spp_attr_value(ctx->xml, cmd, "moURN"); in hs20_spp_upload_mo()
336 if (!urn) { in hs20_spp_upload_mo()
340 wpa_printf(MSG_INFO, "Upload MO request - URN=%s", urn); in hs20_spp_upload_mo()
341 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_spp_upload_mo()
343 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_spp_upload_mo()
346 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_spp_upload_mo()
378 char *uri, *urn; in hs20_add_mo() local
383 urn = get_spp_attr_value(ctx->xml, add_mo, "moURN"); in hs20_add_mo()
384 if (urn == NULL) { in hs20_add_mo()
388 wpa_printf(MSG_INFO, "addMO - moURN: '%s'", urn); in hs20_add_mo()
389 if (strcasecmp(urn, URN_HS20_PPS) != 0) { in hs20_add_mo()
391 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_add_mo()
394 xml_node_get_attr_value_free(ctx->xml, urn); in hs20_add_mo()