Home | History | Annotate | Download | only in utils

Lines Matching full:char

15 	char *oid;
23 char *alg_oid;
26 char *uri;
30 char **dnsname;
38 int soap_init_client(struct http_ctx *ctx, const char *address,
39 const char *ca_fname, const char *username,
40 const char *password, const char *client_cert,
41 const char *client_key);
49 int http_download_file(struct http_ctx *ctx, const char *url,
50 const char *fname, const char *ca_fname);
51 char * http_post(struct http_ctx *ctx, const char *url, const char *data,
52 const char *content_type, const char *ext_hdr,
53 const char *ca_fname,
54 const char *username, const char *password,
55 const char *client_cert, const char *client_key,
60 const char * http_get_err(struct http_ctx *ctx);
61 void http_parse_x509_certificate(struct http_ctx *ctx, const char *fname);