Home | History | Annotate | Download | only in src

Lines Matching refs:PTPContainer

1102 ptp_unpack_EC (PTPParams *params, unsigned char* data, PTPContainer *ec, unsigned int len)
1679 ptp_unpack_Nikon_EC (PTPParams *params, unsigned char* data, unsigned int len, PTPContainer **ec, int *cnt)
1691 *ec = malloc(sizeof(PTPContainer)*(*cnt));
1694 memset(&(*ec)[i],0,sizeof(PTPContainer));