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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c711 unsigned long *availp; local
715 availp = &data->info.proxyauthavail;
719 availp = &data->info.httpauthavail;
745 *availp |= CURLAUTH_GSSNEGOTIATE;
776 *availp |= CURLAUTH_NTLM;
787 *availp &= ~CURLAUTH_NTLM;
789 *availp |= CURLAUTH_NTLM_WB;
822 *availp |= CURLAUTH_DIGEST;
840 *availp |= CURLAUTH_BASIC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c1712 * The available space is stored on availp. When err = 0 and avail = 0
1716 snd_pcm_uframes_t *availp)
1770 *availp = avail;
1715 wait_for_avail(struct snd_pcm_substream *substream, snd_pcm_uframes_t *availp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h463 int snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *availp, snd_pcm_sframes_t *delayp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm.c2492 * \param availp Number of available frames in the ring buffer
2499 snd_pcm_sframes_t *availp,
2505 assert(pcm && availp && delayp);
2519 *availp = sf;
2498 snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *availp, snd_pcm_sframes_t *delayp) argument

Completed in 206 milliseconds