Home
last modified time | relevance | path

Searched refs:lconf (Results 1 – 15 of 15) sorted by relevance

/third_party/alsa-lib/src/timer/
Dtimer_query.c186 int mode, snd_config_t *lconf) in snd_timer_query_open_lconf() argument
188 assert(timer && name && lconf); in snd_timer_query_open_lconf()
189 return snd_timer_query_open_noupdate(timer, lconf, name, mode); in snd_timer_query_open_lconf()
Dtimer.c234 int mode, snd_config_t *lconf) in snd_timer_open_lconf() argument
236 assert(timer && name && lconf); in snd_timer_open_lconf()
237 return snd_timer_open_noupdate(timer, lconf, name, mode); in snd_timer_open_lconf()
/third_party/alsa-lib/src/hwdep/
Dhwdep.c195 int mode, snd_config_t *lconf) in snd_hwdep_open_lconf() argument
197 assert(hwdep && name && lconf); in snd_hwdep_open_lconf()
198 return snd_hwdep_open_noupdate(hwdep, lconf, name, mode); in snd_hwdep_open_lconf()
/third_party/alsa-lib/include/
Dtimer.h143 …imer_query_open_lconf(snd_timer_query_t **handle, const char *name, int mode, snd_config_t *lconf);
151 int snd_timer_open_lconf(snd_timer_t **handle, const char *name, int mode, snd_config_t *lconf);
Drawmidi.h99 const char *name, int mode, snd_config_t *lconf);
Dcontrol.h379 int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);
Dseq.h79 …d_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
Dpcm.h508 snd_config_t *lconf);
/third_party/alsa-lib/src/rawmidi/
Drawmidi.c345 const char *name, int mode, snd_config_t *lconf) in snd_rawmidi_open_lconf() argument
347 assert((inputp || outputp) && name && lconf); in snd_rawmidi_open_lconf()
348 return snd_rawmidi_open_noupdate(inputp, outputp, lconf, name, mode); in snd_rawmidi_open_lconf()
Drawmidi_virt.c58 int streams, int mode, snd_config_t *lconf,
/third_party/openssl/apps/
Dca.c1366 long days, int batch, const char *ext_sect, CONF *lconf, in certify() argument
1406 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify()
1424 CONF *lconf, int verbose, unsigned long certopt, in certify_cert() argument
1463 verbose, rreq, ext_sect, lconf, certopt, nameopt, default_op, in certify_cert()
1478 CONF *lconf, unsigned long certopt, unsigned long nameopt, in do_body() argument
1737 X509V3_set_nconf(&ext_ctx, lconf); in do_body()
1739 if (!X509V3_EXT_add_nconf(lconf, &ext_ctx, ext_sect, ret)) { in do_body()
1980 CONF *lconf, int verbose, unsigned long certopt, in certify_spkac() argument
2093 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify_spkac()
/third_party/node/deps/openssl/openssl/apps/
Dca.c1386 long days, int batch, const char *ext_sect, CONF *lconf, in certify() argument
1426 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify()
1444 CONF *lconf, int verbose, unsigned long certopt, in certify_cert() argument
1483 verbose, rreq, ext_sect, lconf, certopt, nameopt, default_op, in certify_cert()
1498 CONF *lconf, unsigned long certopt, unsigned long nameopt, in do_body() argument
1757 X509V3_set_nconf(&ext_ctx, lconf); in do_body()
1759 if (!X509V3_EXT_add_nconf(lconf, &ext_ctx, ext_sect, ret)) { in do_body()
2000 CONF *lconf, int verbose, unsigned long certopt, in certify_spkac() argument
2113 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify_spkac()
/third_party/alsa-lib/src/seq/
Dseq.c1011 int streams, int mode, snd_config_t *lconf) in snd_seq_open_lconf() argument
1013 assert(seqp && name && lconf); in snd_seq_open_lconf()
1014 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, 0); in snd_seq_open_lconf()
1019 int streams, int mode, snd_config_t *lconf, in _snd_seq_open_lconf() argument
1023 assert(seqp && name && lconf); in _snd_seq_open_lconf()
1026 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, hop + 1); in _snd_seq_open_lconf()
/third_party/alsa-lib/src/control/
Dcontrol.c1595 int mode, snd_config_t *lconf) in snd_ctl_open_lconf() argument
1597 assert(ctlp && name && lconf); in snd_ctl_open_lconf()
1598 return snd_ctl_open_noupdate(ctlp, lconf, name, mode, 0); in snd_ctl_open_lconf()
/third_party/alsa-lib/src/pcm/
Dpcm.c2718 snd_config_t *lconf) in snd_pcm_open_lconf() argument
2720 assert(pcmp && name && lconf); in snd_pcm_open_lconf()
2721 return snd_pcm_open_noupdate(pcmp, lconf, name, stream, mode, 0); in snd_pcm_open_lconf()