Searched refs:urlext (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-imap/
H A Dimap-url.c270 imap_url_parse_urlauth(struct imap_url_parser *url_parser, const char *urlext) argument
292 if (strncasecmp(urlext, ";EXPIRE=", 8) == 0) {
298 if ((p = strchr(urlext+8, ';')) != NULL) {
299 if (!iso8601_date_parse((const unsigned char *)urlext+8,
300 p-urlext-8, &expire, &tz)) {
304 urlext = p;
309 if (strncasecmp(urlext, ";URLAUTH=", 9) != 0) {
316 urlext += 9;
331 if ((p = strchr(urlext, ':')) == NULL) {
332 size_t len = strlen(urlext);
441 const char *p, *value, *urlext = NULL; local
[all...]

Completed in 151 milliseconds