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

  /external/curl/src/
tool_getparam.c     [all...]
tool_cfgable.c 58 Curl_safefree(config->postfields);
tool_cfgable.h 56 char *postfields; member in struct:OperationConfig
tool_operate.c 296 if(config->postfields) {
298 /* Use the postfields data for a http get */
299 httpgetfields = strdup(config->postfields);
300 Curl_safefree(config->postfields);
934 config->postfields);
    [all...]
  /external/curl/lib/
rtsp.c 520 (data->set.postfields? (curl_off_t)strlen(data->set.postfields):0);
571 result = Curl_add_buffer(req_buffer, data->set.postfields,
http.c 415 else if(data->set.postfields)
416 expectsend = (curl_off_t)strlen(data->set.postfields);
    [all...]
url.c 375 dst->set.postfields = dst->set.str[i];
1040 to mark that postfields is used rather than read function or
1057 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS];
1065 data->set.postfields = va_arg(param, void *);
1079 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
1082 data->set.postfields = NULL;
1096 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) {
1099 data->set.postfields = NULL;
    [all...]
urldata.h 1555 void *postfields; \/* if POST, set the fields' values here *\/ member in struct:UserDefined
    [all...]
transfer.c 256 if(data->set.postfields ||
    [all...]

Completed in 85 milliseconds