Home
last modified time | relevance | path

Searched refs:schannel (Results 1 – 25 of 47) sorted by relevance

12

/third_party/alsa-lib/src/pcm/
Dpcm_route.c792 long schannel; in determine_chmap() local
796 if (safe_strtol(id, &schannel) >= 0) in determine_chmap()
1096 long schannel; in _snd_pcm_route_determine_ttable() local
1100 err = strtochannel(id, chmap, &schannel, 1); in _snd_pcm_route_determine_ttable()
1105 if (schannel + 1 > ssize) in _snd_pcm_route_determine_ttable()
1106 ssize = schannel + 1; in _snd_pcm_route_determine_ttable()
1197 long schannel = scha[k]; in _snd_pcm_route_load_ttable() local
1198 if (schannel < 0 || (unsigned int) schannel > tt_ssize || in _snd_pcm_route_load_ttable()
1199 (schannels > 0 && schannel >= schannels)) { in _snd_pcm_route_load_ttable()
1203 ttable[cchannel * tt_ssize + schannel] = value; in _snd_pcm_route_load_ttable()
[all …]
Dpcm_share.c1698 long schannel = -1; in _snd_pcm_share_open() local
1702 err = snd_config_get_integer(n, &schannel); in _snd_pcm_share_open()
1706 assert(schannel >= 0); in _snd_pcm_share_open()
1707 assert(schannels <= 0 || schannel < schannels); in _snd_pcm_share_open()
1708 channels_map[cchannel] = schannel; in _snd_pcm_share_open()
1709 if ((unsigned)schannel > schannel_max) in _snd_pcm_share_open()
1710 schannel_max = schannel; in _snd_pcm_share_open()
Dpcm_direct.c1712 long cchannel, schannel; local
1716 if (snd_config_get_integer(n, &schannel) < 0) {
1721 if (schannel < 0 || schannel >= params->channels) {
1723 schannel, cchannel);
1727 bindings[cchannel] = schannel;
Dpcm_multi.c1348 long schannel = -1; in _snd_pcm_multi_open() local
1388 err = snd_config_get_integer(n, &schannel); in _snd_pcm_multi_open()
1404 if (schannel < 0 || in _snd_pcm_multi_open()
1405 (unsigned int) schannel >= slaves_channels[slave]) { in _snd_pcm_multi_open()
1411 channels_schannel[cchannel] = schannel; in _snd_pcm_multi_open()
/third_party/curl/tests/data/
Dtest207037 # This test is pointless if we're not using the schannel backend
38 CURL_SSL_BACKEND=schannel
Dtest302437 # This test is pointless if we're not using the schannel backend
38 CURL_SSL_BACKEND=schannel
Dtest208738 # This test is pointless if we're not using the schannel backend
39 CURL_SSL_BACKEND=schannel
Dtest207938 # This test is pointless if we're not using the schannel backend
39 CURL_SSL_BACKEND=schannel
Dtest302337 # This test is pointless if we're not using the schannel backend
38 CURL_SSL_BACKEND=schannel
Dtest203338 # This test is pointless if we're not using the schannel backend
39 CURL_SSL_BACKEND=schannel
/third_party/curl/m4/
Dcurl-schannel.m435 test schannel != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
37 # --with-schannel implies --enable-sspi
/third_party/curl/lib/
DMakefile.inc54 vtls/schannel.c \
70 vtls/schannel.h \
DMakefile.in162 $(top_srcdir)/m4/curl-schannel.m4 \
244 vtls/openssl.c vtls/rustls.c vtls/schannel.c \
277 vtls/openssl.h vtls/rustls.h vtls/schannel.h \
352 vtls/libcurl_la-schannel.lo vtls/libcurl_la-schannel_verify.lo \
453 vtls/libcurlu_la-schannel.lo \
795 vtls/$(DEPDIR)/libcurl_la-schannel.Plo \
809 vtls/$(DEPDIR)/libcurlu_la-schannel.Plo \
1176 vtls/schannel.c \
1192 vtls/schannel.h \
1674 vtls/libcurl_la-schannel.lo: vtls/$(am__dirstamp) \
[all …]
/third_party/curl/winbuild/
DMakefile.vc255 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-schannel
/third_party/curl/
DRELEASE-NOTES66 o docs: mention env vars not used by schannel [124]
130 o schannel: fix `-Warith-conversion` gcc 13 warning [28]
DMakefile.in184 $(top_srcdir)/m4/curl-schannel.m4 \
702 vtls/schannel.c \
718 vtls/schannel.h \
Dconfigure.ac150 …curl_ssl_msg="no (--with-{openssl,gnutls,mbedtls,wolfssl,schannel,secure-transport,amissl,bea…
213 AC_ARG_WITH(schannel,dnl optwith
214 AS_HELP_STRING([--with-schannel],[enable Windows native SSL/TLS]),
216 TLSCHOICE="schannel")
410 --with-schannel
1999 Use --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-schannel, --with-secure-t…
2012 (e.g. --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-schannel, --with-secure…
3977 # --with-schannel implies --enable-sspi
3985 # --with-schannel implies --enable-sspi
DBUILD.gn177 "lib/vtls/schannel.c",
/third_party/curl/tests/certs/scripts/
DMakefile.in103 $(top_srcdir)/m4/curl-schannel.m4 \
/third_party/curl/packages/vms/
DMakefile.in103 $(top_srcdir)/m4/curl-schannel.m4 \
/third_party/alsa-lib/doc/
Dasoundrc.txt266 schannel { # Slave channels
/third_party/curl/scripts/
DMakefile.in127 $(top_srcdir)/m4/curl-schannel.m4 \
/third_party/curl/include/curl/
DMakefile.in103 $(top_srcdir)/m4/curl-schannel.m4 \
/third_party/curl/include/
DMakefile.in103 $(top_srcdir)/m4/curl-schannel.m4 \
/third_party/curl/packages/
DMakefile.in103 $(top_srcdir)/m4/curl-schannel.m4 \

12