Lines Matching defs:baton
975 hack_section_baton *baton = directive->data;
976 const char *key = apr_psprintf(cmd->pool, "%s_%d", baton->name, baton->apr_hook_when);
987 baton->spec->scope = cfg->vm_scope;
989 *(ap_lua_mapped_handler_spec **) apr_array_push(hook_specs) = baton->spec;
1040 hack_section_baton *baton;
1094 baton = apr_pcalloc(cmd->pool, sizeof(hack_section_baton));
1095 baton->name = name;
1096 baton->spec = spec;
1097 baton->apr_hook_when = when;
1103 (*current)->data = baton;