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

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.h226 u_int8_t varStrIndex; // index of next char in var string member in struct:TRMatchStrInfo
H A DCCLEngine.c2043 matchInfo->varStrIndex = 0;
2067 matchStrChar = matchInfo->varStr[matchInfo->varStrIndex];
2068 matchInfo->varStrIndex++;
2070 matchStrChar = matchInfo->varStr[matchInfo->varStrIndex];
2071 matchInfo->varStrIndex++;
2075 c = matchInfo->matchStr[matchInfo->varStrIndex++];
2077 c = matchInfo->matchStr[matchInfo->varStrIndex++];
2082 matchStrChar += matchInfo->varStr[matchInfo->varStrIndex] - 0x30;
2083 matchInfo->varStrIndex++;
2087 if (matchInfo->varStrIndex
[all...]

Completed in 218 milliseconds