Home
last modified time | relevance | path

Searched defs:cs_close (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/capstone/docs/Capstone-Engine-Documentation/
H A DCapstone-Engine Documentation.md1176 ### cs_close subsection
/aosp_15_r20/external/capstone/
H A Dcs.c522 cs_err CAPSTONE_API cs_close(csh *handle) in cs_close() function
/aosp_15_r20/external/capstone/bindings/java/capstone/
H A DCapstone.java301 public int cs_close(PointerByReference handle); in cs_close() method