Home
last modified time | relevance | path

Searched refs:curInst (Results 1 – 1 of 1) sorted by relevance

/external/capstone/bindings/vb6/
DvbCapstone.cpp60 void __stdcall getInstruction(cs_insn *insn, uint32_t index, void* curInst, uint32_t bufSize){ in getInstruction() argument
62 …memcpy(curInst, (void*)&insn[index], bufSize); //size lets us get a partial version of whatever we… in getInstruction()