Lines Matching full:context

10 .RI "int \fBhx509_certs_init\fP (hx509_context context, const char *name, int flags, hx509_lock loc…
13 .RI "int \fBhx509_certs_store\fP (hx509_context context, hx509_certs certs, int flags, hx509_lock l…
19 .RI "int \fBhx509_certs_start_seq\fP (hx509_context context, hx509_certs certs, hx509_cursor *curso…
22 .RI "int \fBhx509_certs_next_cert\fP (hx509_context context, hx509_certs certs, hx509_cursor cursor…
25 .RI "int \fBhx509_certs_end_seq\fP (hx509_context context, hx509_certs certs, hx509_cursor cursor)"
28 .RI "int \fBhx509_certs_iter_f\fP (hx509_context context, hx509_certs certs, int(*func)(hx509_conte…
31 .RI "int \fBhx509_ci_print_names\fP (hx509_context context, void *ctx, hx509_cert c)"
34 .RI "int \fBhx509_certs_add\fP (hx509_context context, hx509_certs certs, hx509_cert cert)"
37 .RI "int \fBhx509_certs_find\fP (hx509_context context, hx509_certs certs, const hx509_query *q, hx…
40 .RI "int \fBhx509_certs_filter\fP (hx509_context context, hx509_certs certs, const hx509_query *q, …
43 .RI "int \fBhx509_certs_merge\fP (hx509_context context, hx509_certs to, hx509_certs from)"
46 .RI "int \fBhx509_certs_append\fP (hx509_context context, hx509_certs to, hx509_lock lock, const ch…
49 .RI "int \fBhx509_get_one_cert\fP (hx509_context context, hx509_certs certs, hx509_cert *c)"
52 .RI "int \fBhx509_certs_info\fP (hx509_context context, hx509_certs certs, int(*func)(void *, const…
60 .SS "int hx509_certs_add (hx509_context context, hx509_certs certs, hx509_cert cert)"
68 \fIcontext\fP a hx509 context.
81 .SS "int hx509_certs_append (hx509_context context, hx509_certs to, hx509_lock lock, const char * n…
87 \fIcontext\fP a hx509 context.
102 .SS "int hx509_certs_end_seq (hx509_context context, hx509_certs certs, hx509_cursor cursor)"
108 \fIcontext\fP a hx509 context.
121 .SS "int hx509_certs_filter (hx509_context context, hx509_certs certs, const hx509_query * q, hx509…
127 \fIcontext\fP a hx509 context.
144 .SS "int hx509_certs_find (hx509_context context, hx509_certs certs, const hx509_query * q, hx509_c…
150 \fIcontext\fP a hx509 context.
177 .SS "int hx509_certs_info (hx509_context context, hx509_certs certs, int(*)(void *, const char *) f…
183 \fIcontext\fP a hx509 context.
198 .SS "int hx509_certs_init (hx509_context context, const char * name, int flags, hx509_lock lock, hx…
204 \fIcontext\fP A hx509 context
221 .SS "int hx509_certs_iter_f (hx509_context context, hx509_certs certs, int(*)(hx509_context, void *…
227 \fIcontext\fP a hx509 context.
233 \fIctx\fP context variable that will passed to the function.
242 .SS "int hx509_certs_merge (hx509_context context, hx509_certs to, hx509_certs from)"
248 \fIcontext\fP a hx509 context.
261 .SS "int hx509_certs_next_cert (hx509_context context, hx509_certs certs, hx509_cursor cursor, hx50…
267 \fIcontext\fP a hx509 context.
282 .SS "int hx509_certs_start_seq (hx509_context context, hx509_certs certs, hx509_cursor * cursor)"
288 \fIcontext\fP a hx509 context.
301 .SS "int hx509_certs_store (hx509_context context, hx509_certs certs, int flags, hx509_lock lock)"
307 \fIcontext\fP A hx509 context.
322 .SS "int hx509_ci_print_names (hx509_context context, void * ctx, hx509_cert c)"
328 \fIcontext\fP a hx509 context.
342 \fIcontext\fP a hx509 context.
355 .SS "int hx509_get_one_cert (hx509_context context, hx509_certs certs, hx509_cert * c)"
361 \fIcontext\fP a hx509 context.