debian man page for ns_conndrivercontext

Query: ns_conndrivercontext

OS: debian

Section: 3aolserv

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Ns_ConnDriver(3aolserver)				   AOLserver Library Procedures 				 Ns_ConnDriver(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_ConnDriverContext, Ns_ConnDriverName - Routines to access communication driver data
SYNOPSIS
#include "ns.h" void * Ns_ConnDriverContext(conn) char * Ns_ConnDriverName(conn)
ARGUMENTS
Ns_Conn conn (in) Pointer to open connection. _________________________________________________________________
DESCRIPTION
These functions provide access to the underyling communications driver data for an open connection. char *Ns_ConnDriverName(conn) Returns the string name of the communication driver, e.g., "nssock". This is the name passed in the Ns_DriverInitData structure in a call to Ns_DriverInit, not the module name for the particular instance of the loaded driver. void *Ns_ConnDriverContent(conn) Returns a pointer to the connection-specific driver context for the given connection. This value is that of the arg element of the underlying Ns_Sock structure allocated by the server and used by communication drivers to manage private state. If the connection is closed, the value returned is always NULL.
SEE ALSO
Ns_DriverInit(3)
KEYWORDS
connection, context AOLserver 4.0 Ns_ConnDriver(3aolserver)
Related Man Pages
ns_connclose(3aolserv) - debian
ns_conngetstatus(3aolserv) - debian
ns_connheaders(3aolserv) - debian
ns_connhost(3aolserv) - debian
ns_connredirect(3aolserv) - debian
Similar Topics in the Unix Linux Community
Extinguish communication blues with OpenFire
Script to parse a file faster
Help: Find established conn source
Need help to replace a perl pattern matching
Help need with PERL multiple search pattern matching!