Searched refs:extMap (Results 1 – 2 of 2) sorted by relevance
72 const ExtensionMap* extMap = extensionMap; in getMIMETypeForExtension() local73 while (extMap->extension) { in getMIMETypeForExtension()74 if (str == extMap->extension) in getMIMETypeForExtension()75 return extMap->mimeType; in getMIMETypeForExtension()76 ++extMap; in getMIMETypeForExtension()
416 int32_t *baseMap, *extMap; in checkBaseExtBytes() local422 extMap=ext->reverseMap; in checkBaseExtBytes()457 me=ext->mappings+extMap[e]; in checkBaseExtBytes()