Searched refs:fStartType (Results 1 – 4 of 4) sorted by relevance
99 fStartType = other.fStartType; in operator =()174 fStartType = START_NO_INFO; in init()828 printf(" Match Start Type: %s\n", START_OF_MATCH_STR(fStartType)); in dumpPattern()829 if (fStartType == START_STRING) { in dumpPattern()836 } else if (fStartType == START_SET) { in dumpPattern()855 } else if (fStartType == START_CHAR) { in dumpPattern()
2714 fRXPat->fStartType = START_START; in matchStartType()2721 fRXPat->fStartType = START_LINE; in matchStartType()3116 if (fRXPat->fStartType == START_START) { in matchStartType()3123 fRXPat->fStartType = START_STRING; in matchStartType()3125 } else if (fRXPat->fStartType == START_LINE) { in matchStartType()3130 fRXPat->fStartType = START_NO_INFO; in matchStartType()3133 fRXPat->fStartType = START_CHAR; in matchStartType()3139 fRXPat->fStartType = START_SET; in matchStartType()3142 fRXPat->fStartType = START_NO_INFO; in matchStartType()
691 switch (fPattern->fStartType) { in find()968 switch (fPattern->fStartType) { in findUsingChunk()
619 int32_t fStartType; // Info on how a match must start. variable