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:CHECK_NULL_PTR
(Results
1 - 2
of
2
) sorted by relevance
/kernel/liteos_a/compat/posix/src/
H
A
D
socket.c
41
#define
CHECK_NULL_PTR
(ptr) do { if (ptr == NULL) { set_errno(EFAULT); return -1; } } while (0)
macro
50
CHECK_NULL_PTR
(name);
in bind()
65
CHECK_NULL_PTR
(name);
in getpeername()
66
CHECK_NULL_PTR
(namelen);
in getpeername()
72
CHECK_NULL_PTR
(name);
in getsockname()
73
CHECK_NULL_PTR
(namelen);
in getsockname()
94
CHECK_NULL_PTR
(name);
in connect()
109
CHECK_NULL_PTR
(mem);
in recv()
116
CHECK_NULL_PTR
(mem);
in recvfrom()
122
CHECK_NULL_PTR
(messag
in recvmsg()
[all...]
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H
A
D
sockets_porting.c
42
#define
CHECK_NULL_PTR
(ptr) do { if ((ptr) == NULL) { set_errno(EFAULT); return -1; } } while (0)
macro
51
CHECK_NULL_PTR
(name);
in bind()
66
CHECK_NULL_PTR
(name);
in getpeername()
67
CHECK_NULL_PTR
(namelen);
in getpeername()
73
CHECK_NULL_PTR
(name);
in getsockname()
74
CHECK_NULL_PTR
(namelen);
in getsockname()
95
CHECK_NULL_PTR
(name);
in connect()
110
CHECK_NULL_PTR
(mem);
in recv()
117
CHECK_NULL_PTR
(mem);
in recvfrom()
123
CHECK_NULL_PTR
(messag
in recvmsg()
[all...]
Completed in 2 milliseconds