Searched refs:regex_data (Results 1 – 9 of 9) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | regex.h | 20 struct regex_data; 62 struct regex_data *regex_data_create(void) ; 70 void regex_data_free(struct regex_data *regex) ; 89 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, 109 struct regex_data **regex, 123 int regex_writef(struct regex_data *regex, FILE *fp, 140 int regex_match(struct regex_data *regex, char const *subject, 152 int regex_cmp(struct regex_data *regex1, struct regex_data *regex2) ;
|
D | regex.c | 61 struct regex_data { struct 71 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument 111 int regex_load_mmap(struct mmap_area *mmap_area, struct regex_data **regex, in regex_load_mmap() 161 int regex_writef(struct regex_data *regex, FILE *fp, int do_write_precompregex) in regex_writef() 201 void regex_data_free(struct regex_data *regex) in regex_data_free() 213 int regex_match(struct regex_data *regex, char const *subject, int partial) in regex_match() 242 int regex_cmp(struct regex_data *regex1, struct regex_data *regex2) in regex_cmp() 256 struct regex_data *regex_data_create(void) in regex_data_create() 258 struct regex_data *regex_data = in regex_data_create() local 259 (struct regex_data *)calloc(1, sizeof(struct regex_data)); in regex_data_create() [all …]
|
D | label_file.h | 50 struct regex_data * regex; /* backend dependent regular expression data */
|
/third_party/boost/boost/regex/v4/ |
D | basic_regex.hpp | 167 struct regex_data : public named_subexpressions struct 172 regex_data(const ::boost::shared_ptr< in regex_data() function 180 regex_data() in regex_data() function 214 : public regex_data<charT, traits> 226 : regex_data<charT, traits>(t) {} in basic_regex_implementation() 231 regex_data<charT, traits>* pdat = this; in assign() 307 const regex_data<charT, traits>& get_data()const in get_data() 310 return *static_cast<const regex_data<charT, traits>*>(p); in get_data() 643 const BOOST_REGEX_DETAIL_NS::regex_data<charT, traits>& get_data()const in get_data()
|
D | states.hpp | 296 struct regex_data; 302 const regex_data<charT, traits_type>& e, bool icase);
|
D | basic_regex_creator.hpp | 195 basic_regex_creator(regex_data<charT, traits>* data); 237 …regex_data<charT, traits>* m_pdata; // pointer to the basic_regex_data struct we a… 271 basic_regex_creator<charT, traits>::basic_regex_creator(regex_data<charT, traits>* data) in basic_regex_creator()
|
D | perl_matcher.hpp | 149 const regex_data<charT, traits_type>& e, bool icase) in re_is_set_member()
|
D | basic_regex_parser.hpp | 66 basic_regex_parser(regex_data<charT, traits>* data); 129 basic_regex_parser<charT, traits>::basic_regex_parser(regex_data<charT, traits>* data) in basic_regex_parser()
|
/third_party/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 183 struct regex_data *re = specs[i].regex; in write_binary_file()
|