Home
last modified time | relevance | path

Searched refs:parse_list (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/flyweight/example/
Dcomposite.cpp133 list parse_list(InputIterator& first,InputIterator last,int nest) in parse_list() function
139 elms.push_back(parse_list(first,last,nest+1)); in parse_list()
153 list parse_list(const std::string str) in parse_list() function
158 return parse_list(begin,tok.end(),0); in parse_list()
167 pretty_print(parse_list(str)); in main()
/third_party/libxml2/
DtestC14N.c58 static xmlChar **parse_list(xmlChar *str);
162 list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL; in main()
169 list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL; in main()
200 parse_list(xmlChar *str) { in parse_list() function
Druntest.c3813 parse_list(xmlChar *str) { in parse_list() function
3908 inclusive_namespaces = parse_list((xmlChar *) nslist); in c14nRunTest()
/third_party/iptables/extensions/
Dlibxt_TCPOPTSTRIP.c71 parse_list(struct xt_tcpoptstrip_target_info *info, const char *arg) in parse_list() function
114 parse_list(info, cb->arg); in tcpoptstrip_tg_parse()
/third_party/libsoup/libsoup/
Dsoup-headers.c462 parse_list (const char *header, char delim) in parse_list() function
493 return parse_list (header, ','); in soup_header_parse_list()
724 list = parse_list (header, delim); in parse_param_list()
/third_party/jinja2/
Dparser.py595 node = self.parse_list()
667 def parse_list(self): member in Parser
/third_party/skia/third_party/externals/jinja2/
Dparser.py595 node = self.parse_list()
667 def parse_list(self): member in Parser
/third_party/node/tools/inspector_protocol/jinja2/
Dparser.py579 node = self.parse_list()
641 def parse_list(self): member in Parser
/third_party/ntfs-3g/ntfsprogs/
Dntfswipe.c207 static int parse_list(char *list, int **result) in parse_list() function
329 if (!parse_list(optarg, &opts.bytes)) in parse_options()
/third_party/chromium/patch/
D0001-cve.patch125848 -static xmlChar **parse_list(xmlChar *str);
125952 - list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL;
125959 - list = (argc > 4) ? parse_list((xmlChar *)argv[4]) : NULL;
125990 -parse_list(xmlChar *str) {