Home
last modified time | relevance | path

Searched refs:iStrIndex (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.y17 int iStrIndex; member
107 …| TOK_INT { $$ = pParser->AddKeyword ( ( $1.iStrIndex>=0 ) ? pParser->m_dIntTokens[$1.iStrIn…
108 … TOK_FLOAT { $$ = pParser->AddKeyword ( ( $1.iStrIndex>=0 ) ? pParser->m_dIntTokens[$1.iStrI…
H A Dyysphinxquery.h73 int iStrIndex; member
H A Dyysphinxquery.c131 int iStrIndex; member
1471 …) = pParser->AddKeyword ( ( (yyvsp[0].tInt).iStrIndex>=0 ) ? pParser->m_dIntTokens[(yyvsp[0].tInt)… in yyparse()
1477 …) = pParser->AddKeyword ( ( (yyvsp[0].tInt).iStrIndex>=0 ) ? pParser->m_dIntTokens[(yyvsp[0].tInt)… in yyparse()
H A Dsphinxquery.cpp784 m_tPendingToken.tInt.iStrIndex = -1; in GetNumber()
790 m_tPendingToken.tInt.iStrIndex = m_dIntTokens.GetLength()-1; in GetNumber()
876 m_tPendingToken.tInt.iStrIndex = -1; in GetToken()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/bot/
H A Dbotmanager.cpp113 int iIndex, iStrIndex; in LoadBotNamesFile() local
138 iStrIndex = 0; in LoadBotNamesFile()
139 while (iStrIndex < length) in LoadBotNamesFile()
141 if ((szNameBuffer[iStrIndex] < ' ') || (szNameBuffer[iStrIndex] > '~') || in LoadBotNamesFile()
142 (szNameBuffer[iStrIndex] == '"')) in LoadBotNamesFile()
148 iStrIndex++; in LoadBotNamesFile()
216 int iIndex, iStrIndex; in LoadBotTeamsFile() local
234 iStrIndex = 0; in LoadBotTeamsFile()
235 while (iStrIndex < length) in LoadBotTeamsFile()
237 if ((szNameBuffer[iStrIndex] < ' ') || (szNameBuffer[iStrIndex] > '~') || in LoadBotTeamsFile()
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxquery.y17 int iStrIndex; member
106 …| TOK_INT { $$ = pParser->AddKeyword ( ( $1.iStrIndex>=0 ) ? pParser->m_dIntTokens[$1.iStrIn…
H A Dyysphinxquery.h61 int iStrIndex; member
H A Dyysphinxquery.c106 int iStrIndex; member
1193 …Node = pParser->AddKeyword ( ( yyvsp[0].tInt.iStrIndex>=0 ) ? pParser->m_dIntTokens[yyvsp[0].tInt.
H A Dsphinxquery.cpp655 m_tPendingToken.tInt.iStrIndex = -1; in GetToken()
660 m_tPendingToken.tInt.iStrIndex = m_dIntTokens.GetLength()-1; in GetToken()
703 m_tPendingToken.tInt.iStrIndex = -1; in GetToken()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp3483 int32_t iStrIndex = 0; in DecodeHTML() local
3532 strString[iStrIndex++] = ch; in DecodeHTML()
3536 strString[iStrIndex] = 0; in DecodeHTML()
3544 iStrIndex = 0; in DecodeHTML()
3545 strString[iStrIndex] = 0; in DecodeHTML()
3561 int32_t iStrIndex = 0; in DecodeXML() local
3611 strString[iStrIndex++] = ch; in DecodeXML()
3615 strString[iStrIndex] = 0; in DecodeXML()
3647 iStrIndex = 0; in DecodeXML()
3648 strString[iStrIndex] = 0; in DecodeXML()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp935 size_t iStrIndex = 0; in DecodeMLInternal() local
937 if (iStrIndex < 8) in DecodeMLInternal()
938 szBuffer[iStrIndex++] = ch; in DecodeMLInternal()
943 szBuffer[iStrIndex] = 0; in DecodeMLInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp934 size_t iStrIndex = 0; in DecodeMLInternal() local
936 if (iStrIndex < 8) in DecodeMLInternal()
937 szBuffer[iStrIndex++] = ch; in DecodeMLInternal()
942 szBuffer[iStrIndex] = 0; in DecodeMLInternal()