Searched refs:new_bufm (Results 1 – 1 of 1) sorted by relevance
2166 BUF_MEM *old_bufm = NULL, *new_bufm = NULL; in tparam_on_enc_ext() local2184 || !TEST_ptr(new_bufm = BUF_MEM_new()) in tparam_on_enc_ext()2185 || !TEST_true(WPACKET_init(&wpkt, new_bufm))) in tparam_on_enc_ext()2250 memcpy(ee->extensions + old_len, new_bufm->data, written); in tparam_on_enc_ext()2263 BUF_MEM_free(new_bufm); in tparam_on_enc_ext()