Lines Matching refs:sectionLength
342 const char* sectionLength = NULL;346 sectionLength = skipWhite(inLine + 18);349 numericLength = strtoul(sectionLength, &endScan, 16);350 if(0 == errno && endScan != sectionLength)