HomeSort by relevance Sort by last modified time
    Searched refs:PCRE2_SPTR (Results 1 - 25 of 28) sorted by null

1 2

  /external/pcre/dist2/src/
pcre2_string_utils.c 66 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2)
94 PRIV(strcmp_c8)(PCRE2_SPTR str1, const char *str2)
121 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len)
150 PRIV(strncmp_c8)(PCRE2_SPTR str1, const char *str2, size_t len)
173 PRIV(strlen)(PCRE2_SPTR str)
pcre2demo.c 72 PCRE2_SPTR pattern; /* PCRE2_SPTR is a pointer to unsigned code units of */
73 PCRE2_SPTR subject; /* the appropriate width (in this case, 8 bits). */
74 PCRE2_SPTR name_table;
125 cast to PCRE2_SPTR as we are working in 8-bit code units. */
127 pattern = (PCRE2_SPTR)argv[i];
128 subject = (PCRE2_SPTR)argv[i+1];
219 PCRE2_SPTR substring_start = subject + ovector[2*i];
242 PCRE2_SPTR tabptr;
410 PCRE2_SPTR substring_start = subject + ovector[2*i]
    [all...]
pcre2_substring.c 73 pcre2_substring_copy_byname(pcre2_match_data *match_data, PCRE2_SPTR stringname,
76 PCRE2_SPTR first, last, entry;
162 PCRE2_SPTR stringname, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr)
164 PCRE2_SPTR first, last, entry;
269 PCRE2_SPTR stringname, PCRE2_SIZE *sizeptr)
271 PCRE2_SPTR first, last, entry;
440 pcre2_substring_list_free(PCRE2_SPTR *list)
475 pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR stringname,
476 PCRE2_SPTR *firstptr, PCRE2_SPTR *lastptr
    [all...]
pcre2_newline.c 79 PRIV(is_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr,
169 PRIV(was_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR startptr,
pcre2_intmodedep.h 633 PCRE2_SPTR subject; /* The subject that was matched */
634 PCRE2_SPTR mark; /* Pointer to last mark */
655 PCRE2_SPTR group;
661 PCRE2_SPTR group;
677 PCRE2_SPTR name; /* Points to the name in the pattern */
692 PCRE2_SPTR start_workspace; /* The start of working space */
693 PCRE2_SPTR start_code; /* The start of the compiled code */
694 PCRE2_SPTR start_pattern; /* The start of the pattern */
695 PCRE2_SPTR end_pattern; /* The end of the pattern */
696 PCRE2_SPTR nestptr[2]; /* Pointer(s) saved for string substitution *
    [all...]
pcre2_substitute.c 78 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend,
84 PCRE2_SPTR ptr = *ptrptr;
215 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length,
217 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength,
234 PCRE2_SPTR ptr;
235 PCRE2_SPTR repend;
297 PCRE2_SPTR ptrstack[PTR_STACK_SIZE];
422 PCRE2_SPTR text1_start = NULL;
423 PCRE2_SPTR text1_end = NULL
    [all...]
pcre2.h.generic 357 PCRE2_SPTR mark; /* Pointer to current mark or NULL */ \
358 PCRE2_SPTR subject; /* The subject being matched */ \
367 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
379 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
444 pcre2_code *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, \
471 PCRE2_EXP_DECL int pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, \
476 PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, uint32_t, \
479 PCRE2_EXP_DECL PCRE2_SPTR pcre2_get_mark(pcre2_match_data *); \
489 PCRE2_SPTR, PCRE2_UCHAR *, PCRE2_SIZE *); \
494 PCRE2_SPTR, PCRE2_UCHAR **, PCRE2_SIZE *);
    [all...]
pcre2.h.in 357 PCRE2_SPTR mark; /* Pointer to current mark or NULL */ \
358 PCRE2_SPTR subject; /* The subject being matched */ \
367 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
379 PCRE2_SPTR callout_string; /* String compiled into pattern */ \
444 pcre2_code *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, \
471 PCRE2_EXP_DECL int pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, \
476 PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, uint32_t, \
479 PCRE2_EXP_DECL PCRE2_SPTR pcre2_get_mark(pcre2_match_data *); \
489 PCRE2_SPTR, PCRE2_UCHAR *, PCRE2_SIZE *); \
494 PCRE2_SPTR, PCRE2_UCHAR **, PCRE2_SIZE *);
    [all...]
pcre2_find_bracket.c 69 PCRE2_SPTR
70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number)
pcre2_pattern_info.c 103 return sizeof(PCRE2_SPTR);
211 *((PCRE2_SPTR *)where) = (PCRE2_SPTR)((char *)re + sizeof(pcre2_real_code));
256 PCRE2_SPTR cc;
273 cc = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code))
pcre2_valid_utf.c 63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset)
94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset)
96 register PCRE2_SPTR p;
pcre2_match_data.c 105 PCRE2_EXP_DEFN PCRE2_SPTR PCRE2_CALL_CONVENTION
pcre2_printint.c 92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf)
205 print_custring(FILE *f, PCRE2_SPTR ptr)
215 print_custring_bylen(FILE *f, PCRE2_SPTR ptr, PCRE2_UCHAR len)
272 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after)
310 PCRE2_SPTR codestart, nametable, code;
314 nametable = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code));
319 PCRE2_SPTR ccode;
415 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE;
432 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE;
602 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE
    [all...]
pcre2_dfa_match.c 367 PCRE2_SPTR this_start_code,
368 PCRE2_SPTR current_subject,
380 PCRE2_SPTR ptr;
381 PCRE2_SPTR end_code;
382 PCRE2_SPTR first_op;
391 PCRE2_SPTR start_subject = mb->start_subject;
392 PCRE2_SPTR end_subject = mb->end_subject;
393 PCRE2_SPTR start_code = mb->start_code;
595 PCRE2_SPTR code;
    [all...]
pcre2_auto_possess.c 306 static PCRE2_SPTR
307 get_chr_property_list(PCRE2_SPTR code, BOOL utf, const uint8_t *fcc,
312 PCRE2_SPTR end;
515 compare_opcodes(PCRE2_SPTR code, BOOL utf, const compile_block *cb,
516 const uint32_t *base_list, PCRE2_SPTR base_end, int *rec_limit)
523 PCRE2_SPTR next_code;
525 PCRE2_SPTR xclass_flags;
1065 PCRE2_SPTR end;
    [all...]
pcre2_compile.c 89 compile_regex(uint32_t, PCRE2_UCHAR **, PCRE2_SPTR *, int *, BOOL, BOOL,
498 static PCRE2_SPTR substitutes[] = {
554 static PCRE2_SPTR posix_substitutes[] = {
    [all...]
pcre2_match.c 145 match_ref(PCRE2_SIZE offset, PCRE2_SIZE offset_top, register PCRE2_SPTR eptr,
152 register PCRE2_SPTR p;
154 PCRE2_SPTR eptr_start = eptr;
188 PCRE2_SPTR endptr = p + length;
356 PCRE2_SPTR Xcharptr;
358 PCRE2_SPTR Xeptr;
359 PCRE2_SPTR Xecode;
360 PCRE2_SPTR Xmstart;
361 PCRE2_SPTR Xcallpat;
362 PCRE2_SPTR Xdata
    [all...]
pcre2_jit_compile.c 179 PCRE2_SPTR str;
180 PCRE2_SPTR begin;
181 PCRE2_SPTR end;
183 PCRE2_SPTR startchar_ptr;
245 PCRE2_SPTR cc;
350 PCRE2_SPTR start;
385 PCRE2_SPTR fast_forward_bc_ptr;
422 PCRE2_SPTR name_table;
580 static PCRE2_SPTR bracketend(PCRE2_SPTR cc
    [all...]
pcre2posix.c 246 preg->re_pcre2_code = pcre2_compile((PCRE2_SPTR)pattern, PCRE2_ZERO_TERMINATED,
331 (PCRE2_SPTR)string + so, (eo - so), 0, options, md, NULL);
pcre2_jit_match.c 86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length,
pcre2_xclass.c 69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf)
pcre2_study.c 92 find_minlength(const pcre2_real_code *re, PCRE2_SPTR code,
93 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr)
717 static PCRE2_SPTR
718 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf)
874 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf)
888 PCRE2_SPTR tcode = code + 1 + LINK_SIZE;
    [all...]
pcre2test.c 307 #undef PCRE2_SPTR
308 #define PCRE2_SPTR PCRE2_SPTR8
311 #undef PCRE2_SPTR
    [all...]
  /external/selinux/libselinux/src/
regex.c 81 (PCRE2_SPTR)pattern_string, PCRE2_ZERO_TERMINATED, PCRE2_DOTALL,
136 (PCRE2_SPTR)mmap_area->next_addr,
218 regex->regex, (PCRE2_SPTR)subject, PCRE2_ZERO_TERMINATED, 0,
  /external/pcre/pcrecpp/
pcrecpp.cc 130 re = pcre2_compile(reinterpret_cast<PCRE2_SPTR>(pattern_.c_str()),
139 re = pcre2_compile(reinterpret_cast<PCRE2_SPTR>(wrapped.c_str()),
347 re, reinterpret_cast<PCRE2_SPTR>((text.empty()) ? "" : text.data()),

Completed in 251 milliseconds

1 2