#include "src/main.h"
#include <string.h>
Go to the source code of this file.
Defines | |
#define | egg_bzero(dest, n) egg_memset(dest, 0, n) |
Functions | |
void * | egg_memset (void *dest, int c, size_t n) |
#define egg_bzero | ( | dest, | |||
n | ) | egg_memset(dest, 0, n) |
Definition at line 40 of file memset.h.
Referenced by _filedb_updatefile(), _get_data_ptr(), _malloc_fdbe(), allocresolve(), botaddr_gotshare(), botaddr_tcl_set(), botaddr_unpack(), break_down_flags(), changeover_dcc(), channel_malloc(), console_store(), console_tcl_set(), dcc_dnshostbyip(), dcc_dnsipbyhost(), dcc_telnet_got_ident(), egg_inet_aton(), fstat_gotshare(), fstat_tcl_set(), fstat_unpack(), init_tcl(), lostdcc(), new_dcc(), removedcc(), send_uptime(), set_user_flagrec(), stats_add_dnload(), stats_add_upload(), tcl_dnshostbyip(), tcl_dnsipbyhost(), and uff_init().