Home
last modified time | relevance | path

Searched refs:availp (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/
H A Dhttp.c926 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 Dpcm.h562 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 Dpcm.c3097 * \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