|  | GnuCOBOL
    2.0
    A free COBOL compiler | 

| Data Fields | |
| void * | pointer | 
| struct cobitem * | empty | 
| void * | sort_return | 
| cob_field * | fnstatus | 
| struct sort_mem_struct * | mem_base | 
| size_t | unique | 
| size_t | size | 
| size_t | alloc_size | 
| size_t | mem_size | 
| size_t | mem_used | 
| size_t | mem_total | 
| size_t | chunk_size | 
| size_t | r_size | 
| size_t | w_size | 
| size_t | switch_to_file | 
| unsigned int | retrieving | 
| unsigned int | files_used | 
| int | destination_file | 
| int | retrieval_queue | 
| struct queue_struct | queue [4] | 
| struct file_struct | file [4] | 
| size_t cobsort::alloc_size | 
Referenced by cob_file_sort_init(), and cob_new_item().
| size_t cobsort::chunk_size | 
Referenced by cob_file_sort_init(), and cob_new_item().
| int cobsort::destination_file | 
Referenced by cob_file_sort_submit(), and cob_write_block().
| struct cobitem* cobsort::empty | 
Referenced by cob_file_sort_process(), cob_file_sort_retrieve(), cob_new_item(), and cob_write_block().
| struct file_struct cobsort::file[4] | 
Referenced by cob_file_sort_close(), cob_file_sort_process(), cob_get_sort_tempfile(), cob_read_item(), and cob_write_block().
| unsigned int cobsort::files_used | 
Referenced by cob_file_sort_process(), cob_file_sort_retrieve(), and cob_file_sort_submit().
| cob_field* cobsort::fnstatus | 
Referenced by cob_file_release(), cob_file_return(), cob_file_sort_close(), and cob_file_sort_init().
| struct sort_mem_struct* cobsort::mem_base | 
Referenced by cob_file_sort_init(), cob_free_list(), and cob_new_item().
| size_t cobsort::mem_size | 
Referenced by cob_file_sort_init(), and cob_new_item().
| size_t cobsort::mem_total | 
Referenced by cob_file_sort_init(), and cob_new_item().
| size_t cobsort::mem_used | 
Referenced by cob_new_item().
| void* cobsort::pointer | 
Referenced by cob_file_sort_init(), cob_file_sort_process(), cob_file_sort_retrieve(), and cob_sort_queues().
| struct queue_struct cobsort::queue[4] | 
| size_t cobsort::r_size | 
Referenced by cob_file_sort_init(), and cob_read_item().
| int cobsort::retrieval_queue | 
Referenced by cob_file_sort_process(), and cob_file_sort_retrieve().
| unsigned int cobsort::retrieving | 
Referenced by cob_file_sort_process(), cob_file_sort_retrieve(), and cob_file_sort_submit().
| size_t cobsort::size | 
Referenced by cob_file_sort_init(), cob_file_sort_retrieve(), and cob_file_sort_submit().
| void* cobsort::sort_return | 
Referenced by cob_file_release(), cob_file_return(), cob_file_sort_giving(), and cob_file_sort_init().
| size_t cobsort::switch_to_file | 
Referenced by cob_file_sort_submit(), and cob_new_item().
| size_t cobsort::unique | 
Referenced by cob_file_sort_submit().
| size_t cobsort::w_size | 
Referenced by cob_file_sort_init(), cob_file_sort_process(), and cob_write_block().