Home
last modified time | relevance | path

Searched refs:ap_pool (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/include/
Dap_alloc.h93 typedef struct pool ap_pool; typedef
184 ap_pool *pool;
Dbuff.h113 ap_pool *pool;
Dhttpd.h680 ap_pool *pool;
850 ap_pool *pool;
Dhttp_config.h160 ap_pool *pool; /* Pool to allocate new storage in */
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_rewrite.h425 static char *escape_absolute_uri(ap_pool *p, char *uri, unsigned scheme);
479 static int prefix_stat(const char *path, ap_pool *pool);
Dmod_rewrite.c2728 static char *escape_absolute_uri(ap_pool *p, char *uri, unsigned scheme) in escape_absolute_uri()
4207 static int prefix_stat(const char *path, ap_pool *pool) in prefix_stat()