Searched refs:command (Results 1 - 8 of 8) sorted by relevance

/httpd/support/
H A Dfcgistarter.c33 "usage: fcgistarter -c <command> -p <port> [-i <interface> -N <num>]\n"
70 const char *command = NULL; local
95 command = arg;
122 if (! command || ! port) {
206 execl(command, command, NULL);
/httpd/modules/filters/
H A Dsed0.c296 commands->rep->command = BCOM;
321 commands->rep->command = EQCOM;
366 commands->rep->command = ACOM;
384 commands->rep->command = CCOM;
397 commands->rep->command = ICOM;
414 commands->rep->command = GCOM;
418 commands->rep->command = CGCOM;
422 commands->rep->command = HCOM;
426 commands->rep->command = CHCOM;
430 commands->rep->command
[all...]
H A Dlibsed.h47 char command; member in struct:sed_reptr_s
H A Dsed1.c72 static apr_status_t command(sed_eval_t *eval, sed_reptr_t *ipc,
478 while (ipc->command) {
540 rv = command(eval, ipc, &step_vars);
689 * command
691 static apr_status_t command(sed_eval_t *eval, sed_reptr_t *ipc, function
702 switch(ipc->command) {
974 if ((*eval->aptr)->command == ACOM) {
H A Dmod_ext_filter.c47 const char *command; member in struct:ef_filter_t
197 filter->command = filter->args[0];
473 ctx->filter->command,
481 ctx->filter->command);
628 ctx->filter->command,
/httpd/build/
H A DNWGNUhead.inc65 @echo $(DL)Multiple targets can be used on a single nmake command line -$(DL)
/httpd/modules/generators/
H A Dmod_cgi.c379 const char *command,
456 rc = ap_os_create_privileged_process(r, procnew, command, argv, env,
748 const char *command; local
820 /* build the command line */
821 if ((rv = cgi_build_command(&command, &argv, r, p, &e_info)) != APR_SUCCESS) {
830 command, argv, r, p, &e_info)) != APR_SUCCESS) {
1106 apr_bucket_brigade *bb, const char *command)
1128 if ((rv = cgi_build_command(&command, &argv, r, r->pool,
1138 command, argv, r, r->pool,
1258 * means to run a given command (
376 run_cgi_child(apr_file_t **script_out, apr_file_t **script_in, apr_file_t **script_err, const char *command, const char * const argv[], request_rec *r, apr_pool_t *p, cgi_exec_info_t *e_info) argument
1105 include_cmd(include_ctx_t *ctx, ap_filter_t *f, apr_bucket_brigade *bb, const char *command) argument
[all...]
H A Dmod_cgid.c1802 apr_bucket_brigade *bb, char *command)
1822 send_req(sd, r, command, env, SSI_REQ);
1958 cgid_cmds, /* command table */
1801 include_cmd(include_ctx_t *ctx, ap_filter_t *f, apr_bucket_brigade *bb, char *command) argument

Completed in 33 milliseconds