Searched refs:curl_header_strdup (Results 1 - 3 of 3) sorted by relevance
/systemd/src/import/ |
H A D | curl-util.h | 52 int curl_header_strdup(const void *contents, size_t sz, const char *field, char **value);
|
H A D | pull-job.c | 407 r = curl_header_strdup(contents, sz, "ETag:", &etag); 426 r = curl_header_strdup(contents, sz, "Content-Length:", &length); 449 r = curl_header_strdup(contents, sz, "Last-Modified:", &last_modified);
|
H A D | curl-util.c | 381 int curl_header_strdup(const void *contents, size_t sz, const char *field, char **value) { function
|
Completed in 826 milliseconds