Searched refs:cmds (Results 1 - 11 of 11) sorted by relevance

/httpd/support/
H A Dapxs.in251 my (@cmds) = @_;
254 foreach $cmd (@cmds) {
407 my @cmds = ();
431 push(@cmds, "$libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $apr_includedir $apu_includedir $opt -c -o $lo $s && touch $slo");
472 push(@cmds, "$libtool $ltflags --mode=link $CFG_CC $ldflags -o $dso_file $opt $lo");
475 &execute_cmds(@cmds);
491 my @cmds = ();
504 push(@cmds, "$installbuilddir/instdso.sh SH_LIBTOOL='" .
506 push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
549 &execute_cmds(@cmds);
[all...]
H A Dctlogconfig289 cmds = {'configure-public-key': configure_public_key,
300 if not cmd in cmds:
313 cmds[cmd](cur, args)
H A Ddbmmanage.in31 my $cmds = join "|", sort keys %dbmc::;
40 command is one of: $cmds
/httpd/modules/generators/
H A Dmod_info.c227 static int mod_info_has_cmd(const command_rec * cmds, ap_directive_t * dir) argument
230 if (cmds == NULL)
232 for (cmd = cmds; cmd->name; ++cmd) {
247 static int mod_info_module_cmds(request_rec * r, const command_rec * cmds, argument
256 if (level < mod_info_module_cmds(r, cmds, dir->first_child,
262 else if (mod_info_has_cmd(cmds, dir)) {
904 cmd = modp->cmds;
927 mod_info_module_cmds(r, modp->cmds, ap_conftree, 0,
/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c452 static const command_rec cmds[] = { variable
464 cmds, /* command apr_table_t */
/httpd/modules/proxy/
H A Dmod_proxy_connect.c503 static const command_rec cmds[] = variable
516 cmds, /* command apr_table_t */
/httpd/server/
H A Dconfig.c523 cmd = m->cmds;
1041 const command_rec *cmds)
1043 while (cmds->name) {
1044 if (!strcasecmp(name, cmds->name))
1045 return cmds;
1047 ++cmds;
1060 if (modp->cmds && (cmdp = ap_find_command(cmd_name, modp->cmds))) {
2572 for (pc = ap_loaded_modules[n]->cmds; pc && pc->name; ++pc) {
1040 ap_find_command(const char *name, const command_rec *cmds) argument
/httpd/include/
H A Dhttp_config.h404 const command_rec *cmds; member in struct:module_struct
1195 * @param cmds The table to search
1199 const command_rec *cmds);
/httpd/modules/filters/
H A Dmod_charset_lite.c1096 static const command_rec cmds[] = variable
1134 cmds,
H A Dmod_ext_filter.c336 static const command_rec cmds[] = variable
942 cmds,
/httpd/modules/lua/
H A Dlua_request.c1382 if (mod && mod->cmds) {
1387 for (cmd = mod->cmds; cmd->name; ++cmd) {

Completed in 2211 milliseconds