Searched refs:rootDesc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtestupnpdescgen.c98 char * rootDesc; local
102 rootDesc = genRootDesc(&rootDescLen);
103 xml_pretty_print(rootDesc, rootDescLen, stdout);
104 free(rootDesc);
H A Dupnpdescgen.c107 static const struct XMLElt rootDesc[] = variable in typeref:struct:XMLElt
649 str = genXML(str, len, &tmplen, rootDesc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtestupnpdescgen.c122 char * rootDesc; local
126 rootDesc = genRootDesc(&rootDescLen);
127 xml_pretty_print(rootDesc, rootDescLen, stdout);
128 free(rootDesc);
H A Dupnpdescgen.c126 static const struct XMLElt rootDesc[] = variable in typeref:struct:XMLElt
568 str = genXML(str, len, &tmplen, rootDesc);
578 struct XMLElt samsungRootDesc[sizeof(rootDesc)/sizeof(struct XMLElt)];
586 memcpy(&samsungRootDesc, &rootDesc, sizeof(rootDesc));

Completed in 205 milliseconds