Searched refs:p_pcre_extra (Results 1 – 9 of 9) sorted by relevance
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_pcre/ |
H A D | pcre_match.c | 84 if (p_pcre_extra != NULL) { in pattern_compile() 85 *p_pcre_extra = pcre_study(*p_pcre, 0, &err_str); in pattern_compile() 99 pcre_extra *p_pcre_extra; member 158 he->p_pcre_extra = p_pcre_extra; in pattern_cache() 177 *p_pcre_extra = NULL; in pattern_lookup() 189 *p_pcre_extra = he->p_pcre_extra; in pattern_lookup() 197 pcre_extra *p_pcre_extra; in pcre_match() local 274 p_pcre_extra = NULL; in pcre_match() 288 pcre_free(p_pcre_extra); in pcre_match() 303 pcre_free(p_pcre_extra); in pcre_match() [all …]
|
/dports/devel/str/str-0.9.12/ |
H A D | str_parse.c | 39 pcre_extra **p_pcre_extra) in pattern_compile() argument 72 if (p_pcre_extra != NULL) { in pattern_compile() 89 pcre_extra *p_pcre_extra; member 153 pcre_extra *p_pcre_extra) in pattern_cache() argument 168 he->p_pcre_extra = p_pcre_extra; in pattern_cache() 187 pcre_extra **p_pcre_extra) in pattern_lookup() argument 193 *p_pcre_extra = NULL; in pattern_lookup() 205 *p_pcre_extra = he->p_pcre_extra; in pattern_lookup() 408 p_pcre_extra = NULL; in str_parse_va() 603 if (p_pcre_extra != NULL) in str_parse_va() [all …]
|
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/ |
H A D | str_parse.c | 39 pcre_extra **p_pcre_extra) in pattern_compile() argument 72 if (p_pcre_extra != NULL) { in pattern_compile() 89 pcre_extra *p_pcre_extra; member 153 pcre_extra *p_pcre_extra) in pattern_cache() argument 168 he->p_pcre_extra = p_pcre_extra; in pattern_cache() 187 pcre_extra **p_pcre_extra) in pattern_lookup() argument 193 *p_pcre_extra = NULL; in pattern_lookup() 205 *p_pcre_extra = he->p_pcre_extra; in pattern_lookup() 407 p_pcre_extra = NULL; in str_parse_va() 601 if (p_pcre_extra != NULL) in str_parse_va() [all …]
|
/dports/devel/pcre++/pcre++-0.9.5/libpcre++/ |
H A D | pcre++.cc | 125 if (p_pcre_extra != NULL) { in get_match_length() 126 pcre_free(p_pcre_extra); in get_match_length() 174 p_pcre_extra = NULL; 200 return p_pcre_extra; 211 p_pcre_extra = pcre_study(p_pcre, 0, (const char **)(&err_str));
|
H A D | search.cc | 67 int info = pcre_fullinfo( p_pcre, p_pcre_extra, PCRE_INFO_CAPTURECOUNT, &where); 97 int num = pcre_exec(p_pcre, p_pcre_extra, (char *)stuff.c_str(),
|
H A D | replace.cc | 73 pcre_free(p_pcre_extra); in replace() 79 p_pcre_extra = _e; in replace()
|
H A D | split.cc | 86 pcre_free(p_pcre_extra); in _split() 92 p_pcre_extra = _e; in _split()
|
H A D | pcre++.h | 105 pcre_extra *p_pcre_extra; /* stuff required by pcre lib */ variable
|
/dports/databases/dbtool/dbtool-1.9.1/ |
H A D | engine.cc | 196 pcre_extra *p_pcre_extra; local 201 p_pcre_extra = NULL; 222 num = pcre_exec(p_pcre, p_pcre_extra, (char *)K.c_str(), 281 pcre_extra *p_pcre_extra; local 288 p_pcre_extra = NULL; 299 num = pcre_exec(p_pcre, p_pcre_extra, (char *)line.c_str(),
|