Lines Matching refs:new_data
723 struct decoder_process_data_st new_data; in decoder_process() local
733 memset(&new_data, 0, sizeof(new_data)); in decoder_process()
734 new_data.ctx = data->ctx; in decoder_process()
735 new_data.recursion = data->recursion + 1; in decoder_process()
738 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process()
739 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \ in decoder_process()
748 (void *)new_data.ctx); in decoder_process()
771 (void *)new_data.ctx, LEVEL); in decoder_process()
779 (void *)new_data.ctx, LEVEL, rv); in decoder_process()
801 new_data.bio = BIO_new_mem_buf(p->data, (int)p->data_size); in decoder_process()
802 if (new_data.bio == NULL) in decoder_process()
804 bio = new_data.bio; in decoder_process()
837 (void *)new_data.ctx, LEVEL, (void *)decoder, in decoder_process()
879 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
895 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
912 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
926 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
943 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
963 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
987 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
997 new_data.current_decoder_inst_index = i; in decoder_process()
998 new_data.flag_input_structure_checked in decoder_process()
1001 new_data.ctx->selection, in decoder_process()
1002 decoder_process, &new_data, in decoder_process()
1004 &new_data.ctx->pwdata); in decoder_process()
1010 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
1012 new_data.flag_next_level_called ? "yes" : "no", in decoder_process()
1013 new_data.flag_construct_called ? "yes" : "no"); in decoder_process()
1016 data->flag_construct_called = new_data.flag_construct_called; in decoder_process()
1029 if (new_data.flag_next_level_called) in decoder_process()
1035 BIO_free(new_data.bio); in decoder_process()