Home | History | Annotate | Download | only in server

Lines Matching refs:supp

1612 	char *supp, *pos;
1637 supp = xml_node_get_text(ctx->xml, mo);
1638 for (pos = supp; pos && *pos; pos++)
1640 if (supp == NULL ||
1641 strstr(supp, URN_OMA_DM_DEVINFO) == NULL ||
1642 strstr(supp, URN_OMA_DM_DEVDETAIL) == NULL ||
1643 strstr(supp, URN_HS20_PPS) == NULL) {
1644 xml_node_get_text_free(ctx->xml, supp);
1652 xml_node_get_text_free(ctx->xml, supp);