Lines Matching defs:params
934 static void push2table(const char *input, apr_table_t *params,
958 apr_table_set(params, key, val);
964 apr_table_set(params, key, val);
977 * All other params are pulled from any POST
989 apr_table_t *params;
1010 params = apr_table_make(r->pool, 10);
1031 push2table(r->args, params, allowed, r->pool);
1046 push2table(buf, params, NULL, r->pool);
1048 if ((name = apr_table_get(params, "b")))
1052 if ((name = apr_table_get(params, "w"))) {
1062 (name = apr_table_get(params, "nonce")) == NULL ||
1067 apr_table_clear(params);
1071 /* First set the params */
1076 ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01192) "settings worker params");
1078 if ((val = apr_table_get(params, "w_lf"))) {
1086 if ((val = apr_table_get(params, "w_wr"))) {
1092 if ((val = apr_table_get(params, "w_rr"))) {
1098 if ((val = apr_table_get(params, "w_status_I"))) {
1101 if ((val = apr_table_get(params, "w_status_N"))) {
1104 if ((val = apr_table_get(params, "w_status_D"))) {
1107 if ((val = apr_table_get(params, "w_status_H"))) {
1110 if ((val = apr_table_get(params, "w_ls"))) {
1116 /* if enabling, we need to reset all lb params */
1127 "settings balancer params");
1128 if ((val = apr_table_get(params, "b_lbm"))) {
1141 if ((val = apr_table_get(params, "b_tmo"))) {
1147 if ((val = apr_table_get(params, "b_max"))) {
1153 if ((val = apr_table_get(params, "b_sforce"))) {
1157 if ((val = apr_table_get(params, "b_ss")) && *val) {
1173 if ((val = apr_table_get(params, "b_wyes")) &&
1175 (val = apr_table_get(params, "b_nwrkr"))) {
1249 if (apr_table_get(params, "xml")) {