Lines Matching defs:current
1039 ap_directive_t **current;
1087 current = mconfig;
1089 /* Here, we have to replace our current config node for the next pass */
1090 if (!*current) {
1091 *current = apr_pcalloc(cmd->pool, sizeof(**current));
1099 (*current)->filename = cmd->config_file->name;
1100 (*current)->line_num = cmd->config_file->line_number;
1101 (*current)->directive = apr_pstrdup(cmd->pool, "Lua_____ByteCodeHack");
1102 (*current)->args = NULL;
1103 (*current)->data = baton;
1916 "Controls how Lua scripts in parent contexts are merged with the current "