GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
hx509_env(3) Heimdalx509library hx509_env(3)

hx509_env


int hx509_env_add (hx509_context context, hx509_env *env, const char *key, const char *value)
int hx509_env_add_binding (hx509_context context, hx509_env *env, const char *key, hx509_env list)
const char * hx509_env_lfind (hx509_context context, hx509_env env, const char *key, size_t len)
const char * hx509_env_find (hx509_context context, hx509_env env, const char *key)
hx509_env hx509_env_find_binding (hx509_context context, hx509_env env, const char *key)
void hx509_env_free (hx509_env *env)

Add a new key/value pair to the hx509_env.

Parameters:

context A hx509 context.
env environment to add the environment variable too.
key key to add
value value to add

Returns:

An hx509 error code, see hx509_get_error_string().

Add a new key/binding pair to the hx509_env.

Parameters:

context A hx509 context.
env environment to add the environment variable too.
key key to add
list binding list to add

Returns:

An hx509 error code, see hx509_get_error_string().

Search the hx509_env for a key.

Parameters:

context A hx509 context.
env environment to add the environment variable too.
key key to search for.

Returns:

the value if the key is found, NULL otherwise.

Search the hx509_env for a binding.

Parameters:

context A hx509 context.
env environment to add the environment variable too.
key key to search for.

Returns:

the binding if the key is found, NULL if not found.

Free an hx509_env environment context.

Parameters:

env the environment to free.

Search the hx509_env for a length based key.

Parameters:

context A hx509 context.
env environment to add the environment variable too.
key key to search for.
len length of key.

Returns:

the value if the key is found, NULL otherwise.

Generated automatically by Doxygen for Heimdalx509library from the source code.
Fri Jun 7 2019 Version 7.7.0

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.