Lines Matching defs:AP_DECLARE

105 AP_DECLARE(char *) ap_field_noparam(apr_pool_t *p, const char *intype)
123 AP_DECLARE(char *) ap_ht_time(apr_pool_t *p, apr_time_t t, const char *fmt,
189 AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected)
213 AP_DECLARE(int) ap_strcasecmp_match(const char *str, const char *expected)
243 AP_DECLARE(int) ap_os_is_path_absolute(apr_pool_t *p, const char *dir)
254 AP_DECLARE(int) ap_is_matchexp(const char *str)
278 AP_DECLARE(ap_regex_t *) ap_pregcomp(apr_pool_t *p, const char *pattern,
295 AP_DECLARE(void) ap_pregfree(apr_pool_t *p, ap_regex_t *reg)
305 AP_DECLARE(char *) ap_strcasestr(const char *s1, const char *s2)
344 AP_DECLARE(const char *) ap_stripprefix(const char *bigstring,
473 AP_DECLARE(char *) ap_pregsub(apr_pool_t *p, const char *input,
485 AP_DECLARE(apr_status_t) ap_pregsub_ex(apr_pool_t *p, char **result,
500 AP_DECLARE(void) ap_getparents(char *name)
567 AP_DECLARE(void) ap_no2slash(char *name)
617 AP_DECLARE(char *) ap_make_dirstr_prefix(char *d, const char *s, int n)
640 AP_DECLARE(char *) ap_make_dirstr_parent(apr_pool_t *p, const char *s)
656 AP_DECLARE(int) ap_count_dirs(const char *path)
666 AP_DECLARE(char *) ap_getword_nc(apr_pool_t *atrans, char **line, char stop)
671 AP_DECLARE(char *) ap_getword(apr_pool_t *atrans, const char **line, char stop)
694 AP_DECLARE(char *) ap_getword_white_nc(apr_pool_t *atrans, char **line)
699 AP_DECLARE(char *) ap_getword_white(apr_pool_t *atrans, const char **line)
721 AP_DECLARE(char *) ap_getword_nulls_nc(apr_pool_t *atrans, char **line,
727 AP_DECLARE(char *) ap_getword_nulls(apr_pool_t *atrans, const char **line,
776 AP_DECLARE(char *) ap_getword_conf_nc(apr_pool_t *p, char **line)
781 AP_DECLARE(char *) ap_getword_conf(apr_pool_t *p, const char **line)
825 AP_DECLARE(int) ap_cfg_closefile(ap_configfile_t *cfp)
851 AP_DECLARE(apr_status_t) ap_pcfg_openfile(ap_configfile_t **ret_cfg,
932 AP_DECLARE(ap_configfile_t *) ap_pcfg_open_custom(
949 AP_DECLARE(apr_status_t) ap_cfg_getc(char *ch, ap_configfile_t *cfp)
957 AP_DECLARE(const char *) ap_pcfg_strerror(apr_pool_t *p, ap_configfile_t *cfp,
1092 AP_DECLARE(apr_status_t) ap_cfg_getline(char *buf, apr_size_t bufsize,
1101 AP_DECLARE(apr_status_t) ap_varbuf_cfg_getline(struct ap_varbuf *vb,
1148 AP_DECLARE(const char *) ap_size_list_item(const char **field, int *len)
1208 AP_DECLARE(char *) ap_get_list_item(apr_pool_t *p, const char **field)
1431 AP_DECLARE(int) ap_find_list_item(apr_pool_t *p, const char *line,
1440 AP_DECLARE(int) ap_find_etag_strong(apr_pool_t *p, const char *line,
1449 AP_DECLARE(int) ap_find_etag_weak(apr_pool_t *p, const char *line,
1456 AP_DECLARE(const char *) ap_parse_token_list_strict(apr_pool_t *p,
1550 AP_DECLARE(char *) ap_get_token(apr_pool_t *p, const char **accept_line,
1589 AP_DECLARE(int) ap_find_token(apr_pool_t *p, const char *line, const char *tok)
1624 AP_DECLARE(int) ap_find_last_token(apr_pool_t *p, const char *line,
1643 AP_DECLARE(char *) ap_escape_shell_cmd(apr_pool_t *p, const char *str)
1762 AP_DECLARE(int) ap_unescape_url(char *url)
1767 AP_DECLARE(int) ap_unescape_url_keep2f(char *url, int decode_slashes)
1782 AP_DECLARE(int) ap_unescape_url_proxy(char *url)
1789 AP_DECLARE(int) ap_unescape_url_reserved(char *url, const char *reserved)
1795 AP_DECLARE(int) ap_unescape_urlencoded(char *query)
1812 AP_DECLARE(char *) ap_construct_server(apr_pool_t *p, const char *hostname,
1823 AP_DECLARE(int) ap_unescape_all(char *url)
1867 AP_DECLARE(char *) ap_escape_path_segment_buffer(char *copy, const char *segment)
1886 AP_DECLARE(char *) ap_escape_path_segment(apr_pool_t *p, const char *segment)
1891 AP_DECLARE(char *) ap_os_escape_path(apr_pool_t *p, const char *path, int partial)
1924 AP_DECLARE(char *) ap_escape_urlencoded_buffer(char *copy, const char *buffer)
1946 AP_DECLARE(char *) ap_escape_urlencoded(apr_pool_t *p, const char *buffer)
1953 AP_DECLARE(char *) ap_escape_html2(apr_pool_t *p, const char *s, int toasc)
2001 AP_DECLARE(char *) ap_escape_logitem(apr_pool_t *p, const char *str)
2069 AP_DECLARE(apr_size_t) ap_escape_errorlog_item(char *dest, const char *source,
2132 AP_DECLARE(void) ap_bin2hex(const void *src, apr_size_t srclen, char *dest)
2144 AP_DECLARE(int) ap_has_cntrl(const char *str)
2154 AP_DECLARE(int) ap_is_directory(apr_pool_t *p, const char *path)
2164 AP_DECLARE(int) ap_is_rdirectory(apr_pool_t *p, const char *path)
2174 AP_DECLARE(char *) ap_make_full_path(apr_pool_t *a, const char *src1,
2205 AP_DECLARE(int) ap_is_url(const char *u)
2220 AP_DECLARE(int) ap_ind(const char *s, char c)
2229 AP_DECLARE(int) ap_rind(const char *s, char c)
2238 AP_DECLARE(void) ap_str_tolower(char *str)
2246 AP_DECLARE(void) ap_str_toupper(char *str)
2305 AP_DECLARE(char *) ap_pbase64decode(apr_pool_t *p, const char *bufcoded)
2317 AP_DECLARE(char *) ap_pbase64encode(apr_pool_t *p, char *string)
2336 AP_DECLARE(void) ap_content_type_tolower(char *str)
2355 AP_DECLARE(char *) ap_escape_quotes(apr_pool_t *p, const char *instring)
2409 AP_DECLARE(char *) ap_append_pid(apr_pool_t *p, const char *string,
2435 AP_DECLARE(apr_status_t) ap_timeout_parameter_parse(
2490 AP_DECLARE(int) ap_request_has_body(request_rec *r)
2516 AP_DECLARE(apr_status_t) ap_str2_alnum(const char *src, char *dest) {
2532 AP_DECLARE(apr_status_t) ap_pstr2_alnum(apr_pool_t *p, const char *src,
2586 AP_DECLARE(int) ap_parse_form_data(request_rec *r, ap_filter_t *f,
2778 AP_DECLARE(void) ap_varbuf_init(apr_pool_t *p, struct ap_varbuf *vb,
2790 AP_DECLARE(void) ap_varbuf_grow(struct ap_varbuf *vb, apr_size_t new_len)
2875 AP_DECLARE(void) ap_varbuf_strmemcat(struct ap_varbuf *vb, const char *str,
2895 AP_DECLARE(void) ap_varbuf_free(struct ap_varbuf *vb)
2904 AP_DECLARE(char *) ap_varbuf_pdup(apr_pool_t *p, struct ap_varbuf *buf,
2937 AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb,
2950 AP_DECLARE(void) ap_abort_on_oom()
2966 AP_DECLARE(void *) ap_malloc(size_t size)
2974 AP_DECLARE(void *) ap_calloc(size_t nelem, size_t size)
2982 AP_DECLARE(void *) ap_realloc(void *ptr, size_t size)
2990 AP_DECLARE(void) ap_get_sload(ap_sload_t *ld)
3045 AP_DECLARE(void) ap_get_loadavg(ap_loadavg_t *ld)
3079 AP_DECLARE(apr_status_t) ap_password_validate(request_rec *r,
3110 AP_DECLARE(char *) ap_get_exec_line(apr_pool_t *p,