HomeSort by relevance Sort by last modified time
    Searched refs:STRING_COPYPOSTFIELDS (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
setopt.c 499 result = Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], argptr);
512 (void) Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
528 data->set.str[STRING_COPYPOSTFIELDS] = p;
533 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS];
543 (void) Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
557 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
559 (void) Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
576 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
578 (void) Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
    [all...]
easy.c 872 i = STRING_COPYPOSTFIELDS;
urldata.h     [all...]
  /external/curl/packages/OS400/
ccsidcurl.c 1129 (int) STRING_LAST != (int) STRING_COPYPOSTFIELDS + 1)
1287 data->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */

Completed in 62 milliseconds