Searched defs:APREQ_DECLARE (Results 1 - 6 of 6) sorted by relevance

/httpd/include/
H A Dap_config.h107 * The public APREQ functions are declared with APREQ_DECLARE(), so they may
113 /** APREQ_DECLARE(rettype) apeq_func(args)
115 #define APREQ_DECLARE(d) APR_DECLARE(d) macro
129 * @see APREQ_DECLARE @see APREQ_DECLARE_NONSTD
138 #define APREQ_DECLARE(type) type __stdcall macro
142 #define APREQ_DECLARE(type) __declspec(dllexport) type __stdcall macro
146 #define APREQ_DECLARE(type) __declspec(dllimport) type __stdcall macro
/httpd/docs/log-message-tags/
H A Dmacros.h12 #define APREQ_DECLARE(x) x macro
/httpd/server/
H A Dapreq_cookie.c31 APREQ_DECLARE(void) apreq_cookie_expires(apreq_cookie_t *c,
134 APREQ_DECLARE(apreq_cookie_t *) apreq_cookie_make(apr_pool_t *p,
294 APREQ_DECLARE(apr_status_t)apreq_parse_cookie_header(apr_pool_t *p, function
429 APREQ_DECLARE(int) apreq_cookie_serialize(const apreq_cookie_t *c,
529 APREQ_DECLARE(char*) apreq_cookie_as_string(const apreq_cookie_t *c,
H A Dapreq_param.c29 APREQ_DECLARE(apreq_param_t *) apreq_param_make(apr_pool_t *p,
63 APREQ_DECLARE(apr_status_t) apreq_param_decode(apreq_param_t **param, function
128 APREQ_DECLARE(char *) apreq_param_encode(apr_pool_t *pool,
141 APREQ_DECLARE(apr_status_t) apreq_parse_query_string(apr_pool_t *pool, function
200 APREQ_DECLARE(apr_array_header_t *) apreq_params_as_array(apr_pool_t *p,
213 APREQ_DECLARE(const char *) apreq_params_as_string(apr_pool_t *p,
244 APREQ_DECLARE(const apr_table_t *) apreq_uploads(const apr_table_t *body,
266 APREQ_DECLARE(const apreq_param_t *) apreq_upload(const apr_table_t *body,
H A Dapreq_parser.c34 APREQ_DECLARE(apreq_parser_t *) apreq_parser_make(apr_pool_t *pool,
55 APREQ_DECLARE(apreq_hook_t *) apreq_hook_make(apr_pool_t *pool,
70 APREQ_DECLARE(apr_status_t) apreq_parser_add_hook(apreq_parser_t *p, function
97 APREQ_DECLARE(apr_status_t) apreq_pre_initialize(apr_pool_t *pool) function
125 APREQ_DECLARE(apr_status_t) apreq_post_initialize(apr_pool_t *pool) function
136 APREQ_DECLARE(apr_status_t) apreq_initialize(apr_pool_t *pool) function
147 APREQ_DECLARE(apr_status_t) apreq_register_parser(const char *enctype, function
171 APREQ_DECLARE(apreq_parser_function_t)apreq_parser(const char *enctype) function
H A Dapreq_util.c32 APREQ_DECLARE(apr_int64_t) apreq_atoi64f(const char *s) function
61 APREQ_DECLARE(apr_int64_t) apreq_atoi64t(const char *s) function
92 APREQ_DECLARE(apr_ssize_t ) apreq_index(const char* hay, apr_size_t hlen, function
191 APREQ_DECLARE(apr_size_t) apreq_cp1252_to_utf8(char *dest, function
240 APREQ_DECLARE(apreq_charset_t) apreq_charset_divine(const char *src, function
430 APREQ_DECLARE(apr_status_t) apreq_decode(char *d, apr_size_t *dlen, function
453 APREQ_DECLARE(apr_status_t) apreq_decodev(char *d, apr_size_t *dlen, function
496 APREQ_DECLARE(apr_size_t) apreq_encode(char *dest, const char *src, function
548 APREQ_DECLARE(apr_size_t) apreq_quote_once(char *dest, const char *src, function
561 APREQ_DECLARE(apr_size_ function
799 APREQ_DECLARE(apr_status_t) apreq_file_mktemp(apr_file_t **fp, function
868 APREQ_DECLARE(apr_status_t) function
1000 APREQ_DECLARE(apr_status_t) apreq_brigade_concat(apr_pool_t *pool, function
1113 APREQ_DECLARE(apr_status_t) apreq_brigade_fwrite(apr_file_t *f, function
[all...]

Completed in 1117 milliseconds