![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 210](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653210.webp)
NSAPI Functions (in Alphabetical Order)
210
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
vs_get_httpd_objset
The
vs_get_httpd_objset
function obtains a pointer to the
httpd_objset
(the
configuration defined by the
obj.conf
file of the virtual server class) for a given
virtual server. Plugins may only modify the
httpd_objset
at
VSInitFunc
time
(see
vs_register_cb
for an explanation of
VSInitFunc
time).
Do not FREE the returned objset.
Syntax
httpd_objset* vs_get_httpd_objset(VirtualServer* vs);
Returns
A pointer to the
httpd_objset
, or NULL on failure. Do not FREE this objset.
Parameters
VirtualServer* vs
represents the virtual server for which to find the objset.
See also
vs_get_default_httpd_object
,
vs_register_cb
vs_get_id
The
vs_get_id
function finds the ID of a
VirtualServer*
.
The ID of a virtual server is a unique null-terminated string that remains constant
across configurations. Note that while IDs remain constant across configurations,
the value of
VirtualServer*
pointers do not.
Do not FREE the virtual server ID string. If called during request processing, the
string will remain valid for the duration of the current request. If called during
VSInitFunc
processing, the string will remain valid until after the corresponding
VSDestroyFunc
function has returned (see
vs_register_cb
).
To retrieve a
VirtualServer*
that is valid only for the current request, use
request_get_vs
.
Syntax
const char* vs_get_id(const VirtualServer* vs);
Returns
A pointer to a string representing the virtual server ID. Do not FREE this string.
Parameters
const VirtualServer*
vs represents the virtual server of interest.
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...