Home | History | Annotate | Download | only in lib

Lines Matching refs:optionsp

4247                                     char **optionsp)
4526 result = parse_url_login(data, conn, userp, passwdp, optionsp);
5103 char *optionsp = NULL;
5138 &userp, &passwdp, &optionsp);
5171 if(optionsp) {
5174 result = Curl_urldecode(data, optionsp, 0, &newoptions, NULL, FALSE);
5188 free(optionsp);
5217 * optionsp [in/out] - The address where a pointer to newly allocated memory
5224 char **optionsp)
5246 if(optionsp) {
5282 if(!result && optionsp && olen) {
5312 Curl_safefree(*optionsp);
5313 *optionsp = obuf;
5448 char **userp, char **passwdp, char **optionsp)
5465 free(*optionsp);
5466 *optionsp = strdup(data->set.str[STRING_OPTIONS]);
5467 if(!*optionsp)