OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:re_full_
(Results
1 - 4
of
4
) sorted by null
/external/pcre/dist/
pcrecpp.cc
91
re_full_
= NULL;
96
re_full_
= Compile(ANCHOR_BOTH);
101
if (
re_full_
!= NULL) (*pcre_free)(
re_full_
);
508
pcre* re = (anchor == ANCHOR_BOTH) ?
re_full_
: re_partial_;
pcrecpp.h
703
pcre*
re_full_
; // For full matches
member in class:pcrecpp::RE
/external/regex-re2/util/
pcre.cc
60
re_full_
= NULL;
70
re_full_
= Compile(ANCHOR_BOTH);
98
if (
re_full_
!= NULL) pcre_free(
re_full_
);
463
pcre* re = (anchor == ANCHOR_BOTH) ?
re_full_
: re_partial_;
[
all
...]
pcre.h
506
pcre*
re_full_
; // For full matches
member in class:re2::PCRE
Completed in 49 milliseconds