Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/asn1/
H A Dasn_mime.c697 MIME_HEADER *mhdr = NULL, *new_hdr = NULL; in STACK_OF() local
734 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
735 if (new_hdr == NULL) in STACK_OF()
737 if (!sk_MIME_HEADER_push(headers, new_hdr)) in STACK_OF()
739 mhdr = new_hdr; in STACK_OF()
740 new_hdr = NULL; in STACK_OF()
791 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
792 if (new_hdr == NULL) in STACK_OF()
794 if (!sk_MIME_HEADER_push(headers, new_hdr)) in STACK_OF()
796 mhdr = new_hdr; in STACK_OF()
[all …]
/src/sys/contrib/openzfs/module/zfs/
H A Dbtree.c865 zfs_btree_hdr_t *new_hdr = &new_leaf->btl_hdr; in zfs_btree_insert_into_leaf() local
866 new_hdr->bth_parent = leaf->btl_hdr.bth_parent; in zfs_btree_insert_into_leaf()
867 new_hdr->bth_first = (tree->bt_bulk ? 0 : capacity / 4) + in zfs_btree_insert_into_leaf()
869 new_hdr->bth_count = move_count; in zfs_btree_insert_into_leaf()
870 zfs_btree_poison_node(tree, new_hdr); in zfs_btree_insert_into_leaf()