Lines Matching refs:new_data
687 struct decoder_process_data_st new_data;
697 memset(&new_data, 0, sizeof(new_data));
698 new_data.ctx = data->ctx;
699 new_data.recursion = data->recursion + 1;
702 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \
703 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \
712 (void *)new_data.ctx);
735 (void *)new_data.ctx, LEVEL);
743 (void *)new_data.ctx, LEVEL, rv);
764 new_data.bio = BIO_new_mem_buf(p->data, (int)p->data_size);
765 if (new_data.bio == NULL)
767 bio = new_data.bio;
800 (void *)new_data.ctx, LEVEL, (void *)decoder,
842 (void *)new_data.ctx, LEVEL, (unsigned int)i,
858 (void *)new_data.ctx, LEVEL, (unsigned int)i,
874 (void *)new_data.ctx, LEVEL, (unsigned int)i,
888 (void *)new_data.ctx, LEVEL, (unsigned int)i);
905 (void *)new_data.ctx, LEVEL, (unsigned int)i);
925 (void *)new_data.ctx, LEVEL, (unsigned int)i);
949 (void *)new_data.ctx, LEVEL, (unsigned int)i,
959 new_data.current_decoder_inst_index = i;
960 new_data.flag_input_structure_checked
963 new_data.ctx->selection,
964 decoder_process, &new_data,
966 &new_data.ctx->pwdata);
972 (void *)new_data.ctx, LEVEL, (unsigned int)i,
974 new_data.flag_next_level_called ? "yes" : "no",
975 new_data.flag_construct_called ? "yes" : "no");
978 data->flag_construct_called = new_data.flag_construct_called;
991 if (new_data.flag_next_level_called)
997 BIO_free(new_data.bio);