Home
last modified time | relevance | path

Searched refs:RE_OP_CC_VALUE (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dregexp.c88 #define RE_OP_CC_VALUE 9 /* Single value in a character class */ macro
342 if( pRe->aOp[x+j]==RE_OP_CC_VALUE ){ in re_match()
617 re_append(p, RE_OP_CC_VALUE, c); in re_subcompile_string()