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

  /external/curl/src/
tool_sdecls.h 136 HTTPREQ_GET,
tool_getparam.c     [all...]
tool_operate.c 368 (config->no_body?HTTPREQ_HEAD:HTTPREQ_GET),
    [all...]
  /external/curl/lib/
transfer.c 605 (data->set.httpreq == HTTPREQ_GET) &&
    [all...]
http.c 381 case HTTPREQ_GET:
513 if((data->set.httpreq != HTTPREQ_GET) &&
528 if((data->set.httpreq != HTTPREQ_GET) &&
    [all...]
setopt.c 238 data->set.httpreq = HTTPREQ_GET;
487 data->set.httpreq = HTTPREQ_GET;
794 data->set.httpreq = HTTPREQ_GET;
    [all...]
urldata.h     [all...]
url.c 432 set->httpreq = HTTPREQ_GET; /* Default HTTP request */
829 (handle->set.httpreq == HTTPREQ_GET ||
    [all...]

Completed in 848 milliseconds