Searched defs:directory (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authn_socache.c | 195 static const char *const directory = "directory"; variable 201 ret->context = directory; 211 if (add->context == directory) { 266 if (!strcmp(context, "directory")) {
|
/httpd/modules/mappers/ |
H A D | mod_imagemap.c | 325 char *directory = NULL; local 395 directory = string_pos; /* save the start of 396 the directory portion */ 412 if (directory && (slen = strlen(directory))) { 414 /* for each '..', knock a directory off the end 416 But only consider the directory portion: don't eat 417 into the server name. And only try if a directory 424 if ((string_pos = strrchr(directory, '/'))) { 427 clen = strlen(directory); [all...] |
H A D | mod_rewrite.c | 345 char *directory; /* the directory where it applies */ member in struct:__anon240 1801 ? conf->baseurl : conf->directory, 1879 path = apr_pstrcat(r->pool, conf->directory, path, 2868 a->directory = NULL; 2873 a->directory = apr_pstrdup(p, path); 2876 a->directory = apr_pstrcat(p, path, "/", NULL); 2905 a->directory = overrides->directory; 2939 /* server command? set both global scope and base directory scop [all...] |
/httpd/support/ |
H A D | firehose.c | 55 const char *directory; member in struct:file_rec 106 "output-directory", 109 " --output-directory, -o <name>\tDirectory to write demuxed connections\n\t\t\t\t\tto." }, 243 status = apr_filepath_merge(&nfrom, file->directory, from, 246 status = apr_filepath_merge(&nto, file->directory, to, 266 "Could not merge directory '%s' with file '%s': %pm\n", 267 file->directory, to, &status); 272 "Could not merge directory '%s' with file '%s': %pm\n", 273 file->directory, from, &status); 339 status = apr_filepath_merge(&native, file->directory, nam [all...] |
/httpd/modules/lua/ |
H A D | lua_request.c | 994 * lua_apr_mkdir; r:mkdir(string [, permissions]) - Creates a directory 1033 * lua_apr_rmdir; r:rmdir(string) - Removes a directory 1432 * lua_ap_getdir; r:get_direntries(directory) - Gets all entries of a 1433 * directory and returns the directory info as a table 1441 const char *directory; local 1446 directory = lua_tostring(L, 2); 1447 if (apr_dir_open(&thedir, directory, r->pool) == APR_SUCCESS) { 1578 * @param document_root the corresponding directory on disk, without trailing
|
Completed in 428 milliseconds