Stat - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

typedef struct {
} Request;

stat

When a program calls the
structure that provides information about the file. The specific details of the
structure should be obtained from your platform's implementation, but the basic
outline of the structure is as follows:
/* Server working variables */
pblock *vars;
/* The method, URI, and protocol revision of this request */
block *reqpb;
/* Protocol specific headers */
int loadhdrs;
pblock *headers;
/* Server's response headers */
pblock *srvhdrs;
/* The object set constructed to fulfill this request */
httpd_objset *os;
/* The stat last returned by request_stat_path */
char *statpath;
struct stat *finfo;
stat( )
function for a given file, the system returns a
Appendix A
stat
Data Structure Reference
303

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents