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:hstate
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H
A
D
dd_context.c
171
struct dd_state *
hstate
= CALLOC_STRUCT(dd_state); \
173
if (!
hstate
) \
175
hstate
->cso = pipe->create_##name##_state(pipe, state); \
176
hstate
->state.shortname = *state; \
177
return
hstate
; \
186
struct dd_state *
hstate
= state; \
188
dctx->draw_state.shortname =
hstate
; \
189
pipe->bind_##name##_state(pipe,
hstate
?
hstate
->cso : NULL); \
198
struct dd_state *
hstate
248
struct dd_state *
hstate
= CALLOC_STRUCT(dd_state);
dd_context_create_vertex_elements_state()
local
321
struct dd_state *
hstate
= CALLOC_STRUCT(dd_state);
dd_context_create_compute_state()
local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H
A
D
nghttp3_stream.c
1049
switch (stream->rx.
hstate
) {
in nghttp3_stream_transit_rx_http_state()
1055
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_HEADERS_BEGIN;
in nghttp3_stream_transit_rx_http_state()
1064
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_HEADERS_END;
in nghttp3_stream_transit_rx_http_state()
1073
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_TRAILERS_BEGIN;
in nghttp3_stream_transit_rx_http_state()
1076
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_DATA_BEGIN;
in nghttp3_stream_transit_rx_http_state()
1083
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_END;
in nghttp3_stream_transit_rx_http_state()
1092
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_DATA_END;
in nghttp3_stream_transit_rx_http_state()
1097
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_DATA_BEGIN;
in nghttp3_stream_transit_rx_http_state()
1104
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_TRAILERS_BEGIN;
in nghttp3_stream_transit_rx_http_state()
1111
stream->rx.
hstate
in nghttp3_stream_transit_rx_http_state()
[all...]
H
A
D
nghttp3_conn.c
431
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_INITIAL;
in nghttp3_conn_read_stream()
432
stream->tx.
hstate
= NGHTTP3_HTTP_STATE_REQ_INITIAL;
in nghttp3_conn_read_stream()
443
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_RESP_INITIAL;
in nghttp3_conn_read_stream()
444
stream->tx.
hstate
= NGHTTP3_HTTP_STATE_RESP_INITIAL;
in nghttp3_conn_read_stream()
452
if (stream->rx.
hstate
== NGHTTP3_HTTP_STATE_NONE) {
in nghttp3_conn_read_stream()
453
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_REQ_INITIAL;
in nghttp3_conn_read_stream()
454
stream->tx.
hstate
= NGHTTP3_HTTP_STATE_REQ_INITIAL;
in nghttp3_conn_read_stream()
459
if (stream->rx.
hstate
== NGHTTP3_HTTP_STATE_NONE) {
in nghttp3_conn_read_stream()
460
stream->rx.
hstate
= NGHTTP3_HTTP_STATE_RESP_INITIAL;
in nghttp3_conn_read_stream()
461
stream->tx.
hstate
in nghttp3_conn_read_stream()
[all...]
H
A
D
nghttp3_stream.h
245
nghttp3_stream_http_state
hstate
;
member
249
nghttp3_stream_http_state
hstate
;
member
Completed in 5 milliseconds