Lines Matching refs:set
94 const char *set;
103 const char *set;
107 CURLUcode ucode; /* for the main URL set */
113 const char *set;
835 0, /* set */
841 0, /* set */
847 0, /* set */
853 0, /* set */
860 0, /* set */
867 CURLU_URLENCODE, /* encode on set */
876 /* Set a 41 bytes scheme. That's too long so the old scheme remains set. */
881 /* set a 40 bytes scheme */
1144 rc = curl_url_set(urlp, CURLUPART_URL, set_url_list[i].set,
1148 __FILE__, __LINE__, set_url_list[i].set,
1187 for(i = 0; setget_parts_list[i].set && !error; i++) {
1201 CURLUcode uc = updateurl(urlp, setget_parts_list[i].set,
1206 setget_parts_list[i].set, (int)uc, setget_parts_list[i].pcode);
1210 if(checkparts(urlp, setget_parts_list[i].set, setget_parts_list[i].out,
1231 for(i = 0; set_parts_list[i].set && !error; i++) {
1245 CURLUcode uc = updateurl(urlp, set_parts_list[i].set,
1250 set_parts_list[i].set, (int)uc, set_parts_list[i].pcode);