Home
last modified time | relevance | path

Searched refs:pExtName (Results 1 – 14 of 14) sorted by relevance

/dports/ftp/php-fastdfs/fastdfs-6.06/common/
H A Dfdfs_http_shared.c32 const char *pExtName; in fdfs_http_get_file_extension() local
36 pExtName = pEnd - 1; in fdfs_http_get_file_extension()
37 for (i=0; i<FDFS_FILE_EXT_NAME_MAX_LEN && pExtName >= filename; \ in fdfs_http_get_file_extension()
38 i++, pExtName--) in fdfs_http_get_file_extension()
40 if (*pExtName == '.') in fdfs_http_get_file_extension()
48 pExtName++; //skip . in fdfs_http_get_file_extension()
49 *ext_len = pEnd - pExtName; in fdfs_http_get_file_extension()
50 return pExtName; in fdfs_http_get_file_extension()
/dports/ftp/fastdfs/fastdfs-6.06/common/
H A Dfdfs_http_shared.c32 const char *pExtName; in fdfs_http_get_file_extension() local
36 pExtName = pEnd - 1; in fdfs_http_get_file_extension()
37 for (i=0; i<FDFS_FILE_EXT_NAME_MAX_LEN && pExtName >= filename; \ in fdfs_http_get_file_extension()
38 i++, pExtName--) in fdfs_http_get_file_extension()
40 if (*pExtName == '.') in fdfs_http_get_file_extension()
48 pExtName++; //skip . in fdfs_http_get_file_extension()
49 *ext_len = pEnd - pExtName; in fdfs_http_get_file_extension()
50 return pExtName; in fdfs_http_get_file_extension()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DOGLGraphicsContext.cpp120 bool COGLGraphicsContext::IsExtensionSupported(const char* pExtName) in IsExtensionSupported() argument
122 if (strstr((const char*)m_pExtensionStr, pExtName) != NULL) in IsExtensionSupported()
124 DebugMessage(M64MSG_VERBOSE, "OpenGL Extension '%s' is supported.", pExtName); in IsExtensionSupported()
128 DebugMessage(M64MSG_VERBOSE, "OpenGL Extension '%s' is NOT supported.", pExtName); in IsExtensionSupported()
H A DOGLGraphicsContext.h39 bool IsExtensionSupported(const char* pExtName);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dexcform8.cxx679 … else if( const XclImpExtName* pExtName = rLinkMan.GetExternName( nXtiIndex, nNameIdx ) ) in Convert() local
681 switch( pExtName->GetType() ) in Convert()
693 aStack << aPool.Store(ocNoName, pExtName->GetName()); in Convert()
697 aStack << aPool.StoreExtName(nFileId, pExtName->GetName()); in Convert()
698 pExtName->CreateExtNameData(GetDoc(), nFileId); in Convert()
700 aStack << aPool.Store( ocNoName, pExtName->GetName() ); in Convert()
707 aStack << aPool.Store( ocExternal, pExtName->GetName() ); in Convert()
718 nBuf0 = aPool.Store( pExtName->GetName() ); in Convert()
722 pExtName->CreateDdeData( GetDoc(), aApplic, aTopic ); in Convert()
736 if (HandleOleLink(nXtiIndex, *pExtName, aExtInfo)) in Convert()
[all …]
H A Dxiescher.cxx3127 … const ExtName* pExtName = GetOldRoot().pExtNameBuff->GetNameByIndex( nRefIdx, nNameIdx ); in ReadPictFmla() local
3128 if( pExtName && pExtName->IsOLE() ) in ReadPictFmla()
3129 mnStorageId = pExtName->nStorageId; in ReadPictFmla()
3137 … const XclImpExtName* pExtName = GetLinkManager().GetExternName( nXti, nExtName ); in ReadPictFmla() local
3138 if( pExtName && (pExtName->GetType() == xlExtOLE) ) in ReadPictFmla()
3139 mnStorageId = pExtName->GetStorageId(); in ReadPictFmla()
H A Dxelink.cxx156 sal_uInt16 AppendNew( XclExpExtNameBase* pExtName );
1133 sal_uInt16 XclExpExtNameBuffer::AppendNew( XclExpExtNameBase* pExtName ) in AppendNew() argument
1135 XclExpExtNameRef xExtName( pExtName ); in AppendNew()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dexcform8.cxx682 … else if( const XclImpExtName* pExtName = rLinkMan.GetExternName( nXtiIndex, nNameIdx ) ) in Convert() local
684 switch( pExtName->GetType() ) in Convert()
696 aStack << aPool.Store(ocNoName, pExtName->GetName()); in Convert()
700 aStack << aPool.StoreExtName(nFileId, pExtName->GetName()); in Convert()
701 pExtName->CreateExtNameData(GetDoc(), nFileId); in Convert()
703 aStack << aPool.Store( ocNoName, pExtName->GetName() ); in Convert()
710 aStack << aPool.Store( ocExternal, pExtName->GetName() ); in Convert()
721 nBuf0 = aPool.Store( pExtName->GetName() ); in Convert()
725 pExtName->CreateDdeData( GetDoc(), aApplic, aTopic ); in Convert()
739 if (HandleOleLink(nXtiIndex, *pExtName, aExtInfo)) in Convert()
[all …]
H A Dxiescher.cxx3142 … const ExtName* pExtName = GetOldRoot().pExtNameBuff->GetNameByIndex( nRefIdx, nNameIdx ); in ReadPictFmla() local
3143 if( pExtName && pExtName->IsOLE() ) in ReadPictFmla()
3144 mnStorageId = pExtName->nStorageId; in ReadPictFmla()
3152 … const XclImpExtName* pExtName = GetLinkManager().GetExternName( nXti, nExtName ); in ReadPictFmla() local
3153 if( pExtName && (pExtName->GetType() == xlExtOLE) ) in ReadPictFmla()
3154 mnStorageId = pExtName->GetStorageId(); in ReadPictFmla()
H A Dxelink.cxx155 sal_uInt16 AppendNew( XclExpExtNameBase* pExtName );
1140 sal_uInt16 XclExpExtNameBuffer::AppendNew( XclExpExtNameBase* pExtName ) in AppendNew() argument
1145 maNameList.AppendRecord( pExtName ); in AppendNew()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/lotus/
H A Dlotform.cxx395 const char* pExtName = nullptr; in Convert() local
446 pExtName = GetAddInName( nOc ); in Convert()
457 case FT_FuncFix0: DoFunc( eOc, 0, pExtName ); break; in Convert()
458 case FT_FuncFix1: DoFunc( eOc, 1, pExtName ); break; in Convert()
459 case FT_FuncFix2: DoFunc( eOc, 2, pExtName ); break; in Convert()
460 case FT_FuncFix3: DoFunc( eOc, 3, pExtName ); break; in Convert()
461 case FT_FuncFix4: DoFunc( eOc, 4, pExtName ); break; in Convert()
464 DoFunc( eOc, nCnt, pExtName ); in Convert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/lotus/
H A Dlotform.cxx394 const sal_Char* pExtName = nullptr; in Convert() local
445 pExtName = GetAddInName( nOc ); in Convert()
456 case FT_FuncFix0: DoFunc( eOc, 0, pExtName ); break; in Convert()
457 case FT_FuncFix1: DoFunc( eOc, 1, pExtName ); break; in Convert()
458 case FT_FuncFix2: DoFunc( eOc, 2, pExtName ); break; in Convert()
459 case FT_FuncFix3: DoFunc( eOc, 3, pExtName ); break; in Convert()
460 case FT_FuncFix4: DoFunc( eOc, 4, pExtName ); break; in Convert()
463 DoFunc( eOc, nCnt, pExtName ); in Convert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dlotform.hxx73 void DoFunc( DefTokenId eOc, sal_uInt8 nCnt, const sal_Char* pExtName );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dlotform.hxx72 void DoFunc( DefTokenId eOc, sal_uInt8 nCnt, const char* pExtName );