Canonicalise a Mailbox path. More...
Collaboration diagram for path_canon():Functions | |
| static int | comp_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
| int | imap_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
| int | maildir_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
| static int | mbox_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
| static int | mh_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
| static int | nntp_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
| static int | nm_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
| static int | pop_path_canon (struct Buffer *path) |
| Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
Canonicalise a Mailbox path.
| path | Path to modify |
| 0 | Success |
| -1 | Failure |
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 872 of file compress.c.
Here is the call graph for this function:| int imap_path_canon | ( | struct Buffer * | path | ) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2363 of file imap.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int maildir_path_canon | ( | struct Buffer * | path | ) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 43 of file path.c.
Here is the call graph for this function:
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1606 of file mbox.c.
Here is the call graph for this function:
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1188 of file mh.c.
Here is the call graph for this function:
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2799 of file nntp.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2490 of file notmuch.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1170 of file pop.c.