Home | History | Annotate | Download | only in iotest

Lines Matching full:inlen

918   size_t inLen =0;
940 inLen = fread(inBuf, 1, 200, myCFile);
943 if(inLen<=0) {
949 for(i=0;i<(int32_t)inLen;i++) {
965 if(inLen != 12) {
966 log_err("Expected 12 bytes, read %d\n", inLen);
968 log_verbose("OK: read %d bytes\n", inLen);