Searched refs:regoff_t (Results 1 – 16 of 16) sorted by relevance
/external/musl/src/regex/ |
D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t pos = -1; in tre_tnfa_run_parallel() 178 regoff_t pos_add_next = 1; in tre_tnfa_run_parallel() 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() [all …]
|
/external/libcups/vcnet/regex/ |
D | regex.h | 9 typedef long regoff_t; typedef 17 regoff_t rm_so; /* start of match */ 18 regoff_t rm_eo; /* end of match */
|
D | main.c | 16 regoff_t startoff = 0; 17 regoff_t endoff = 0; 53 startoff = (regoff_t)atoi(optarg); 56 endoff = (regoff_t)atoi(optarg);
|
D | engine.c | 438 register regoff_t offsave;
|
/external/pcre/src/ |
D | pcre2posix.h | 112 typedef int regoff_t; typedef 115 regoff_t rm_so; 116 regoff_t rm_eo;
|
/external/musl/include/ |
D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
D | alltypes.h.in | 10 TYPEDEF _Addr regoff_t; variable
|
/external/rust/crates/libc/src/hermit/ |
D | mod.rs | 31 pub type regoff_t = size_t; typedef
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | mod.rs | 7 pub type regoff_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 3 pub type regoff_t = ::c_long; typedef
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 8 pub type regoff_t = off_t; typedef 115 pub rm_so: regoff_t, 116 pub rm_eo: regoff_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 4 pub type regoff_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 33 pub type regoff_t = ::c_int; typedef 399 pub rm_so: regoff_t, 400 pub rm_eo: regoff_t,
|
/external/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 44 pub type regoff_t = ::ssize_t; typedef 417 pub rm_so: regoff_t, 418 pub rm_eo: regoff_t,
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 5 pub type regoff_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 520 pub rm_so: regoff_t, 521 pub rm_eo: regoff_t,
|