Home | History | Annotate | Download | only in src

Lines Matching refs:entnum

1904  *      uint32_t* entnum - the number of elements of the array
1910 PTPCANONFolderEntry** entries, uint32_t* entnum)
1928 *entnum=ptp.Param1;
1929 *entries=calloc(*entnum, sizeof(PTPCANONFolderEntry));
1931 for(i=0; i<(*entnum); i++)