Lines Matching refs:clone_str
84 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()
1459 clone_str(&password, ctx->svc_password); in soap_reinit_client()
1460 clone_str(&client_cert, ctx->svc_client_cert); in soap_reinit_client()
1461 clone_str(&client_key, ctx->svc_client_key); in soap_reinit_client()