Searched refs:srec_question (Results 1 – 2 of 2) sorted by relevance
39 int question_check(srec_question* quest, phonemeID lphon, phonemeID cphon, phonemeID rphon) in question_check()79 void read_questions(srec_question** pquestions, asr_int16_t num_questions, char **buffer, PFile *fp) in read_questions()81 srec_question *q; in read_questions()83 q = *pquestions = (srec_question*)(*buffer); in read_questions()85 *buffer += num_questions * sizeof(srec_question); in read_questions()318 pfread(&allotree->questions, sizeof(srec_question *), 1, fp);/* questions */ in read_arbdata_from_stream()335 allotree->questions = (srec_question *)pbuf; in read_arbdata_from_stream()
54 srec_question; typedef94 srec_question* questions;