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:availp
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/lib/
H
A
D
http.c
926
unsigned long *
availp
;
in Curl_http_input_auth()
local
930
availp
= &data->info.proxyauthavail;
in Curl_http_input_auth()
934
availp
= &data->info.httpauthavail;
in Curl_http_input_auth()
964
*
availp
|= CURLAUTH_NEGOTIATE;
in Curl_http_input_auth()
991
*
availp
|= CURLAUTH_NTLM;
in Curl_http_input_auth()
1002
*
availp
&= ~CURLAUTH_NTLM;
in Curl_http_input_auth()
1004
*
availp
|= CURLAUTH_NTLM_WB;
in Curl_http_input_auth()
1031
*
availp
|= CURLAUTH_DIGEST;
in Curl_http_input_auth()
1050
*
availp
|= CURLAUTH_BASIC;
in Curl_http_input_auth()
1066
*
availp
|
in Curl_http_input_auth()
[all...]
/third_party/alsa-lib/include/
H
A
D
pcm.h
562
int snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *
availp
, snd_pcm_sframes_t *delayp);
/third_party/alsa-lib/src/pcm/
H
A
D
pcm.c
3097
* \param
availp
Number of available frames in the ring buffer
3106
snd_pcm_sframes_t *
availp
,
in snd_pcm_avail_delay()
3112
assert(pcm &&
availp
&& delayp);
in snd_pcm_avail_delay()
3129
*
availp
= sf;
in snd_pcm_avail_delay()
3105
snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *
availp
, snd_pcm_sframes_t *delayp)
snd_pcm_avail_delay()
argument
Completed in 17 milliseconds