fwt_expect_file_count   32 core/remotecap.c static int fwt_expect_file_count; // number of filewrite files expected (for cameras with native raw+jpeg)
fwt_expect_file_count  197 core/remotecap.c         fwt_expect_file_count = 2;
fwt_expect_file_count  199 core/remotecap.c         fwt_expect_file_count = 1;
fwt_expect_file_count  202 core/remotecap.c     fwt_expect_file_count = 1;
fwt_expect_file_count  239 core/remotecap.c     if(fwt_expect_file_count) {
fwt_expect_file_count  240 core/remotecap.c         fwt_expect_file_count--;
fwt_expect_file_count  242 core/remotecap.c     if(fwt_expect_file_count == 0) {