/third_party/alsa-lib/src/timer/ |
D | timer_query.c | 186 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()
|
D | timer.c | 234 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/ |
D | hwdep.c | 195 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/ |
D | timer.h | 143 …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);
|
D | rawmidi.h | 99 const char *name, int mode, snd_config_t *lconf);
|
D | control.h | 379 int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);
|
D | seq.h | 79 …d_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
|
D | pcm.h | 508 snd_config_t *lconf);
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi.c | 345 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()
|
D | rawmidi_virt.c | 58 int streams, int mode, snd_config_t *lconf,
|
/third_party/openssl/apps/ |
D | ca.c | 1366 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/ |
D | ca.c | 1386 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/ |
D | seq.c | 1011 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/ |
D | control.c | 1595 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/ |
D | pcm.c | 2718 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()
|