HomeSort by: relevance | last modified time | path
    Searched defs:n_put (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
journal.c 1472 unsigned int n_put = 0; local
1564 if (++n_put > 100) {
1571 n_put = 0;
1579 if (n_put != 0) {
1619 unsigned int n_put = 0; local
1718 if (++n_put > 100 || printxhdr) {
1721 n_put = 0;
1732 if (n_put != 0) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
journal.c 1491 unsigned int n_put = 0; local
1583 if (++n_put > 100) {
1590 n_put = 0;
1598 if (n_put != 0) {
1638 unsigned int n_put = 0; local
1737 if (++n_put > 100 || printxhdr) {
1740 n_put = 0;
1751 if (n_put != 0) {

Completed in 20 milliseconds