Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ LexInit
Function
LexInit
src/Scanner.cpp:2048–2052 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2046
}
2047
2048
void LexInit(const wxString& pszInput)
2049
{
2050
_pszLexStr = strdup(unicode2UTF8(pszInput));
2051
_pszLexBuff = _pszLexStr;
2052
}
2053
2054
void LexFree()
2055
{
Callers
1
CreateSearchData
Method · 0.85
Calls
1
unicode2UTF8
Function · 0.85
Tested by
no test coverage detected