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

  /external/libxml2/include/libxml/
xmlwin32version.h 57 * WITH_TRIO:
61 #define WITH_TRIO
xmlversion.h 66 * WITH_TRIO:
70 #define WITH_TRIO
81 * WITH_TRIO:
85 #define WITH_TRIO 1
xmlversion.h.in 64 #if @WITH_TRIO@
66 * WITH_TRIO:
70 #define WITH_TRIO
81 * WITH_TRIO:
85 #define WITH_TRIO 1
xmlwin32version.h.in 64 * WITH_TRIO:
68 #define WITH_TRIO
  /external/libxml2/
libxml.h 50 #ifndef WITH_TRIO
  /external/libxml2/os400/
initscript.sh 63 setenv WITH_TRIO 1 # Configure trio support.
282 -e "s#@WITH_TRIO@#${WITH_TRIO}#g" \
  /external/libxml2/win32/
configure.js 228 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0"));
304 } else if (s.search(/\@WITH_TRIO\@/) != -1) {
305 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
  /external/libxml2/python/
libxml.c 31 #if defined(WITH_TRIO)
    [all...]

Completed in 456 milliseconds