| Main index | Section 3 | Options |
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.
| 11 Jan 2012 | hx509 environment functions (3) | Version 1.5.2 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | "I liken starting one's computing career with Unix, say as an undergraduate, to being born in East Africa. It is intolerably hot, your body is covered with lice and flies, you are malnourished and you suffer from numerous curable diseases. But, as far as young East Africans can tell, this is simply the natural condition and they live within it. By the time they find out differently, it is too late. They already think that the writing of shell scripts is a natural act." | ” |
| — Ken Pier, Xerox PARC | ||