Home
last modified time | relevance | path

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

/curl/lib/
H A Dsetopt.c493 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) { in setopt_long()
495 Curl_safefree(data->set.str[STRING_COPYPOSTFIELDS]); in setopt_long()
1731 result = Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], ptr); in setopt_cptr()
1752 free(data->set.str[STRING_COPYPOSTFIELDS]); in setopt_cptr()
1753 data->set.str[STRING_COPYPOSTFIELDS] = p; in setopt_cptr()
1758 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS]; in setopt_cptr()
1768 Curl_safefree(data->set.str[STRING_COPYPOSTFIELDS]); in setopt_cptr()
2895 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) { in setopt_offt()
2897 Curl_safefree(data->set.str[STRING_COPYPOSTFIELDS]); in setopt_offt()
H A Deasy.c896 i = STRING_COPYPOSTFIELDS; in dupset()
H A Durldata.h1542 STRING_COPYPOSTFIELDS, /* if POST, set the fields' values here */ enumerator
/curl/packages/OS400/
H A Dccsidcurl.c1249 data->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */ in curl_easy_setopt_ccsid()

Completed in 25 milliseconds