table of contents
hx509_env(3) | Heimdalx509library | hx509_env(3) |
NAME¶
hx509_env - hx509 environment functions
Functions¶
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)
Detailed Description¶
Function Documentation¶
int hx509_env_add (hx509_context context, hx509_env * env, const char * key, const char * value)¶
Add a new key/value pair to the hx509_env.
Parameters:
env environment to add the environment variable too.
key key to add
value value to add
Returns:
int hx509_env_add_binding (hx509_context context, hx509_env * env, const char * key, hx509_env list)¶
Add a new key/binding pair to the hx509_env.
Parameters:
env environment to add the environment variable too.
key key to add
list binding list to add
Returns:
const char* hx509_env_find (hx509_context context, hx509_env env, const char * key)¶
Search the hx509_env for a key.
Parameters:
env environment to add the environment variable too.
key key to search for.
Returns:
hx509_env hx509_env_find_binding (hx509_context context, hx509_env env, const char * key)¶
Search the hx509_env for a binding.
Parameters:
env environment to add the environment variable too.
key key to search for.
Returns:
void hx509_env_free (hx509_env * env)¶
Free an hx509_env environment context.
Parameters:
const char* hx509_env_lfind (hx509_context context, hx509_env env, const char * key, size_t len)¶
Search the hx509_env for a length based key.
Parameters:
env environment to add the environment variable too.
key key to search for.
len length of key.
Returns:
Author¶
Generated automatically by Doxygen for Heimdalx509library from the source code.
Tue Jul 11 2017 | Version 7.4.0 |