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.c686 MIME_HEADER *mhdr = NULL, *new_hdr = NULL; in STACK_OF() local
724 if (new_hdr == NULL) in STACK_OF()
726 if (!sk_MIME_HEADER_push(headers, new_hdr)) in STACK_OF()
728 mhdr = new_hdr; in STACK_OF()
729 new_hdr = NULL; in STACK_OF()
780 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
781 if (new_hdr == NULL) in STACK_OF()
783 if (!sk_MIME_HEADER_push(headers, new_hdr)) in STACK_OF()
785 mhdr = new_hdr; in STACK_OF()
786 new_hdr = NULL; in STACK_OF()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c851 zfs_btree_hdr_t *new_hdr = &new_leaf->btl_hdr; in zfs_btree_insert_into_leaf() local
852 new_hdr->bth_parent = leaf->btl_hdr.bth_parent; in zfs_btree_insert_into_leaf()
853 new_hdr->bth_first = (tree->bt_bulk ? 0 : capacity / 4) + in zfs_btree_insert_into_leaf()
855 new_hdr->bth_count = move_count; in zfs_btree_insert_into_leaf()
856 zfs_btree_poison_node(tree, new_hdr); in zfs_btree_insert_into_leaf()