Home | History | Annotate | Download | only in src

Lines Matching refs:filemap

90 static filemap_t *filemap = NULL;
248 filemap_t *filemap;
250 filemap = (filemap_t *)malloc(sizeof(filemap_t));
252 if( filemap != NULL ) {
253 filemap->description = NULL;
254 filemap->id = LIBMTP_FILETYPE_UNKNOWN;
255 filemap->ptp_id = PTP_OFC_Undefined;
256 filemap->next = NULL;
259 return filemap;
276 current = filemap;
298 if(filemap == NULL) {
299 filemap = new;
301 current = filemap;
378 current = filemap;
401 current = filemap;
734 current = filemap;