handle 181 core/live_view.c data->send_data(data->handle,(char*)&lv,sizeof(lv_hdr),total_size,0,0,0); handle 187 core/live_view.c data->send_data(data->handle,pal_data,pal_size,0,0,0,0); handle 194 core/live_view.c data->send_data(data->handle,vp_fb,vp_size,0,0,0,0); handle 200 core/live_view.c data->send_data(data->handle,vid_get_bitmap_active_buffer(),bm_size,0,0,0,0); handle 207 core/live_view.c data->send_data(data->handle,vid_get_opacity_active_buffer(),bmo_size,0,0,0,0); handle 128 core/ptp.c if(data->recv_data(data->handle,rs->dst_buf,rs->total_size,0,0) != 0) { handle 154 core/ptp.c if(data->recv_data(data->handle,rs->buf,rsize,0,0) != 0) { handle 241 core/ptp.c if ( data->send_data(data->handle,src,size,size,0,0,0) ) handle 287 core/ptp.c if ( data->send_data(data->handle,sb.buf,send_size,tmpsize,0,0,0) ) handle 502 core/ptp.c if(data->send_data(data->handle,x,send_size,total_size,0,0,0) != 0) { handle 516 core/ptp.c if(data->send_data(data->handle,src,size,total_size,0,0,0) == 0) { handle 535 core/ptp.c data->get_data_size(data->handle); // XXX required call before receiving handle 544 core/ptp.c int s = data->get_data_size(data->handle); handle 601 core/ptp.c temp_data_extra = data->get_data_size(data->handle); handle 633 core/ptp.c data_size = data->get_data_size(data->handle); handle 739 core/ptp.c data->send_data(data->handle,sb.buf,r,tmp,0,0,0); handle 762 core/ptp.c s = data->get_data_size(data->handle); handle 864 core/ptp.c msg_size = data->get_data_size(data->handle); handle 928 core/ptp.c data->send_data(data->handle,rcgd_addr,rcgd_size,rcgd_size,0,0,0); handle 949 core/ptp.c data->send_resp( data->handle, &ptp, 0 ); handle 31 core/ptp_chdk.h int handle; handle 32 core/ptp_chdk.h int (*send_data)(int handle, const char *buf, int part_size, int total_size, int, int, int); // (0xFF9F525C), total_size should be 0 except for the first call handle 33 core/ptp_chdk.h int (*recv_data)(int handle, char *buf, int size, int, int); // (0xFF9F5500) handle 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 handle 35 core/ptp_chdk.h int (*get_data_size)(int handle); // (0xFF9F5830) handle 36 core/ptp_chdk.h int (*send_err_resp)(int handle, PTPContainer *resp); // (0xFF9F5784) handle 12 include/clock.h extern int CancelHPTimer(int handle); handle 17 modules/scrdump.c int handle; handle 18 modules/scrdump.c int (*send_data)(int handle, const char *buf, int part_size, int total_size, int, int, int); // total_size will be 0 except for the first call handle 23 modules/scrdump.c int send_data_to_file(int handle, const char *buf, int part_size, int total_size, __attribute__ ((unused))int u1, __attribute__ ((unused))int u2, __attribute__ ((unused))int u3) handle 28 modules/scrdump.c write(handle, &total_size, sizeof(total_size)); handle 30 modules/scrdump.c write(handle, buf, part_size); handle 66 modules/scrdump.c ptp_data.handle = fd; handle 76 modules/scrdump.c if(ptp_data.handle >= 0) { handle 82 modules/scrdump.c if(ptp_data.handle >= 0) { handle 83 modules/scrdump.c close(ptp_data.handle); handle 84 modules/scrdump.c ptp_data.handle = -1; handle 1972 platform/generic/wrappers.c int CancelHPTimer(int handle) handle 1974 platform/generic/wrappers.c return _CancelHPTimer(handle); handle 245 tools/capdis.c static void describe_insn_ops(csh handle, cs_insn *insn) { handle 257 tools/capdis.c const char *reg=cs_reg_name(handle,insn->detail->arm.operands[i].mem.base); handle 261 tools/capdis.c reg=cs_reg_name(handle,insn->detail->arm.operands[i].mem.index); handle 273 tools/capdis.c printf(" %s",cs_reg_name(handle,insn->detail->arm.operands[i].reg)); handle 281 tools/capdis.c static void describe_insn_groups(csh handle, cs_insn *insn) { handle 288 tools/capdis.c printf("%s",cs_group_name(handle,insn->detail->groups[i])); handle 103 tools/ghidra_scripts/datatypes/fw_types.h int handle; handle 104 tools/ghidra_scripts/datatypes/fw_types.h int (*send_data)(int handle, const char *buf, int part_size, int total_size, int, int, int); // (0xFF9F525C), total_size should be 0 except for the first call handle 105 tools/ghidra_scripts/datatypes/fw_types.h int (*recv_data)(int handle, char *buf, int size, int, int); // (0xFF9F5500) handle 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 handle 109 tools/ghidra_scripts/datatypes/fw_types.h int (*send_resp)(int handle, PTPContainer *resp); // extra param messes up analysis handle 111 tools/ghidra_scripts/datatypes/fw_types.h int (*get_data_size)(int handle); // (0xFF9F5830) handle 112 tools/ghidra_scripts/datatypes/fw_types.h int (*send_err_resp)(int handle, PTPContainer *resp); // (0xFF9F5784)