ENCINA(3) — Subroutines
NAME
tisam_DumpState - dumps the state of the T-ISAM component
SYNOPSIS
void tisam_DumpState (void)
DESCRIPTION
The tisam_DumpState function dumps all data that is stored in the T-ISAM library to the standard Encina trace facility. Data provided includes the following:
names of open files
file descriptors open on each file, including the following information about each one:
T-ISAM file descriptor number
mode in which the file is open
SFS OFD number being used
name of the current index being used
indices known for each open file, including the following information on each index:
index name
T-ISAM temporary index number (from last call to isindexinfo)
key descriptor describing the index
NOTES
This function may also be called using the name isdumpstate.
For more information about the Encina tracing facility, see the Encina Administration Guide Volume 1: Introduction and Configuration.
RELATED INFORMATION
Encina SFS Programming Guide
— March 1997