Home
last modified time | relevance | path

Searched defs:error_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/selinux/libselinux/src/
Dregex.h25 PCRE2_SIZE error_offset; member
30 int error_offset; member
/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs34 let mut error_offset: size_t = 0; in new() localVariable
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1132 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset) { in CheckFunctionsCount()
2311 uint32_t error_offset) { in CheckFunctionsCount()
/third_party/sqlite/include/
Dsqlite3ext.h348 int (*error_offset)(sqlite3*); member