Searched refs:token_cnt (Results 1 – 2 of 2) sorted by relevance
923 size_t token_cnt = 0; in parse() local942 token_cnt = 0; in parse()952 keys[token_cnt].key = strdup(name); in parse()953 if (!keys[token_cnt].key) in parse()956 keys[token_cnt].value = strdup(value); in parse()957 if (!keys[token_cnt].value) in parse()960 token_cnt++; in parse()968 rule_map *r = rule_map_new(keys, token_cnt, lineno); in parse()
2448 int token_cnt = 0; in WriteString() local2451 if (token_cnt > 0 || prepend_comma) in WriteString()2454 ++token_cnt; in WriteString()2461 int token_cnt = 0; in WriteString() local2464 if (token_cnt > 0 || prepend_comma) in WriteString()2468 ++token_cnt; in WriteString()