Lines Matching defs:state
43 * textsearch_next() to fetch subsequent occurrences. A state variable
81 * struct ts_state state;
92 * pos = textsearch_find_continuous(conf, &state, example, strlen(example));
206 struct ts_state *state)
208 struct ts_linear_state *st = (struct ts_linear_state *) state->cb;
221 * @state: search state
232 struct ts_state *state,
235 struct ts_linear_state *st = (struct ts_linear_state *) state->cb;
241 return textsearch_find(conf, state);