OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nos
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_cpols.c
34
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *
nos
);
331
STACK_OF(CONF_VALUE) *
nos
;
338
nos
= X509V3_parse_list(cnf->value);
339
if (!
nos
|| !sk_CONF_VALUE_num(
nos
)) {
342
sk_CONF_VALUE_pop_free(
nos
, X509V3_conf_free);
345
ret = nref_nos(nref->noticenos,
nos
);
346
sk_CONF_VALUE_pop_free(
nos
, X509V3_conf_free);
372
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *
nos
)
379
for (i = 0; i < sk_CONF_VALUE_num(
nos
); i++)
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_cpols.c
33
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *
nos
);
331
STACK_OF(CONF_VALUE) *
nos
;
338
nos
= X509V3_parse_list(cnf->value);
339
if (!
nos
|| !sk_CONF_VALUE_num(
nos
)) {
342
sk_CONF_VALUE_pop_free(
nos
, X509V3_conf_free);
345
ret = nref_nos(nref->noticenos,
nos
);
346
sk_CONF_VALUE_pop_free(
nos
, X509V3_conf_free);
373
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *
nos
)
380
for (i = 0; i < sk_CONF_VALUE_num(
nos
); i++)
[
all
...]
/src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_cpols.c
34
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *
nos
);
353
STACK_OF(CONF_VALUE) *
nos
;
362
nos
= X509V3_parse_list(cnf->value);
363
if (!
nos
|| !sk_CONF_VALUE_num(
nos
)) {
366
sk_CONF_VALUE_pop_free(
nos
, X509V3_conf_free);
369
ret = nref_nos(nref->noticenos,
nos
);
370
sk_CONF_VALUE_pop_free(
nos
, X509V3_conf_free);
392
static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *
nos
)
399
for (i = 0; i < sk_CONF_VALUE_num(
nos
); i++)
[
all
...]
/src/sys/dev/hdaudio/
hdaudio.c
82
hdaudio_stream_init(struct hdaudio_softc *sc, int nis, int
nos
, int nbidir)
92
for (i = 0; i <
nos
&& cnt < HDAUDIO_MAX_STREAMS; i++) {
129
const int
nos
= HDAUDIO_GCAP_OSS(gcap);
local
135
vmaj, vmin,
nos
, nis, nbidir, nsdo, addr64 ? ", 64-bit" : "");
139
hdaudio_stream_init(sc, nis,
nos
, nbidir);
Completed in 17 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026