Searched refs:respLen (Results 1 – 2 of 2) sorted by relevance
1801 UINT8 respLen = 0; in ALA_ProcessResp() local1821 while(respLen <= (recvlen+4)) in ALA_ProcessResp()1823 wStatus = fprintf(fAID_MEM, "%2x", AID_ARRAY[respLen++]); in ALA_ProcessResp()2334 INT32 respLen = 0; in Write_Response_To_OutFile() local2463 while(respLen < recvlen) in Write_Response_To_OutFile()2465 status = fprintf(image_info->fResp, "%02X", RecvData[respLen++]); in Write_Response_To_OutFile()
1609 respLen := int(contents[1])<<16 | int(contents[2])<<8 | int(contents[3])1610 if respLen+4 != len(contents) || respLen == 0 {1703 respLen := uint32(data[5])<<16 | uint32(data[6])<<8 | uint32(data[7])1704 if uint32(len(data)) != 4+4+respLen {