Searched refs:ntmp (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/x509v3/ |
D | v3_info.c | 67 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;
|
D | v3_utl.c | 316 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 …]
|
D | v3_crld.c | 426 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/ |
D | asn_mime.c | 635 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/ |
D | jbl.c | 2252 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()
|