Searched refs:numOutBytes (Results 1 – 2 of 2) sorted by relevance
469 if (outargs.numOutBytes > 0) { in process()475 buffer = createLinearBuffer(block, 0, outargs.numOutBytes); in process()477 hexdump(outPtr, std::min(outargs.numOutBytes, 256)); in process()
695 size_t numOutBytes = in process() local708 memset(tmpOutBuffer, 0, numOutBytes); // TODO: check for overflow in process()