OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ok_file_data
(Results
1 - 2
of
2
) sorted by null
/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])) {
98
ok = voc->
ok_file_data
;
124
voc->first_entry = strchr(voc->
ok_file_data
, '\n') + 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);
253
voc->
ok_file_data
= NULL;
/external/srec/srec/include/
hmm_desc.h
144
char*
ok_file_data
; /* data in the .ok file */
member in struct:__anon13966
145
int ok_file_data_length; /* length of data
ok_file_data
*/
Completed in 1646 milliseconds