NSAPI Functions (in Alphabetical Order)
196
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Parameters
char *cookie
is the value of the Cookie: request header.
char *name
is the name of the cookie whose value is to be retrieved.
util_env_find
The
util_env_find
function locates the string denoted by a name in a specified
environment and returns the associated value. Use this function to find an entry in
an environment.
Syntax
char *util_env_find(char **env, char *name);
Returns
The value of the environment variable if it is found or NULL if the string was not
found.
Parameters
char **env
is the environment.
char *name
is the name of an environment variable in env.
See also
util_env_replace, util_env_str, util_env_free, util_env_create
util_env_free
The
util_env_free
function frees a specified environment. Use this function to
deallocate an environment you created using the function
util_env_create
.
Syntax
void util_env_free(char **env);
Returns
void
Parameters
char **env
is the environment to be freed.
See also
util_env_replace, util_env_str, util_env_find, util_env_create
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...