Home
last modified time | relevance | path

Searched refs:ntmp (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/x509/
Dv3_info.c67 char objtmp[80], *ntmp; variable
82 ntmp = OPENSSL_malloc(nlen);
83 if (ntmp == NULL)
85 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name);
87 vtmp->name = ntmp;
Dv3_utl.c316 char *ntmp, *vtmp; in STACK_OF() local
328 ntmp = NULL; in STACK_OF()
338 ntmp = strip_spaces(q); in STACK_OF()
339 if (!ntmp) { in STACK_OF()
346 ntmp = strip_spaces(q); in STACK_OF()
348 if (!ntmp) { in STACK_OF()
352 if (!X509V3_add_value(ntmp, NULL, &values)) { in STACK_OF()
367 if (!X509V3_add_value(ntmp, vtmp, &values)) { in STACK_OF()
370 ntmp = NULL; in STACK_OF()
383 if (!X509V3_add_value(ntmp, vtmp, &values)) { in STACK_OF()
[all …]
Dv3_crld.c426 X509_NAME ntmp; in print_distpoint() local
427 ntmp.entries = dpn->name.relativename; in print_distpoint()
429 X509_NAME_print_ex(out, &ntmp, 0, XN_FLAG_ONELINE); in print_distpoint()
/third_party/openssl/crypto/asn1/
Dasn_mime.c674 char *ntmp; in STACK_OF() local
689 ntmp = NULL; in STACK_OF()
704 ntmp = strip_ends(q); in STACK_OF()
713 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
720 ntmp = NULL; in STACK_OF()
739 ntmp = strip_ends(q); in STACK_OF()
748 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
749 ntmp = NULL; in STACK_OF()
770 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
778 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
/third_party/iowow/src/json/
Diwjson.c2294 struct _JBL_NODE *ntmp; in _jbl_target_apply_patch() local
2337 ntmp = iwpool_calloc(sizeof(*ntmp), pool); in _jbl_target_apply_patch()
2338 if (!ntmp) { in _jbl_target_apply_patch()
2392 _jbl_copy_node_data(ntmp, value); in _jbl_target_apply_patch()
2394 _jbl_copy_node_data(child, ntmp); in _jbl_target_apply_patch()
2424 _jbl_copy_node_data(ntmp, value); in _jbl_target_apply_patch()
2426 _jbl_copy_node_data(child, ntmp); in _jbl_target_apply_patch()