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

  /external/curl/packages/OS400/
ccsidcurl.c 1128 (int) STRING_LAST != (int) STRING_COPYPOSTFIELDS + 1)
1283 data->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */
  /external/curl/lib/
url.c 367 i = STRING_COPYPOSTFIELDS;
1023 result = setstropt(&data->set.str[STRING_COPYPOSTFIELDS], argptr);
1036 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
1052 data->set.str[STRING_COPYPOSTFIELDS] = p;
1057 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS];
1067 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
1079 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
1081 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL);
1096 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
1098 (void) setstropt(&data->set.str[STRING_COPYPOSTFIELDS], NULL)
    [all...]
urldata.h     [all...]

Completed in 947 milliseconds