OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCRE2_SUFFIX
(Results
1 - 4
of
4
) sorted by null
/external/pcre/dist2/src/
pcre2.h.generic
558
generating three versions of everything below. After that,
PCRE2_SUFFIX
will be
564
#define
PCRE2_SUFFIX
(a) PCRE2_GLUE(a,PCRE2_LOCAL_WIDTH)
569
#define PCRE2_UCHAR
PCRE2_SUFFIX
(PCRE2_UCHAR)
570
#define PCRE2_SPTR
PCRE2_SUFFIX
(PCRE2_SPTR)
572
#define pcre2_code
PCRE2_SUFFIX
(pcre2_code_)
573
#define pcre2_jit_callback
PCRE2_SUFFIX
(pcre2_jit_callback_)
574
#define pcre2_jit_stack
PCRE2_SUFFIX
(pcre2_jit_stack_)
576
#define pcre2_real_code
PCRE2_SUFFIX
(pcre2_real_code_)
577
#define pcre2_real_general_context
PCRE2_SUFFIX
(pcre2_real_general_context_)
578
#define pcre2_real_compile_context
PCRE2_SUFFIX
(pcre2_real_compile_context_
[
all
...]
pcre2.h.in
558
generating three versions of everything below. After that,
PCRE2_SUFFIX
will be
564
#define
PCRE2_SUFFIX
(a) PCRE2_GLUE(a,PCRE2_LOCAL_WIDTH)
569
#define PCRE2_UCHAR
PCRE2_SUFFIX
(PCRE2_UCHAR)
570
#define PCRE2_SPTR
PCRE2_SUFFIX
(PCRE2_SPTR)
572
#define pcre2_code
PCRE2_SUFFIX
(pcre2_code_)
573
#define pcre2_jit_callback
PCRE2_SUFFIX
(pcre2_jit_callback_)
574
#define pcre2_jit_stack
PCRE2_SUFFIX
(pcre2_jit_stack_)
576
#define pcre2_real_code
PCRE2_SUFFIX
(pcre2_real_code_)
577
#define pcre2_real_general_context
PCRE2_SUFFIX
(pcre2_real_general_context_)
578
#define pcre2_real_compile_context
PCRE2_SUFFIX
(pcre2_real_compile_context_
[
all
...]
pcre2_printint.c
45
code unit width, with
PCRE2_SUFFIX
set appropriately, just like the functions
61
#define OP_lengths
PCRE2_SUFFIX
(OP_lengths_)
62
#define get_ucpname
PCRE2_SUFFIX
(get_ucpname_)
63
#define pcre2_printint
PCRE2_SUFFIX
(pcre2_printint_)
64
#define print_char
PCRE2_SUFFIX
(print_char_)
65
#define print_custring
PCRE2_SUFFIX
(print_custring_)
66
#define print_custring_bylen
PCRE2_SUFFIX
(print_custring_bylen_)
67
#define print_prop
PCRE2_SUFFIX
(print_prop_)
pcre2test.c
262
have left
PCRE2_SUFFIX
defined as a no-op. We must re-define it appropriately
267
#undef
PCRE2_SUFFIX
272
#define
PCRE2_SUFFIX
(a) G(a,8)
276
#undef
PCRE2_SUFFIX
281
#define
PCRE2_SUFFIX
(a) G(a,16)
285
#undef
PCRE2_SUFFIX
290
#define
PCRE2_SUFFIX
(a) G(a,32)
294
#undef
PCRE2_SUFFIX
297
#define
PCRE2_SUFFIX
(a) a
[
all
...]
Completed in 1566 milliseconds