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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dtestupnpdescgen.c122 char * rootDesc; local
126 rootDesc = genRootDesc(&rootDescLen);
127 xml_pretty_print(rootDesc, rootDescLen, stdout);
128 free(rootDesc);
H A Dupnpdescgen.c127 static const struct XMLElt rootDesc[] = variable in typeref:struct:XMLElt
683 str = genXML(str, len, &tmplen, rootDesc);
693 struct XMLElt samsungRootDesc[sizeof(rootDesc)/sizeof(struct XMLElt)];
701 memcpy(&samsungRootDesc, &rootDesc, sizeof(rootDesc));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dtestupnpdescgen.c97 char * rootDesc; local
101 rootDesc = genRootDesc(&rootDescLen);
102 xml_pretty_print(rootDesc, rootDescLen, stdout);
103 free(rootDesc);
H A Dupnpdescgen.c104 static const struct XMLElt rootDesc[] = variable in typeref:struct:XMLElt
635 str = genXML(str, len, &tmplen, rootDesc);

Completed in 109 milliseconds