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 530 result = Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], argptr);
543 (void) Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
559 data->set.str[STRING_COPYPOSTFIELDS] = p;
564 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS];
574 (void) Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
588 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
590 (void) Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
607 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
609 (void) Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
    [all...]
easy.c 810 i = STRING_COPYPOSTFIELDS;
urldata.h     [all...]
  /external/curl/packages/OS400/
ccsidcurl.c 1141 (int) STRING_LAST != (int) STRING_COPYPOSTFIELDS + 1)
1303 data->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */
    [all...]

Completed in 94 milliseconds