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

/ast/src/lib/libtksh/tcl/
H A DtclIOCmd.c21 #define TCL_READ_CHUNK_SIZE 4096 macro
486 bufPtr = ckalloc((unsigned) TCL_READ_CHUNK_SIZE);
491 if (toReadNow > TCL_READ_CHUNK_SIZE) {
492 toReadNow = TCL_READ_CHUNK_SIZE;

Completed in 13 milliseconds