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:read_response
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mbedtls/tests/scripts/
H
A
D
tcp_client.pl
69
sub
read_response
{
subroutine
98
if (!
read_response
($connection, $response1)) {
/third_party/NuttX/fs/nfs/
H
A
D
nfs_adapter.c
2050
struct rpc_reply_read *
read_response
= NULL;
in vfs_nfs_readpage()
local
2163
read_response
= (struct rpc_reply_read *)nmp->nm_iobuffer;
in vfs_nfs_readpage()
2164
readsize = fxdr_unsigned(uint32_t,
read_response
->read.hdr.count);
in vfs_nfs_readpage()
2168
if (LOS_CopyFromKernel(buffer, buflen, (const void *)
read_response
->read.data, readsize) != 0)
in vfs_nfs_readpage()
2183
if (
read_response
->read.hdr.eof != 0)
in vfs_nfs_readpage()
2200
struct rpc_reply_read *
read_response
= NULL;
in vfs_nfs_read()
local
2308
read_response
= (struct rpc_reply_read *)nmp->nm_iobuffer;
in vfs_nfs_read()
2309
readsize = fxdr_unsigned(uint32_t,
read_response
->read.hdr.count);
in vfs_nfs_read()
2313
if (LOS_CopyFromKernel(buffer, buflen, (const void *)
read_response
->read.data, readsize) != 0)
in vfs_nfs_read()
2328
if (
read_response
in vfs_nfs_read()
[all...]
Completed in 3 milliseconds