Lines Matching refs:arg
77 char *arg)
80 if (!strcasecmp(arg, "registry")) {
83 else if (!strcasecmp(arg, "registry-strict")) {
86 else if (!strcasecmp(arg, "script")) {
90 return apr_pstrcat(cmd->temp_pool, "ScriptInterpreterSource \"", arg,
184 * and if the strict arg is false, then continue trying:
242 const char **arg;
264 arg = (const char**)apr_array_push(args);
265 *arg = ap_escape_shell_cmd(p, w);
273 arg = (const char**)apr_array_push(args);
276 *arg = repl;
282 *arg = cgiprg;
291 arg = (const char**)apr_array_push(args);
294 *arg = repl;
300 *arg = cgiprg;
305 arg = (const char**)apr_array_push(args);
306 *arg = d;
339 /* Term that arg, already pushed on args */
344 arg = (const char**)apr_array_push(args);
345 *arg = cgiprg;
357 arg = (const char**)apr_array_push(args);
358 *arg = ap_escape_shell_cmd(p, w);
362 arg = (const char**)apr_array_push(args);
363 *arg = NULL;