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