OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WITH_C14N
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/os400/
initscript.sh
78
setenv
WITH_C14N
1 # Compile canonicalization support.
297
-e "s#@
WITH_C14N
@#${
WITH_C14N
}#g" \
/external/libxml2/include/libxml/
xmlversion.h.in
222
#if @
WITH_C14N
@
/external/libxml2/win32/
configure.js
233
vf.WriteLine("
WITH_C14N
=" + (withC14n? "1" : "0"));
316
} else if (s.search(/\@
WITH_C14N
\@/) != -1) {
317
of.WriteLine(s.replace(/\@
WITH_C14N
\@/, withC14n? "1" : "0"));
Completed in 298 milliseconds