Searched refs:amtRead (Results 1 – 3 of 3) sorted by relevance
494 int32_t amtRead; in ReadAndConvertFile() local501 amtRead = fread(fileBuf, 1, fileSize, f); in ReadAndConvertFile()502 if (amtRead != fileSize || fileSize <= 0) { in ReadAndConvertFile()515 amtReadNoBOM = amtRead - 3; in ReadAndConvertFile()520 amtReadNoBOM = amtRead; in ReadAndConvertFile()
129 int readBufSize, int * amtRead);
691 int readBufSize, int * amtRead) in Curl_gsk_secure_soc_read() argument699 return gsk_secure_soc_read(p->h, readBuffer, readBufSize, amtRead); in Curl_gsk_secure_soc_read()