Lines Matching refs:protocol
33 long protocol; in test() local
44 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
51 if(protocol) { in test()
53 __FILE__, __LINE__, protocol); in test()
71 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
78 if(protocol != CURLPROTO_HTTP) { in test()
81 __FILE__, __LINE__, CURLPROTO_HTTP, protocol); in test()
98 res = curl_easy_getinfo(dupe, CURLINFO_PROTOCOL, &protocol); in test()
105 if(protocol) { in test()
107 __FILE__, __LINE__, protocol); in test()
119 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
126 if(protocol) { in test()
128 __FILE__, __LINE__, protocol); in test()