Home
last modified time | relevance | path

Searched refs:ok_file_data_length (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/clib/
Dvoc_read.c86 if (mmap_zip(basename, (void**)&voc->ok_file_data, (size_t*)&voc->ok_file_data_length)) { in read_word_transcription()
92 if (!cr_or_nl(voc->ok_file_data[voc->ok_file_data_length - 1])) { in read_word_transcription()
125 voc->last_entry = voc->ok_file_data + voc->ok_file_data_length - 2; in read_word_transcription()
131 while (ok < voc->ok_file_data + voc->ok_file_data_length) { in read_word_transcription()
252 if (voc->ok_file_data) munmap_zip(voc->ok_file_data, voc->ok_file_data_length); in delete_word_transcription()
254 voc->ok_file_data_length = 0; in delete_word_transcription()
/external/srec/srec/include/
Dhmm_desc.h145 int ok_file_data_length; /* length of data ok_file_data */ member