Searched refs:STRING_COPYPOSTFIELDS (Results 1 – 3 of 3) sorted by relevance
1128 (int) STRING_LAST != (int) STRING_COPYPOSTFIELDS + 1) in curl_easy_setopt_ccsid()1283 data->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */ in curl_easy_setopt_ccsid()
367 i = STRING_COPYPOSTFIELDS; in Curl_dupset()1023 result = setstropt(&data->set.str[STRING_COPYPOSTFIELDS], argptr); in Curl_setopt()1036 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL); in Curl_setopt()1052 data->set.str[STRING_COPYPOSTFIELDS] = p; in Curl_setopt()1057 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS]; in Curl_setopt()1067 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL); in Curl_setopt()1079 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) { in Curl_setopt()1081 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL); in Curl_setopt()1096 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) { in Curl_setopt()1098 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL); in Curl_setopt()
1528 STRING_COPYPOSTFIELDS, /* if POST, set the fields' values here */ enumerator