Searched defs:command (Results 1 - 6 of 6) sorted by relevance
/httpd/support/ |
H A D | fcgistarter.c | 33 "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 D | sed1.c | 72 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 D | libsed.h | 47 char command; member in struct:sed_reptr_s
|
H A D | mod_ext_filter.c | 47 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/modules/generators/ |
H A D | mod_cgi.c | 379 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 D | mod_cgid.c | 1802 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 25 milliseconds