Searched refs:error_offset (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | pcre2.rs | 34 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 D | regex.h | 25 PCRE2_SIZE error_offset; member 30 int error_offset; member
|
H A 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/ |
H A D | module-decoder.h | 228 bool CheckFunctionsCount(uint32_t functions_count, uint32_t error_offset);
|
H A 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() 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 D | sqlite3ext.h | 348 int (*error_offset)(sqlite3*); member 680 #define sqlite3_error_offset sqlite3_api->error_offset
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 131 milliseconds