Home | History | Annotate | Download | only in dist

Lines Matching refs:pcre

5 /* This is the public header file for the PCRE library, to be #included by
6 applications that call the PCRE functions.
42 /* The current PCRE version information. */
49 /* When an application links to a PCRE DLL in Windows, the symbols that are
50 imported have to be identified as such. When building PCRE, the appropriate
184 #define PCRE_ERROR_CALLOUT (-9) /* Never used by PCRE itself */
311 /* Bit flags for the pcre[16|32]_extra structure. Do not re-arrange or redefine
325 typedef struct real_pcre pcre;
342 /* If PCRE is compiled with 16 bit character support, PCRE_UCHAR16 must contain
353 /* If PCRE is compiled with 32 bit character support, PCRE_UCHAR32 must contain
364 /* When PCRE is compiled as a C++ library, the subject pointer type can be
538 /* Exported PCRE functions */
540 PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
555 PCRE_EXP_DECL int pcre_copy_named_substring(const pcre *, const char *,
567 PCRE_EXP_DECL int pcre_dfa_exec(const pcre *, const pcre_extra *,
573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
579 PCRE_EXP_DECL int pcre_jit_exec(const pcre *, const pcre_extra *,
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
600 PCRE_EXP_DECL int pcre_get_named_substring(const pcre *, const char *,
606 PCRE_EXP_DECL int pcre_get_stringnumber(const pcre *, const char *);
609 PCRE_EXP_DECL int pcre_get_stringtable_entries(const pcre *, const char *,
630 PCRE_EXP_DECL int pcre_refcount(pcre *, int);
633 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
644 PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *, pcre_extra *,
677 #endif /* End of pcre.h */