Lines Matching refs:hack
117 curl_slist_free_all(current->hack);
535 DBG (10, "New Escl_Device hack [%s].\n", opt_hack);
1191 device->hack = curl_slist_append(NULL, "Host: localhost");
1212 if (strstr(line, "hack=localhost")) {
1214 device->hack = curl_slist_append(NULL, "Host: localhost");
1889 DBG( 1, "Before use hack\n");
1890 if (device->hack) {
1891 DBG( 1, "Use hack\n");
1892 curl_easy_setopt(handle, CURLOPT_HTTPHEADER, device->hack);
1894 DBG( 1, "After use hack\n");