Home
last modified time | relevance | path

Searched refs:curl_header (Results 1 – 13 of 13) sorted by relevance

/third_party/curl/include/curl/
Dheader.h31 struct curl_header { struct
63 struct curl_header **hout);
65 CURL_EXTERN struct curl_header *curl_easy_nextheader(CURL *easy,
68 struct curl_header *prev);
/third_party/curl/lib/
Dheaders.c45 struct curl_header *hout) in copy_header_external()
47 struct curl_header *h = hout; in copy_header_external()
66 struct curl_header **hout) in curl_easy_header()
127 struct curl_header *curl_easy_nextheader(CURL *easy, in curl_easy_nextheader()
130 struct curl_header *prev) in curl_easy_nextheader()
373 struct curl_header **hout) in curl_easy_header()
384 struct curl_header *curl_easy_nextheader(CURL *easy, in curl_easy_nextheader()
387 struct curl_header *prev) in curl_easy_nextheader()
Durldata.h1420 struct curl_header headerout[2]; /* for external purposes */
/third_party/curl/docs/examples/
Dheaderapi.c46 struct curl_header *header; in main()
67 struct curl_header *h; in main()
68 struct curl_header *prev = NULL; in main()
/third_party/curl/tests/libtest/
Dlib1945.c35 struct curl_header *header = NULL; in showem()
36 struct curl_header *prev = NULL; in showem()
Dlib1947.c40 struct curl_header *h; in test()
Dlib1940.c50 struct curl_header *header; in showem()
/third_party/curl/src/
Dtool_writeout_json.c130 struct curl_header *header; in headerJSON()
131 struct curl_header *prev = NULL; in headerJSON()
Dtool_writeout.c597 struct curl_header *header; in ourWriteOut()
/third_party/curl/packages/OS400/
Dccsidcurl.h104 struct curl_header **hout,
Dcurl.inc.in2461 d curl_header ds based(######ptr######)
3125 d pr extproc('curl_easy_header') curl_header *
3132 d hout * curl_header **
3135 d pr * extproc('curl_easy_nextheader') curl_header *
3139 d prev * value curl_header *
3342 d pr extproc('curl_easy_header_ccsid') curl_header *
3349 d hout * curl_header **
Dccsidcurl.c1512 struct curl_header **hout, unsigned int ccsid) in curl_easy_header_ccsid()
/third_party/curl/packages/OS400/rpg-examples/
DHEADERAPI61 d header ds likeds(curl_header) based(hp)