Lines Matching refs:bufl
1865 int bufl; in testcase_read() local
1884 bufl = 1024; in testcase_read()
1885 buf = solv_malloc(bufl); in testcase_read()
1890 if (bufp - buf + 16 > bufl) in testcase_read()
1892 bufl = bufp - buf; in testcase_read()
1893 buf = solv_realloc(buf, bufl + 512); in testcase_read()
1894 bufp = buf + bufl; in testcase_read()
1895 bufl += 512; in testcase_read()
1897 if (!fgets(bufp, bufl - (bufp - buf), fp)) in testcase_read()
1954 char *idata = read_inline_file(fp, &buf, &bufp, &bufl); in testcase_read()
2110 result = read_inline_file(fp, &buf, &bufp, &bufl); in testcase_read()