/httpd/server/ |
H A D | apreq_module.c | 35 const apr_table_t *args, *body; local 36 apreq_args(req, &args); 39 if (args != NULL) 41 return apr_table_overlay(p, args, body); 43 return apr_table_copy(p, args);
|
H A D | apreq_module_custom.c | 28 apr_table_t *jar, *args, *body; member in struct:custom_handle 107 *t = req->args; 143 if (req->args == NULL || name == NULL) 146 val = apr_table_get(req->args, name); 288 req->args = apr_table_make(pool, APREQ_DEFAULT_NELTS); 290 apreq_parse_query_string(pool, req->args, query_string); 293 req->args = NULL;
|
H A D | util_filter.c | 706 va_list args; local 709 va_start(args, bb); 710 rv = apr_brigade_vputstrs(bb, ap_filter_flush, f, args); 711 va_end(args); 720 va_list args; local 723 va_start(args, fmt); 724 rv = apr_brigade_vprintf(bb, ap_filter_flush, f, fmt, args); 725 va_end(args);
|
/httpd/include/ |
H A D | util_cfgtree.h | 51 const char *args; member in struct:ap_directive_t
|
H A D | apreq_module.h | 65 apr_status_t (*args)(apreq_handle_t *, const apr_table_t **); member in struct:apreq_module_t 152 return req->module->args(req,t); 396 * @param query_string parsed into args table 418 * @return The first matching parameter (with args searched first) or NULL. 435 * (args + body).
|
/httpd/modules/apreq/ |
H A D | apreq_private_apache2.h | 13 apr_table_t *jar, *args; member in struct:apache2_handle
|
/httpd/modules/arch/netware/ |
H A D | mod_netware.c | 105 const char *args = ""; local 119 if (r->args && r->args[0] && !ap_strchr_c(r->args, '=')) { 120 args = r->args;
|
/httpd/support/win32/ |
H A D | wintty.c | 67 va_list args; local 70 va_start(args, fmt); 71 wvsprintf(str, fmt, args); 75 DWORD WINAPI feedback(LPVOID args);
|
/httpd/modules/aaa/ |
H A D | mod_authn_core.c | 204 const char *args; local 225 args = apr_pstrndup(cmd->temp_pool, arg, endp - arg); 227 if (!args[0]) { 233 provider_name = ap_getword_conf(cmd->pool, &args); 234 provider_alias = ap_getword_conf(cmd->pool, &args);
|
/httpd/modules/loggers/ |
H A D | mod_log_debug.c | 191 const char *args[2]; local 192 args[0] = arg2; 193 args[1] = arg3; 204 if (args[i] == NULL) 207 if (strncasecmp(args[i], "hook=", 5) == 0) { 208 const char *name = args[i] + 5; 224 else if (strncasecmp(args[i], "expr=", 5) == 0) { 225 const char *expr = args[i] + 5; 235 return apr_psprintf(cmd->pool, "Invalid argument %s", args[i]);
|
/httpd/modules/metadata/ |
H A D | mod_remoteip.c | 186 const char *args; local 199 args = lbuf; 200 while (*(arg = ap_getword_conf(cmd->temp_pool, &args)) != '\0') {
|
H A D | mod_setenvif.c | 249 static const char *add_envvars(cmd_parms *cmd, const char *args, sei_entry *new) argument 256 feature = ap_getword_conf(cmd->pool, &args); 283 char *fname, const char *args) 304 regex = ap_getword_conf(cmd->pool, &args); 401 return add_envvars(cmd, args, new); 405 const char *args) 410 fname = ap_getword_conf(cmd->pool, &args); 415 return add_setenvif_core(cmd, mconfig, fname, args); 419 const char *args) 436 expr = ap_getword_conf(cmd->pool, &args); 282 add_setenvif_core(cmd_parms *cmd, void *mconfig, char *fname, const char *args) argument 404 add_setenvif(cmd_parms *cmd, void *mconfig, const char *args) argument 418 add_setenvifexpr(cmd_parms *cmd, void *mconfig, const char *args) argument 461 add_browser(cmd_parms *cmd, void *mconfig, const char *args) argument [all...] |
/httpd/modules/session/ |
H A D | mod_session_cookie.c | 214 const char *args) 217 char *line = apr_pstrdup(cmd->pool, args); 230 const char *args) 233 char *line = apr_pstrdup(cmd->pool, args); 213 set_cookie_name(cmd_parms * cmd, void *config, const char *args) argument 229 set_cookie_name2(cmd_parms * cmd, void *config, const char *args) argument
|
H A D | mod_session_dbd.c | 565 static const char *set_cookie_name(cmd_parms * cmd, void *config, const char *args) argument 568 char *line = apr_pstrdup(cmd->pool, args); 580 static const char *set_cookie_name2(cmd_parms * cmd, void *config, const char *args) argument 583 char *line = apr_pstrdup(cmd->pool, args);
|
H A D | mod_session_crypto.c | 575 const char *args; local 587 args = buffer; 588 while (*(arg = ap_getword_conf(cmd->pool, &args)) != '\0') {
|
/httpd/os/unix/ |
H A D | unixd.c | 130 const char * const *args, 142 return apr_proc_create(newproc, progname, args, env, attr, p); 168 while (args[i]) 170 /* allocate space for 4 new args, the input args, and a null terminator */ 189 newargs[i + 3] = args[i]; 190 } while (args[i++]); 198 const char * const *args, 205 return apr_proc_create(newproc, progname, args, env, attr, p); 208 return ap_unix_create_privileged_process(newproc, progname, args, en 128 ap_unix_create_privileged_process( apr_proc_t *newproc, const char *progname, const char * const *args, const char * const *env, apr_procattr_t *attr, ap_unix_identity_t *ugid, apr_pool_t *p) argument [all...] |
/httpd/modules/arch/win32/ |
H A D | mod_win32.c | 239 apr_array_header_t *args = apr_array_make(p, 8, sizeof(char*)); local 264 arg = (const char**)apr_array_push(args); 273 arg = (const char**)apr_array_push(args); 291 arg = (const char**)apr_array_push(args); 305 arg = (const char**)apr_array_push(args); 339 /* Term that arg, already pushed on args */ 344 arg = (const char**)apr_array_push(args); 357 arg = (const char**)apr_array_push(args); 362 arg = (const char**)apr_array_push(args); 365 return args; 379 const char *args = ""; local [all...] |
/httpd/modules/filters/ |
H A D | sed0.c | 47 va_list args; local 49 va_start(args, fmt); 50 error = apr_pvsprintf(commands->pool, fmt, args); 52 va_end(args);
|
H A D | sed1.c | 80 va_list args; local 82 va_start(args, fmt); 83 error = apr_pvsprintf(eval->pool, fmt, args); 85 va_end(args);
|
H A D | mod_ext_filter.c | 50 char **args; member in struct:ef_filter_t 154 static const char *parse_cmd(apr_pool_t *p, const char **args, ef_filter_t *filter) argument 156 if (**args == '"') { 157 const char *start = *args + 1; 162 ++*args; /* move past leading " */ 163 /* find true end of args string (accounting for escaped quotes) */ 164 while (**args && (**args != '"' || (**args == '"' && escaping))) { 168 else if (**args 202 define_filter(cmd_parms *cmd, void *dummy, const char *args) argument [all...] |
/httpd/modules/ldap/ |
H A D | util_ldap_cache_mgr.c | 199 * of strings to hash, the rest of the args are strings. 205 va_list args; local 209 va_start(args, nstr); 211 str = va_arg(args, char *); 220 va_end(args); 677 if (r->args && strlen(r->args)) { 682 if ((3 == sscanf(r->args, scanfmt, cachetype, &id, &off, lint)) &&
|
/httpd/modules/mappers/ |
H A D | mod_imagemap.c | 225 static double get_x_coord(const char *args) argument 230 if (args == NULL) { 234 while (*args && !apr_isdigit(*args) && *args != ',') { 235 args++; /* jump to the first digit, but not past 239 x_coord = strtod(args, &endptr); 241 if (endptr > args) { /* if a conversion was made */ 246 or if no args was given */ 249 static double get_y_coord(const char *args) argument [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 86 * now parse path/search args, according to rfc1738: 96 search = r->args; 937 char *args; local 944 args = apr_pstrdup(p, input); 946 key = apr_strtok(args, "&", &tok); 976 * the request args (?b=...&w=...&nonce=....). 1027 if (r->args && (r->method_number == M_GET)) { 1029 ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01191) "parsing r->args"); 1031 push2table(r->args, params, allowed, r->pool);
|
/httpd/modules/ssl/ |
H A D | ssl_ct_util.c | 348 const char *args[8], 376 const char **curarg = args; 386 rv = apr_proc_create(&proc, args[0], args, NULL, attr, p); 346 ctutil_run_to_log(apr_pool_t *p, server_rec *s, const char *args[8], const char *desc_for_log) argument
|
/httpd/server/mpm/winnt/ |
H A D | service.c | 387 /* args and service names live in the same pool */ 422 /* Service args follow from StartService() invocation */ 457 /* args and service names live in the same pool */ 492 /* Service args follow from StartService() invocation */ 607 apr_array_header_t *args, 643 args->nalloc = args->nelts + svc_args->nelts; 644 cmb_data = malloc(args->nalloc * sizeof(const char *)); 646 /* First three args (argv[0], -f, path) remain first */ 647 memcpy(cmb_data, args 606 mpm_merge_service_args(apr_pool_t *p, apr_array_header_t *args, int fixed_args) argument [all...] |