NSAPI Functions (in Alphabetical Order)
186
Netscape Enterprise Server NSAPI Programmer’s Guide • November 2001
Syntax
char *system_unix2local(char *path, char *lp);
Returns
A pointer to the local file system path string
Parameters
char *path
is the UNIX-style pathname to be converted.
char *lp
is the local pathname.
You must allocate the parameter
lp
, and it must contain enough space to hold the
local pathname.
See also
system_fclose, system_flock, system_fopenRO, system_fopenRW,
system_fopenWA, system_fwrite
systhread_attach
The
systhread_attach
function makes an existing thread into a
platform-independent thread.
Syntax
SYS_THREAD systhread_attach(void);
Returns
A
SYS_THREAD
pointer to the platform-independent thread.
Parameters
none.
See also
systhread_current, systhread_getdata, systhread_init,
systhread_newkey, systhread_setdata, systhread_sleep,
systhread_start, systhread_timerset
systhread_current
The
systhread_current
function returns a pointer to the current thread.
Syntax
SYS_THREAD systhread_current(void);
Summary of Contents for ENTERPRISE SERVER 6.0
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 134: ...CGI to NSAPI Conversion 134 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 306: ...cinfo 306 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 312: ...Sample MIME Types File 312 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 324: ...Buffered Streams 324 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 332: ...332 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 340: ...340 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 346: ...346 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 352: ...352 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...