Home
last modified time | relevance | path

Searched refs:do_xcrc (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_ClientThread.h90 int do_xcrc(wzd_string_t *name, wzd_string_t *param, wzd_context_t * context);
H A Dwzd_commands.c235 if (commands_add(_ctable,"xcrc",do_xcrc,NULL,TOK_XCRC)) return -1; in commands_add_defaults()
H A Dwzd_ClientThread.c3055 int do_xcrc(UNUSED wzd_string_t *name, wzd_string_t *arg, wzd_context_t * context) in do_xcrc() function