Home
last modified time | relevance | path

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

/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_action.h58 TOK_REST, enumerator
H A Dwzd_protocol.c119 case STRTOINT('r','e','s','t'): return TOK_REST; in identify_token()
H A Dwzd_commands.c229 if (commands_add(_ctable,"rest",do_rest,NULL,TOK_REST)) return -1; in commands_add_defaults()