GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AUTHTABLE(3) AUT STRUCTURE DEFINITIONS AUTHTABLE(3)

authtable - hash table structure

The authtable structure is used to describe an hash table.

The declarations needed to work on authtable are available in the header file "/labo/include/aut101.h", where '101' is the actual aut version.

The following C structure supports the description of an hash element :


typedef struct authtable
{
authelem ∗TABLE;
long TABLE_SIZE;
long NUMBER_ELEM;
long NUMBER_ADD;
long NUMBER_SCAN;
long NUMBER_DEL;
long NUMBER_STRETCH;
} authtable;

TABLE is the hash element array.

TABLE_SIZE is the size of the hash table.

NUMBER_ELEM is the number of element in the hash table.

NUMBER_ADD is the number of added elements.

NUMBER_SCAN is the number of scans to find an element.

NUMBER_DEL is the number of deleted elements.

NUMBER_STRETCH is the number of hash table stretch.

aut(1), authtable(3),

See the file man1/alc_bug_report.1.

October 1, 1997 ASIM/LIP6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.