send_data         181 core/live_view.c     data->send_data(data->handle,(char*)&lv,sizeof(lv_hdr),total_size,0,0,0);
send_data         187 core/live_view.c         data->send_data(data->handle,pal_data,pal_size,0,0,0,0);
send_data         194 core/live_view.c         data->send_data(data->handle,vp_fb,vp_size,0,0,0,0);
send_data         200 core/live_view.c         data->send_data(data->handle,vid_get_bitmap_active_buffer(),bm_size,0,0,0,0);
send_data         207 core/live_view.c         data->send_data(data->handle,vid_get_opacity_active_buffer(),bmo_size,0,0,0,0);
send_data         241 core/ptp.c         if ( data->send_data(data->handle,src,size,size,0,0,0) )
send_data         287 core/ptp.c             if ( data->send_data(data->handle,sb.buf,send_size,tmpsize,0,0,0) )
send_data         502 core/ptp.c                 if(data->send_data(data->handle,x,send_size,total_size,0,0,0) != 0) {
send_data         516 core/ptp.c             if(data->send_data(data->handle,src,size,total_size,0,0,0) == 0) {
send_data         739 core/ptp.c               data->send_data(data->handle,sb.buf,r,tmp,0,0,0);
send_data         928 core/ptp.c                     data->send_data(data->handle,rcgd_addr,rcgd_size,rcgd_size,0,0,0);
send_data          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
send_data          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
send_data         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