Home
last modified time | relevance | path

Searched refs:rs_area (Results 1 – 2 of 2) sorted by relevance

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirparse/
H A Dns_parse.c1106 memarea_t *area = NULL, *rs_area = NULL; in networkstatus_parse_vote_from_string() local
1470 rs_area = memarea_new(); in networkstatus_parse_vote_from_string()
1477 if (routerstatus_parse_entry_from_string(rs_area, &s, eos, rs_tokens, ns, in networkstatus_parse_vote_from_string()
1486 if ((rs = routerstatus_parse_entry_from_string(rs_area, &s, eos, in networkstatus_parse_vote_from_string()
1731 if (rs_area) in networkstatus_parse_vote_from_string()
1732 memarea_drop_all(rs_area); in networkstatus_parse_vote_from_string()
/dports/security/tor/tor-0.4.6.8/src/feature/dirparse/
H A Dns_parse.c1104 memarea_t *area = NULL, *rs_area = NULL; in networkstatus_parse_vote_from_string() local
1468 rs_area = memarea_new(); in networkstatus_parse_vote_from_string()
1475 if (routerstatus_parse_entry_from_string(rs_area, &s, eos, rs_tokens, ns, in networkstatus_parse_vote_from_string()
1484 if ((rs = routerstatus_parse_entry_from_string(rs_area, &s, eos, in networkstatus_parse_vote_from_string()
1729 if (rs_area) in networkstatus_parse_vote_from_string()
1730 memarea_drop_all(rs_area); in networkstatus_parse_vote_from_string()