Searched refs:varStr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.h224 u_int8_t *varStr; // pointer to var string being compared member in struct:TRMatchStrInfo
H A DCCLEngine.c2041 matchInfo->varStr = 0;
2067 matchStrChar = matchInfo->varStr[matchInfo->varStrIndex];
2070 matchStrChar = matchInfo->varStr[matchInfo->varStrIndex];
2082 matchStrChar += matchInfo->varStr[matchInfo->varStrIndex] - 0x30;
2130 matchInfo->varStr = GetVarString(vs);
2131 if (matchInfo->varStr) {
2132 matchStrChar = matchInfo->varStr[1];
2135 matchInfo->varStrSize = matchInfo->varStr[0];
2177 matchInfo->varStr = 0;
2187 VerboseBuffer[x+1] = matchInfo->varStr[
[all...]

Completed in 115 milliseconds