Lines Matching refs:extension
1755 * Parses the extension descriptor, there may be stuff in
1775 /* Detect extension */
1784 /* Parse for an extension */
1791 /* extension versions have to be MAJOR.MINOR, but Samsung has one
1796 LIBMTP_device_extension_t *extension;
1798 extension = malloc(sizeof(LIBMTP_device_extension_t));
1799 extension->name = name;
1800 extension->major = major;
1801 extension->minor = minor;
1802 extension->next = NULL;
1804 mtpdevice->extensions = extension;
1809 tmp->next = extension;
1812 LIBMTP_ERROR("LIBMTP ERROR: couldnt parse extension %s\n",
1922 LIBMTP_ERROR("LIBMTP WARNING: no MTP vendor extension on device "
1967 * extension and NO Android extension.
2435 // Free extension list...
3178 printf(" Vendor extension ID: 0x%08x\n",
3180 printf(" Vendor extension description: %s\n",
4263 * actually OGG or FLAC files. We look at the filename extension
5009 * actually OGG or FLAC files. We look at the filename extension
5114 * actually OGG or FLAC files. We look at the filename extension
5566 * This helper function returns a unique filename, with a random string before the extension
6985 * The playlist filename should nominally end with an extension
7022 * The album filename should nominally end with an extension
7522 // For Samsung players we must look for the .spl extension explicitly since
7595 // For Samsung players we must look for the .spl extension explicitly since