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
AUTH2ELEM(3) AUT STRUCTURE DEFINITIONS AUTH2ELEM(3)

auth2elem - element in an hash table with two keys.

The auth2elem structure is used to describe an hash element.

The declarations needed to work on auth2elem 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 auth2elem
{
char ∗KEY1;
char ∗KEY2;
long VALUE;
} auth2elem;

KEY1 is the first hash element key, for example a name created with namealloc.

KEY2 is the second hash element key, for example a name created with namealloc.

VALUE is the value associated to the two keys KEY1 and KEY2.

aut(1), auth2table(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.