HomeSort by relevance Sort by last modified time
    Searched refs:quote_open (Results 1 - 3 of 3) sorted by null

  /external/iptables/iptables/
ip6tables-restore.c 119 int quote_open = 0, escaped = 0, param_len = 0; local
127 if (quote_open) {
136 quote_open = 0;
144 quote_open = 1;
iptables-restore.c 118 int quote_open = 0, escaped = 0, param_len = 0; local
126 if (quote_open) {
135 quote_open = 0;
143 quote_open = 1;
iptables-xml.c 742 int quote_open, quoted; local
780 quote_open = 0;
788 /* quote_open cannot be true if there
791 if (quote_open &&
793 quote_open = 0;
796 quote_open = 1;
805 if (quote_open)

Completed in 206 milliseconds