| 152 |
158 |
| 153 WSLocation* cfg_location_get(ServerConfiguration *cfg, ConfigNode *obj); |
159 WSLocation* cfg_location_get(ServerConfiguration *cfg, ConfigNode *obj); |
| 154 |
160 |
| 155 int location_apply_config(WSLocationConfig *target, WSLocation *loc); |
161 int location_apply_config(WSLocationConfig *target, WSLocation *loc); |
| 156 int location_match(WSLocation *loc, cxstring uri, regmatch_t *match); |
162 int location_match(WSLocation *loc, cxstring uri, regmatch_t *match); |
| 157 WSLocationConfig* location_match_and_get_config(pool_handle_t *pool, cxstring uri, WSLocation *loc); |
163 WSLocationConfig* location_match_and_get_config(pool_handle_t *pool, Request *rq, cxstring uri, WSLocation *loc); |
| 158 WSLocationConfig* cfg_location_match(Session *sn, Request *rq); |
164 WSLocationConfig* cfg_location_match(Session *sn, Request *rq); |
| 159 |
165 |
| 160 #ifdef __cplusplus |
166 #ifdef __cplusplus |
| 161 } |
167 } |
| 162 #endif |
168 #endif |