ndn-lite
Variables
ndn-trust-schema-common.h File Reference

Go to the source code of this file.

Variables

static char _single_name_rgxp [] = "^<.+>$"
 
static char _single_wildcard_rgxp [] = "^<>$"
 
static char _multiple_wildcard_rgxp [] = "^<>\\*$"
 
static char _subpattern_index_rgxp [] = "^\\\\[0-9]$"
 
static char _function_ref_rgxp [] = "^\\[.+\\]$"
 
static char _rule_ref_rgxp [] = "^.+()$"
 
static int TINY_REGEX_C_FAIL = -1
 

Variable Documentation

◆ _function_ref_rgxp

char _function_ref_rgxp[] = "^\\[.+\\]$"
static

◆ _multiple_wildcard_rgxp

char _multiple_wildcard_rgxp[] = "^<>\\*$"
static

◆ _rule_ref_rgxp

char _rule_ref_rgxp[] = "^.+()$"
static

◆ _single_name_rgxp

char _single_name_rgxp[] = "^<.+>$"
static

◆ _single_wildcard_rgxp

char _single_wildcard_rgxp[] = "^<>$"
static

◆ _subpattern_index_rgxp

char _subpattern_index_rgxp[] = "^\\\\[0-9]$"
static

◆ TINY_REGEX_C_FAIL

int TINY_REGEX_C_FAIL = -1
static