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:push_cb
(Results
1 - 8
of
8
) sorted by relevance
/third_party/curl/lib/
H
A
D
multihandle.h
112
curl_push_callback
push_cb
;
member
H
A
D
http2.c
105
iv[2].value = data->multi->
push_cb
!= NULL;
in populate_settings()
870
if(data->multi->
push_cb
) {
in push_promise()
914
rv = data->multi->
push_cb
(data, newhandle,
in push_promise()
H
A
D
multi.c
3339
multi->
push_cb
= va_arg(param, curl_push_callback);
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_context.h
29
void (*
push_cb
)(struct nouveau_context *,
member
H
A
D
nouveau_buffer.c
230
if (nv->
push_cb
&& can_cb)
in nouveau_transfer_write()
231
nv->
push_cb
(nv, buf,
in nouveau_transfer_write()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_context.c
332
nv50->base.
push_cb
= nv50_cb_push;
in nv50_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_query_hw.c
408
nvc0->base.
push_cb
(&nvc0->base, buf, offset,
in nvc0_hw_get_query_result_resource()
H
A
D
nvc0_transfer.c
624
nvc0->base.
push_cb
= nvc0_cb_push;
in nvc0_init_transfer_functions()
Completed in 15 milliseconds