Searched refs:STRING_COPYPOSTFIELDS (Results 1 – 4 of 4) sorted by relevance
493 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()
896 i = STRING_COPYPOSTFIELDS; in dupset()
1542 STRING_COPYPOSTFIELDS, /* if POST, set the fields' values here */ enumerator
1249 data->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */ in curl_easy_setopt_ccsid()
Completed in 25 milliseconds