#include <nsd.h>
Data Fields | |
| NsInterp * | nextPtr |
| Tcl_Interp * | interp |
| NsServer * | servPtr |
| int | delete |
| int | epoch |
| Defer * | firstDeferPtr |
| AtClose * | firstAtClosePtr |
| Ns_Conn * | conn |
| NsInterp::nsconn | nsconn |
| NsInterp::adp | adp |
| Tcl_HashTable | sets |
| Tcl_HashTable | chans |
| Tcl_HashTable | https |
Data Structures | |
| struct | adp |
| struct | nsconn |
| struct NsInterp* NsInterp::nextPtr |
| Tcl_Interp* NsInterp::interp |
Next interps for given server.
Pointer to cooresponding interp.
| int NsInterp::delete |
Pointer to interp server.
| int NsInterp::epoch |
Delete interp on next deallocate.
| struct Defer* NsInterp::firstDeferPtr |
The following pointer maintains the first in a FIFO list of callbacks to invoke at interp de-allocate time.
| struct AtClose* NsInterp::firstAtClosePtr |
The following pointer maintains the first in a LIFO list of scripts to evaluate when a connection closes.
| Ns_Conn* NsInterp::conn |
| struct NsInterp::nsconn NsInterp::nsconn |
| struct NsInterp::adp NsInterp::adp |
The following struct maintains per-interp ADP context including the private pages cache.
| Tcl_HashTable NsInterp::sets |
The following table maintains private Ns_Set's entered into this interp.
| Tcl_HashTable NsInterp::chans |
The following table maintains shared channels register with the ns_chan command.
| Tcl_HashTable NsInterp::https |
The following table maintains the Tcl HTTP requests.
1.5.1