Searched refs:quote_idx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Ddumpsexp.c407 int quote_idx = 0; local
592 quote_idx = 0;
593 quote_buf[quote_idx++] = c;
598 quote_idx = 0;
617 if (quote_idx < 3 && strchr ("01234567", c))
619 quote_buf[quote_idx++] = c;
620 if (quote_idx == 3)
632 if (quote_idx < 2 && strchr ("0123456789abcdefABCDEF", c))
634 quote_buf[quote_idx++] = c;
635 if (quote_idx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Ddumpsexp.c407 int quote_idx = 0; local
592 quote_idx = 0;
593 quote_buf[quote_idx++] = c;
598 quote_idx = 0;
617 if (quote_idx < 3 && strchr ("01234567", c))
619 quote_buf[quote_idx++] = c;
620 if (quote_idx == 3)
632 if (quote_idx < 2 && strchr ("0123456789abcdefABCDEF", c))
634 quote_buf[quote_idx++] = c;
635 if (quote_idx
[all...]

Completed in 119 milliseconds