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

/system/core/toolbox/
H A Ddd.c89 extern uint64_t cbsz;
113 uint64_t cbsz; /* conversion block size */ variable
223 malloc((u_int)(MAX(in.dbsz, cbsz) + cbsz))) == NULL ||
224 (out.db = malloc((u_int)(out.dbsz + cbsz))) == NULL) {
781 * Copy variable length newline terminated records with a max size cbsz
784 * max in buffer: MAX(ibs, cbsz)
785 * max out buffer: obs + cbsz
817 * Copy records (max cbsz size chunks) into the output buffer. The
821 maxlen = MIN(cbsz, i
[all...]

Completed in 530 milliseconds