Searched refs:parse_list (Results 1 – 4 of 4) sorted by relevance
55 static xmlChar **parse_list(xmlChar *str);159 list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL; in main()166 list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL; in main()197 parse_list(xmlChar *str) { in parse_list() function
3739 parse_list(xmlChar *str) { in parse_list() function3834 inclusive_namespaces = parse_list((xmlChar *) nslist); in c14nRunTest()
71 parse_list(struct xt_tcpoptstrip_target_info *info, const char *arg) in parse_list() function114 parse_list(info, cb->arg); in tcpoptstrip_tg_parse()
571 node = self.parse_list()633 def parse_list(self): member in Parser