Free the private data attached to the Account. More...
Functions | |
void | imap_adata_free (void **ptr) |
Free the private Account data - Implements Account::adata_free() -. | |
static void | mbox_adata_free (void **ptr) |
Free the private Account data - Implements Account::adata_free() -. | |
void | nntp_adata_free (void **ptr) |
Free the private Account data - Implements Account::adata_free() -. | |
void | nm_adata_free (void **ptr) |
Free the private Account data - Implements Account::adata_free() -. | |
void | pop_adata_free (void **ptr) |
Free the private Account data - Implements Account::adata_free() -. | |
Free the private data attached to the Account.
ptr | Private data to be freed |
void imap_adata_free | ( | void ** | ptr | ) |
Free the private Account data - Implements Account::adata_free() -.
Definition at line 69 of file adata.c.
|
static |
Free the private Account data - Implements Account::adata_free() -.
Definition at line 80 of file mbox.c.
void nntp_adata_free | ( | void ** | ptr | ) |
Free the private Account data - Implements Account::adata_free() -.
The NntpAccountData struct stores global NNTP data, such as the connection to the database. This function will close the database, free the resources and the struct itself.
Definition at line 43 of file adata.c.
void nm_adata_free | ( | void ** | ptr | ) |
Free the private Account data - Implements Account::adata_free() -.
Definition at line 39 of file adata.c.
void pop_adata_free | ( | void ** | ptr | ) |
Free the private Account data - Implements Account::adata_free() -.
The PopAccountData struct stores global POP data, such as the connection to the database. This function will close the database, free the resources and the struct itself.
Definition at line 41 of file adata.c.