Lines Matching full:env
10 .RI "int \fBhx509_env_add\fP (hx509_context context, hx509_env *env, const char *key, const char *v…
13 .RI "int \fBhx509_env_add_binding\fP (hx509_context context, hx509_env *env, const char *key, hx509…
16 .RI "const char * \fBhx509_env_lfind\fP (hx509_context context, hx509_env env, const char *key, siz…
19 .RI "const char * \fBhx509_env_find\fP (hx509_context context, hx509_env env, const char *key)"
22 .RI "hx509_env \fBhx509_env_find_binding\fP (hx509_context context, hx509_env env, const char *key)"
25 .RI "void \fBhx509_env_free\fP (hx509_env *env)"
33 .SS "int hx509_env_add (hx509_context context, hx509_env * env, const char * key, const char * valu…
41 \fIenv\fP environment to add the environment variable too.
54 .SS "int hx509_env_add_binding (hx509_context context, hx509_env * env, const char * key, hx509_env…
62 \fIenv\fP environment to add the environment variable too.
75 .SS "const char* hx509_env_find (hx509_context context, hx509_env env, const char * key)"
83 \fIenv\fP environment to add the environment variable too.
94 .SS "hx509_env hx509_env_find_binding (hx509_context context, hx509_env env, const char * key)"
102 \fIenv\fP environment to add the environment variable too.
113 .SS "void hx509_env_free (hx509_env * env)"
119 \fIenv\fP the environment to free.
123 .SS "const char* hx509_env_lfind (hx509_context context, hx509_env env, const char * key, size_t le…
131 \fIenv\fP environment to add the environment variable too.