49#ifndef RE_DOT_MATCHES_NEWLINE
50 #define RE_DOT_MATCHES_NEWLINE 1
56#define MAX_REGEXP_OBJECTS 30
61#define MAX_CHAR_CLASS_LEN 40
82 unsigned char ccl_buf[MAX_CHAR_CLASS_LEN];
116SBG_COMMON_LIB_API int32_t sbgRegexMatchp(
const SbgRegex *pRegex,
const char *pText,
size_t *pMatchLength);
127SBG_COMMON_LIB_API int32_t sbgRegexMatch(
const char *pPattern,
const char *pText,
size_t *pMatchLength);
Main header for the SBG Systems common C library.
#define SBG_COMMON_LIB_API
Definition sbgDefines.h:79
Definition tinyRegex.h:80
sbgRegexItem re_compiled[MAX_REGEXP_OBJECTS]
Definition tinyRegex.h:81
unsigned char ccl_buf[MAX_CHAR_CLASS_LEN]
Definition tinyRegex.h:82
Definition tinyRegex.h:67