HomeSort by relevance Sort by last modified time
    Searched refs:WITH_XPATH (Results 1 - 3 of 3) sorted by null

  /external/libxml2/os400/
initscript.sh 81 setenv WITH_XPATH 1 # Compile XPath support.
300 -e "s#@WITH_XPATH@#${WITH_XPATH}#g" \
  /external/libxml2/include/libxml/
xmlversion.h.in 249 #if @WITH_XPATH@
  /external/libxml2/win32/
configure.js 236 vf.WriteLine("WITH_XPATH=" + (withXpath? "1" : "0"));
322 } else if (s.search(/\@WITH_XPATH\@/) != -1) {
323 of.WriteLine(s.replace(/\@WITH_XPATH\@/, withXpath? "1" : "0"));

Completed in 450 milliseconds