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