Lines Matching refs:new_data

686     struct decoder_process_data_st new_data;  in decoder_process()  local
696 memset(&new_data, 0, sizeof(new_data)); in decoder_process()
697 new_data.ctx = data->ctx; in decoder_process()
698 new_data.recursion = data->recursion + 1; in decoder_process()
701 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process()
702 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \ in decoder_process()
711 (void *)new_data.ctx); in decoder_process()
734 (void *)new_data.ctx, LEVEL); in decoder_process()
742 (void *)new_data.ctx, LEVEL, rv); in decoder_process()
763 new_data.bio = BIO_new_mem_buf(p->data, (int)p->data_size); in decoder_process()
764 if (new_data.bio == NULL) in decoder_process()
766 bio = new_data.bio; in decoder_process()
799 (void *)new_data.ctx, LEVEL, (void *)decoder, in decoder_process()
841 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
857 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
873 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
887 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
903 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
922 (void *)new_data.ctx, LEVEL, (unsigned int)i); in decoder_process()
946 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
956 new_data.current_decoder_inst_index = i; in decoder_process()
957 new_data.flag_input_structure_checked in decoder_process()
960 new_data.ctx->selection, in decoder_process()
961 decoder_process, &new_data, in decoder_process()
963 &new_data.ctx->pwdata); in decoder_process()
969 (void *)new_data.ctx, LEVEL, (unsigned int)i, in decoder_process()
971 new_data.flag_next_level_called ? "yes" : "no", in decoder_process()
972 new_data.flag_construct_called ? "yes" : "no"); in decoder_process()
975 data->flag_construct_called = new_data.flag_construct_called; in decoder_process()
988 if (new_data.flag_next_level_called) in decoder_process()
994 BIO_free(new_data.bio); in decoder_process()