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:last_header
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/modules/rtp/
H
A
D
rtsp_client.c
71
char *
last_header
;
member
130
pa_xfree(c->
last_header
);
in pa_rtsp_client_free()
245
if (c->
last_header
) {
in line_callback()
248
pa_headerlist_puts(c->response_headers, c->
last_header
, tmp);
in line_callback()
250
pa_xfree(c->
last_header
);
in line_callback()
251
c->
last_header
= NULL;
in line_callback()
264
if (c->
last_header
&& ' ' == s2[0]) {
in line_callback()
272
if (c->
last_header
) {
in line_callback()
276
pa_headerlist_puts(c->response_headers, c->
last_header
, tmp);
in line_callback()
278
pa_xfree(c->
last_header
);
in line_callback()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
pcm-dvd.c
33
uint32_t
last_header
; // Cached header to see if parsing is needed
member
48
s->
last_header
= -1;
in pcm_dvd_decode_init()
62
if (s->
last_header
== header_int)
in pcm_dvd_parse_header()
64
s->
last_header
= -1;
in pcm_dvd_parse_header()
141
s->
last_header
= header_int;
in pcm_dvd_parse_header()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_serialize.c
717
union packed_instr
last_header
;
in write_dest()
local
718
last_header
.u32 = ctx->last_alu_header;
in write_dest()
722
clean_header.u32 =
last_header
.u32;
in write_dest()
728
if (
last_header
.alu.num_followup_alu_sharing_header < 3 &&
in write_dest()
730
last_header
.alu.num_followup_alu_sharing_header++;
in write_dest()
732
last_header
.u32);
in write_dest()
733
ctx->last_alu_header =
last_header
.u32;
in write_dest()
Completed in 5 milliseconds