Home
last modified time | relevance | path

Searched refs:ctrs (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/
Dasynciotest.c64 struct async_ctrs *ctrs; in async_new() local
66 ctrs = OPENSSL_zalloc(sizeof(struct async_ctrs)); in async_new()
67 if (ctrs == NULL) in async_new()
70 BIO_set_data(bio, ctrs); in async_new()
77 struct async_ctrs *ctrs; in async_free() local
81 ctrs = BIO_get_data(bio); in async_free()
82 OPENSSL_free(ctrs); in async_free()
91 struct async_ctrs *ctrs; in async_read() local
100 ctrs = BIO_get_data(bio); in async_read()
104 if (ctrs->rctr > 0) { in async_read()
[all …]
/third_party/iptables/iptables/
Diptables-restore.c293 char *ctrs; in ip46tables_restore_main() local
294 ctrs = strtok(NULL, " \t\n"); in ip46tables_restore_main()
296 if (!ctrs || !parse_counters(ctrs, &count)) in ip46tables_restore_main()
Dxtables-restore.c172 char *ctrs; in xtables_restore_parse_line() local
173 ctrs = strtok(NULL, " \t\n"); in xtables_restore_parse_line()
175 if (!ctrs || !parse_counters(ctrs, &count)) in xtables_restore_parse_line()
Diptables-xml.c623 char *ctrs; in iptables_xml_main() local
641 ctrs = strtok(NULL, " \t\n"); in iptables_xml_main()
642 parse_counters(ctrs, &count); in iptables_xml_main()
Dnft.c2373 struct xt_counters ctrs = { in __nft_print_header() local
2383 &ctrs, basechain, refs - entries, entries); in __nft_print_header()