/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | cexcept.h | 200 volatile struct { etype etmp; } v; \ 203 /* etmp must be volatile because the application might use automatic */ 204 /* storage for the_exception_context, and etmp is modified between */ 231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) 245 the_exception_context->v.etmp =
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 103 tag_exp_type *etmp; in generate_v3() local 184 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; in generate_v3() 185 i < asn1_tags.exp_count; i++, etmp--) { in generate_v3() 187 len += etmp->exp_pad; in generate_v3() 188 etmp->exp_len = len; in generate_v3() 190 len = ASN1_object_size(0, len, etmp->exp_tag); in generate_v3() 205 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; in generate_v3() 206 i++, etmp++) { in generate_v3() 207 ASN1_put_object(&p, etmp->exp_constructed, etmp in generate_v3() [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 103 tag_exp_type *etmp; in generate_v3() local 184 for (i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; in generate_v3() 185 i < asn1_tags.exp_count; i++, etmp--) { in generate_v3() 187 len += etmp->exp_pad; in generate_v3() 188 etmp->exp_len = len; in generate_v3() 190 len = ASN1_object_size(0, len, etmp->exp_tag); in generate_v3() 205 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; in generate_v3() 206 i++, etmp++) { in generate_v3() 207 ASN1_put_object(&p, etmp->exp_constructed, etmp in generate_v3() [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 398 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; in PKCS7_dataDecode() local 544 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) { in PKCS7_dataDecode() 596 BIO_get_cipher_ctx(etmp, &evp_ctx); in PKCS7_dataDecode() 642 out = etmp; in PKCS7_dataDecode() 644 BIO_push(out, etmp); in PKCS7_dataDecode() 645 etmp = NULL; in PKCS7_dataDecode() 672 BIO_free_all(etmp); in PKCS7_dataDecode()
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 398 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; in PKCS7_dataDecode() local 544 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) { in PKCS7_dataDecode() 596 BIO_get_cipher_ctx(etmp, &evp_ctx); in PKCS7_dataDecode() 642 out = etmp; in PKCS7_dataDecode() 644 BIO_push(out, etmp); in PKCS7_dataDecode() 645 etmp = NULL; in PKCS7_dataDecode() 672 BIO_free_all(etmp); in PKCS7_dataDecode()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 731 char etmp[GROUP_NAME_BUFFER_LENGTH]; in gid_cb() local 743 if (len > (int)(sizeof(etmp) - 1)) in gid_cb() 745 memcpy(etmp, elem, len); in gid_cb() 746 etmp[len] = 0; in gid_cb() 748 gid = tls1_group_name2id(garg->ctx, etmp); in gid_cb() 751 "group '%s' cannot be set", etmp); in gid_cb() 2442 char etmp[TLS_MAX_SIGSTRING_LEN], *p; in sig_cb() local 2448 if (len > (int)(sizeof(etmp) - 1)) in sig_cb() 2450 memcpy(etmp, elem, len); in sig_cb() 2451 etmp[le in sig_cb() [all...] |
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 710 char etmp[GROUP_NAME_BUFFER_LENGTH]; in gid_cb() local 723 if (len > (int)(sizeof(etmp) - 1)) in gid_cb() 725 memcpy(etmp, elem, len); in gid_cb() 726 etmp[len] = 0; in gid_cb() 728 gid = tls1_group_name2id(garg->ctx, etmp); in gid_cb() 731 "group '%s' cannot be set", etmp); in gid_cb() 2422 char etmp[TLS_MAX_SIGSTRING_LEN], *p; in sig_cb() local 2428 if (len > (int)(sizeof(etmp) - 1)) in sig_cb() 2430 memcpy(etmp, elem, len); in sig_cb() 2431 etmp[le in sig_cb() [all...] |
/third_party/libcoap/src/ |
H A D | coap_session.c | 600 coap_lg_crcv_t *lg_crcv, *etmp; in coap_session_mfree() local 603 LL_FOREACH_SAFE(session->lg_crcv, lg_crcv, etmp) { in coap_session_mfree() 988 coap_lg_crcv_t *cq, *etmp; in coap_session_disconnected() local 1061 LL_FOREACH_SAFE(session->lg_crcv, cq, etmp) { in coap_session_disconnected()
|