Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
RegExp.cpp File Reference
#include "RegExp.h"
#include "log.h"
#include "utils/StringUtils.h"
#include "utils/Utf8Utils.h"
#include <algorithm>
#include <stdlib.h>
#include <string.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