1 #ifndef ACL_TEST_GLOBAL_INCLUDE_H 2 #define ACL_TEST_GLOBAL_INCLUDE_H 8 #include "../stdlib/acl_define.h" 9 #include "../stdlib/acl_loadcfg.h" 10 #include "../stdlib/acl_array.h" ACL_API int aut_line_argc(const AUT_LINE *test_line)
ACL_API AUT_LINE * aut_line_peer(const AUT_LINE *test_line)
ACL_API const AUT_LINE * aut_loop_end(const AUT_LINE *test_begin)
HTTP_API void const char * name
ACL_API const char * aut_line_cmdname(const AUT_LINE *test_line)
ACL_API ACL_VSTRING const char * format
ACL_API AUT_LINE * aut_loop_make_break(const ACL_CFG_LINE *cfg_line)
ACL_API const AUT_LINE * aut_lookup_from_line(const AUT_LINE *test_line, int flag)
ACL_API void aut_log_info(const char *format,...)
ACL_API int aut_line_add_arg(AUT_LINE *test_line, void *arg)
ACL_API const char * aut_line_getvalue(const AUT_LINE *test_line, const char *name)
ACL_API int aut_line_number(const AUT_LINE *test_line)
ACL_API void aut_stop(void)
ACL_API void aut_log_fatal(const char *format,...)
ACL_API int aut_end_linenum(int start_linenum)
ACL_API AUT_LINE * aut_line_new(const ACL_CFG_LINE *cfg_line)
ACL_API int aut_line_stop(const AUT_LINE *test_line)
ACL_API AUT_LINE * aut_loop_make_begin(const ACL_CFG_LINE *cfg_line)
ACL_API void aut_register(const AUT_FN_ITEM test_fn_tab[])
ACL_API int aut_cfg_add_general_line(const ACL_CFG_LINE *line)
ACL_API void aut_line_del_arg(AUT_LINE *test_line, void(*free_fn)(void *))
ACL_API AUT_LINE * aut_index(int idx)
ACL_API void aut_line_free(void *ctx)
ACL_API AUT_LINE * aut_add_outer_cmd(const ACL_CFG_LINE *line)
ACL_API void aut_log_panic(const char *format,...)
ACL_API void aut_free_args_list(ACL_ARRAY *a)
ACL_API int aut_start(void)
ACL_API const char * aut_line_argstr(const AUT_LINE *test_line)
ACL_API void * aut_line_get_arg(const AUT_LINE *test_line)
ACL_API int aut_loop_to(const AUT_LINE *test_line)
ACL_API int aut_line_cmdcmp(const AUT_LINE *test_line, const char *cmd_name)
ACL_API AUT_CMD_TOKEN * aut_line_peer_token(const AUT_LINE *test_line)
ACL_API int aut_line_reserved(AUT_LINE *test_line)
ACL_API void aut_log_error(const char *format,...)
ACL_API void aut_log_warn(const char *format,...)
ACL_API int aut_line_result(const AUT_LINE *test_line)
ACL_API int aut_line_valid_linenum(const AUT_LINE *test_line)
ACL_API const ACL_ARRAY * aut_args_get(const char *cmd_name)
ACL_API int aut_loop_count(const AUT_LINE *test_line)
ACL_API int aut_cfg_parse(const char *pathname)
ACL_API AUT_LINE * aut_add_inner_cmd(const ACL_CFG_LINE *line)
ACL_API AUT_LINE * aut_loop_make_end(const ACL_CFG_LINE *cfg_line)
ACL_API int aut_log_open(const char *pathname)
ACL_API ACL_ARRAY * aut_parse_args_list(const char *str_in)
ACL_API int aut_size(void)
ACL_API int aut_line_resultcmp(const AUT_LINE *test_line, int result)
ACL_API int aut_cfg_print(void)
ACL_API int aut_loop_from(const AUT_LINE *test_line)