Home
last modified time | relevance | path

Searched refs:error_offset (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre2.rs34 let mut error_offset: size_t = 0; in new() variables
45 &mut error_offset, in new()
50 return Err(Error { code: error_code, offset: error_offset }); in new()
167 error_offset: *mut size_t, in pcre2_compile_8()
/third_party/selinux/libselinux/src/
H A Dregex.h25 PCRE2_SIZE error_offset; member
30 int error_offset; member
H A Dregex.c81 &errordata->error_code, &errordata->error_offset, NULL); in regex_prepare_data()
343 &errordata->error_offset, NULL); in regex_prepare_data()
590 if (error_data->error_offset > 0) { in regex_format_error()
593 error_data->error_offset); in regex_format_error()
596 error_data->error_offset); in regex_format_error()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.h228 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset);
H A Dmodule-decoder.cc1132 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset) { in CheckFunctionsCount() argument
1134 errorf(error_offset, "function body count %u mismatch (%u expected)", in CheckFunctionsCount()
2311 uint32_t error_offset) { in CheckFunctionsCount()
2312 return impl_->CheckFunctionsCount(functions_count, error_offset); in CheckFunctionsCount()
2310 CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset) CheckFunctionsCount() argument
/third_party/sqlite/include/
H A Dsqlite3ext.h348 int (*error_offset)(sqlite3*); member
680 #define sqlite3_error_offset sqlite3_api->error_offset
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 131 milliseconds