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/
Dpcre2.rs34 let mut error_offset: size_t = 0; in new() localVariable
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/
Dregex.h25 PCRE2_SIZE error_offset; member
30 int error_offset; member
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/
Dmodule-decoder.h228 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset);
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() argument
2312 return impl_->CheckFunctionsCount(functions_count, error_offset); in CheckFunctionsCount()
/third_party/sqlite/include/
Dsqlite3ext.h348 int (*error_offset)(sqlite3*); member
680 #define sqlite3_error_offset sqlite3_api->error_offset
/third_party/chromium/patch/
D0003-ohos-1115.patch108594 + int (*error_offset)(sqlite3*);
108614 +#define sqlite3_error_offset sqlite3_api->error_offset
147015 + int (*error_offset)(sqlite3*);
147035 +#define sqlite3_error_offset sqlite3_api->error_offset
182863 + int (*error_offset)(sqlite3*);
182883 +#define sqlite3_error_offset sqlite3_api->error_offset