Lines Matching defs:options
75 char *options; /* IMAP only? */
92 free(u->options);
420 * Parse the login details (user name, password and options) from the URL and
440 * [user[:password][;options]]@]hostname
463 options if the handler says we should. Note that 'h' might be NULL! */
489 free(u->options);
490 u->options = optionsp;
504 u->options = NULL;
1399 DUP(u, in, options);
1447 ptr = u->options;
1499 char *options = u->options;
1539 options = NULL;
1589 options ? ";" : "",
1590 options ? options : "",
1591 (u->user || u->password || options) ? "@": "",
1716 storep = &u->options;
1787 storep = &u->options;