Home
last modified time | relevance | path

Searched refs:clone_str (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c84 static void clone_str(char **dst, const char *src) in clone_str() function
1398 clone_str(&ctx->svc_address, address); in post_init_client()
1399 clone_str(&ctx->svc_ca_fname, ca_fname); in post_init_client()
1400 clone_str(&ctx->svc_username, username); in post_init_client()
1401 clone_str(&ctx->svc_password, password); in post_init_client()
1402 clone_str(&ctx->svc_client_cert, client_cert); in post_init_client()
1403 clone_str(&ctx->svc_client_key, client_key); in post_init_client()
1456 clone_str(&address, ctx->svc_address); in soap_reinit_client()
1457 clone_str(&ca_fname, ctx->svc_ca_fname); in soap_reinit_client()
1458 clone_str(&username, ctx->svc_username); in soap_reinit_client()
[all …]