Lines Matching refs:protocol
31 long protocol; in test() local
41 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
47 if(protocol != 0) { in test()
49 __FILE__, __LINE__, protocol); in test()
66 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
72 if(protocol != CURLPROTO_HTTP) { in test()
75 __FILE__, __LINE__, CURLPROTO_HTTP, protocol); in test()
91 res = curl_easy_getinfo(dupe, CURLINFO_PROTOCOL, &protocol); in test()
97 if(protocol != 0) { in test()
99 __FILE__, __LINE__, protocol); in test()
110 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &protocol); in test()
116 if(protocol != 0) { in test()
118 __FILE__, __LINE__, protocol); in test()