Searched refs:custom_headers (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib567.c33 struct curl_slist *custom_headers=NULL; local
55 custom_headers = curl_slist_append(custom_headers, "Test-Number: 567");
56 test_setopt(curl, CURLOPT_RTSPHEADER, custom_headers);
62 if(custom_headers)
63 curl_slist_free_all(custom_headers);
H A Dlib568.c53 struct curl_slist *custom_headers=NULL; local
128 custom_headers = curl_slist_append(custom_headers,
130 if(!custom_headers) {
134 test_setopt(curl, CURLOPT_RTSPHEADER, custom_headers);
144 curl_slist_free_all(custom_headers);
145 custom_headers = NULL;
167 if(custom_headers)
168 curl_slist_free_all(custom_headers);
H A Dlib572.c53 struct curl_slist *custom_headers=NULL; local
173 if(custom_headers)
174 curl_slist_free_all(custom_headers);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dslrnrc.vim60 syn keyword slrnrcVarStr contained Xbrowser art_help_line art_status_line cansecret_file cc_post_string charset custom_headers custom_sort_order decode_directory

Completed in 186 milliseconds