Home
last modified time | relevance | path

Searched refs:pstrDest (Results 1 – 21 of 21) sorted by relevance

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/public/tier1/
H A Dfmtstr.h270 int CopyStringLength( char *pstrDest, const char *pstrSource, int nMaxLength ) in CopyStringLength() argument
273 char *pstrStart = pstrDest; in CopyStringLength()
275 while ( 0 < nCount && 0 != ( *pstrDest++ = *pstrSource++ ) ) in CopyStringLength()
281 pstrDest[-1] = 0; in CopyStringLength()
282 nLength = pstrDest - pstrStart - 1; in CopyStringLength()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/vstdlib/
H A Dstrtools.cpp249 char *pstrDest = pDest; in V_strncpy() local
252 while ( 0 < nCount && 0 != ( *pstrDest++ = *pstrSource++ ) ) in V_strncpy()
256 pstrDest[-1] = 0; in V_strncpy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/
H A Dbytestring.cpp610 char* pstrDest = pstrSource; in Remove() local
613 *pstrDest = *pstrSource; in Remove()
614 pstrDest++; in Remove()
619 *pstrDest = 0; in Remove()
620 size_t nCount = static_cast<size_t>(pstrSource - pstrDest); in Remove()
H A Dwidestring.cpp839 wchar_t* pstrDest = pstrSource; in Remove() local
842 *pstrDest = *pstrSource; in Remove()
843 pstrDest++; in Remove()
848 *pstrDest = 0; in Remove()
849 size_t count = static_cast<size_t>(pstrSource - pstrDest); in Remove()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/
H A Dbytestring.cpp610 char* pstrDest = pstrSource; in Remove() local
613 *pstrDest = *pstrSource; in Remove()
614 pstrDest++; in Remove()
619 *pstrDest = 0; in Remove()
620 size_t nCount = static_cast<size_t>(pstrSource - pstrDest); in Remove()
H A Dwidestring.cpp829 wchar_t* pstrDest = pstrSource; in Remove() local
832 *pstrDest = *pstrSource; in Remove()
833 pstrDest++; in Remove()
838 *pstrDest = 0; in Remove()
839 size_t count = static_cast<size_t>(pstrSource - pstrDest); in Remove()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dfx_basic_bstring.cpp773 FX_CHAR* pstrDest = pstrSource; in Remove() local
776 *pstrDest = *pstrSource; in Remove()
777 pstrDest++; in Remove()
782 *pstrDest = 0; in Remove()
783 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
H A Dfx_basic_wstring.cpp725 FX_WCHAR* pstrDest = pstrSource; in Remove() local
728 *pstrDest = *pstrSource; in Remove()
729 pstrDest++; in Remove()
734 *pstrDest = 0; in Remove()
735 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dfx_basic_bstring.cpp758 FX_CHAR* pstrDest = pstrSource; in Remove() local
761 *pstrDest = *pstrSource; in Remove()
762 pstrDest++; in Remove()
767 *pstrDest = 0; in Remove()
768 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
H A Dfx_basic_wstring.cpp712 FX_WCHAR* pstrDest = pstrSource; in Remove() local
715 *pstrDest = *pstrSource; in Remove()
716 pstrDest++; in Remove()
721 *pstrDest = 0; in Remove()
722 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
/dports/net/pjsip/pjproject-2.11.1/third_party/BaseClasses/
H A Dwxutil.cpp555 STDAPI WriteBSTR(__deref_out BSTR *pstrDest, LPCWSTR szSrc) in WriteBSTR() argument
557 *pstrDest = SysAllocString( szSrc ); in WriteBSTR()
558 if( !(*pstrDest) ) return E_OUTOFMEMORY; in WriteBSTR()
H A Dwxutil.h452 STDAPI WriteBSTR(__deref_out BSTR * pstrDest, LPCWSTR szSrc);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_string.cpp1080 char* pstrDest = m_s; in Remove() local
1087 *pstrDest = *pstrSource; in Remove()
1088 pstrDest++; in Remove()
1093 *pstrDest = 0; in Remove()
1094 int nCount = (int)(pstrSource - pstrDest); // the (int) is for 64 bit std::size_t conversion in Remove()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_string.cpp1080 char* pstrDest = m_s; in Remove() local
1087 *pstrDest = *pstrSource; in Remove()
1088 pstrDest++; in Remove()
1093 *pstrDest = 0; in Remove()
1094 int nCount = (int)(pstrSource - pstrDest); // the (int) is for 64 bit size_t conversion in Remove()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1452 LPTSTR pstrDest = m_pchData; in Remove() local
1459 *pstrDest = *pstrSource; in Remove()
1460 pstrDest = ::CharNext(pstrDest); in Remove()
1464 *pstrDest = _T('\0'); in Remove()
1465 int nCount = (int)(DWORD_PTR)(pstrSource - pstrDest); in Remove()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1452 LPTSTR pstrDest = m_pchData; in Remove() local
1459 *pstrDest = *pstrSource; in Remove()
1460 pstrDest = ::CharNext(pstrDest); in Remove()
1464 *pstrDest = _T('\0'); in Remove()
1465 int nCount = (int)(DWORD_PTR)(pstrSource - pstrDest); in Remove()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1452 LPTSTR pstrDest = m_pchData; in Remove() local
1459 *pstrDest = *pstrSource; in Remove()
1460 pstrDest = ::CharNext(pstrDest); in Remove()
1464 *pstrDest = _T('\0'); in Remove()
1465 int nCount = (int)(DWORD_PTR)(pstrSource - pstrDest); in Remove()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1452 LPTSTR pstrDest = m_pchData; in Remove() local
1459 *pstrDest = *pstrSource; in Remove()
1460 pstrDest = ::CharNext(pstrDest); in Remove()
1464 *pstrDest = _T('\0'); in Remove()
1465 int nCount = (int)(DWORD_PTR)(pstrSource - pstrDest); in Remove()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1452 LPTSTR pstrDest = m_pchData; in Remove() local
1459 *pstrDest = *pstrSource; in Remove()
1460 pstrDest = ::CharNext(pstrDest); in Remove()
1464 *pstrDest = _T('\0'); in Remove()
1465 int nCount = (int)(DWORD_PTR)(pstrSource - pstrDest); in Remove()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlmisc.h1452 LPTSTR pstrDest = m_pchData; in Remove() local
1459 *pstrDest = *pstrSource; in Remove()
1460 pstrDest = ::CharNext(pstrDest); in Remove()
1464 *pstrDest = _T('\0'); in Remove()
1465 int nCount = (int)(DWORD_PTR)(pstrSource - pstrDest); in Remove()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/ThirdParty/DirectShowSamples/
H A Dwxutil.h461 STDAPI WriteBSTR(BSTR * pstrDest, LPCWSTR szSrc);