GnuCOBOL  2.0
A free COBOL compiler
call_hash Struct Reference
Collaboration diagram for call_hash:

Data Fields

struct call_hashnext
 
const char * name
 
void * func
 
cob_modulemodule
 
lt_dlhandle handle
 
const char * path
 
unsigned int no_phys_cancel
 

Detailed Description

Definition at line 129 of file call.c.

Field Documentation

void* call_hash::func

Definition at line 132 of file call.c.

Referenced by cob_resolve_internal(), insert(), and lookup().

lt_dlhandle call_hash::handle

Definition at line 134 of file call.c.

Referenced by do_cancel_module(), and insert().

cob_module* call_hash::module

Definition at line 133 of file call.c.

Referenced by cob_set_cancel(), do_cancel_module(), and insert().

const char* call_hash::name
struct call_hash* call_hash::next

Definition at line 130 of file call.c.

Referenced by cob_cancel(), cob_exit_call(), cob_set_cancel(), do_cancel_module(), insert(), and lookup().

unsigned int call_hash::no_phys_cancel

Definition at line 136 of file call.c.

Referenced by do_cancel_module(), and insert().

const char* call_hash::path

Definition at line 135 of file call.c.

Referenced by cob_exit_call(), cob_set_cancel(), do_cancel_module(), and insert().


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