Lines Matching refs:start
62 /* The start position. */
63 size_t start;
174 * start is the position at which to start searching. Note that setting the
175 * start position is distinct from incrementing the pointer, since the regex
176 * engine may look at bytes before the start position to determine match
177 * information. For example, if the start position is greater than 0, then the
186 size_t start);
190 * If a match is found, then its start and end offsets (in bytes) are set
197 * start is the position at which to start searching. Note that setting the
198 * start position is distinct from incrementing the pointer, since the regex
199 * engine may look at bytes before the start position to determine match
200 * information. For example, if the start position is greater than 0, then the
209 size_t start, rure_match *match);
220 * start is the position at which to start searching. Note that setting the
221 * start position is distinct from incrementing the pointer, since the regex
222 * engine may look at bytes before the start position to determine match
223 * information. For example, if the start position is greater than 0, then the
237 size_t start, rure_captures *captures);
250 * start is the position at which to start searching. Note that setting the
251 * start position is distinct from incrementing the pointer, since the regex
252 * engine may look at bytes before the start position to determine match
253 * information. For example, if the start position is greater than 0, then the
262 size_t start, size_t *end);
317 * start and end location of the match, in bytes.
385 * with the start and end location (in bytes) of the capturing group.
487 * start is the position at which to start searching. Note that setting the
488 * start position is distinct from incrementing the pointer, since the regex
489 * engine may look at bytes before the start position to determine match
490 * information. For example, if the start position is greater than 0, then the
494 size_t start);
507 * start is the position at which to start searching. Note that setting the
508 * start position is distinct from incrementing the pointer, since the regex
509 * engine may look at bytes before the start position to determine match
510 * information. For example, if the start position is greater than 0, then the
521 size_t start, bool *matches);