Home
last modified time | relevance | path

Searched refs:PCRE_SPTR32 (Results 1 – 11 of 11) sorted by relevance

/external/pcre/
Dpcre.h360 #ifndef PCRE_SPTR32
361 #define PCRE_SPTR32 const PCRE_UCHAR32 * macro
467 PCRE_SPTR32 subject; /* The subject being matched */
544 PCRE_EXP_DECL pcre32 *pcre32_compile(PCRE_SPTR32, int, const char **, int *,
550 PCRE_EXP_DECL pcre32 *pcre32_compile2(PCRE_SPTR32, int, int *, const char **,
559 PCRE_EXP_DECL int pcre32_copy_named_substring(const pcre32 *, PCRE_SPTR32,
560 int *, int, PCRE_SPTR32, PCRE_UCHAR32 *, int);
565 PCRE_EXP_DECL int pcre32_copy_substring(PCRE_SPTR32, int *, int, int,
572 PCRE_SPTR32, int, int, int, int *, int , int *, int);
578 PCRE_SPTR32, int, int, int, int *, int);
[all …]
/external/pcre/dist/
Dpcre_get.c76 pcre32_get_stringnumber(const pcre32 *code, PCRE_SPTR32 stringname) in pcre_get_stringnumber()
158 pcre32_get_stringtable_entries(const pcre32 *code, PCRE_SPTR32 stringname, in pcre_get_stringtable_entries()
267 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector) in get_first_set()
343 pcre32_copy_substring(PCRE_SPTR32 subject, int *ovector, int stringcount, in pcre_copy_substring()
400 pcre32_copy_named_substring(const pcre32 *code, PCRE_SPTR32 subject, in pcre_copy_named_substring()
401 int *ovector, int stringcount, PCRE_SPTR32 stringname, in pcre_copy_named_substring()
449 pcre32_get_substring_list(PCRE_SPTR32 subject, int *ovector, int stringcount, in pcre_get_substring_list()
450 PCRE_SPTR32 **listptr) in pcre_get_substring_list()
470 *listptr = (PCRE_SPTR32 *)stringlist; in pcre_get_substring_list()
509 pcre32_free_substring_list(PCRE_SPTR32 *pointer) in pcre_free_substring_list()
[all …]
Dpcre.h.in360 #ifndef PCRE_SPTR32
361 #define PCRE_SPTR32 const PCRE_UCHAR32 * macro
467 PCRE_SPTR32 subject; /* The subject being matched */
544 PCRE_EXP_DECL pcre32 *pcre32_compile(PCRE_SPTR32, int, const char **, int *,
550 PCRE_EXP_DECL pcre32 *pcre32_compile2(PCRE_SPTR32, int, int *, const char **,
559 PCRE_EXP_DECL int pcre32_copy_named_substring(const pcre32 *, PCRE_SPTR32,
560 int *, int, PCRE_SPTR32, PCRE_UCHAR32 *, int);
565 PCRE_EXP_DECL int pcre32_copy_substring(PCRE_SPTR32, int *, int, int,
572 PCRE_SPTR32, int, int, int, int *, int , int *, int);
578 PCRE_SPTR32, int, int, int, int *, int);
[all …]
Dpcre.h.generic360 #ifndef PCRE_SPTR32
361 #define PCRE_SPTR32 const PCRE_UCHAR32 *
467 PCRE_SPTR32 subject; /* The subject being matched */
544 PCRE_EXP_DECL pcre32 *pcre32_compile(PCRE_SPTR32, int, const char **, int *,
550 PCRE_EXP_DECL pcre32 *pcre32_compile2(PCRE_SPTR32, int, int *, const char **,
559 PCRE_EXP_DECL int pcre32_copy_named_substring(const pcre32 *, PCRE_SPTR32,
560 int *, int, PCRE_SPTR32, PCRE_UCHAR32 *, int);
565 PCRE_EXP_DECL int pcre32_copy_substring(PCRE_SPTR32, int *, int, int,
572 PCRE_SPTR32, int, int, int, int *, int , int *, int);
578 PCRE_SPTR32, int, int, int, int *, int);
[all …]
Dpcretest.c402 lv = pchars32((PCRE_SPTR32)(p) + offset, len, use_utf, f)
405 (void)pchars32((PCRE_SPTR32)(p) + offset, len, use_utf, f)
410 #define STRLEN32(p) ((int)strlen32((PCRE_SPTR32)p))
423 re = (pcre *)pcre32_compile((PCRE_SPTR32)pat, options, error, erroffset, \
428 rc = pcre32_copy_named_substring((pcre32 *)re, (PCRE_SPTR32)bptr, offsets, \
429 count, (PCRE_SPTR32)namesptr, (PCRE_UCHAR32 *)cbuffer, size/2)
432 rc = pcre32_copy_substring((PCRE_SPTR32)bptr, offsets, count, i, \
438 (PCRE_SPTR32)bptr, len, start_offset, options, offsets, size_offsets, \
443 count = pcre32_exec((pcre32 *)re, (pcre32_extra *)extra, (PCRE_SPTR32)bptr, \
450 pcre32_free_substring((PCRE_SPTR32)substring)
[all …]
Dpcre32_utf32_utils.c97 pcre32_utf32_to_host_byte_order(PCRE_UCHAR32 *output, PCRE_SPTR32 input, in pcre32_utf32_to_host_byte_order()
Dpcre_dfa_exec.c2713 cb.subject = (PCRE_SPTR32)start_subject; in internal_dfa_exec()
3066 cb.subject = (PCRE_SPTR32)start_subject; in internal_dfa_exec()
3187 PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets, in pcre_dfa_exec()
Dpcre_exec.c1319 cb.subject = (PCRE_SPTR32)md->start_subject; in match()
1714 cb.subject = (PCRE_SPTR32)md->start_subject; in match()
6346 PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
Dpcre_compile.c8756 pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errorptr, in pcre_compile()
8780 pcre32_compile2(PCRE_SPTR32 pattern, int options, int *errorcodeptr, in pcre_compile2()
Dpcre_jit_compile.c6329 callout_block->subject = (PCRE_SPTR32)begin; in do_callout()
10466 PCRE_SPTR32 subject, int length, int start_offset, int options, in pcre_jit_exec()
/external/pcre/dist/doc/
Dpcre.txt531 pcre32 *pcre32_compile(PCRE_SPTR32 pattern, int options,
535 pcre32 *pcre32_compile2(PCRE_SPTR32 pattern, int options,
545 PCRE_SPTR32 subject, int length, int startoffset,
549 PCRE_SPTR32 subject, int length, int startoffset,
557 PCRE_SPTR32 subject, int *ovector,
558 int stringcount, PCRE_SPTR32 stringname,
561 int pcre32_copy_substring(PCRE_SPTR32 subject, int *ovector,
566 PCRE_SPTR32 subject, int *ovector,
567 int stringcount, PCRE_SPTR32 stringname,
568 PCRE_SPTR32 *stringptr);
[all …]