Searched defs:start_offset (Results 1 - 4 of 4) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_dfa_exec.c | 337 start_offset start offset in the subject string 402 int start_offset, 788 current_subject > start_subject + md->start_offset))) 892 if (ptr == start_subject + start_offset) { ADD_ACTIVE(state_offset + 1, 0); } 3161 start_offset where to start in the subject string 3177 const char *subject, int length, int start_offset, int options, int *offsets, 3182 PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets, 3187 PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets, 3216 if (start_offset < 0 || start_offset > lengt 398 internal_dfa_exec( dfa_match_data *md, const pcre_uchar *this_start_code, const pcre_uchar *current_subject, int start_offset, int *offsets, int offsetcount, int *workspace, int wscount, int rlevel) argument 3176 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, const char *subject, int length, int start_offset, int options, int *offsets, int offsetcount, int *workspace, int wscount) argument [all...] |
H A D | pcre_exec.c | 1498 mstart == md->start_subject + md->start_offset))) 2094 if (eptr != md->start_subject + md->start_offset) RRETURN(MATCH_NOMATCH); 6322 start_offset where to start in the subject string 6336 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, 6341 PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets, 6346 PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets, 6367 PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; 6389 start_offset == -999) 6403 if (start_offset < 0 || start_offset > lengt 6335 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, int offsetcount) argument [all...] |
H A D | pcre_jit_compile.c | 10382 int length, int start_offset, int options, int *offsets, int offset_count) variable 10403 arguments.str = subject + start_offset; 10456 PCRE_SPTR subject, int length, int start_offset, int options, 10461 PCRE_SPTR16 subject, int length, int start_offset, int options, 10466 PCRE_SPTR32 subject, int length, int start_offset, int options, 10496 arguments.str = subject_ptr + start_offset; 10455 pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, int offset_count, pcre_jit_stack *stack) argument
|
H A D | pcre_internal.h | 2534 int start_offset; /* The start offset value */ member in struct:match_data 2557 int start_offset; /* The start offset value */ member in struct:dfa_match_data
|
Completed in 73 milliseconds