Home
last modified time | relevance | path

Searched refs:pcre (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre1.rs9 pcre, pcre_compile, pcre_exec, pcre_extra, pcre_free, pcre_free_study,
16 // We use libpcre-sys directly because the pcre crate has unavoidable
20 code: *mut pcre,
/third_party/selinux/libselinux/src/
H A Dregex.h10 #include <pcre.h>
H A Dregex.c325 pcre *regex; /* compiled regular expression */
382 (*regex)->regex = (pcre *)mmap_area->next_addr; in regex_load_mmap()
443 /* determine the size of the pcre data in bytes */ in regex_writef()
448 /* write the number of bytes in the pcre data */ in regex_writef()
454 /* write the actual pcre data as a char array */ in regex_writef()
460 /* determine the size of the pcre study info */ in regex_writef()
468 /* write the number of bytes in the pcre study data */ in regex_writef()
475 /* write the actual pcre study data as a char array */ in regex_writef()

Completed in 2 milliseconds