Home | History | Annotate | Download | only in src

Lines Matching refs:cur

1794 		unsigned char	*cur = dir+i*0x4c;
1797 if (!ISOBJECT(cur))
1800 handles->Handler[curob] = dtoh32a(cur + ptp_canon_dir_objectid);
1802 oi->ObjectFormat = dtoh16a(cur + ptp_canon_dir_ofc);
1803 oi->ParentObject = dtoh32a(cur + ptp_canon_dir_parentid);
1804 oi->Filename = strdup((char*)(cur + ptp_canon_dir_name));
1805 oi->ObjectCompressedSize= dtoh32a(cur + ptp_canon_dir_size);
1806 oi->ThumbCompressedSize = dtoh32a(cur + ptp_canon_dir_thumbsize);
1807 oi->ImagePixWidth = dtoh32a(cur + ptp_canon_dir_width);
1808 oi->ImagePixHeight = dtoh32a(cur + ptp_canon_dir_height);
1809 oi->CaptureDate = oi->ModificationDate = dtoh32a(cur + ptp_canon_dir_unixtime);
1810 (*flags)[curob] = dtoh32a(cur + ptp_canon_dir_flags);
1816 unsigned char *cur = dir+i*0x4c;
1817 uint32_t nextchild = dtoh32a(cur + ptp_canon_dir_nextchild);
1819 if (ISOBJECT(cur))
1823 (*oinfos)[j].StorageID = dtoh32a(cur + ptp_canon_dir_storageid);
1829 unsigned char *cur = dir+i*0x4c;
1830 uint32_t oid = dtoh32a(cur + ptp_canon_dir_objectid);
1831 uint32_t nextoid = dtoh32a(cur + ptp_canon_dir_nextid);
1832 uint32_t nextchild = dtoh32a(cur + ptp_canon_dir_nextchild);
1835 if (!ISOBJECT(cur))