Searched refs:fStartType (Results 1 – 4 of 4) sorted by relevance
103 fStartType = other.fStartType; in operator =()178 fStartType = START_NO_INFO; in init()819 printf(" Match Start Type: %s\n", START_OF_MATCH_STR(fStartType)); in dumpPattern()820 if (fStartType == START_STRING) { in dumpPattern()823 } else if (fStartType == START_SET) { in dumpPattern()828 } else if (fStartType == START_CHAR) { in dumpPattern()
2722 fRXPat->fStartType = START_START; in matchStartType()2729 fRXPat->fStartType = START_LINE; in matchStartType()3125 if (fRXPat->fStartType == START_START) { in matchStartType()3132 fRXPat->fStartType = START_STRING; in matchStartType()3134 } else if (fRXPat->fStartType == START_LINE) { in matchStartType()3139 fRXPat->fStartType = START_NO_INFO; in matchStartType()3142 fRXPat->fStartType = START_CHAR; in matchStartType()3148 fRXPat->fStartType = START_SET; in matchStartType()3151 fRXPat->fStartType = START_NO_INFO; in matchStartType()
695 switch (fPattern->fStartType) { in find()972 switch (fPattern->fStartType) { in findUsingChunk()
621 int32_t fStartType; // Info on how a match must start. variable