Lines Matching defs:flag
2802 static int flag = 0;
2823 {"cert", required_argument, &flag, 1},
2824 {"key", required_argument, &flag, 2},
2825 {"color", no_argument, &flag, 3},
2826 {"continuation", no_argument, &flag, 4},
2827 {"version", no_argument, &flag, 5},
2828 {"no-content-length", no_argument, &flag, 6},
2829 {"no-dep", no_argument, &flag, 7},
2830 {"trailer", required_argument, &flag, 9},
2831 {"hexdump", no_argument, &flag, 10},
2832 {"no-push", no_argument, &flag, 11},
2833 {"max-concurrent-streams", required_argument, &flag, 12},
2834 {"expect-continue", no_argument, &flag, 13},
2835 {"encoder-header-table-size", required_argument, &flag, 14},
2836 {"ktls", no_argument, &flag, 15},
2837 {"no-rfc7540-pri", no_argument, &flag, 16},
2992 switch (flag) {