Home
last modified time | relevance | path

Searched refs:tmpval (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/asn1/
Dasn_mime.c802 char *tmpname = NULL, *tmpval = NULL, *p; in mime_hdr_new() local
811 if ((tmpval = OPENSSL_strdup(value)) == NULL) in mime_hdr_new()
813 for (p = tmpval; *p; p++) in mime_hdr_new()
820 mhdr->value = tmpval; in mime_hdr_new()
827 OPENSSL_free(tmpval); in mime_hdr_new()
834 char *tmpname = NULL, *tmpval = NULL, *p; in mime_hdr_addparam() local
845 tmpval = OPENSSL_strdup(value); in mime_hdr_addparam()
846 if (!tmpval) in mime_hdr_addparam()
854 mparam->param_value = tmpval; in mime_hdr_addparam()
860 OPENSSL_free(tmpval); in mime_hdr_addparam()
/third_party/ffmpeg/libavcodec/
D4xm.c281 unsigned tmpval = AV_RN32(src); \
282 tmpval = (tmpval << 16) | (tmpval >> 16); \
283 tmpval = tmpval * (scale) + (dc); \
284 tmpval = (tmpval << 16) | (tmpval >> 16); \
285 AV_WN32A(dst, tmpval); \
290 unsigned tmpval = AV_RN32(src) * (scale) + (dc); \
291 AV_WN32A(dst, tmpval); \
/third_party/openssl/crypto/ocsp/
Docsp_ext.c247 unsigned char *tmpval; in ocsp_add1_nonce() local
265 tmpval = os.data; in ocsp_add1_nonce()
266 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL); in ocsp_add1_nonce()
268 memcpy(tmpval, val, len); in ocsp_add1_nonce()
269 else if (RAND_bytes(tmpval, len) <= 0) in ocsp_add1_nonce()
/third_party/openssl/test/
Devp_test.c965 char *p, *tmpval; in mac_test_ctrl_pkey() local
967 if (!TEST_ptr(tmpval = OPENSSL_strdup(value))) in mac_test_ctrl_pkey()
969 p = strchr(tmpval, ':'); in mac_test_ctrl_pkey()
972 rv = EVP_PKEY_CTX_ctrl_str(pctx, tmpval, p); in mac_test_ctrl_pkey()
979 OPENSSL_free(tmpval); in mac_test_ctrl_pkey()
1145 char *p, *tmpval; in pkey_test_ctrl() local
1147 if (!TEST_ptr(tmpval = OPENSSL_strdup(value))) in pkey_test_ctrl()
1149 p = strchr(tmpval, ':'); in pkey_test_ctrl()
1152 rv = EVP_PKEY_CTX_ctrl_str(pctx, tmpval, p); in pkey_test_ctrl()
1172 OPENSSL_free(tmpval); in pkey_test_ctrl()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.c1602 gint64 tmpval; in mpegts_base_scan() local
1653 if (!gst_pad_peer_query_duration (base->sinkpad, format, &tmpval)) in mpegts_base_scan()
1655 upstream_size = tmpval; in mpegts_base_scan()
/third_party/libxml2/
Dxmlschemastypes.c3029 xmlChar *tmpval, *cur; in xmlSchemaValAtomicType() local
3035 tmpval = xmlStrdup(value); in xmlSchemaValAtomicType()
3036 for (cur = tmpval; *cur; ++cur) { in xmlSchemaValAtomicType()
3044 uri = xmlParseURI((const char *) tmpval); in xmlSchemaValAtomicType()
3045 xmlFree(tmpval); in xmlSchemaValAtomicType()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemastypes.c2956 xmlChar *tmpval, *cur; in xmlSchemaValAtomicType() local
2962 tmpval = xmlStrdup(value); in xmlSchemaValAtomicType()
2963 for (cur = tmpval; *cur; ++cur) { in xmlSchemaValAtomicType()
2971 uri = xmlParseURI((const char *) tmpval); in xmlSchemaValAtomicType()
2972 xmlFree(tmpval); in xmlSchemaValAtomicType()