| /httpd/modules/ssl/ |
| H A D | ssl_ct_sct.c | 90 apr_status_t sct_parse(const char *source, argument 271 source, fields->version, fields->timestr,
|
| /httpd/server/ |
| H A D | util_expr_eval.c | 913 const char **source, const char **err) 930 ctx.re_source = source; 947 const char **source, 977 ctx.re_source = source; 911 ap_expr_exec_re(request_rec *r, const ap_expr_info_t *info, apr_size_t nmatch, ap_regmatch_t *pmatch, const char **source, const char **err) argument 943 ap_expr_str_exec_re(request_rec *r, const ap_expr_info_t *info, apr_size_t nmatch, ap_regmatch_t *pmatch, const char **source, const char **err) argument
|
| H A D | util_expr_scan.c | 234 /* Whether this is an "interactive" input source; if so, and 261 * shouldn't try reading from the input source any more. We might 1553 /* We're scanning a new file or input source. It's 1555 * just pointed yyin at a new source and called 1560 * back-up) that will match for the new input source. 1683 register char *source = yyg->yytext_ptr; local 1716 *(dest++) = *(source++);
|
| H A D | util.c | 371 * input should be the string with the $-expressions, source should be the 383 const char *source, apr_size_t nmatch, 393 if (!source || nmatch>AP_MAX_REG_MATCH) 460 memcpy(dst, source + pmatch[no].rm_so, len); 474 const char *source, apr_size_t nmatch, 478 apr_status_t rc = regsub_core(p, &result, NULL, input, source, nmatch, 486 const char *input, const char *source, 490 apr_status_t rc = regsub_core(p, result, NULL, input, source, nmatch, 2069 AP_DECLARE(apr_size_t) ap_escape_errorlog_item(char *dest, const char *source, 2075 if (!source || !bufle 381 regsub_core(apr_pool_t *p, char **result, struct ap_varbuf *vb, const char *input, const char *source, apr_size_t nmatch, ap_regmatch_t pmatch[], apr_size_t maxlen) argument 473 ap_pregsub(apr_pool_t *p, const char *input, const char *source, apr_size_t nmatch, ap_regmatch_t pmatch[]) argument [all...] |
| /httpd/modules/dav/main/ |
| H A D | mod_dav.c | 2714 "different repository than the source URI. " 2734 /* are the source and destination the same? */ 2764 * Check If-Headers and existing locks for each resource in the source. 2786 "precondition on the source " 2829 /* The destination must exist (since it contains the source), and 2868 /* if this is a move, then the source parent collection will be modified */ 2886 /* In a MOVE operation, the destination is replaced by the source. 2888 * control, and is the same resource type as the source, 2890 * the source. 2910 * if move, restore state of source paren 4310 const char *source; local [all...] |
| /httpd/modules/filters/ |
| H A D | mod_include.c | 161 const char *source; member in struct:__anon161 680 val = apr_pstrmemdup(ctx->dpool, re->source + re->match[idx].rm_so, 981 re->source = apr_pstrdup(ctx->pool, string); 1612 * re->source 1615 re->source = NULL; 1630 eval_ctx->re_source = &re->source; 1643 if (re->source)
|
| /httpd/modules/lua/ |
| H A D | lua_request.c | 1132 *source; local 1141 source = lua_tostring(L, 2); 1164 rv = ap_regexec(®ex, source, MODLUA_MAX_REG_MATCH, matches, 0); 1175 apr_pstrndup(r->pool, source + matches[i].rm_so, 1896 ap_log_rerror(dbg.source, dbg.currentline, APLOG_MODULE_INDEX, level, 0,
|
| /httpd/modules/mappers/ |
| H A D | mod_rewrite.c | 375 const char *source; member in struct:backrefinfo 2393 if (bri->source && n < AP_MAX_REG_MATCH 2399 tmp = apr_pstrmemdup(pool, bri->source + bri->regmatch[n].rm_so, span); 2408 current->string = bri->source + bri->regmatch[n].rm_so; 3955 const char *err, *source; local 3957 &source, &err); 3966 ctx->briRC.source = source; 3977 ctx->briRC.source = input; 4091 ctx->briRC.source [all...] |