Searched refs:curl_hdr (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c38 struct curl_slist *curl_hdr; member in struct:http_ctx
68 if (ctx->curl_hdr) {
69 curl_slist_free_all(ctx->curl_hdr);
70 ctx->curl_hdr = NULL;
1434 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr,
1436 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: ");
1437 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expec
1670 struct curl_slist *curl_hdr = NULL; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c38 struct curl_slist *curl_hdr; member in struct:http_ctx
68 if (ctx->curl_hdr) {
69 curl_slist_free_all(ctx->curl_hdr);
70 ctx->curl_hdr = NULL;
1434 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr,
1436 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: ");
1437 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expec
1670 struct curl_slist *curl_hdr = NULL; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c38 struct curl_slist *curl_hdr; member in struct:http_ctx
68 if (ctx->curl_hdr) {
69 curl_slist_free_all(ctx->curl_hdr);
70 ctx->curl_hdr = NULL;
1434 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr,
1436 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "SOAPAction: ");
1437 ctx->curl_hdr = curl_slist_append(ctx->curl_hdr, "Expec
1670 struct curl_slist *curl_hdr = NULL; local
[all...]

Completed in 368 milliseconds