Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
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
327 ntmp = NULL; in STACK_OF()
337 ntmp = strip_spaces(q); in STACK_OF()
338 if (!ntmp) { in STACK_OF()
346 ntmp = strip_spaces(q); in STACK_OF()
348 if (!ntmp) { in STACK_OF()
353 X509V3_add_value(ntmp, NULL, &values); in STACK_OF()
367 X509V3_add_value(ntmp, vtmp, &values); in STACK_OF()
368 ntmp = NULL; in STACK_OF()
382 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.c635 char *ntmp; in STACK_OF() local
650 ntmp = NULL; in STACK_OF()
665 ntmp = strip_ends(q); in STACK_OF()
674 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
681 ntmp = NULL; in STACK_OF()
700 ntmp = strip_ends(q); in STACK_OF()
709 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
710 ntmp = NULL; in STACK_OF()
731 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
739 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF()
/third_party/ejdb/src/jbl/
Djbl.c2252 struct _JBL_NODE *ntmp; in _jbl_target_apply_patch() local
2295 ntmp = iwpool_calloc(sizeof(*ntmp), pool); in _jbl_target_apply_patch()
2296 if (!ntmp) { in _jbl_target_apply_patch()
2350 _jbl_copy_node_data(ntmp, value); in _jbl_target_apply_patch()
2352 _jbl_copy_node_data(child, ntmp); in _jbl_target_apply_patch()
2382 _jbl_copy_node_data(ntmp, value); in _jbl_target_apply_patch()
2384 _jbl_copy_node_data(child, ntmp); in _jbl_target_apply_patch()