Home
last modified time | relevance | path

Searched refs:parg (Results 1 – 25 of 218) sorted by relevance

123456789

/third_party/openssl/crypto/asn1/
Dbio_ndef.c45 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
47 void *parg);
48 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
50 void *parg);
129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix() argument
135 if (parg == NULL) in ndef_prefix()
138 ndef_aux = *(NDEF_SUPPORT **)parg; in ndef_prefix()
161 void *parg) in ndef_prefix_free() argument
165 if (parg == NULL) in ndef_prefix_free()
168 ndef_aux = *(NDEF_SUPPORT **)parg; in ndef_prefix_free()
[all …]
Dtasn_prn.c144 ASN1_PRINT_ARG parg; in asn1_item_print_ctx() local
147 parg.out = out; in asn1_item_print_ctx()
148 parg.indent = indent; in asn1_item_print_ctx()
149 parg.pctx = pctx; in asn1_item_print_ctx()
226 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg); in asn1_item_print_ctx()
250 i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg); in asn1_item_print_ctx()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dbio_ndef.c45 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
47 void *parg);
48 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
50 void *parg);
129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix() argument
135 if (parg == NULL) in ndef_prefix()
138 ndef_aux = *(NDEF_SUPPORT **)parg; in ndef_prefix()
161 void *parg) in ndef_prefix_free() argument
165 if (parg == NULL) in ndef_prefix_free()
168 ndef_aux = *(NDEF_SUPPORT **)parg; in ndef_prefix_free()
[all …]
Dtasn_prn.c144 ASN1_PRINT_ARG parg; in asn1_item_print_ctx() local
147 parg.out = out; in asn1_item_print_ctx()
148 parg.indent = indent; in asn1_item_print_ctx()
149 parg.pctx = pctx; in asn1_item_print_ctx()
226 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg); in asn1_item_print_ctx()
250 i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg); in asn1_item_print_ctx()
/third_party/python/Modules/_ctypes/
D_ctypes.c440 PyCArgObject *parg; in StructUnionType_paramfunc() local
469 parg = PyCArgObject_new(); in StructUnionType_paramfunc()
470 if (parg == NULL) { in StructUnionType_paramfunc()
475 parg->tag = 'V'; in StructUnionType_paramfunc()
478 parg->pffi_type = &stgdict->ffi_type_pointer; in StructUnionType_paramfunc()
479 parg->value.p = ptr; in StructUnionType_paramfunc()
480 parg->size = self->b_size; in StructUnionType_paramfunc()
481 parg->obj = obj; in StructUnionType_paramfunc()
482 return parg; in StructUnionType_paramfunc()
1040 PyCArgObject *parg; in PyCPointerType_paramfunc() local
[all …]
Dcallproc.c1708 PyCArgObject *parg; in byref() local
1728 parg = PyCArgObject_new(); in byref()
1729 if (parg == NULL) in byref()
1732 parg->tag = 'P'; in byref()
1733 parg->pffi_type = &ffi_type_pointer; in byref()
1735 parg->obj = obj; in byref()
1736 parg->value.p = (char *)((CDataObject *)obj)->b_ptr + offset; in byref()
1737 return (PyObject *)parg; in byref()
/third_party/openssl/ssl/
Ds3_lib.c3418 long ssl3_ctrl(SSL *s, int cmd, long larg, void *parg) in ssl3_ctrl() argument
3442 if (parg == NULL) { in ssl3_ctrl()
3446 pkdh = ssl_dh_to_pkey(parg); in ssl3_ctrl()
3470 if (parg == NULL) { in ssl3_ctrl()
3476 parg); in ssl3_ctrl()
3495 if (parg == NULL) in ssl3_ctrl()
3497 len = strlen((char *)parg); in ssl3_ctrl()
3502 if ((s->ext.hostname = OPENSSL_strdup((char *)parg)) == NULL) { in ssl3_ctrl()
3512 s->ext.debug_arg = parg; in ssl3_ctrl()
3526 *(STACK_OF(X509_EXTENSION) **)parg = s->ext.ocsp.exts; in ssl3_ctrl()
[all …]
/third_party/node/deps/openssl/openssl/ssl/
Ds3_lib.c3418 long ssl3_ctrl(SSL *s, int cmd, long larg, void *parg) in ssl3_ctrl() argument
3442 if (parg == NULL) { in ssl3_ctrl()
3446 pkdh = ssl_dh_to_pkey(parg); in ssl3_ctrl()
3470 if (parg == NULL) { in ssl3_ctrl()
3476 parg); in ssl3_ctrl()
3495 if (parg == NULL) in ssl3_ctrl()
3497 len = strlen((char *)parg); in ssl3_ctrl()
3502 if ((s->ext.hostname = OPENSSL_strdup((char *)parg)) == NULL) { in ssl3_ctrl()
3512 s->ext.debug_arg = parg; in ssl3_ctrl()
3526 *(STACK_OF(X509_EXTENSION) **)parg = s->ext.ocsp.exts; in ssl3_ctrl()
[all …]
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
Dperiodic_cpu_load.c124 struct periodic_arg *parg = (struct periodic_arg *)t->arg; in periodic_thread() local
125 nsec_t period = parg->period; in periodic_thread()
126 void *(*func) (void *) = parg->func; in periodic_thread()
133 while (i < parg->iterations) { in periodic_thread()
141 func(parg->arg); in periodic_thread()
/third_party/openssl/doc/man3/
DSSL_CTX_ctrl.pod11 long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg);
14 long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg);
21 B<larg>, B<parg>, or B<fp> are evaluated. These functions should never
DBIO_set_callback.pod199 =item B<BIO_ctrl(BIO *b, int cmd, long larg, void *parg)>
201 callback_ex(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL)
205 callback(b, BIO_CB_CTRL, parg, cmd, larg, 1L)
209 callback_ex(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, larg, ret, NULL)
213 callback(b, BIO_CB_CTRL|BIO_CB_RETURN, parg, cmd, larg, ret)
217 Note: B<cmd> == B<BIO_CTRL_SET_CALLBACK> is special, because B<parg> is not the
218 argument of type B<BIO_info_cb> itself. In this case B<parg> is a pointer to
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-typecheck.c7 void parg(enum good);
8 void parg(enum bad);
/third_party/openssl/crypto/bio/
Dossl_core_bio.c116 long ossl_core_bio_ctrl(OSSL_CORE_BIO *cb, int cmd, long larg, void *parg) in ossl_core_bio_ctrl() argument
118 return BIO_ctrl(cb->bio, cmd, larg, parg); in ossl_core_bio_ctrl()
Dbio_lib.c563 long BIO_ctrl(BIO *b, int cmd, long larg, void *parg) in BIO_ctrl() argument
575 ret = bio_call_callback(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL); in BIO_ctrl()
580 ret = b->method->ctrl(b, cmd, larg, parg); in BIO_ctrl()
583 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, in BIO_ctrl()
/third_party/node/deps/openssl/openssl/crypto/bio/
Dossl_core_bio.c116 long ossl_core_bio_ctrl(OSSL_CORE_BIO *cb, int cmd, long larg, void *parg) in ossl_core_bio_ctrl() argument
118 return BIO_ctrl(cb->bio, cmd, larg, parg); in ossl_core_bio_ctrl()
Dbio_lib.c563 long BIO_ctrl(BIO *b, int cmd, long larg, void *parg) in BIO_ctrl() argument
575 ret = bio_call_callback(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL); in BIO_ctrl()
580 ret = b->method->ctrl(b, cmd, larg, parg); in BIO_ctrl()
583 ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd, in BIO_ctrl()
/third_party/openssl/crypto/dso/
Ddso_local.h89 long (*dso_ctrl) (DSO *dso, int cmd, long larg, void *parg);
Ddso_lib.c192 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) in DSO_ctrl() argument
218 return dso->meth->dso_ctrl(dso, cmd, larg, parg); in DSO_ctrl()
/third_party/node/deps/openssl/openssl/crypto/dso/
Ddso_local.h89 long (*dso_ctrl) (DSO *dso, int cmd, long larg, void *parg);
Ddso_lib.c192 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) in DSO_ctrl() argument
218 return dso->meth->dso_ctrl(dso, cmd, larg, parg); in DSO_ctrl()
/third_party/node/deps/openssl/openssl/include/internal/
Ddso.h90 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
Dbio.h84 long ossl_core_bio_ctrl(OSSL_CORE_BIO *cb, int cmd, long larg, void *parg);
/third_party/openssl/include/internal/
Ddso.h90 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
Dbio.h84 long ossl_core_bio_ctrl(OSSL_CORE_BIO *cb, int cmd, long larg, void *parg);
/third_party/openssl/ohos_lite/include/internal/
Ddso.h89 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);

123456789