Searched refs:syncml (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | oma_dm_client.c | 111 xml_node_t *syncml, *synchdr; in oma_dm_build_hdr() local 120 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns, in oma_dm_build_hdr() 123 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr"); in oma_dm_build_hdr() 132 return syncml; in oma_dm_build_hdr() 301 xml_node_t *syncml, *syncbody; in build_oma_dm_1() local 305 syncml = oma_dm_build_hdr(ctx, url, msgid); in build_oma_dm_1() 306 if (syncml == NULL) in build_oma_dm_1() 309 syncbody = xml_node_create(ctx->xml, syncml, NULL, "SyncBody"); in build_oma_dm_1() 311 xml_node_free(ctx->xml, syncml); in build_oma_dm_1() 320 xml_node_free(ctx->xml, syncml); in build_oma_dm_1() [all …]
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 857 application/vnd.syncml.dm.notification 858 application/vnd.syncml.ds.notification 859 application/vnd.syncml.dm+wbxml bdm 860 application/vnd.syncml.dm+xml xdm 861 application/vnd.syncml+xml xsm
|