HomeSort by relevance Sort by last modified time
    Searched full:filemap_t (Results 1 - 1 of 1) sorted by null

  /external/libmtp/src/
libmtp.c 67 //typedef struct filemap_struct filemap_t;
73 } filemap_t; typedef in typeref:struct:filemap_struct
90 static filemap_t *filemap = NULL;
246 static filemap_t *new_filemap_entry()
248 filemap_t *filemap;
250 filemap = (filemap_t *)malloc(sizeof(filemap_t));
273 filemap_t *new = NULL, *current;
376 filemap_t *current;
399 filemap_t *current
    [all...]

Completed in 30 milliseconds