Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
RegExp.cpp File Reference
#include <stdlib.h>
#include <string.h>
#include <algorithm>
#include "RegExp.h"
#include "log.h"
#include "utils/StringUtils.h"
#include "utils/Utf8Utils.h"

Macros

#define PCRE_UCP   0
 
#define PCRE_STUDY_JIT_COMPILE   0
 
#define PCRE_INFO_JIT   2048
 
#define pcre_free_study(x)   pcre_free((x))
 

Macro Definition Documentation

◆ pcre_free_study

#define pcre_free_study (   x)    pcre_free((x))

◆ PCRE_INFO_JIT

#define PCRE_INFO_JIT   2048

◆ PCRE_STUDY_JIT_COMPILE

#define PCRE_STUDY_JIT_COMPILE   0

◆ PCRE_UCP

#define PCRE_UCP   0