OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ok_file_data_length
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
hmm_desc.h
145
int
ok_file_data_length
; /* length of data ok_file_data */
member in struct:__anon29205
/external/srec/srec/clib/
voc_read.c
86
if (mmap_zip(basename, (void**)&voc->ok_file_data, (size_t*)&voc->
ok_file_data_length
)) {
92
if (!cr_or_nl(voc->ok_file_data[voc->
ok_file_data_length
- 1])) {
125
voc->last_entry = voc->ok_file_data + voc->
ok_file_data_length
- 2;
131
while (ok < voc->ok_file_data + voc->
ok_file_data_length
) {
252
if (voc->ok_file_data) munmap_zip(voc->ok_file_data, voc->
ok_file_data_length
);
254
voc->
ok_file_data_length
= 0;
Completed in 285 milliseconds