HomeSort by relevance Sort by last modified time
    Searched refs:mimetype_offset (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 244 xdg_uint32_t mimetype_offset = GET_UINT32 (cache->buffer, offset + 4); local
257 return cache->buffer + mimetype_offset;
294 xdg_uint32_t mimetype_offset; local
297 mimetype_offset = GET_UINT32 (cache->buffer, offset + 16 * j + 4);
298 non_match = cache->buffer + mimetype_offset;
418 xdg_uint32_t mimetype_offset = GET_UINT32 (cache->buffer, list_offset + 4 + 12 * j + 4); local
421 mime_type = cache->buffer + mimetype_offset;
451 xdg_uint32_t mimetype_offset; local
499 mimetype_offset = GET_UINT32 (cache->buffer, child_offset + 12 * i + 4);
502 mime_types[n].mime = cache->buffer + mimetype_offset;
871 xdg_uint32_t mimetype_offset = GET_UINT32 (cache->buffer, list_offset + 4 + 8 * j); local
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmimecache.c 246 xdg_uint32_t mimetype_offset = GET_UINT32 (cache->buffer, offset + 4); local
259 return cache->buffer + mimetype_offset;
296 xdg_uint32_t mimetype_offset; local
299 mimetype_offset = GET_UINT32 (cache->buffer, offset + 16 * j + 4);
300 non_match = cache->buffer + mimetype_offset;
420 xdg_uint32_t mimetype_offset = GET_UINT32 (cache->buffer, list_offset + 4 + 12 * j + 4); local
423 mime_type = cache->buffer + mimetype_offset;
453 xdg_uint32_t mimetype_offset; local
501 mimetype_offset = GET_UINT32 (cache->buffer, child_offset + 12 * i + 4);
504 mime_types[n].mime = cache->buffer + mimetype_offset;
873 xdg_uint32_t mimetype_offset = GET_UINT32 (cache->buffer, list_offset + 4 + 8 * j); local
    [all...]

Completed in 24 milliseconds