GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cobsort Struct Reference
Collaboration diagram for cobsort:

Data Fields

void * pointer
 
struct cobitemempty
 
void * sort_return
 
cob_fieldfnstatus
 
struct sort_mem_structmem_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]
 

Field Documentation

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
unsigned int cobsort::files_used
struct sort_mem_struct* cobsort::mem_base
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().

size_t cobsort::r_size
int cobsort::retrieval_queue
unsigned int cobsort::retrieving
size_t cobsort::size
void* cobsort::sort_return
size_t cobsort::switch_to_file
size_t cobsort::unique

Referenced by cob_file_sort_submit().

size_t cobsort::w_size

The documentation for this struct was generated from the following file: