Lines Matching defs:scope
130 static const char *scope_to_string(unsigned int scope)
132 switch (scope) {
155 if (spec->scope == AP_LUA_SCOPE_SERVER) {
184 spec->scope = cfg->vm_scope;
206 "%s details: scope: %s, file: %s, func: %s",
207 what, scope_to_string(spec->scope), spec->file,
210 switch (spec->scope) {
987 baton->spec->scope = cfg->vm_scope;
1131 spec->scope = cfg->vm_scope;
1152 spec->scope = cfg->vm_scope;
1611 const char *scope,
1616 if (strcmp("once", scope) == 0) {
1619 else if (strcmp("request", scope) == 0) {
1622 else if (strcmp("conn", scope) == 0) {
1625 else if (strcmp("thread", scope) == 0) {
1631 scope);
1635 else if (strcmp("server", scope) == 0) {
1642 scope);
1663 ,scope);