Searched refs:error_offset (Results 1 – 7 of 7) sorted by relevance
| /third_party/rust/crates/regex/bench/src/ffi/ |
| D | pcre2.rs | 34 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/ |
| D | regex.h | 25 PCRE2_SIZE error_offset; member 30 int error_offset; member
|
| D | regex.c | 81 &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/ |
| D | module-decoder.h | 228 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset);
|
| D | module-decoder.cc | 1132 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/ |
| D | sqlite3ext.h | 348 int (*error_offset)(sqlite3*); member 680 #define sqlite3_error_offset sqlite3_api->error_offset
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 108594 + 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
|