Home | History | Annotate | Download | only in cintltst

Lines Matching defs:bufLen

781     int32_t bufLen = (int32_t)strlen(testline)+10;
782 char* buf = (char*) malloc(bufLen);
866 T_FileStream_readLine(stream,buf,bufLen);
874 retLen = T_FileStream_read(stream, buf, bufLen);