Home
last modified time | relevance | path

Searched refs:sarg (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dbio_ndef.c63 ASN1_STREAM_ARG sarg; in BIO_new_NDEF() local
91 sarg.out = out; in BIO_new_NDEF()
92 sarg.ndef_bio = NULL; in BIO_new_NDEF()
93 sarg.boundary = NULL; in BIO_new_NDEF()
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) { in BIO_new_NDEF()
115 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
119 return sarg.ndef_bio; in BIO_new_NDEF()
198 ASN1_STREAM_ARG sarg; in ndef_suffix() local
208 sarg in ndef_suffix()
[all...]
H A Dasn_mime.c346 ASN1_STREAM_ARG sarg; in asn1_output_data() local
362 sarg.out = out; in asn1_output_data()
363 sarg.ndef_bio = NULL; in asn1_output_data()
364 sarg.boundary = NULL; in asn1_output_data()
368 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0) in asn1_output_data()
372 if (!SMIME_crlf_copy(data, sarg.ndef_bio, flags)) in asn1_output_data()
376 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0) in asn1_output_data()
381 while (sarg.ndef_bio != out) { in asn1_output_data()
382 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
383 BIO_free(sarg in asn1_output_data()
[all...]
/third_party/openssl/crypto/asn1/
H A Dbio_ndef.c63 ASN1_STREAM_ARG sarg; in BIO_new_NDEF() local
91 sarg.out = out; in BIO_new_NDEF()
92 sarg.ndef_bio = NULL; in BIO_new_NDEF()
93 sarg.boundary = NULL; in BIO_new_NDEF()
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) { in BIO_new_NDEF()
115 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
119 return sarg.ndef_bio; in BIO_new_NDEF()
198 ASN1_STREAM_ARG sarg; in ndef_suffix() local
208 sarg in ndef_suffix()
[all...]
H A Dasn_mime.c346 ASN1_STREAM_ARG sarg; in asn1_output_data() local
362 sarg.out = out; in asn1_output_data()
363 sarg.ndef_bio = NULL; in asn1_output_data()
364 sarg.boundary = NULL; in asn1_output_data()
368 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0) in asn1_output_data()
372 if (!SMIME_crlf_copy(data, sarg.ndef_bio, flags)) in asn1_output_data()
376 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0) in asn1_output_data()
381 while (sarg.ndef_bio != out) { in asn1_output_data()
382 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
383 BIO_free(sarg in asn1_output_data()
[all...]
/third_party/alsa-utils/alsactl/
H A Dalsactl.c68 int sarg; member
134 int sarg; in help() local
142 sarg = a->sarg; in help()
143 if (sarg & (HEADER|TITLE)) { in help()
144 printf("%s%s\n", (sarg & HEADER) != 0 ? "\n" : "", in help()
150 if (sarg & (EMPCMD|CARDCMD|KILLCMD)) { in help()
151 if (sarg & CARDCMD) in help()
153 else if (sarg & KILLCMD) in help()
159 sa[1] = a->sarg; in help()
[all...]
/third_party/alsa-utils/nhlt/
H A Dnhlt-dmic-info.c287 int sarg; member
306 int sarg; in help() local
314 sarg = a->sarg; in help()
315 if (sarg & (HEADER|TITLE)) { in help()
316 printf("%s%s\n", (sarg & HEADER) != 0 ? "\n" : "", in help()
322 sa[1] = a->sarg; in help()
325 if (sarg & FILEARG) in help()
351 if ((a->sarg & 0xff) == 0) in main()
355 o->has_arg = (a->sarg in main()
[all...]
/third_party/ltp/testcases/kernel/syscalls/splice/
H A Dsplice02.c40 static char *sarg; variable
46 if (tst_parse_int(sarg, &file_size, 1, INT_MAX)) in setup()
47 tst_brk(TBROK, "invalid number of writes '%s', use <1,%d>", sarg, INT_MAX); in setup()
159 {"s:", &sarg, "Size of output file in bytes (default: 16x max pipe size, i.e. 1M on intel)"},
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_asn1.c36 ASN1_STREAM_ARG *sarg = exarg; in pk7_cb() local
42 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
46 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out); in pk7_cb()
47 if (!sarg->ndef_bio) in pk7_cb()
53 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0) in pk7_cb()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_asn1.c36 ASN1_STREAM_ARG *sarg = exarg; in pk7_cb() local
42 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
46 sarg->ndef_bio = PKCS7_dataInit(*pp7, sarg->out); in pk7_cb()
47 if (!sarg->ndef_bio) in pk7_cb()
53 if (PKCS7_dataFinal(*pp7, sarg->ndef_bio) <= 0) in pk7_cb()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_asn1.c296 ASN1_STREAM_ARG *sarg = exarg; in cms_cb() local
305 if (CMS_stream(&sarg->boundary, cms) <= 0) in cms_cb()
309 sarg->ndef_bio = CMS_dataInit(cms, sarg->out); in cms_cb()
310 if (!sarg->ndef_bio) in cms_cb()
316 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0) in cms_cb()
/third_party/openssl/crypto/cms/
H A Dcms_asn1.c307 ASN1_STREAM_ARG *sarg = exarg; in cms_cb() local
316 if (CMS_stream(&sarg->boundary, cms) <= 0) in cms_cb()
320 sarg->ndef_bio = CMS_dataInit(cms, sarg->out); in cms_cb()
321 if (!sarg->ndef_bio) in cms_cb()
327 if (CMS_dataFinal(cms, sarg->ndef_bio) <= 0) in cms_cb()
/third_party/python/Python/
H A Dgetargs.c670 const char *sarg; in convertsimple() local
944 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
945 if (sarg == NULL) in convertsimple()
948 PyBuffer_FillInfo(p, arg, (void *)sarg, len, 1, 0); in convertsimple()
973 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
974 if (sarg == NULL) in convertsimple()
977 *p = sarg; in convertsimple()
993 sarg = NULL; in convertsimple()
998 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
999 if (sarg in convertsimple()
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c2439 sig_cb_st *sarg = arg; in sig_cb() local
2446 if (sarg->sigalgcnt == TLS_MAX_SIGALGCNT) in sig_cb()
2466 sarg->sigalgs[sarg->sigalgcnt++] = s->sigalg; in sig_cb()
2484 sarg->sigalgs[sarg->sigalgcnt++] = s->sigalg; in sig_cb()
2493 for (i = 0; i < sarg->sigalgcnt - 1; i++) { in sig_cb()
2494 if (sarg->sigalgs[i] == sarg->sigalgs[sarg in sig_cb()
[all...]
/third_party/openssl/ssl/
H A Dt1_lib.c2419 sig_cb_st *sarg = arg; in sig_cb() local
2426 if (sarg->sigalgcnt == TLS_MAX_SIGALGCNT) in sig_cb()
2446 sarg->sigalgs[sarg->sigalgcnt++] = s->sigalg; in sig_cb()
2464 sarg->sigalgs[sarg->sigalgcnt++] = s->sigalg; in sig_cb()
2473 for (i = 0; i < sarg->sigalgcnt - 1; i++) { in sig_cb()
2474 if (sarg->sigalgs[i] == sarg->sigalgs[sarg in sig_cb()
[all...]

Completed in 15 milliseconds