Searched defs:scope (Results 1 - 8 of 8) sorted by relevance

/httpd/modules/lua/
H A Dlua_config.c58 const char *scope)
73 handler->scope = apl_toscope(scope);
111 lua_getfield(L, 2, "scope");
113 const char *scope = lua_tostring(L, -1); local
114 handler->scope = apl_toscope(scope);
117 handler->scope = AP_LUA_SCOPE_ONCE;
54 ap_lua_map_handler(ap_lua_dir_cfg *cfg, const char *file, const char *function, const char *pattern, const char *scope) argument
H A Dlua_vmprep.h68 int scope; member in struct:__anon213
92 int scope; member in struct:__anon214
H A Dmod_lua.c130 static const char *scope_to_string(unsigned int scope) argument
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
1609 register_lua_scope(cmd_parms *cmd, void *_cfg, const char *scope, const char *min, const char *max) argument
[all...]
/httpd/modules/dav/lock/
H A Dlocks.c106 char scope; member in struct:dav_lock_discovery_fixed
816 newlock->scope = dp->f.scope;
840 newlock->scope = dp->f.scope;
885 (*lock)->scope = dp->f.scope;
911 (*lock)->scope = dp->f.scope;
998 newd->f.scope
[all...]
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c57 int scope; /* Scope of the search */ member in struct:__anon65
588 result = util_ldap_cache_checkuserid(r, ldc, sec->url, sec->basedn, sec->scope,
683 sec->scope, sec->attributes, filtbuf, &dn, &(req->vals));
1324 sec->scope, sec->attributes, filtbuf, &dn, &(req->vals));
1418 sec->scope, sec->attributes, t, &dn, &vals);
1508 sec->scope = urld->lud_scope == LDAP_SCOPE_ONELEVEL ?
1560 "attrib: %s, scope: %s, filter: %s, connection mode: %s",
1722 "URL of the form ldap://host[:port]/basedn[?attrib[?scope[?filter]]].\n"
1730 "<li>Scope is the scope of the search, and can be either <b>sub</b> or "
/httpd/modules/dav/fs/
H A Dlock.c117 char scope; member in struct:dav_lock_discovery_fixed
1024 newlock->scope = dp->f.scope;
1047 newlock->scope = dp->f.scope;
1092 (*lock)->scope = dp->f.scope;
1118 (*lock)->scope = dp->f.scope;
1203 newd->f.scope
[all...]
/httpd/modules/ldap/
H A Dutil_ldap.c1634 int scope, char **attrs, const char *filter,
1729 (char *)basedn, scope,
1911 int scope, char **attrs, const char *filter,
1999 (char *)basedn, scope,
1632 uldap_cache_checkuserid(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char *bindpw, const char **binddn, const char ***retvals) argument
1909 uldap_cache_getuserdn(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char **binddn, const char ***retvals) argument
/httpd/modules/dav/main/
H A Dmod_dav.h1240 dav_lock_scope scope; /* scope of the lock */ member in struct:dav_lock

Completed in 4032 milliseconds