Home
last modified time | relevance | path

Searched refs:IsInStr (Results 1 – 2 of 2) sorted by relevance

/base/request/request/download/ability/src/
Dsql_analyzer.cpp89 if (IsInStr(ch, "'\"`") == 0) { in StrCheck()
123 if (IsInStr(ch, "'\"`") == 0) { in FindIllegalWords()
/base/request/request/download/ability/include/
Dsql_analyzer.h56 inline int IsInStr(char ch, std::string str) in IsInStr() function