Searched refs:bplen (Results 1 – 2 of 2) sorted by relevance
148 size_t len, bplen; in db_build() local154 for (reccnt = 0, bplen = 0; (st = cgetnext(&bp, ifiles)) > 0;) { in db_build()161 if (bplen <= len + 2) { in db_build()162 bplen += MAX(256, len + 2); in db_build()163 if ((data.data = realloc(data.data, bplen)) == NULL) in db_build()
1623 static int bplen = 0; local1650 if (l > bplen)1655 bplen = l;1695 static int bplen = 0; local1703 if (l > bplen)1708 bplen = l;