OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcre2_real_compile_context
(Results
1 - 5
of
5
) sorted by null
/external/pcre/dist2/src/
pcre2_context.c
150
sizeof(
pcre2_real_compile_context
), (pcre2_memctl *)gcontext);
213
ccontext->memctl.malloc(sizeof(
pcre2_real_compile_context
),
216
memcpy(new, ccontext, sizeof(
pcre2_real_compile_context
));
pcre2.h.generic
325
struct
pcre2_real_compile_context
; \
326
typedef struct
pcre2_real_compile_context
pcre2_compile_context; \
578
#define
pcre2_real_compile_context
PCRE2_SUFFIX(pcre2_real_compile_context_)
[
all
...]
pcre2.h.in
325
struct
pcre2_real_compile_context
; \
326
typedef struct
pcre2_real_compile_context
pcre2_compile_context; \
578
#define
pcre2_real_compile_context
PCRE2_SUFFIX(pcre2_real_compile_context_)
[
all
...]
pcre2_intmodedep.h
560
typedef struct
pcre2_real_compile_context
{
struct
569
}
pcre2_real_compile_context
;
typedef in typeref:struct:pcre2_real_compile_context
687
pcre2_real_compile_context
*cx; /* Points to the compile context */
[
all
...]
pcre2test.c
325
#define
PCRE2_REAL_COMPILE_CONTEXT
pcre2_real_compile_context_8
335
#define
PCRE2_REAL_COMPILE_CONTEXT
pcre2_real_compile_context_16
344
#define
PCRE2_REAL_COMPILE_CONTEXT
pcre2_real_compile_context_32
516
#define CO(name) offsetof(
PCRE2_REAL_COMPILE_CONTEXT
, name)
[
all
...]
Completed in 763 milliseconds