Searched refs:resp_uri (Results 1 – 1 of 1) sorted by relevance
947 char *resp_uri = NULL; in oma_dm_send_recv() local962 os_free(resp_uri); in oma_dm_send_recv()963 resp_uri = NULL; in oma_dm_send_recv()999 char *resp_uri = NULL; in oma_dm_process() local1030 resp_uri = os_strdup(tmp); in oma_dm_process()1041 if (resp_uri) in oma_dm_process()1042 wpa_printf(MSG_INFO, "RespURI: %s", resp_uri); in oma_dm_process()1044 syncml = oma_dm_build_hdr(ctx, resp_uri ? resp_uri : url, msgid); in oma_dm_process()1046 os_free(resp_uri); in oma_dm_process()1134 os_free(resp_uri); in oma_dm_process()[all …]