Home
last modified time | relevance | path

Searched refs:bufl (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/libsolv/solv/
H A Dutil.c197 solv_hex2bin(const char **strp, unsigned char *buf, int bufl) in solv_hex2bin() argument
202 for (i = 0; i < bufl; i++) in solv_hex2bin()
H A Dutil.h39 extern int solv_hex2bin(const char **strp, unsigned char *buf, int bufl);
/haiku/src/libs/libsolv/ext/
H A Dtestcase.c1865 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()
[all …]