Searched refs:tempLen (Results 1 – 2 of 2) sorted by relevance
308 int tempLen = 2 * len; in regionMatches() local309 if (tempLen < len) { in regionMatches()313 char[] temp = obtain(tempLen); in regionMatches()
1461 uint8_t tempLen = 0; in Write_Response_To_OutFile() local1464 while (tempLen < tagLen) { in Write_Response_To_OutFile()1465 status = fprintf(image_info->fResp, "%02X", tagBuffer[tempLen++]); in Write_Response_To_OutFile()