Displaying 2 results from an estimated 2 matches for "_parse_directory".
2004 Aug 06
1
Icecast2: undefined reference to `xmlDocGetRootElement'
...+0x122): undefined reference to `xmlDocGetRootElement'
config.o: In function `_parse_root':
config.o(.text+0x313): undefined reference to `xmlIsBlankNode'
config.o: In function `_parse_limits':
config.o(.text+0x565): undefined reference to `xmlIsBlankNode'
config.o: In function `_parse_directory':
config.o(.text+0x6f7): undefined reference to `xmlIsBlankNode'
config.o: In function `_parse_paths':
config.o(.text+0x7a2): undefined reference to `xmlIsBlankNode'
config.o: In function `_parse_logging':
config.o(.text+0x853): undefined reference to `xmlIsBlankNode'
config...
2016 Jun 06
0
[PATCH] Config: Rename mp3-metadata-interval to icy-metadata-interval
...ay->password = (char *)xmlNodeListGetString(doc,
node->xmlChildrenNode, 1);
} else if (xmlStrcmp(node->name, XMLSTR("on-demand")) == 0) {
tmp = (char *)xmlNodeListGetString(doc, node->xmlChildrenNode, 1);
@@ -1854,7 +1863,7 @@ static void _parse_directory(xmlDocPtr doc,
} else if (xmlStrcmp(node->name, XMLSTR("touch-interval")) == 0) {
tmp = (char *)xmlNodeListGetString(doc, node->xmlChildrenNode, 1);
configuration
- ->yp_touch_interval[configuration->num_yp_directories] =...