![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 130](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653130.webp)
Overview of NSAPI C Functions
130
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
•
crit_exit
surrenders ownership of a critical section.
•
crit_terminate
disposes of a critical section variable.
•
condvar_init
creates a new condition variable.
•
condvar_notify
awakens any threads blocked on a condition variable.
•
condvar_wait
blocks on a condition variable.
•
condvar_terminate
disposes of a condition variable.
•
prepare_nsapi_thread
allows threads that are not created by the server to act
like server-created threads.
Enterprise ServerUtilities
Utility functions include platform-independent, thread-safe versions of many
standard library functions (such as string manipulation) as well as new utilities
useful for NSAPI.
•
daemon_atrestart
(UNIX only) registers a user function to be called when the
server is sent a restart signal (HUP) or at shutdown.
•
util_getline
gets the next line (up to a LF or CRLF) from a buffer.
•
util_hostname
gets the local hostname as a fully qualified domain name.
•
util_later_than
compares two dates.
•
util_sprintf
same as standard library routine
sprintf()
.
•
util_strftime
same as standard library routine
strftime()
.
•
util_uri_escape
converts the special characters in a string into URI escaped
format.
•
util_uri_unescape
converts the URI escaped characters in a string back into
special characters.
NOTE
You cannot use an embedded null in a string, because NSAPI
functions assume that a null is the end of the string. Therefore,
passing unicode-encoded content through an NSAPI plug-in
doesn’t work.
Содержание 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...