MCPcopy Create free account
hub / github.com/apache/cloudberry / FreeList

Method FreeList

gpcontrib/gpcloud/src/s3http_headers.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void HTTPHeaders::FreeList() {
54 if (this->header_list) {
55 curl_slist_free_all(this->header_list);
56 this->header_list = NULL;
57 }
58}
59
60const char *GetFieldString(HeaderField f) {
61 switch (f) {

Callers 2

~HTTPHeadersMethod · 0.95
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64