Go to the source code of this file.
Functions | |
void | gc_protocols () |
void * | create_default () |
void * | create_http () |
void * | create_ftp () |
void * | create_smtp () |
void * | create_pop () |
void * | create_imap () |
void * | create_nntp () |
void * | create_ssh () |
Using lazy initialization, and dishing out only one copy of the object.
Definition in file protocol.c.
|
Definition at line 71 of file protocol.c. References NEW. |
|
Definition at line 99 of file protocol.c. References NEW. |
|
Definition at line 85 of file protocol.c. References NEW. |
|
Definition at line 141 of file protocol.c. References NEW. |
|
Definition at line 155 of file protocol.c. References NEW. |
|
Definition at line 127 of file protocol.c. References NEW. |
|
Definition at line 113 of file protocol.c. References NEW. |
|
Definition at line 169 of file protocol.c. References NEW. |
|
Definition at line 57 of file protocol.c. Referenced by gc(). |