Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c72 static void clone_str(char **dst, const char *src) in clone_str() function
1310 clone_str(&ctx->svc_address, address); in post_init_client()
1311 clone_str(&ctx->svc_ca_fname, ca_fname); in post_init_client()
1312 clone_str(&ctx->svc_username, username); in post_init_client()
1313 clone_str(&ctx->svc_password, password); in post_init_client()
1314 clone_str(&ctx->svc_client_cert, client_cert); in post_init_client()
1315 clone_str(&ctx->svc_client_key, client_key); in post_init_client()
1368 clone_str(&address, ctx->svc_address); in soap_reinit_client()
1369 clone_str(&ca_fname, ctx->svc_ca_fname); in soap_reinit_client()
1370 clone_str(&username, ctx->svc_username); in soap_reinit_client()
[all …]