Searched refs:DocumentRoot (Results 1 – 13 of 13) sorted by relevance
/external/libcups/scheduler/ |
D | env.c | 198 set_if_undefined("CUPS_DOCROOT", DocumentRoot); in cupsdUpdateEnv()
|
D | conf.h | 110 *DocumentRoot VALUE(NULL);
|
D | client.c | 2788 snprintf(filename, len, "%s/images/generic.png", DocumentRoot); in get_file() 2847 snprintf(filename, len, "%s%s%s", DocumentRoot, language, con->uri); in get_file() 2850 snprintf(filename, len, "%s%s", DocumentRoot, con->uri); in get_file() 2873 snprintf(filename, len, "%s%s%s", DocumentRoot, language, con->uri); in get_file() 2885 snprintf(filename, len, "%s%s", DocumentRoot, con->uri); in get_file() 2950 snprintf(filename, len, "%s%s%s", DocumentRoot, language, con->uri); in get_file() 3387 DocumentRoot, script_name + 12); in pipe_command()
|
D | conf.c | 145 { "DocumentRoot", &DocumentRoot, CUPSD_VARTYPE_STRING }, 582 cupsdSetString(&DocumentRoot, CUPS_DOCROOT); in cupsdReadConfiguration() 1088 if (DocumentRoot[0] != '/') in cupsdReadConfiguration() 1089 cupsdSetStringf(&DocumentRoot, "%s/%s", ServerRoot, DocumentRoot); in cupsdReadConfiguration()
|
/external/llvm-project/clang/lib/CrossTU/ |
D | CrossTranslationUnit.cpp | 606 llvm::yaml::Node *DocumentRoot = FirstInvocationFile->getRoot(); in parseInvocationList() local 607 if (!DocumentRoot) in parseInvocationList() 614 auto *Mappings = dyn_cast<llvm::yaml::MappingNode>(DocumentRoot); in parseInvocationList()
|
/external/libcups/conf/ |
D | cups-files.conf.in | 44 #DocumentRoot @CUPS_DOCROOT@
|
/external/tcpdump/tests/ |
D | print-AA.out | 76 The <TT>DocumentRoot</TT>, which is the directory under which all your 91 if it exists (assuming that <TT>/var/www</TT> is your <TT>DocumentRoot</TT>).</LI>
|
D | print-A.out | 76 The <TT>DocumentRoot</TT>, which is the directory under which all your 91 if it exists (assuming that <TT>/var/www</TT> is your <TT>DocumentRoot</TT>).</LI>
|
D | print-capXX.out | 152 0x06c0: 3e44 6f63 756d 656e 7452 6f6f 743c 2f54 >DocumentRoot</T 194 0x0960: 3c54 543e 446f 6375 6d65 6e74 526f 6f74 <TT>DocumentRoot
|
D | print-capX.out | 146 0x06b0: 5454 3e44 6f63 756d 656e 7452 6f6f 743c TT>DocumentRoot<
|
/external/ltp/testcases/network/stress/ |
D | README | 130 In the apache case, the value of this variable is same as DocumentRoot
|
/external/libcups/test/ |
D | run-stp-tests.sh | 524 DocumentRoot $root/doc
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 1263 scheduler's <code>DocumentRoot</code> directory, a full HTTP URL
|