Searched refs:entrysize (Results 1 – 5 of 5) sorted by relevance
/external/pcre/src/ |
D | pcre2_substring.c | 77 int failrc, entrysize; in pcre2_substring_copy_byname() local 80 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname, in pcre2_substring_copy_byname() 82 if (entrysize < 0) return entrysize; in pcre2_substring_copy_byname() 84 for (entry = first; entry <= last; entry += entrysize) in pcre2_substring_copy_byname() 165 int failrc, entrysize; in pcre2_substring_get_byname() local 168 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname, in pcre2_substring_get_byname() 170 if (entrysize < 0) return entrysize; in pcre2_substring_get_byname() 172 for (entry = first; entry <= last; entry += entrysize) in pcre2_substring_get_byname() 272 int failrc, entrysize; in pcre2_substring_length_byname() local 275 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname, in pcre2_substring_length_byname() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_ordered_dict.py | 897 entrysize = calcsize('n2P') 906 check(od, basicsize + keysize + 8*p + 8 + 5*entrysize + 3*nodesize) 908 check(od, basicsize + keysize + 16*p + 16 + 10*entrysize + 10*nodesize)
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 473 size_t entrysize = req->se->conn.proto_minor < 9 ? local 476 struct fuse_open_out *oarg = (struct fuse_open_out *) (buf + entrysize); 482 entrysize + sizeof(struct fuse_open_out));
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/System/SystemServices/ |
D | mod.rs | 398 …stem" fn IoAllocateErrorLogEntry(ioobject : *const ::core::ffi::c_void, entrysize : u8) -> *mut ::… 20763 …tion<unsafe extern "system" fn(eventbuffer: *const ::core::ffi::c_void, entrysize: usize, numberof…
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/System/SystemServices/ |
D | mod.rs | 398 …stem" fn IoAllocateErrorLogEntry(ioobject : *const ::core::ffi::c_void, entrysize : u8) -> *mut ::… 20763 …tion<unsafe extern "system" fn(eventbuffer: *const ::core::ffi::c_void, entrysize: usize, numberof…
|