resp               34 core/ptp_chdk.h     int (*send_resp)(int handle, PTPContainer *resp, int zero); // (0xFF9F5688), ixus30/40 needs a third argument, which is always 0
resp               36 core/ptp_chdk.h     int (*send_err_resp)(int handle, PTPContainer *resp); // (0xFF9F5784)
resp              107 tools/ghidra_scripts/datatypes/fw_types.h     int (*send_resp)(int handle, PTPContainer *resp, int zero); // (0xFF9F5688), ixus30/40 needs a third argument, which is always 0
resp              109 tools/ghidra_scripts/datatypes/fw_types.h     int (*send_resp)(int handle, PTPContainer *resp); // extra param messes up analysis
resp              112 tools/ghidra_scripts/datatypes/fw_types.h     int (*send_err_resp)(int handle, PTPContainer *resp); // (0xFF9F5784)