Lines Matching defs:string
33 #include <string.h>
144 in the searched string one by one, starting at the beginning. All
170 tre_tnfa_run_parallel(const tre_tnfa_t *tnfa, const void *string,
176 const char *str_byte = string;
321 /* Check for end of string. */
593 tre_tnfa_run_backtrack(const tre_tnfa_t *tnfa, const void *string,
598 const char *str_byte = string;
764 /* Go to the next character in the input string. */
785 result = strncmp((const char*)string + so, str_byte - 1,
800 /* Advance in input string and resync `prev_c', `next_c'
813 /* Check for end of string. */
886 /* Try starting from a later position in the input string. */
887 /* Check for end of string. */
996 regexec(const regex_t *restrict preg, const char *restrict string,
1014 status = tre_tnfa_run_backtrack(tnfa, string, tags, eflags, &eo);
1019 status = tre_tnfa_run_parallel(tnfa, string, tags, eflags, &eo);