Home
last modified time | relevance | path

Searched refs:new_hdr (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mime.c688 MIME_HEADER *mhdr = NULL, *new_hdr = NULL; in STACK_OF() local
725 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
726 if (new_hdr == NULL) in STACK_OF()
728 if (!sk_MIME_HEADER_push(headers, new_hdr)) in STACK_OF()
730 mhdr = new_hdr; in STACK_OF()
731 new_hdr = NULL; in STACK_OF()
782 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
783 if (new_hdr == NULL) in STACK_OF()
785 if (!sk_MIME_HEADER_push(headers, new_hdr)) in STACK_OF()
787 mhdr = new_hdr; in STACK_OF()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c852 zfs_btree_hdr_t *new_hdr = &new_leaf->btl_hdr; in zfs_btree_insert_into_leaf() local
853 new_hdr->bth_parent = leaf->btl_hdr.bth_parent; in zfs_btree_insert_into_leaf()
854 new_hdr->bth_first = (tree->bt_bulk ? 0 : capacity / 4) + in zfs_btree_insert_into_leaf()
856 new_hdr->bth_count = move_count; in zfs_btree_insert_into_leaf()
857 zfs_btree_poison_node(tree, new_hdr); in zfs_btree_insert_into_leaf()