Searched refs:include_user (Results 1 – 2 of 2) sorted by relevance
101 array *include_user = array_init(2); in test_mod_userdir_docroot_handler() local104 array_insert_value(include_user, CONST_STR_LEN("notjan")); in test_mod_userdir_docroot_handler()106 p->defaults.include_user = include_user; in test_mod_userdir_docroot_handler()115 array_insert_value(include_user, CONST_STR_LEN("jan")); in test_mod_userdir_docroot_handler()148 p->defaults.include_user = NULL; in test_mod_userdir_docroot_handler()150 array_free(include_user); in test_mod_userdir_docroot_handler()
23 const array *include_user; member60 pconf->include_user = cpv->v.a; in mod_userdir_merge_config_cpv()324 if (p->conf.include_user) { in URIHANDLER_FUNC()325 if (!mod_userdir_in_vlist(p->conf.include_user, uptr, ulen)) in URIHANDLER_FUNC()