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:must_free
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/src/api/
H
A
D
exceptions.cc
157
static const char* winapi_strerror(const int errorno, bool*
must_free
) {
in winapi_strerror()
argument
170
*
must_free
= true;
in winapi_strerror()
182
*
must_free
= false;
in winapi_strerror()
195
bool
must_free
= false;
in WinapiErrnoException()
local
197
msg = winapi_strerror(errorno, &
must_free
);
in WinapiErrnoException()
234
if (
must_free
) {
in WinapiErrnoException()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H
A
D
response.c
407
* @param
must_free
libmicrohttpd should free data when done
417
void *data, int
must_free
, int must_copy)
in MHD_create_response_from_data()
442
must_free
= MHD_YES;
in MHD_create_response_from_data()
446
response->crfc =
must_free
? &free : NULL;
in MHD_create_response_from_data()
447
response->crc_cls =
must_free
? data : NULL;
in MHD_create_response_from_data()
416
MHD_create_response_from_data(size_t size, void *data, int
must_free
, int must_copy)
MHD_create_response_from_data()
argument
/third_party/node/src/
H
A
D
node_credentials.cc
400
bool
must_free
;
in InitGroups()
local
405
must_free
= true;
in InitGroups()
408
must_free
= false;
in InitGroups()
419
if (
must_free
) free(user);
in InitGroups()
426
if (
must_free
) free(user);
in InitGroups()
/third_party/skia/third_party/externals/microhttpd/src/include/
H
A
D
microhttpd.h
1948
* @param
must_free
libmicrohttpd should free data when done
1959
int
must_free
,
Completed in 5 milliseconds