Lines Matching defs:endp
2312 char *endp;
2314 endp = find_closing_curly(p+2);
2315 if (!endp) {
2324 p = lookup_variable(apr_pstrmemdup(pool, p+2, endp-p-2), ctx);
2330 p = endp + 1;
2360 map = apr_pstrmemdup(pool, p+2, endp-p-2);
2382 p = endp + 1;
3205 char *val, *nextp, *endp;
3208 endp = key + strlen(key) - 1;
3210 if (*key != '[' || *endp != ']') {
3214 *endp = ','; /* for simpler parsing */
3230 endp = nextp - 1;
3231 while (apr_isspace(*endp)) {
3232 --endp;
3234 *++endp = '\0';
3242 val = endp;