Lines Matching full:nextchild
1817 uint32_t nextchild = dtoh32a(cur + ptp_canon_dir_nextchild);
1821 for (j=0;j<handles->n;j++) if (nextchild == handles->Handler[j]) break;
1832 uint32_t nextchild = dtoh32a(cur + ptp_canon_dir_nextchild);
1855 if (nextchild != 0xffffffff) {
1856 for (j=0;j<handles->n;j++) if (nextchild == handles->Handler[j]) break;