Searched defs:args (Results 1 - 25 of 43) sorted by relevance

12

/httpd/server/
H A Dapreq_module.c35 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 Dapreq_module_custom.c28 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 Dutil_filter.c706 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 Dutil_cfgtree.h51 const char *args; member in struct:ap_directive_t
H A Dapreq_module.h65 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 Dapreq_private_apache2.h13 apr_table_t *jar, *args; member in struct:apache2_handle
/httpd/modules/arch/netware/
H A Dmod_netware.c105 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 Dwintty.c67 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 Dmod_authn_core.c204 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 Dmod_log_debug.c191 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 Dmod_remoteip.c186 const char *args; local
199 args = lbuf;
200 while (*(arg = ap_getword_conf(cmd->temp_pool, &args)) != '\0') {
H A Dmod_setenvif.c249 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 Dmod_session_cookie.c214 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 Dmod_session_dbd.c565 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 Dmod_session_crypto.c575 const char *args; local
587 args = buffer;
588 while (*(arg = ap_getword_conf(cmd->pool, &args)) != '\0') {
/httpd/os/unix/
H A Dunixd.c130 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 Dmod_win32.c239 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 Dsed0.c47 va_list args; local
49 va_start(args, fmt);
50 error = apr_pvsprintf(commands->pool, fmt, args);
52 va_end(args);
H A Dsed1.c80 va_list args; local
82 va_start(args, fmt);
83 error = apr_pvsprintf(eval->pool, fmt, args);
85 va_end(args);
H A Dmod_ext_filter.c50 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 Dutil_ldap_cache_mgr.c199 * 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 Dmod_imagemap.c225 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 Dmod_proxy_balancer.c86 * 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 Dssl_ct_util.c348 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 Dservice.c387 /* 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...]

Completed in 82 milliseconds

12