Searched refs:amtRead (Results 1 – 3 of 3) sorted by relevance
497 int32_t amtRead; in ReadAndConvertFile() local504 amtRead = fread(fileBuf, 1, fileSize, f); in ReadAndConvertFile()505 if (amtRead != fileSize || fileSize <= 0) { in ReadAndConvertFile()518 amtReadNoBOM = amtRead - 3; in ReadAndConvertFile()523 amtReadNoBOM = amtRead; in ReadAndConvertFile()
129 int readBufSize, int *amtRead);
711 int readBufSize, int * amtRead) in Curl_gsk_secure_soc_read() argument719 return gsk_secure_soc_read(p->h, readBuffer, readBufSize, amtRead); in Curl_gsk_secure_soc_read()