Searched refs:STRING_OPTIONS (Results 1 – 3 of 3) sorted by relevance
1526 STRING_OPTIONS, /* <options>, if used */ enumerator
2791 if(data->set.str[STRING_OPTIONS]) {2793 *optionsp = strdup(data->set.str[STRING_OPTIONS]);
1412 result = Curl_setstropt(&data->set.str[STRING_OPTIONS], in Curl_vsetopt()