Searched defs:segment (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-imap/
H A Dimap-url.c436 const char *const *segment; local
478 segment = path;
533 /* Scan for last mailbox-ref segment */
534 if (segment != NULL) {
537 while (*segment != NULL) {
539 either the last mailbox-ref path segment containing
541 segment */
542 if ((p = strchr(*segment, ';')) != NULL)
545 if (**segment != '\0') {
546 if (segment > pat
[all...]
/dovecot/src/lib/
H A Duri-util.c57 / path-noscheme ; begins with a non-colon segment
58 / path-rootless ; begins with a segment
60 path-abempty = *( "/" segment )
61 path-absolute = "/" [ segment-nz *( "/" segment ) ]
62 path-noscheme = segment-nz-nc *( "/" segment )
63 path-rootless = segment-nz *( "/" segment )
66 segment
876 const char *segment = NULL; local
1276 uri_append_path_segment(string_t *out, const char *segment) argument
[all...]

Completed in 16 milliseconds