ze-filter  (ze-filter-0.8.0-develop-180218)
zeRegex.c File Reference
#include <ze-sys.h>
#include <libze.h>
#include <zeRegex.h>

Go to the source code of this file.

Macros

#define J_PCRE_FLAGS   (PCRE_CASELESS | PCRE_DOTALL)
 
#define JREGCOMP_FLAGS   (REG_ICASE | REG_EXTENDED)
 
#define JREGEXEC_FLAGS   0
 
#define DIM_VECTOR   (3 * 32)
 

Functions

bool zeRegexComp (zeRegex_T *re, char *expr, int flags)
 
bool zeRegexExec (zeRegex_T *re, char *s, long *pi, long *pf, int flags)
 
void zeRegexFree (zeRegex_T *re)
 
int zeRegexCount (char *s, char *expr)
 
bool zeRegexLookup (char *s, char *expr, long *pi, long *pf)
 
char * zeRegexError (zeRegex_T *re)
 

Macro Definition Documentation

◆ DIM_VECTOR

#define DIM_VECTOR   (3 * 32)

Definition at line 116 of file zeRegex.c.

◆ J_PCRE_FLAGS

#define J_PCRE_FLAGS   (PCRE_CASELESS | PCRE_DOTALL)

Definition at line 34 of file zeRegex.c.

◆ JREGCOMP_FLAGS

#define JREGCOMP_FLAGS   (REG_ICASE | REG_EXTENDED)

Definition at line 39 of file zeRegex.c.

◆ JREGEXEC_FLAGS

#define JREGEXEC_FLAGS   0

Definition at line 40 of file zeRegex.c.