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:data_s
(Results
1 - 1
of
1
) sorted by relevance
/third_party/curl/lib/
H
A
D
http2.c
1191
struct Curl_easy *data = CF_DATA_CURRENT(cf), *
data_s
;
in on_frame_recv()
local
1255
data_s
= nghttp2_session_get_stream_user_data(session, stream_id);
in on_frame_recv()
1256
if(!
data_s
) {
in on_frame_recv()
1261
return on_stream_frame(cf,
data_s
, frame)? NGHTTP2_ERR_CALLBACK_FAILURE : 0;
in on_frame_recv()
1270
struct Curl_easy *
data_s
;
in on_data_chunk_recv()
local
1279
data_s
= nghttp2_session_get_stream_user_data(session, stream_id);
in on_data_chunk_recv()
1280
if(!
data_s
) {
in on_data_chunk_recv()
1291
stream = H2_STREAM_CTX(
data_s
);
in on_data_chunk_recv()
1304
drain_stream(cf,
data_s
, stream);
in on_data_chunk_recv()
1314
struct Curl_easy *
data_s
, *call_dat
in on_stream_close()
local
1374
struct Curl_easy *
data_s
= NULL;
on_begin_headers()
local
1403
struct Curl_easy *
data_s
;
on_header()
local
1563
struct Curl_easy *
data_s
;
req_body_read_callback()
local
[all...]
Completed in 4 milliseconds