Go to the source code of this file.
Functions | |
void * | xmalloc (int n) |
void * | xcalloc (long count, long nbytes) |
char * | xstrdup (const char *s) |
void * | xresize (void *p, long nbytes) |
Copied from the fetchmail code, extended and massaged a bit to suite the monit code and coding style.
Definition in file xmalloc.c.
|
|
|
Definition at line 52 of file xmalloc.c. References error(), prog, and STRERROR. Referenced by decode_base64(), encode_base64(), find_rcfile(), format(), get_basic_authentication_header(), get_ctime(), makeword(), out_print(), url_encode(), xresize(), and xstrdup(). |
|
Definition at line 112 of file xmalloc.c. References error(), prog, STRERROR, and xmalloc(). Referenced by format(), and out_print(). |
|
Definition at line 98 of file xmalloc.c. References ASSERT, and xmalloc(). Referenced by add_host_allow(), get_basic_authentication_header(), get_header(), get_headers(), get_md5sum(), get_parameter(), get_process_uptime(), get_RFC1123date(), get_status_string(), get_uptime(), init_files(), insert_accepted_ssl_socket(), new_ssl_connection(), new_ssl_server_connection(), set_header(), set_status(), and update_ssl_cert_data(). |