HomeSort by relevance Sort by last modified time
    Searched refs:availp (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
http.c 756 unsigned long *availp; local
760 availp = &data->info.proxyauthavail;
764 availp = &data->info.httpauthavail;
789 *availp |= CURLAUTH_NEGOTIATE;
819 *availp |= CURLAUTH_NTLM;
830 *availp &= ~CURLAUTH_NTLM;
832 *availp |= CURLAUTH_NTLM_WB;
866 *availp |= CURLAUTH_DIGEST;
883 *availp |= CURLAUTH_BASIC;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h 445 int snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *availp, snd_pcm_sframes_t *delayp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm.h 463 int snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *availp, snd_pcm_sframes_t *delayp);
    [all...]

Completed in 231 milliseconds