Searched refs:STRING_COPYPOSTFIELDS (Results 1 – 3 of 3) sorted by relevance
377 i = STRING_COPYPOSTFIELDS; in Curl_dupset()1003 result = setstropt(&data->set.str[STRING_COPYPOSTFIELDS], argptr); in Curl_setopt()1016 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL); in Curl_setopt()1032 data->set.str[STRING_COPYPOSTFIELDS] = p; in Curl_setopt()1037 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS]; in Curl_setopt()1047 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL); in Curl_setopt()1059 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) { in Curl_setopt()1061 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL); in Curl_setopt()1076 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) { in Curl_setopt()1078 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL); in Curl_setopt()
1416 STRING_COPYPOSTFIELDS, /* if POST, set the fields' values here */ enumerator
1118 (int) STRING_LAST != (int) STRING_COPYPOSTFIELDS + 1) in curl_easy_setopt_ccsid()1259 data->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */ in curl_easy_setopt_ccsid()