Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:preallocate
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfscp.c
762
static int
preallocate
(ntfs_attr *na, s64 new_size)
in preallocate()
function
1106
&&
preallocate
(na, new_size)) {
in main()
1108
"ERROR: Couldn't
preallocate
attribute");
in main()
/third_party/rust/crates/nix/test/sys/
H
A
D
test_socket.rs
523
let mut data = MultiHeaders::
preallocate
(1 + batch_size, None);
in udp_sendmmsg()
603
MultiHeaders::<SockaddrIn>::
preallocate
(msgs.len(), None);
in udp_recvmmsg()
678
let mut data = MultiHeaders::<SockaddrIn>::
preallocate
(
in udp_recvmmsg_dontwait_short_read()
2282
let mut data = MultiHeaders::
preallocate
(1, Some(cmsgspace));
in test_recvmmsg_timestampns()
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
mod.rs
1605
/// Preallocate structure used by [`recvmmsg`] and [`sendmmsg`] takes number of headers to
preallocate
1608
pub fn
preallocate
(num_slices: usize, cmsg_buffer: Option<Vec<u8>>) -> Self
in preallocate()
functions
1618
// we'll need a cmsg_buffer for each slice, we
preallocate
a vector and split
in preallocate()
1874
let mut data = super::MultiHeaders::<()>::
preallocate
(recv_iovs.len(), Some(cmsg));
in test_recvmm2()
Completed in 7 milliseconds