/httpd/modules/lua/ |
H A D | lua_config.c | 58 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 D | lua_vmprep.h | 68 int scope; member in struct:__anon213 92 int scope; member in struct:__anon214
|
H A D | mod_lua.c | 130 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 D | locks.c | 106 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 D | mod_authnz_ldap.c | 57 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 D | lock.c | 117 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 D | util_ldap.c | 1634 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 D | mod_dav.h | 1240 dav_lock_scope scope; /* scope of the lock */ member in struct:dav_lock
|