libvirt-php-0.5.4/0000755000175000017500000000000013140350306010754 500000000000000libvirt-php-0.5.4/m4/0000755000175000017500000000000013140350304011272 500000000000000libvirt-php-0.5.4/m4/libtool.m40000644000175000017500000112574613140350226013143 00000000000000# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . ]) # serial 58 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_PREPARE_CC_BASENAME # ----------------------- m4_defun([_LT_PREPARE_CC_BASENAME], [ # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in @S|@*""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } ])# _LT_PREPARE_CC_BASENAME # _LT_CC_BASENAME(CC) # ------------------- # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, # but that macro is also expanded into generated libtool script, which # arranges for $SED and $ECHO to be set by different means. m4_defun([_LT_CC_BASENAME], [m4_require([_LT_PREPARE_CC_BASENAME])dnl AC_REQUIRE([_LT_DECL_SED])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl func_cc_basename $1 cc_basename=$func_cc_basename_result ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl m4_require([_LT_CMD_TRUNCATE])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from 'configure', and 'config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # 'config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain=$ac_aux_dir/ltmain.sh ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the 'libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to 'config.status' so that its # declaration there will have the same value as in 'configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags='_LT_TAGS'dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into 'config.status', and then the shell code to quote escape them in # for loops in 'config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # '#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test 0 = "$lt_write_fail" && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ '$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test 0 != $[#] do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try '$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 _LT_COPYING _LT_LIBTOOL_TAGS # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE _LT_PREPARE_MUNGE_PATH_LIST _LT_PREPARE_CC_BASENAME # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS=$save_LDFLAGS ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[[012]][[,.]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test yes = "$lt_cv_ld_force_load"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" m4_if([$1], [CXX], [ if test yes != "$lt_cv_apple_cc_single_mod"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script that will find a shell with a builtin # printf (that we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case $ECHO in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot if not specified).])], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([$with_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*|powerpc64le-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} : ${AR_FLAGS=cru} _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ]) if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes = "$cross_compiling"; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) ]) ]) ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links=nottested if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test no = "$hard_links"; then AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", [Define to the sub-directory where libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then # We can hardcode non-existent directories. if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_PREPARE_MUNGE_PATH_LIST # --------------------------- # Make sure func_munge_path_list() is defined correctly. m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], [[# func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x@S|@2 in x) ;; *:) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" ;; x:*) eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; *::*) eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" ;; *) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; esac } ]])# _LT_PREPARE_PATH_LIST # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown AC_ARG_VAR([LT_SYS_LIBRARY_PATH], [User-defined run-time library search path.]) case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a[(]lib.so.V[)]' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi # Handle Gentoo/FreeBSD as it was Linux case $host_vendor in gentoo) version_type=linux ;; *) version_type=freebsd-$objformat ;; esac case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; linux) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' need_lib_prefix=no need_version=no ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], [Detected run-time system search path for libraries]) _LT_DECL([], [configure_time_lt_sys_library_path], [2], [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program that can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$1"; then lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program that can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], [if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi]) rm -f conftest.i conftest2.i conftest.out]) ])# _LT_PATH_DD # _LT_CMD_TRUNCATE # ---------------- # find command to truncate a binary pipe m4_defun([_LT_CMD_TRUNCATE], [m4_require([_LT_PATH_DD]) AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], [printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], [Command to truncate a binary pipe]) ])# _LT_CMD_TRUNCATE # _LT_CHECK_MAGIC_METHOD # ---------------------- # how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_MAGIC_METHOD], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) AC_CACHE_CHECK([how to recognize dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[[4-9]]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[[45]]*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # _LT_DLL_DEF_P([FILE]) # --------------------- # True iff FILE is a Windows DLL '.def' file. # Keep in sync with func_dll_def_p in the libtool script AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -e q dnl Only consider the first "real" line $1`" dnl ])# _LT_DLL_DEF_P # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test yes = "$GCC"; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], [Transform the output of nm into a list of symbols to manually relocate]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([nm_interface], [lt_cv_nm_interface], [1], [The name lister interface]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' if test ia64 != "$host_cpu"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64, which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test yes = "$GCC"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS=$save_LDFLAGS]) if test yes = "$lt_cv_irix_exported_symbol"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(ld_shlibs, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; osf3*) if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test yes = "$GCC"; then wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test yes,yes = "$GCC,$enable_shared"; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting $shlibpath_var if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC=$CC AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report what library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC=$lt_save_CC ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test no != "$CXX" && ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || (test g++ != "$CXX"))); then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_caught_CXX_error"; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test yes = "$GXX"; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test yes = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='$wl' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GXX"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag=$shared_flag' $wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. # The "-G" linker flag allows undefined symbols. _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ func_to_tool_file "$lt_outputfile"~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(GCC, $1)=$GXX _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test yes != "$_lt_caught_CXX_error" AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case @S|@2 in .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $prev$p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test x-L = "$p" || test x-R = "$p"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test no = "$pre_test_object_deps_done"; then case $prev in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)=$prev$p else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test no = "$pre_test_object_deps_done"; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)=$p else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)=$p else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test no = "$F77"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_F77"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$G77 _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_F77" AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test no = "$FC"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_FC"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_FC" AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code=$lt_simple_compile_test_code # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f "$lt_ac_sed" && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test 10 -lt "$lt_ac_count" && break lt_ac_count=`expr $lt_ac_count + 1` if test "$lt_ac_count" -gt "$lt_ac_max"; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine what file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS libvirt-php-0.5.4/m4/ltoptions.m40000644000175000017500000003426213140350227013522 00000000000000# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 8 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option '$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl 'shared' nor 'disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], [_LT_WITH_AIX_SONAME([aix])]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the 'shared' and # 'disable-shared' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the 'static' and # 'disable-static' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the 'fast-install' # and 'disable-fast-install' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_AIX_SONAME([DEFAULT]) # ---------------------------------- # implement the --with-aix-soname flag, and support the `aix-soname=aix' # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. m4_define([_LT_WITH_AIX_SONAME], [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[[5-9]]*,yes) AC_MSG_CHECKING([which variant of shared library versioning to provide]) AC_ARG_WITH([aix-soname], [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], [case $withval in aix|svr4|both) ;; *) AC_MSG_ERROR([Unknown argument to --with-aix-soname]) ;; esac lt_cv_with_aix_soname=$with_aix_soname], [AC_CACHE_VAL([lt_cv_with_aix_soname], [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) with_aix_soname=$lt_cv_with_aix_soname]) AC_MSG_RESULT([$with_aix_soname]) if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac _LT_DECL([], [shared_archive_member_spec], [0], [Shared archive member basename, for filename based shared library versioning on AIX])dnl ])# _LT_WITH_AIX_SONAME LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the 'pic-only' and 'no-pic' # LT_INIT options. # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac], [pic_mode=m4_default([$1], [default])]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) libvirt-php-0.5.4/m4/ltsugar.m40000644000175000017500000001044013140350227013140 00000000000000# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59, which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) libvirt-php-0.5.4/m4/ltversion.m40000644000175000017500000000127313140350227013510 00000000000000# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # @configure_input@ # serial 4179 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.4.6]) m4_define([LT_PACKAGE_REVISION], [2.4.6]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6' macro_revision='2.4.6' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) libvirt-php-0.5.4/m4/lt~obsolete.m40000644000175000017500000001377413140350227014046 00000000000000# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software # Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) libvirt-php-0.5.4/m4/virt-php-confdir.m40000644000175000017500000000335213032736614014666 00000000000000dnl The libvirt-php.so config dnl dnl Copyright (C) 2016 Red Hat, Inc. dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public dnl License as published by the Free Software Foundation; either dnl version 2.1 of the License, or (at your option) any later version. dnl dnl This library is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl Lesser General Public License for more details. dnl dnl You should have received a copy of the GNU Lesser General Public dnl License along with this library. If not, see dnl . dnl AC_DEFUN([LIBVIRT_CHECK_PHP_CONFDIR],[ AC_ARG_WITH([php-confdir], [AS_HELP_STRING([--with-php-confdir], [location of php extenstion config files])], [], [with_php_confdir=check]) dnl Check for system location of php configs if test "x$with_php_confdir" != "xno" ; then if test "x$with_php_confdir" = "xcheck" ; then confdir="$($PHPCONFIG --configure-options | sed -n 's/.*--with-config-file-scan-dir=\(\S*\).*/\1/p')" if test "x$confdir" == "x" ; then dnl There's no usable result from phpconfig. Use some default. confdir="/etc/php.d/" fi elif test "x$with_php_confdir" = "xno" || test "x$with_php_confdir" = "xyes"; then AC_MSG_ERROR([php-confdir must be used only with valid path]) else confdir=$with_php_confdir fi fi if test "x$with_distcheck" == "xyes" ; then confdir=${prefix}${confdir} fi AC_SUBST([confdir]) ]) AC_DEFUN([LIBVIRT_RESULT_PHP_CONFDIR],[ AC_MSG_NOTICE([php-confdir: $confdir]) ]) libvirt-php-0.5.4/m4/virt-php-extension.m40000644000175000017500000000246513032736614015262 00000000000000dnl The libvirt-php.so config dnl dnl Copyright (C) 2016 Red Hat, Inc. dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public dnl License as published by the Free Software Foundation; either dnl version 2.1 of the License, or (at your option) any later version. dnl dnl This library is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl Lesser General Public License for more details. dnl dnl You should have received a copy of the GNU Lesser General Public dnl License along with this library. If not, see dnl . dnl dnl dnl Check whether php module exists dnl dnl LIBVIRT_CHECK_PHP_EXTENSION([EXTENSION]) dnl AC_DEFUN([LIBVIRT_CHECK_PHP_EXTENSION],[ AC_MSG_CHECKING([for php module $1]) phpbinary="$($PHPCONFIG --php-binary)" if test "x$phpbinary" = "x"; then phpbinary="$($PHPCONFIG --prefix)/bin/php" fi if test ! -x "$phpbinary"; then AC_MSG_ERROR([php binary not found]) fi AC_SUBST([phpbinary]) module="$($phpbinary -m | grep $1)" if test "x$module" = "x"; then AC_MSG_ERROR([php module $1 not found]) else AC_MSG_RESULT([found]) fi ]) libvirt-php-0.5.4/m4/virt-php-extensiondir.m40000644000175000017500000000315513032736614015756 00000000000000dnl The libvirt-php.so php extension dnl dnl Copyright (C) 2016 Red Hat, Inc. dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public dnl License as published by the Free Software Foundation; either dnl version 2.1 of the License, or (at your option) any later version. dnl dnl This library is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl Lesser General Public License for more details. dnl dnl You should have received a copy of the GNU Lesser General Public dnl License along with this library. If not, see dnl . dnl AC_DEFUN([LIBVIRT_CHECK_PHP_EXTENSIONDIR],[ AC_ARG_WITH([php-extensiondir], [AS_HELP_STRING([--with-php-extensiondir], [location of php extensions])], [], [with_php_extensiondir=check]) dnl Check for system location of php extensions if test "x$with_php_extensiondir" != "xno" ; then if test "x$with_php_extensiondir" = "xcheck" ; then extensiondir="$($PHPCONFIG --extension-dir)" elif test "x$with_php_extensiondir" = "xno" || test "x$with_php_extensiondir" = "xyes"; then AC_MSG_ERROR([php-extensiondir must be used only with valid path]) else extensiondir=$with_php_extensiondir fi fi if test "x$with_distcheck" == "xyes" ; then extensiondir=${prefix}${extensiondir} fi AC_SUBST([extensiondir]) ]) AC_DEFUN([LIBVIRT_RESULT_PHP_EXTENSIONDIR],[ AC_MSG_NOTICE([php-extensiondir: $extensiondir]) ]) libvirt-php-0.5.4/Makefile.am0000644000175000017500000000036113032736614012742 00000000000000SUBDIRS = tools src docs tests ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = libvirt-php.spec libvirt-php.spec.in winsrc AM_DISTCHECK_CONFIGURE_FLAGS = --with-distcheck rpm: clean @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz) libvirt-php-0.5.4/configure0000755000175000017500000166776713140350241012637 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for libvirt-php 0.5.4. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and $0: libvir-list@redhat.com about your system, including any $0: error possibly output before this message. Then install $0: a modern shell, or manually run the script under such a $0: shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libvirt-php' PACKAGE_TARNAME='libvirt-php' PACKAGE_VERSION='0.5.4' PACKAGE_STRING='libvirt-php 0.5.4' PACKAGE_BUGREPORT='libvir-list@redhat.com' PACKAGE_URL='http://libvirt.org' ac_unique_file="src/libvirt-php.c" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS SHLIB_FLAGS WL phpbinary confdir extensiondir PHP_LDFLAGS PHP_CFLAGS PHPIZE PHPCONFIG HTML_DIR XMLCATALOG XMLLINT XSLTPROC XML_CATALOG_FILE LIBXML_LIBS LIBXML_CFLAGS QEMU_LIBS QEMU_CFLAGS LIBVIRT_LIBS LIBVIRT_CFLAGS VERSION_SCRIPT_FLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG RM ECHO LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL RANLIB ac_ct_AR AR DLLTOOL OBJDUMP LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP SED host_os host_vendor host_cpu host build_os build_vendor build_cpu build LIBTOOL EGREP GREP CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_maintainer_mode enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock with_distcheck with_libxml with_xml_catalog_file with_html_dir with_html_subdir with_php_config with_php_extensiondir with_php_confdir ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP LT_SYS_LIBRARY_PATH PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR LIBVIRT_CFLAGS LIBVIRT_LIBS QEMU_CFLAGS QEMU_LIBS LIBXML_CFLAGS LIBXML_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures libvirt-php 0.5.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/libvirt-php] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of libvirt-php 0.5.4:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --disable-maintainer-mode disable make rules and dependencies not useful (and sometimes confusing) to the casual installer --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=no] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both shared library versioning (aka "SONAME") variant to provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). --with-distcheck this is an internal switch that is enabled when building under distcheck. Do NOT enable this by hand! --with-libxml=[PFX] libxml2 location --with-xml-catalog-file=path path to XML catalog file for validating generated html, default /etc/xml/catalog --with-html-dir=path path to base html directory, default $datadir/doc/html --with-html-subdir=path directory used under html-dir, default $PACKAGE-$VERSION/html --with-php-config=path path to php-config, default search all paths --with-php-extensiondir location of php extensions --with-php-confdir location of php extenstion config files Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor LT_SYS_LIBRARY_PATH User-defined run-time library search path. PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path LIBVIRT_CFLAGS C compiler flags for LIBVIRT, overriding pkg-config LIBVIRT_LIBS linker flags for LIBVIRT, overriding pkg-config QEMU_CFLAGS C compiler flags for QEMU, overriding pkg-config QEMU_LIBS linker flags for QEMU, overriding pkg-config LIBXML_CFLAGS C compiler flags for LIBXML, overriding pkg-config LIBXML_LIBS linker flags for LIBXML, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . libvirt-php home page: . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF libvirt-php configure 0.5.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## ------------------------------------- ## ## Report this to libvir-list@redhat.com ## ## ------------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libvirt-php $as_me 0.5.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='libvirt-php' VERSION='0.5.4' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" if test "x$ac_cv_header_minix_config_h" = xyes; then : MINIX=yes else MINIX= fi if test "$MINIX" = yes; then $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h $as_echo "#define _MINIX 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } if ${ac_cv_safe_to_define___extensions__+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # define __EXTENSIONS__ 1 $ac_includes_default int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_safe_to_define___extensions__=yes else ac_cv_safe_to_define___extensions__=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } test $ac_cv_safe_to_define___extensions__ = yes && $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h $as_echo "#define _ALL_SOURCE 1" >>confdefs.h $as_echo "#define _GNU_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.6' macro_revision='2.4.6' ltmain=$ac_aux_dir/ltmain.sh # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case $ECHO in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n "$lt_cv_sys_max_cmd_len"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) if test yes = "$GCC"; then reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 $as_echo "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 $as_echo_n "checking for a working dd... " >&6; } if ${ac_cv_path_lt_DD+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} if test -z "$lt_DD"; then ac_path_lt_DD_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in dd; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_lt_DD" || continue if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi $ac_path_lt_DD_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_lt_DD"; then : fi else ac_cv_path_lt_DD=$lt_DD fi rm -f conftest.i conftest2.i conftest.out fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 $as_echo "$ac_cv_path_lt_DD" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 $as_echo_n "checking how to truncate binary pipes... " >&6; } if ${lt_cv_truncate_bin+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 $as_echo "$lt_cv_truncate_bin" >&6; } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*|powerpc64le-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[012][,.]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac else enable_static=no fi enable_dlopen=no enable_win32_dll=no # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac else pic_mode=default fi # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac else enable_fast_install=yes fi shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[5-9]*,yes) { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; } # Check whether --with-aix-soname was given. if test "${with_aix_soname+set}" = set; then : withval=$with_aix_soname; case $withval in aix|svr4|both) ;; *) as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 ;; esac lt_cv_with_aix_soname=$with_aix_soname else if ${lt_cv_with_aix_soname+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_with_aix_soname=aix fi with_aix_soname=$lt_cv_with_aix_soname fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 $as_echo "$with_aix_soname" >&6; } if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o func_cc_basename $compiler cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/${ac_tool_prefix}file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test yes = "$GCC"; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test yes = "$GCC"; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi lt_prog_compiler_pic='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test no = "$hard_links"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' export_dynamic_flag_spec='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='$wl--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs=yes ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) export_dynamic_flag_spec='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. hardcode_direct=no hardcode_direct_absolute=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi export_dynamic_flag_spec='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' $wl-bernotok' allow_undefined_flag=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test yes = "$lt_cv_ld_force_load"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test yes = "$GCC"; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test yes = "$lt_cv_prog_compiler__b"; then archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler ld_shlibs=yes archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' else archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; osf3*) if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test yes = "$GCC"; then wlarc='$wl' archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='$wl-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='$wl-z,text' allow_undefined_flag='$wl-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([A-Za-z]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi # Handle Gentoo/FreeBSD as it was Linux case $host_vendor in gentoo) version_type=linux ;; *) version_type=freebsd-$objformat ;; esac case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; linux) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' need_lib_prefix=no need_version=no ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. hardcode_libdir_flag_spec='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. if test no != "$hardcode_direct" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test relink = "$hardcode_action" || test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen=shl_load else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen=dlopen else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi fi fi fi fi fi ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report what library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC=$lt_save_CC ac_config_commands="$ac_config_commands libtool" # Only expand once: ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done # Extract the first word of "echo", so it can be a program name with args. set dummy echo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ECHO+:} false; then : $as_echo_n "(cached) " >&6 else case $ECHO in [\\/]* | ?:[\\/]*) ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ECHO=$ac_cv_path_ECHO if test -n "$ECHO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ECHO" >&5 $as_echo "$ECHO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}rm", so it can be a program name with args. set dummy ${ac_tool_prefix}rm; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RM"; then ac_cv_prog_RM="$RM" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RM="${ac_tool_prefix}rm" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RM=$ac_cv_prog_RM if test -n "$RM"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM" >&5 $as_echo "$RM" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RM"; then ac_ct_RM=$RM # Extract the first word of "rm", so it can be a program name with args. set dummy rm; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RM"; then ac_cv_prog_ac_ct_RM="$ac_ct_RM" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RM="rm" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RM=$ac_cv_prog_ac_ct_RM if test -n "$ac_ct_RM"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RM" >&5 $as_echo "$ac_ct_RM" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RM" = x; then RM="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RM=$ac_ct_RM fi else RM="$ac_cv_prog_RM" fi # Check whether --with-distcheck was given. if test "${with_distcheck+set}" = set; then : withval=$with_distcheck; else with_distcheck=no fi if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi if test "$prefix" = "/usr" && test "$localstatedir" = '${prefix}/var' ; then localstatedir='/var' fi if test "$prefix" = "/usr" && test "$sysconfdir" = '${prefix}/etc' ; then sysconfdir='/etc' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for how to set DSO symbol versions" >&5 $as_echo_n "checking for how to set DSO symbol versions... " >&6; } VERSION_SCRIPT_FLAGS=-Wl,--version-script= `$LD --help 2>&1 | grep -- --version-script >/dev/null` || \ VERSION_SCRIPT_FLAGS="-Wl,-M -Wl," { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VERSION_SCRIPT_FLAGS" >&5 $as_echo "$VERSION_SCRIPT_FLAGS" >&6; } LIBVIRT_REQUIRED=1.2.13 pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBVIRT" >&5 $as_echo_n "checking for LIBVIRT... " >&6; } if test -n "$LIBVIRT_CFLAGS"; then pkg_cv_LIBVIRT_CFLAGS="$LIBVIRT_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libvirt >= \$LIBVIRT_REQUIRED\""; } >&5 ($PKG_CONFIG --exists --print-errors "libvirt >= $LIBVIRT_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LIBVIRT_CFLAGS=`$PKG_CONFIG --cflags "libvirt >= $LIBVIRT_REQUIRED" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$LIBVIRT_LIBS"; then pkg_cv_LIBVIRT_LIBS="$LIBVIRT_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libvirt >= \$LIBVIRT_REQUIRED\""; } >&5 ($PKG_CONFIG --exists --print-errors "libvirt >= $LIBVIRT_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LIBVIRT_LIBS=`$PKG_CONFIG --libs "libvirt >= $LIBVIRT_REQUIRED" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then LIBVIRT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libvirt >= $LIBVIRT_REQUIRED" 2>&1` else LIBVIRT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libvirt >= $LIBVIRT_REQUIRED" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$LIBVIRT_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (libvirt >= $LIBVIRT_REQUIRED) were not met: $LIBVIRT_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBVIRT_CFLAGS and LIBVIRT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables LIBVIRT_CFLAGS and LIBVIRT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else LIBVIRT_CFLAGS=$pkg_cv_LIBVIRT_CFLAGS LIBVIRT_LIBS=$pkg_cv_LIBVIRT_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QEMU" >&5 $as_echo_n "checking for QEMU... " >&6; } if test -n "$QEMU_CFLAGS"; then pkg_cv_QEMU_CFLAGS="$QEMU_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libvirt-qemu\""; } >&5 ($PKG_CONFIG --exists --print-errors "libvirt-qemu") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_QEMU_CFLAGS=`$PKG_CONFIG --cflags "libvirt-qemu" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$QEMU_LIBS"; then pkg_cv_QEMU_LIBS="$QEMU_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libvirt-qemu\""; } >&5 ($PKG_CONFIG --exists --print-errors "libvirt-qemu") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_QEMU_LIBS=`$PKG_CONFIG --libs "libvirt-qemu" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then QEMU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libvirt-qemu" 2>&1` else QEMU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libvirt-qemu" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$QEMU_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (libvirt-qemu) were not met: $QEMU_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables QEMU_CFLAGS and QEMU_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables QEMU_CFLAGS and QEMU_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } else QEMU_CFLAGS=$pkg_cv_QEMU_CFLAGS QEMU_LIBS=$pkg_cv_QEMU_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi LIBXML_REQUIRED="2.0.0" LIBXML_CONFIG="xml2-config" LIBXML_CFLAGS="" LIBXML_LIBS="" LIBXML_FOUND="no" # Check whether --with-libxml was given. if test "${with_libxml+set}" = set; then : withval=$with_libxml; fi if test "x$with_libxml" = "xno" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml2 libraries >= $LIBXML_REQUIRED" >&5 $as_echo_n "checking for libxml2 libraries >= $LIBXML_REQUIRED... " >&6; } as_fn_error $? "libxml2 >= $LIBXML_REQUIRED is required for libvirt" "$LINENO" 5 elif test "x$with_libxml" = "x" && test "x$PKG_CONFIG" != "x" ; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML" >&5 $as_echo_n "checking for LIBXML... " >&6; } if test -n "$LIBXML_CFLAGS"; then pkg_cv_LIBXML_CFLAGS="$LIBXML_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= \$LIBXML_REQUIRED\""; } >&5 ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= $LIBXML_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= $LIBXML_REQUIRED" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$LIBXML_LIBS"; then pkg_cv_LIBXML_LIBS="$LIBXML_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= \$LIBXML_REQUIRED\""; } >&5 ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= $LIBXML_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= $LIBXML_REQUIRED" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= $LIBXML_REQUIRED" 2>&1` else LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= $LIBXML_REQUIRED" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$LIBXML_PKG_ERRORS" >&5 LIBXML_FOUND=no elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } LIBXML_FOUND=no else LIBXML_CFLAGS=$pkg_cv_LIBXML_CFLAGS LIBXML_LIBS=$pkg_cv_LIBXML_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } LIBXML_FOUND=yes fi fi if test "$LIBXML_FOUND" = "no" ; then if test "x$with_libxml" != "x" ; then LIBXML_CONFIG=$with_libxml/bin/$LIBXML_CONFIG fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking libxml2 $LIBXML_CONFIG >= $LIBXML_REQUIRED " >&5 $as_echo_n "checking libxml2 $LIBXML_CONFIG >= $LIBXML_REQUIRED ... " >&6; } if ! $LIBXML_CONFIG --version > /dev/null 2>&1 ; then as_fn_error $? "Could not find libxml2 anywhere (see config.log for details)." "$LINENO" 5 fi vers=`$LIBXML_CONFIG --version | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` minvers=`echo $LIBXML_REQUIRED | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` if test "$vers" -ge "$minvers" ; then LIBXML_LIBS="`$LIBXML_CONFIG --libs`" LIBXML_CFLAGS="`$LIBXML_CONFIG --cflags`" LIBXML_FOUND="yes" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else as_fn_error $? "You need at least libxml2 $LIBXML_REQUIRED for this version of libvirt" "$LINENO" 5 fi fi VERSION_MAJOR=`echo $VERSION | awk -F. '{print $1}'` VERSION_MINOR=`echo $VERSION | awk -F. '{print $2}'` VERSION_MICRO=`echo $VERSION | awk -F. '{print $3}'` cat >>confdefs.h <<_ACEOF #define VERSION_MAJOR $VERSION_MAJOR _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION_MINOR $VERSION_MINOR _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION_MICRO $VERSION_MICRO _ACEOF # Check whether --with-xml-catalog-file was given. if test "${with_xml_catalog_file+set}" = set; then : withval=$with_xml_catalog_file; XML_CATALOG_FILE=$withval else XML_CATALOG_FILE='/etc/xml/catalog' fi # External programs to generate documentation # Extract the first word of "xsltproc", so it can be a program name with args. set dummy xsltproc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XSLTPROC+:} false; then : $as_echo_n "(cached) " >&6 else case $XSLTPROC in [\\/]* | ?:[\\/]*) ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_XSLTPROC" && ac_cv_path_XSLTPROC="no" ;; esac fi XSLTPROC=$ac_cv_path_XSLTPROC if test -n "$XSLTPROC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5 $as_echo "$XSLTPROC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$XSLTPROC" = "xno"; then as_fn_error $? "xsltproc not found" "$LINENO" 5 fi # Extract the first word of "xmllint", so it can be a program name with args. set dummy xmllint; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XMLLINT+:} false; then : $as_echo_n "(cached) " >&6 else case $XMLLINT in [\\/]* | ?:[\\/]*) ac_cv_path_XMLLINT="$XMLLINT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_XMLLINT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_XMLLINT" && ac_cv_path_XMLLINT="no" ;; esac fi XMLLINT=$ac_cv_path_XMLLINT if test -n "$XMLLINT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLLINT" >&5 $as_echo "$XMLLINT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$XMLLINT" = "xno"; then as_fn_error $? "xmllint not found" "$LINENO" 5 fi # Extract the first word of "xmlcatalog", so it can be a program name with args. set dummy xmlcatalog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XMLCATALOG+:} false; then : $as_echo_n "(cached) " >&6 else case $XMLCATALOG in [\\/]* | ?:[\\/]*) ac_cv_path_XMLCATALOG="$XMLCATALOG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_XMLCATALOG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_XMLCATALOG" && ac_cv_path_XMLCATALOG="no" ;; esac fi XMLCATALOG=$ac_cv_path_XMLCATALOG if test -n "$XMLCATALOG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLCATALOG" >&5 $as_echo "$XMLCATALOG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$XMLCATALOG" = "xno"; then as_fn_error $? "xmlcatalog not found" "$LINENO" 5 fi # Check whether --with-html-dir was given. if test "${with_html_dir+set}" = set; then : withval=$with_html_dir; HTML_DIR=$withval else HTML_DIR='$(datadir)/doc' fi # Check whether --with-html-subdir was given. if test "${with_html_subdir+set}" = set; then : withval=$with_html_subdir; test "x$withval" != "x" && HTML_DIR="$HTML_DIR/$withval" else HTML_DIR="$HTML_DIR/\$(PACKAGE)-\$(VERSION)/html" fi # Check whether --with-php-config was given. if test "${with_php_config+set}" = set; then : withval=$with_php_config; fi if test "x$with_php_config" != "x" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for php-config" >&5 $as_echo_n "checking for php-config... " >&6; } PHPCONFIG=$with_php_config { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_php_config" >&5 $as_echo "$with_php_config" >&6; } else # Extract the first word of "php-config", so it can be a program name with args. set dummy php-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PHPCONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PHPCONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PHPCONFIG="$PHPCONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PHPCONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PHPCONFIG" && ac_cv_path_PHPCONFIG="no" ;; esac fi PHPCONFIG=$ac_cv_path_PHPCONFIG if test -n "$PHPCONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PHPCONFIG" >&5 $as_echo "$PHPCONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test "x$PHPCONFIG" = "xno"; then as_fn_error $? "php-config not found; please install the PHP SDK" "$LINENO" 5 fi # Extract the first word of "phpize", so it can be a program name with args. set dummy phpize; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PHPIZE+:} false; then : $as_echo_n "(cached) " >&6 else case $PHPIZE in [\\/]* | ?:[\\/]*) ac_cv_path_PHPIZE="$PHPIZE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in `$PHPCONFIG --prefix`/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PHPIZE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PHPIZE" && ac_cv_path_PHPIZE="no" ;; esac fi PHPIZE=$ac_cv_path_PHPIZE if test -n "$PHPIZE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PHPIZE" >&5 $as_echo "$PHPIZE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$PHPIZE" = "xno"; then as_fn_error $? "phpize not found; please install the PHP SDK" "$LINENO" 5 fi PHP_CFLAGS=$($PHPCONFIG --includes) PHP_LDFLAGS=$($PHPCONFIG --ldflags) # Check whether --with-php-extensiondir was given. if test "${with_php_extensiondir+set}" = set; then : withval=$with_php_extensiondir; else with_php_extensiondir=check fi if test "x$with_php_extensiondir" != "xno" ; then if test "x$with_php_extensiondir" = "xcheck" ; then extensiondir="$($PHPCONFIG --extension-dir)" elif test "x$with_php_extensiondir" = "xno" || test "x$with_php_extensiondir" = "xyes"; then as_fn_error $? "php-extensiondir must be used only with valid path" "$LINENO" 5 else extensiondir=$with_php_extensiondir fi fi if test "x$with_distcheck" == "xyes" ; then extensiondir=${prefix}${extensiondir} fi # Check whether --with-php-confdir was given. if test "${with_php_confdir+set}" = set; then : withval=$with_php_confdir; else with_php_confdir=check fi if test "x$with_php_confdir" != "xno" ; then if test "x$with_php_confdir" = "xcheck" ; then confdir="$($PHPCONFIG --configure-options | sed -n 's/.*--with-config-file-scan-dir=\(\S*\).*/\1/p')" if test "x$confdir" == "x" ; then confdir="/etc/php.d/" fi elif test "x$with_php_confdir" = "xno" || test "x$with_php_confdir" = "xyes"; then as_fn_error $? "php-confdir must be used only with valid path" "$LINENO" 5 else confdir=$with_php_confdir fi fi if test "x$with_distcheck" == "xyes" ; then confdir=${prefix}${confdir} fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for php module imagick" >&5 $as_echo_n "checking for php module imagick... " >&6; } phpbinary="$($PHPCONFIG --php-binary)" if test "x$phpbinary" = "x"; then phpbinary="$($PHPCONFIG --prefix)/bin/php" fi if test ! -x "$phpbinary"; then as_fn_error $? "php binary not found" "$LINENO" 5 fi module="$($phpbinary -m | grep imagick)" if test "x$module" = "x"; then as_fn_error $? "php module imagick not found" "$LINENO" 5 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 $as_echo "found" >&6; } fi OS=`uname` if test "$OS" = "Darwin"; then WL=-Wl, SHLIB_FLAGS="\${WL}-flat_namespace \${WL}-undefined \${WL}suppress -bundle" else SHLIB_FLAGS="-shared -rdynamic" fi ac_config_files="$ac_config_files Makefile tools/Makefile src/Makefile tests/Makefile docs/Makefile libvirt-php.spec" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by libvirt-php $as_me 0.5.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to . libvirt-php home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ libvirt-php config.status 0.5.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ OBJDUMP \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ DLLTOOL \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ lt_cv_nm_interface \ nm_file_list_spec \ lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ configure_time_dlsearch_path \ configure_time_lt_sys_library_path; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; "libvirt-php.spec") CONFIG_FILES="$CONFIG_FILES libvirt-php.spec" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # The names of the tagged configurations supported by this script. available_tags='' # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shared archive member basename,for filename based shared library versioning on AIX. shared_archive_member_spec=$shared_archive_member_spec # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # An object symbol dumper. OBJDUMP=$lt_OBJDUMP # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # DLL creation program. DLLTOOL=$lt_DLLTOOL # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm into a list of symbols to manually relocate. global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name lister interface. nm_interface=$lt_lt_cv_nm_interface # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot # Command to truncate a binary pipe. lt_truncate_bin=$lt_lt_cv_truncate_bin # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Detected run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi { $as_echo "$as_me:${as_lineno-$LINENO}: php-extensiondir: $extensiondir" >&5 $as_echo "$as_me: php-extensiondir: $extensiondir" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: php-confdir: $confdir" >&5 $as_echo "$as_me: php-confdir: $confdir" >&6;} libvirt-php-0.5.4/configure.ac0000644000175000017500000001464313115540341013174 00000000000000AC_INIT([libvirt-php], [0.5.4], [libvir-list@redhat.com], [], [http://libvirt.org]) AC_CONFIG_SRCDIR([src/libvirt-php.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability]) AM_MAINTAINER_MODE([enable]) AC_GNU_SOURCE m4_ifndef([LT_INIT], [ AM_PROG_LIBTOOL ], [ LT_INIT([shared disable-static]) ]) dnl Checks for programs. AC_PROG_CC AC_LANG([C]) AC_PROG_INSTALL AC_PROG_SED AC_PROG_AWK AC_PATH_PROG([ECHO], [echo], []) AC_CHECK_TOOL([RM], [rm]) AC_ARG_WITH([distcheck], [AS_HELP_STRING([--with-distcheck], [this is an internal switch that is enabled when building under distcheck. Do NOT enable this by hand!])], [], [with_distcheck=no]) dnl Need to test if pkg-config exists PKG_PROG_PKG_CONFIG dnl if --prefix is /usr, don't use /usr/var for localstatedir dnl or /usr/etc for sysconfdir dnl as this makes a lot of things break in testing situations if test "$prefix" = "/usr" && test "$localstatedir" = '${prefix}/var' ; then localstatedir='/var' fi if test "$prefix" = "/usr" && test "$sysconfdir" = '${prefix}/etc' ; then sysconfdir='/etc' fi AC_MSG_CHECKING([for how to set DSO symbol versions]) VERSION_SCRIPT_FLAGS=-Wl,--version-script= `$LD --help 2>&1 | grep -- --version-script >/dev/null` || \ VERSION_SCRIPT_FLAGS="-Wl,-M -Wl," AC_MSG_RESULT([$VERSION_SCRIPT_FLAGS]) AC_SUBST([VERSION_SCRIPT_FLAGS]) LIBVIRT_REQUIRED=1.2.13 PKG_CHECK_MODULES(LIBVIRT, libvirt >= $LIBVIRT_REQUIRED) PKG_CHECK_MODULES(QEMU, libvirt-qemu) AC_SUBST([QEMU_CFLAGS]) AC_SUBST([QEMU_LIBS]) dnl ========================================================================== dnl required minimum version of libxml2 dnl replace "2.0.0" with an appropriate one dnl ========================================================================== LIBXML_REQUIRED="2.0.0" dnl ========================================================================== dnl find libxml2 library, borrowed from xmlsec dnl ========================================================================== LIBXML_CONFIG="xml2-config" LIBXML_CFLAGS="" LIBXML_LIBS="" LIBXML_FOUND="no" AC_ARG_WITH([libxml], AC_HELP_STRING([--with-libxml=@<:@PFX@:>@], [libxml2 location])) if test "x$with_libxml" = "xno" ; then AC_MSG_CHECKING(for libxml2 libraries >= $LIBXML_REQUIRED) AC_MSG_ERROR([libxml2 >= $LIBXML_REQUIRED is required for libvirt]) elif test "x$with_libxml" = "x" && test "x$PKG_CONFIG" != "x" ; then PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= $LIBXML_REQUIRED, [LIBXML_FOUND=yes], [LIBXML_FOUND=no]) fi if test "$LIBXML_FOUND" = "no" ; then if test "x$with_libxml" != "x" ; then LIBXML_CONFIG=$with_libxml/bin/$LIBXML_CONFIG fi AC_MSG_CHECKING(libxml2 $LIBXML_CONFIG >= $LIBXML_REQUIRED ) if ! $LIBXML_CONFIG --version > /dev/null 2>&1 ; then AC_MSG_ERROR([Could not find libxml2 anywhere (see config.log for details).]) fi vers=`$LIBXML_CONFIG --version | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` minvers=`echo $LIBXML_REQUIRED | awk -F. '{ printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` if test "$vers" -ge "$minvers" ; then LIBXML_LIBS="`$LIBXML_CONFIG --libs`" LIBXML_CFLAGS="`$LIBXML_CONFIG --cflags`" LIBXML_FOUND="yes" AC_MSG_RESULT(yes) else AC_MSG_ERROR( [You need at least libxml2 $LIBXML_REQUIRED for this version of libvirt]) fi fi AC_SUBST([LIBXML_CFLAGS]) AC_SUBST([LIBXML_LIBS]) dnl Get the version information at compile-time VERSION_MAJOR=`echo $VERSION | awk -F. '{print $1}'` VERSION_MINOR=`echo $VERSION | awk -F. '{print $2}'` VERSION_MICRO=`echo $VERSION | awk -F. '{print $3}'` AC_DEFINE_UNQUOTED(VERSION_MAJOR, $VERSION_MAJOR, [Major version number of package]) AC_DEFINE_UNQUOTED(VERSION_MINOR, $VERSION_MINOR, [Minor version number of package]) AC_DEFINE_UNQUOTED(VERSION_MICRO, $VERSION_MICRO, [Micro version number of package]) dnl Specific XML catalog file for validation of generated html AC_ARG_WITH([xml-catalog-file], [AC_HELP_STRING([--with-xml-catalog-file=path], [path to XML catalog file for validating generated html, default /etc/xml/catalog])], [XML_CATALOG_FILE=$withval], [XML_CATALOG_FILE='/etc/xml/catalog']) AC_SUBST([XML_CATALOG_FILE]) # External programs to generate documentation AC_PATH_PROG([XSLTPROC], [xsltproc], [no]) if test "x$XSLTPROC" = "xno"; then AC_MSG_ERROR([xsltproc not found]) fi AC_PATH_PROG([XMLLINT], [xmllint], [no]) if test "x$XMLLINT" = "xno"; then AC_MSG_ERROR([xmllint not found]) fi AC_PATH_PROG([XMLCATALOG], [xmlcatalog], [no]) if test "x$XMLCATALOG" = "xno"; then AC_MSG_ERROR([xmlcatalog not found]) fi dnl Specific dir for HTML output ? AC_ARG_WITH([html-dir], [AC_HELP_STRING([--with-html-dir=path], [path to base html directory, default $datadir/doc/html])], [HTML_DIR=$withval], [HTML_DIR='$(datadir)/doc']) AC_ARG_WITH([html-subdir], [AC_HELP_STRING([--with-html-subdir=path], [directory used under html-dir, default $PACKAGE-$VERSION/html])], [test "x$withval" != "x" && HTML_DIR="$HTML_DIR/$withval"], [HTML_DIR="$HTML_DIR/\$(PACKAGE)-\$(VERSION)/html"]) AC_SUBST([HTML_DIR]) AC_ARG_WITH([php-config], [AC_HELP_STRING([--with-php-config=path], [path to php-config, default search all paths])]) if test "x$with_php_config" != "x" ; then AC_MSG_CHECKING(for php-config) PHPCONFIG=$with_php_config AC_MSG_RESULT($with_php_config) else AC_PATH_PROG([PHPCONFIG], [php-config], [no]) fi if test "x$PHPCONFIG" = "xno"; then AC_MSG_ERROR([php-config not found; please install the PHP SDK]) fi AC_PATH_PROG([PHPIZE], [phpize], [no], [`$PHPCONFIG --prefix`/bin$PATH_SEPARATOR$PATH]) if test "x$PHPIZE" = "xno"; then AC_MSG_ERROR([phpize not found; please install the PHP SDK]) fi PHP_CFLAGS=$($PHPCONFIG --includes) PHP_LDFLAGS=$($PHPCONFIG --ldflags) AC_SUBST(PHP_CFLAGS) AC_SUBST(PHP_LDFLAGS) LIBVIRT_CHECK_PHP_EXTENSIONDIR LIBVIRT_CHECK_PHP_CONFDIR LIBVIRT_CHECK_PHP_EXTENSION([imagick]) OS=`uname` if test "$OS" = "Darwin"; then WL=-Wl, AC_SUBST([WL]) SHLIB_FLAGS="\${WL}-flat_namespace \${WL}-undefined \${WL}suppress -bundle" else SHLIB_FLAGS="-shared -rdynamic" fi AC_SUBST([SHLIB_FLAGS]) AC_SUBST([PHPIZE]) AC_SUBST([PHPCONFIG]) AC_CONFIG_FILES([Makefile tools/Makefile src/Makefile \ tests/Makefile docs/Makefile libvirt-php.spec]) AC_OUTPUT LIBVIRT_RESULT_PHP_EXTENSIONDIR LIBVIRT_RESULT_PHP_CONFDIR libvirt-php-0.5.4/aclocal.m40000644000175000017500000014523013140350240012536 00000000000000# generated automatically by aclocal 1.15 -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # serial 1 (pkg-config-0.24) # # Copyright © 2004 Scott James Remnant . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) # only at the first occurence in configure.ac, so if the first place # it's called might be skipped (such as if it is within an "if", you # have to call PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ])# PKG_CHECK_MODULES # PKG_INSTALLDIR(DIRECTORY) # ------------------------- # Substitutes the variable pkgconfigdir as the location where a module # should install pkg-config .pc files. By default the directory is # $libdir/pkgconfig, but the default can be changed by passing # DIRECTORY. The user can override through the --with-pkgconfigdir # parameter. AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) dnl PKG_INSTALLDIR # PKG_NOARCH_INSTALLDIR(DIRECTORY) # ------------------------- # Substitutes the variable noarch_pkgconfigdir as the location where a # module should install arch-independent pkg-config .pc files. By # default the directory is $datadir/pkgconfig, but the default can be # changed by passing DIRECTORY. The user can override through the # --with-noarch-pkgconfigdir parameter. AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ]) dnl PKG_NOARCH_INSTALLDIR # PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, # [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # ------------------------------------------- # Retrieves the value of the pkg-config variable for the given module. AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])# PKG_CHECK_VAR # Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless 'enable' is passed literally. # For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], am_maintainer_other[ make rules and dependencies not useful (and sometimes confusing) to the casual installer])], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/virt-php-confdir.m4]) m4_include([m4/virt-php-extension.m4]) m4_include([m4/virt-php-extensiondir.m4]) libvirt-php-0.5.4/Makefile.in0000644000175000017500000006370113140350244012751 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/virt-php-confdir.m4 \ $(top_srcdir)/m4/virt-php-extension.m4 \ $(top_srcdir)/m4/virt-php-extensiondir.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = libvirt-php.spec CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/libvirt-php.spec.in AUTHORS COPYING ChangeLog \ INSTALL NEWS README compile config.guess config.sub install-sh \ ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HTML_DIR = @HTML_DIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@ LIBVIRT_LIBS = @LIBVIRT_LIBS@ LIBXML_CFLAGS = @LIBXML_CFLAGS@ LIBXML_LIBS = @LIBXML_LIBS@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PHPCONFIG = @PHPCONFIG@ PHPIZE = @PHPIZE@ PHP_CFLAGS = @PHP_CFLAGS@ PHP_LDFLAGS = @PHP_LDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ QEMU_CFLAGS = @QEMU_CFLAGS@ QEMU_LIBS = @QEMU_LIBS@ RANLIB = @RANLIB@ RM = @RM@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SHLIB_FLAGS = @SHLIB_FLAGS@ STRIP = @STRIP@ VERSION = @VERSION@ VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@ WL = @WL@ XMLCATALOG = @XMLCATALOG@ XMLLINT = @XMLLINT@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ confdir = @confdir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ extensiondir = @extensiondir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ phpbinary = @phpbinary@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = tools src docs tests ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = libvirt-php.spec libvirt-php.spec.in winsrc AM_DISTCHECK_CONFIGURE_FLAGS = --with-distcheck all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 libvirt-php.spec: $(top_builddir)/config.status $(srcdir)/libvirt-php.spec.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile config.h installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) all install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ dist-xz dist-zip distcheck distclean distclean-generic \ distclean-hdr distclean-libtool distclean-tags distcleancheck \ distdir distuninstallcheck dvi dvi-am html html-am info \ info-am install install-am install-data install-data-am \ install-dvi install-dvi-am install-exec install-exec-am \ install-html install-html-am install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am .PRECIOUS: Makefile rpm: clean @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libvirt-php-0.5.4/config.h.in0000644000175000017500000000500413140350242012715 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif /* Version number of package */ #undef VERSION /* Major version number of package */ #undef VERSION_MAJOR /* Micro version number of package */ #undef VERSION_MICRO /* Minor version number of package */ #undef VERSION_MINOR /* Define to 1 if on MINIX. */ #undef _MINIX /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE libvirt-php-0.5.4/libvirt-php.spec.in0000644000175000017500000000724613140347762014442 00000000000000%define req_libvirt_version 1.2.8 %if 0%{?suse_version} %define php_confdir %{_sysconfdir}/php5/conf.d %define php_extdir %{_libdir}/php5/extensions %else %define php_confdir %{_sysconfdir}/php.d %define php_extdir %{_libdir}/php/modules %endif Name: @PACKAGE@ Version: @VERSION@ Release: 1%{?dist}%{?extra_release} Summary: PHP language binding for Libvirt %if 0%{?suse_version} Group: Development/Libraries/PHP %else Group: Development/Libraries %endif License: PHP URL: http://libvirt.org/php Source0: http://libvirt.org/sources/php/libvirt-php-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: php-devel BuildRequires: libvirt-devel >= %{req_libvirt_version} BuildRequires: libxml2-devel BuildRequires: libxslt BuildRequires: php-pecl-imagick %if 0%{?suse_version} BuildRequires: xhtml-dtd %else BuildRequires: xhtml1-dtds %endif %if 0%{?suse_version} Requires: php5 %else Requires: php %endif %description PHP language bindings for Libvirt API. For more details see: http://www.libvirt.org/php/ %package -n libvirt-php-doc Summary: Document of libvirt-php Group: Development/Libraries/PHP BuildArch: noarch Requires: libvirt-php = %{version} %description -n libvirt-php-doc PHP language bindings for Libvirt API. For more details see: http://www.libvirt.org/php/ http://www.php.net/ This package contain the document for libvirt-php. %prep %setup -q -n libvirt-php-%{version} %build %configure --with-html-dir=%{_datadir}/doc \ --with-html-subdir=%{name}-%{version}/html \ --with-php-extensiondir=%{php_extdir} \ --with-php-confdir=%{php_confdir} make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -f ${RPM_BUILD_ROOT}%{php_extdir}/*.la %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{php_extdir}/libvirt-php.so %config(noreplace) %{php_confdir}/libvirt-php.ini %files -n libvirt-php-doc %defattr(-,root,root) %doc %dir %{_datadir}/doc/%{name}-%{version} %{_datadir}/doc/%{name}-%{version}/html %changelog * Wed Aug 2 2017 Michal Privoznik - 0.5.4 - Added API bindings for getting/setting network autostart - Implement NWFilter API bindings - Bug fixes * Thu May 11 2017 Michal Privoznik - 0.5.3 - Several improvements for the build system - Implemented new libvirt APIs - Slight rework of our examples - Bug fixes * Wed Apr 20 2016 Michal Privoznik - 0.5.2 - Several bugfixes & improvements * Fri Oct 2 2015 Michal Privoznik - 0.5.1 - Several bugfixes & improvements * Thu Jan 23 2014 Michal Novotny - 0.5.0 - Several bugfixes & improvements * Mon Aug 22 2011 Michal Novotny - 0.4.4 - Several bugfixes for VNC and updated SPEC file * Thu Aug 11 2011 Michal Novotny - 0.4.3 - Rebase to 0.4.3 from master branch * Tue Apr 19 2011 Michal Novotny - 0.4.1-5 - Minor memory leak fixes - Several bug fixes * Mon Apr 11 2011 Michal Novotny - 0.4.1-4 - Add new storagepool API functions - Add optional xPath argument for *_get_xml_desc() functions - Add new network API functions - Add new API functions to add/remove disks * Wed Mar 23 2011 Michal Novotny - 0.4.1-3 - Add connection information function - Add coredump support - Add snapshots support - Improve error reporting for destructors * Thu Mar 10 2011 Michal Novotny - 0.4.1-2 - Changes done to comply with Fedora package policy * Tue Feb 8 2011 Michal Novotny - 0.4.1 - Initial commit (from github) libvirt-php-0.5.4/AUTHORS0000644000175000017500000000234413032736613011760 00000000000000Libvirt-php extension ===================== Libvirt-php extension is currently maintained and developed by: Michal Novotny (or ) The original project, called php-libvirt, has been originally developed and maintained by: Radek Hladik who is still contributing to the project with his patches. There are also other people that have contributed to the project: David King Jan-Paul van Burgsteden Lyre (or <4179e1@gmail.com>) Daniel P. Berrange Tiziano Mueller Yukihiro Kawada Remi Collet Ivo van den Abeelen Tiziano Müller Pavel Odintsov Tugdual Saunier Stefan Kuhn Thanks goes to all of them with big thanks to Tugdual Saunier for various fixes and OS-X compilation support. If you would like to be listed in the contributors list feel free to clone this repository to your computer and add new features and post the patch to maintainer. libvirt-php-0.5.4/COPYING0000644000175000017500000006364613032736613011757 00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. ^L Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. ^L GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. ^L Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. ^L 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. ^L 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. ^L 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. ^L 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS ^L How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. , 1 April 1990 Ty Coon, President of Vice That's all there is to it! libvirt-php-0.5.4/ChangeLog0000644000175000017500000000011713032736613012456 00000000000000* Tue 8 Feb 2011 Michal Novotny - 0.4.1 - Initial commit libvirt-php-0.5.4/INSTALL0000644000175000017500000003661013140350244011734 00000000000000Installation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell command `./configure && make && make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. 5. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type `make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. This is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple `-arch' options to the compiler but only a single `-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the `lipo' tool if you have problems. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of `${prefix}', so that specifying just `--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to `configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the `make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, `make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of `${prefix}'. Any directories that were specified during `configure', but not in terms of `${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the `DESTDIR' variable. For example, `make install DESTDIR=/alternate/directory' will prepend `/alternate/directory' before all installation names. The approach of `DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of `${prefix}' at `configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of `make' will be. For these packages, running `./configure --enable-silent-rules' sets the default to minimal output, which can be overridden with `make V=1'; while running `./configure --disable-silent-rules' sets the default to verbose, which can be overridden with `make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. HP-UX `make' updates targets which have the same time stamps as their prerequisites, which makes it generally unusable when shipped generated files such as `configure' are involved. Use GNU `make' instead. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put `/usr/ucb' early in your `PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in `/usr/bin'. So, if you need `/usr/ucb' in your `PATH', put it _after_ `/usr/bin'. On Haiku, software installed for all users goes in `/boot/common', not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf limitation. Until the limitation is lifted, you can use this workaround: CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of all of the options to `configure', and exit. `--help=short' `--help=recursive' Print a summary of the options unique to this package's `configure', and exit. The `short' variant lists options used only in the top level, while the `recursive' variant lists options also present in any nested packages. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. `--no-create' `-n' Run the configure checks, but stop before creating any output files. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. libvirt-php-0.5.4/NEWS0000644000175000017500000000000013032736613011372 00000000000000libvirt-php-0.5.4/README0000644000175000017500000000346413032736613011574 00000000000000 Libvirt PHP binding README ========================== Libvirt-php is basically just PHP binding for libvirt virtualization toolkit. For more information about libvirt please refer to: http://libvirt.org The project site for php-libvirt is http://libvirt.org/php and the documentation can be found in the doc and/or docs subdirectory of this repository. Implementation details ---------------------- libvirt-php is essentially a module to be loaded to your PHP module/binary. You need to define it to be loaded in /etc/php.ini and/or for newer PHP to /etc/php.d/* Settings -------- Settings can be altered in /etc/php.ini file to use or not to use the longlong values converted into the string values using the libvirt.longlong_to_string boolean setting and the ISO path (used by the libvirt_get_iso_images() function) can be altered using the libvirt.iso_path path setting. Terminology ----------- This app should be referred to as libvirt-php or "libvirt PHP binding". The project's old name (pre-0.4 version) was php-libvirt so both libvirt-php and php-libvirt are acceptable although libvirt-php is preferred. Pre-requisite software ---------------------- Where versions are noted below these are the versions tested to definitely work. For some of them you may be able to run with earlier releases, so please report any success to the mailing lists libvirt libxml2 References ---------- If you want to contribute but you don't know where to find PHP API function documentation you can either download PHP source codes and investigate or you could try to have a look at: http://skydiamond.110mb.com/doc/php/x199598.html The site is having PHP API functions documented although the title says it's work in progress. Copyright / License -------------------- All the application code is covered under the LGPL-2.1 licence. libvirt-php-0.5.4/compile0000755000175000017500000001624513140350244012263 00000000000000#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libvirt-php-0.5.4/config.guess0000755000175000017500000012640313140350244013223 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2016 Free Software Foundation, Inc. timestamp='2016-10-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "${UNAME_SYSTEM}" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu eval $set_cc_for_build cat <<-EOF > $dummy.c #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #else LIBC=gnu #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ /sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || \ echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` machine=${arch}${endian}-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. case "${UNAME_MACHINE_ARCH}" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # Determine ABI tags. case "${UNAME_MACHINE_ARCH}" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") UNAME_MACHINE=alpha ;; "EV5 (21164)") UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH=hppa2.0w else HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; e2k:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; k1om:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; mips64el:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-${LIBC} exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-${LIBC} exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-${LIBC} exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) eval $set_cc_for_build X86_64_ABI= # If there is a compiler, see if it is configured for 32-bit objects. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_X32 >/dev/null then X86_64_ABI=x32 fi fi echo ${UNAME_MACHINE}-pc-linux-${LIBC}${X86_64_ABI} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; SX-ACE:SUPER-UX:*:*) echo sxace-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown eval $set_cc_for_build if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac cat >&2 </dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libvirt-php-0.5.4/config.sub0000755000175000017500000010734113140350244012666 00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. timestamp='2016-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | ba \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx | dvp \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pru \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pru-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; asmjs) basic_machine=asmjs-unknown ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; e500v[12]) basic_machine=powerpc-unknown os=$os"spe" ;; e500v[12]-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i686-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mipsEE* | ee | ps2) basic_machine=mips64r5900el-scei case $os in -linux*) ;; *) os=-elf ;; esac ;; iop) basic_machine=mipsel-scei os=-irx ;; dvp) basic_machine=dvp-scei os=-elf ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ | -onefs* | -tirtos* | -phoenix* | -fuchsia*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -ios) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; c8051-*) os=-elf ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libvirt-php-0.5.4/install-sh0000755000175000017500000003452313140350244012710 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac oIFS=$IFS IFS=/ set -f set fnord $dstdir shift set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libvirt-php-0.5.4/ltmain.sh0000644000175000017500000117350013140350226012524 00000000000000#! /bin/sh ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in ## by inline-source v2014-01-03.01 # libtool (GNU libtool) 2.4.6 # Provide generalized library-building support services. # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . PROGRAM=libtool PACKAGE=libtool VERSION=2.4.6 package_revision=2.4.6 ## ------ ## ## Usage. ## ## ------ ## # Run './libtool --help' for help with using this script from the # command line. ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # After configure completes, it has a better idea of some of the # shell tools we need than the defaults used by the functions shared # with bootstrap, so set those here where they can still be over- # ridden by the user, but otherwise take precedence. : ${AUTOCONF="autoconf"} : ${AUTOMAKE="automake"} ## -------------------------- ## ## Source external libraries. ## ## -------------------------- ## # Much of our low-level functionality needs to be sourced from external # libraries, which are installed to $pkgauxdir. # Set a version string for this script. scriptversion=2015-10-04.22; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 # Copyright (C) 2004-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # As a special exception to the GNU General Public License, if you distribute # this file as part of a program or library that is built using GNU Libtool, # you may include this file under the same distribution terms that you use # for the rest of that program. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Please report bugs or propose patches to gary@gnu.org. ## ------ ## ## Usage. ## ## ------ ## # Evaluate this file near the top of your script to gain access to # the functions and variables defined here: # # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh # # If you need to override any of the default environment variable # settings, do that before evaluating this file. ## -------------------- ## ## Shell normalisation. ## ## -------------------- ## # Some shells need a little help to be as Bourne compatible as possible. # Before doing anything else, make sure all that help has been provided! DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # NLS nuisances: We save the old values in case they are required later. _G_user_locale= _G_safe_locale= for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test set = \"\${$_G_var+set}\"; then save_$_G_var=\$$_G_var $_G_var=C export $_G_var _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Make sure IFS has a sensible default sp=' ' nl=' ' IFS="$sp $nl" # There are apparently some retarded systems that use ';' as a PATH separator! if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi ## ------------------------- ## ## Locate command utilities. ## ## ------------------------- ## # func_executable_p FILE # ---------------------- # Check that FILE is an executable regular file. func_executable_p () { test -f "$1" && test -x "$1" } # func_path_progs PROGS_LIST CHECK_FUNC [PATH] # -------------------------------------------- # Search for either a program that responds to --version with output # containing "GNU", or else returned by CHECK_FUNC otherwise, by # trying all the directories in PATH with each of the elements of # PROGS_LIST. # # CHECK_FUNC should accept the path to a candidate program, and # set $func_check_prog_result if it truncates its output less than # $_G_path_prog_max characters. func_path_progs () { _G_progs_list=$1 _G_check_func=$2 _G_PATH=${3-"$PATH"} _G_path_prog_max=0 _G_path_prog_found=false _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} for _G_dir in $_G_PATH; do IFS=$_G_save_IFS test -z "$_G_dir" && _G_dir=. for _G_prog_name in $_G_progs_list; do for _exeext in '' .EXE; do _G_path_prog=$_G_dir/$_G_prog_name$_exeext func_executable_p "$_G_path_prog" || continue case `"$_G_path_prog" --version 2>&1` in *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; *) $_G_check_func $_G_path_prog func_path_progs_result=$func_check_prog_result ;; esac $_G_path_prog_found && break 3 done done done IFS=$_G_save_IFS test -z "$func_path_progs_result" && { echo "no acceptable sed could be found in \$PATH" >&2 exit 1 } } # We want to be able to use the functions in this file before configure # has figured out where the best binaries are kept, which means we have # to search for them ourselves - except when the results are already set # where we skip the searches. # Unless the user overrides by setting SED, search the path for either GNU # sed, or the sed that truncates its output the least. test -z "$SED" && { _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for _G_i in 1 2 3 4 5 6 7; do _G_sed_script=$_G_sed_script$nl$_G_sed_script done echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed _G_sed_script= func_check_prog_sed () { _G_path_prog=$1 _G_count=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo '' >> conftest.nl "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin rm -f conftest.sed SED=$func_path_progs_result } # Unless the user overrides by setting GREP, search the path for either GNU # grep, or the grep that truncates its output the least. test -z "$GREP" && { func_check_prog_grep () { _G_path_prog=$1 _G_count=0 _G_path_prog_max=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo 'GREP' >> conftest.nl "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin GREP=$func_path_progs_result } ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # All uppercase variable names are used for environment variables. These # variables can be overridden by the user before calling a script that # uses them if a suitable command of that name is not already available # in the command search PATH. : ${CP="cp -f"} : ${ECHO="printf %s\n"} : ${EGREP="$GREP -E"} : ${FGREP="$GREP -F"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} ## -------------------- ## ## Useful sed snippets. ## ## -------------------- ## sed_dirname='s|/[^/]*$||' sed_basename='s|^.*/||' # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s|\([`"$\\]\)|\\\1|g' # Same as above, but do not quote variable references. sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution that turns a string into a regex matching for the # string literally. sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' # Sed substitution that converts a w32 file name or path # that contains forward slashes, into one that contains # (escaped) backslashes. A very naive implementation. sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Re-'\' parameter expansions in output of sed_double_quote_subst that # were '\'-ed in input to the same. If an odd number of '\' preceded a # '$' in input to sed_double_quote_subst, that '$' was protected from # expansion. Since each input '\' is now two '\'s, look for any number # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. _G_bs='\\' _G_bs2='\\\\' _G_bs4='\\\\\\\\' _G_dollar='\$' sed_double_backslash="\ s/$_G_bs4/&\\ /g s/^$_G_bs2$_G_dollar/$_G_bs&/ s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g s/\n//g" ## ----------------- ## ## Global variables. ## ## ----------------- ## # Except for the global variables explicitly listed below, the following # functions in the '^func_' namespace, and the '^require_' namespace # variables initialised in the 'Resource management' section, sourcing # this file will not pollute your global namespace with anything # else. There's no portable way to scope variables in Bourne shell # though, so actually running these functions will sometimes place # results into a variable named after the function, and often use # temporary variables in the '^_G_' namespace. If you are careful to # avoid using those namespaces casually in your sourcing script, things # should continue to work as you expect. And, of course, you can freely # overwrite any of the functions or variables defined here before # calling anything to customize them. EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. # Allow overriding, eg assuming that you follow the convention of # putting '$debug_cmd' at the start of all your functions, you can get # bash to show function call trace with: # # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name debug_cmd=${debug_cmd-":"} exit_cmd=: # By convention, finish your script with: # # exit $exit_status # # so that you can set exit_status to non-zero if you want to indicate # something went wrong during execution without actually bailing out at # the point of failure. exit_status=$EXIT_SUCCESS # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath=$0 # The name of this program. progname=`$ECHO "$progpath" |$SED "$sed_basename"` # Make sure we have an absolute progpath for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` progdir=`cd "$progdir" && pwd` progpath=$progdir/$progname ;; *) _G_IFS=$IFS IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS=$_G_IFS test -x "$progdir/$progname" && break done IFS=$_G_IFS test -n "$progdir" || progdir=`pwd` progpath=$progdir/$progname ;; esac ## ----------------- ## ## Standard options. ## ## ----------------- ## # The following options affect the operation of the functions defined # below, and should be set appropriately depending on run-time para- # meters passed on the command line. opt_dry_run=false opt_quiet=false opt_verbose=false # Categories 'all' and 'none' are always available. Append any others # you will pass as the first argument to func_warning from your own # code. warning_categories= # By default, display warnings according to 'opt_warning_types'. Set # 'warning_func' to ':' to elide all warnings, or func_fatal_error to # treat the next displayed warning as a fatal error. warning_func=func_warn_and_continue # Set to 'all' to display all warnings, 'none' to suppress all # warnings, or a space delimited list of some subset of # 'warning_categories' to display only the listed warnings. opt_warning_types=all ## -------------------- ## ## Resource management. ## ## -------------------- ## # This section contains definitions for functions that each ensure a # particular resource (a file, or a non-empty configuration variable for # example) is available, and if appropriate to extract default values # from pertinent package files. Call them using their associated # 'require_*' variable to ensure that they are executed, at most, once. # # It's entirely deliberate that calling these functions can set # variables that don't obey the namespace limitations obeyed by the rest # of this file, in order that that they be as useful as possible to # callers. # require_term_colors # ------------------- # Allow display of bold text on terminals that support it. require_term_colors=func_require_term_colors func_require_term_colors () { $debug_cmd test -t 1 && { # COLORTERM and USE_ANSI_COLORS environment variables take # precedence, because most terminfo databases neglect to describe # whether color sequences are supported. test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} if test 1 = "$USE_ANSI_COLORS"; then # Standard ANSI escape sequences tc_reset='' tc_bold=''; tc_standout='' tc_red=''; tc_green='' tc_blue=''; tc_cyan='' else # Otherwise trust the terminfo database after all. test -n "`tput sgr0 2>/dev/null`" && { tc_reset=`tput sgr0` test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` tc_standout=$tc_bold test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` } fi } require_term_colors=: } ## ----------------- ## ## Function library. ## ## ----------------- ## # This section contains a variety of useful functions to call in your # scripts. Take note of the portable wrappers for features provided by # some modern shells, which will fall back to slower equivalents on # less featureful shells. # func_append VAR VALUE # --------------------- # Append VALUE onto the existing contents of VAR. # We should try to minimise forks, especially on Windows where they are # unreasonably slow, so skip the feature probes when bash or zsh are # being used: if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then : ${_G_HAVE_ARITH_OP="yes"} : ${_G_HAVE_XSI_OPS="yes"} # The += operator was introduced in bash 3.1 case $BASH_VERSION in [12].* | 3.0 | 3.0*) ;; *) : ${_G_HAVE_PLUSEQ_OP="yes"} ;; esac fi # _G_HAVE_PLUSEQ_OP # Can be empty, in which case the shell is probed, "yes" if += is # useable or anything else if it does not work. test -z "$_G_HAVE_PLUSEQ_OP" \ && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ && _G_HAVE_PLUSEQ_OP=yes if test yes = "$_G_HAVE_PLUSEQ_OP" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_append () { $debug_cmd eval "$1+=\$2" }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_append () { $debug_cmd eval "$1=\$$1\$2" } fi # func_append_quoted VAR VALUE # ---------------------------- # Quote VALUE and append to the end of shell variable VAR, separated # by a space. if test yes = "$_G_HAVE_PLUSEQ_OP"; then eval 'func_append_quoted () { $debug_cmd func_quote_for_eval "$2" eval "$1+=\\ \$func_quote_for_eval_result" }' else func_append_quoted () { $debug_cmd func_quote_for_eval "$2" eval "$1=\$$1\\ \$func_quote_for_eval_result" } fi # func_append_uniq VAR VALUE # -------------------------- # Append unique VALUE onto the existing contents of VAR, assuming # entries are delimited by the first character of VALUE. For example: # # func_append_uniq options " --another-option option-argument" # # will only append to $options if " --another-option option-argument " # is not already present somewhere in $options already (note spaces at # each end implied by leading space in second argument). func_append_uniq () { $debug_cmd eval _G_current_value='`$ECHO $'$1'`' _G_delim=`expr "$2" : '\(.\)'` case $_G_delim$_G_current_value$_G_delim in *"$2$_G_delim"*) ;; *) func_append "$@" ;; esac } # func_arith TERM... # ------------------ # Set func_arith_result to the result of evaluating TERMs. test -z "$_G_HAVE_ARITH_OP" \ && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ && _G_HAVE_ARITH_OP=yes if test yes = "$_G_HAVE_ARITH_OP"; then eval 'func_arith () { $debug_cmd func_arith_result=$(( $* )) }' else func_arith () { $debug_cmd func_arith_result=`expr "$@"` } fi # func_basename FILE # ------------------ # Set func_basename_result to FILE with everything up to and including # the last / stripped. if test yes = "$_G_HAVE_XSI_OPS"; then # If this shell supports suffix pattern removal, then use it to avoid # forking. Hide the definitions single quotes in case the shell chokes # on unsupported syntax... _b='func_basename_result=${1##*/}' _d='case $1 in */*) func_dirname_result=${1%/*}$2 ;; * ) func_dirname_result=$3 ;; esac' else # ...otherwise fall back to using sed. _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` if test "X$func_dirname_result" = "X$1"; then func_dirname_result=$3 else func_append func_dirname_result "$2" fi' fi eval 'func_basename () { $debug_cmd '"$_b"' }' # func_dirname FILE APPEND NONDIR_REPLACEMENT # ------------------------------------------- # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. eval 'func_dirname () { $debug_cmd '"$_d"' }' # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT # -------------------------------------------------------- # Perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # For efficiency, we do not delegate to the functions above but instead # duplicate the functionality here. eval 'func_dirname_and_basename () { $debug_cmd '"$_b"' '"$_d"' }' # func_echo ARG... # ---------------- # Echo program name prefixed message. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname: $_G_line" done IFS=$func_echo_IFS } # func_echo_all ARG... # -------------------- # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } # func_echo_infix_1 INFIX ARG... # ------------------------------ # Echo program name, followed by INFIX on the first line, with any # additional lines not showing INFIX. func_echo_infix_1 () { $debug_cmd $require_term_colors _G_infix=$1; shift _G_indent=$_G_infix _G_prefix="$progname: $_G_infix: " _G_message=$* # Strip color escape sequences before counting printable length for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" do test -n "$_G_tc" && { _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` } done _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes func_echo_infix_1_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_infix_1_IFS $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 _G_prefix=$_G_indent done IFS=$func_echo_infix_1_IFS } # func_error ARG... # ----------------- # Echo program name prefixed message to standard error. func_error () { $debug_cmd $require_term_colors func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 } # func_fatal_error ARG... # ----------------------- # Echo program name prefixed message to standard error, and exit. func_fatal_error () { $debug_cmd func_error "$*" exit $EXIT_FAILURE } # func_grep EXPRESSION FILENAME # ----------------------------- # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $debug_cmd $GREP "$1" "$2" >/dev/null 2>&1 } # func_len STRING # --------------- # Set func_len_result to the length of STRING. STRING may not # start with a hyphen. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_len () { $debug_cmd func_len_result=${#1} }' else func_len () { $debug_cmd func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` } fi # func_mkdir_p DIRECTORY-PATH # --------------------------- # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { $debug_cmd _G_directory_path=$1 _G_dir_list= if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then # Protect directory names starting with '-' case $_G_directory_path in -*) _G_directory_path=./$_G_directory_path ;; esac # While some portion of DIR does not yet exist... while test ! -d "$_G_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. _G_dir_list=$_G_directory_path:$_G_dir_list # If the last portion added has no slash in it, the list is done case $_G_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` done _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` func_mkdir_p_IFS=$IFS; IFS=: for _G_dir in $_G_dir_list; do IFS=$func_mkdir_p_IFS # mkdir can fail with a 'File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$_G_dir" 2>/dev/null || : done IFS=$func_mkdir_p_IFS # Bail out if we (or some other process) failed to create a directory. test -d "$_G_directory_path" || \ func_fatal_error "Failed to create '$1'" fi } # func_mktempdir [BASENAME] # ------------------------- # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, BASENAME is the basename for that directory. func_mktempdir () { $debug_cmd _G_template=${TMPDIR-/tmp}/${1-$progname} if test : = "$opt_dry_run"; then # Return a directory name, but don't create it in dry-run mode _G_tmpdir=$_G_template-$$ else # If mktemp works, use that first and foremost _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` if test ! -d "$_G_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race _G_tmpdir=$_G_template-${RANDOM-0}$$ func_mktempdir_umask=`umask` umask 0077 $MKDIR "$_G_tmpdir" umask $func_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$_G_tmpdir" || \ func_fatal_error "cannot create temporary directory '$_G_tmpdir'" fi $ECHO "$_G_tmpdir" } # func_normal_abspath PATH # ------------------------ # Remove doubled-up and trailing slashes, "." path components, # and cancel out any ".." path components in PATH after making # it an absolute path. func_normal_abspath () { $debug_cmd # These SED scripts presuppose an absolute path with a trailing slash. _G_pathcar='s|^/\([^/]*\).*$|\1|' _G_pathcdr='s|^/[^/]*||' _G_removedotparts=':dotsl s|/\./|/|g t dotsl s|/\.$|/|' _G_collapseslashes='s|/\{1,\}|/|g' _G_finalslash='s|/*$|/|' # Start from root dir and reassemble the path. func_normal_abspath_result= func_normal_abspath_tpath=$1 func_normal_abspath_altnamespace= case $func_normal_abspath_tpath in "") # Empty path, that just means $cwd. func_stripname '' '/' "`pwd`" func_normal_abspath_result=$func_stripname_result return ;; # The next three entries are used to spot a run of precisely # two leading slashes without using negated character classes; # we take advantage of case's first-match behaviour. ///*) # Unusual form of absolute path, do nothing. ;; //*) # Not necessarily an ordinary path; POSIX reserves leading '//' # and for example Cygwin uses it to access remote file shares # over CIFS/SMB, so we conserve a leading double slash if found. func_normal_abspath_altnamespace=/ ;; /*) # Absolute path, do nothing. ;; *) # Relative path, prepend $cwd. func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath ;; esac # Cancel out all the simple stuff to save iterations. We also want # the path to end with a slash for ease of parsing, so make sure # there is one (and only one) here. func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` while :; do # Processed it all yet? if test / = "$func_normal_abspath_tpath"; then # If we ascended to the root using ".." the result may be empty now. if test -z "$func_normal_abspath_result"; then func_normal_abspath_result=/ fi break fi func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcar"` func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcdr"` # Figure out what to do with it case $func_normal_abspath_tcomponent in "") # Trailing empty path component, ignore it. ;; ..) # Parent dir; strip last assembled component from result. func_dirname "$func_normal_abspath_result" func_normal_abspath_result=$func_dirname_result ;; *) # Actual path component, append it. func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" ;; esac done # Restore leading double-slash if one was found on entry. func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } # func_notquiet ARG... # -------------------- # Echo program name prefixed message only when not in quiet mode. func_notquiet () { $debug_cmd $opt_quiet || func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_relative_path SRCDIR DSTDIR # -------------------------------- # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. func_relative_path () { $debug_cmd func_relative_path_result= func_normal_abspath "$1" func_relative_path_tlibdir=$func_normal_abspath_result func_normal_abspath "$2" func_relative_path_tbindir=$func_normal_abspath_result # Ascend the tree starting from libdir while :; do # check if we have found a prefix of bindir case $func_relative_path_tbindir in $func_relative_path_tlibdir) # found an exact match func_relative_path_tcancelled= break ;; $func_relative_path_tlibdir*) # found a matching prefix func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" func_relative_path_tcancelled=$func_stripname_result if test -z "$func_relative_path_result"; then func_relative_path_result=. fi break ;; *) func_dirname $func_relative_path_tlibdir func_relative_path_tlibdir=$func_dirname_result if test -z "$func_relative_path_tlibdir"; then # Have to descend all the way to the root! func_relative_path_result=../$func_relative_path_result func_relative_path_tcancelled=$func_relative_path_tbindir break fi func_relative_path_result=../$func_relative_path_result ;; esac done # Now calculate path; take care to avoid doubling-up slashes. func_stripname '' '/' "$func_relative_path_result" func_relative_path_result=$func_stripname_result func_stripname '/' '/' "$func_relative_path_tcancelled" if test -n "$func_stripname_result"; then func_append func_relative_path_result "/$func_stripname_result" fi # Normalisation. If bindir is libdir, return '.' else relative path. if test -n "$func_relative_path_result"; then func_stripname './' '' "$func_relative_path_result" func_relative_path_result=$func_stripname_result fi test -n "$func_relative_path_result" || func_relative_path_result=. : } # func_quote ARG # -------------- # Aesthetically quote one ARG, store the result into $func_quote_result. Note # that we keep attention to performance here (so far O(N) complexity as long as # func_append is O(1)). func_quote () { $debug_cmd func_quote_result=$1 case $func_quote_result in *[\\\`\"\$]*) case $func_quote_result in *[\[\*\?]*) func_quote_result=`$ECHO "$func_quote_result" | $SED "$sed_quote_subst"` return 0 ;; esac func_quote_old_IFS=$IFS for _G_char in '\' '`' '"' '$' do # STATE($1) PREV($2) SEPARATOR($3) set start "" "" func_quote_result=dummy"$_G_char$func_quote_result$_G_char"dummy IFS=$_G_char for _G_part in $func_quote_result do case $1 in quote) func_append func_quote_result "$3$2" set quote "$_G_part" "\\$_G_char" ;; start) set first "" "" func_quote_result= ;; first) set quote "$_G_part" "" ;; esac done IFS=$func_quote_old_IFS done ;; *) ;; esac } # func_quote_for_eval ARG... # -------------------------- # Aesthetically quote ARGs to be evaled later. # This function returns two values: # i) func_quote_for_eval_result # double-quoted, suitable for a subsequent eval # ii) func_quote_for_eval_unquoted_result # has all characters that are still active within double # quotes backslashified. func_quote_for_eval () { $debug_cmd func_quote_for_eval_unquoted_result= func_quote_for_eval_result= while test 0 -lt $#; do func_quote "$1" _G_unquoted_arg=$func_quote_result if test -n "$func_quote_for_eval_unquoted_result"; then func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" else func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" fi case $_G_unquoted_arg in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and variable expansion # for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") _G_quoted_arg=\"$_G_unquoted_arg\" ;; *) _G_quoted_arg=$_G_unquoted_arg ;; esac if test -n "$func_quote_for_eval_result"; then func_append func_quote_for_eval_result " $_G_quoted_arg" else func_append func_quote_for_eval_result "$_G_quoted_arg" fi shift done } # func_quote_for_expand ARG # ------------------------- # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { $debug_cmd case $1 in *[\\\`\"]*) _G_arg=`$ECHO "$1" | $SED \ -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; *) _G_arg=$1 ;; esac case $_G_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") _G_arg=\"$_G_arg\" ;; esac func_quote_for_expand_result=$_G_arg } # func_stripname PREFIX SUFFIX NAME # --------------------------------- # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_stripname () { $debug_cmd # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary variable first. func_stripname_result=$3 func_stripname_result=${func_stripname_result#"$1"} func_stripname_result=${func_stripname_result%"$2"} }' else func_stripname () { $debug_cmd case $2 in .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; esac } fi # func_show_eval CMD [FAIL_EXP] # ----------------------------- # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} func_quote_for_expand "$_G_cmd" eval "func_notquiet $func_quote_for_expand_result" $opt_dry_run || { eval "$_G_cmd" _G_status=$? if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_show_eval_locale CMD [FAIL_EXP] # ------------------------------------ # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} $opt_quiet || { func_quote_for_expand "$_G_cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || { eval "$_G_user_locale $_G_cmd" _G_status=$? eval "$_G_safe_locale" if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_tr_sh # ---------- # Turn $1 into a string suitable for a shell variable name. # Result is stored in $func_tr_sh_result. All characters # not in the set a-zA-Z0-9_ are replaced with '_'. Further, # if $1 begins with a digit, a '_' is prepended as well. func_tr_sh () { $debug_cmd case $1 in [0-9]* | *[!a-zA-Z0-9_]*) func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` ;; * ) func_tr_sh_result=$1 ;; esac } # func_verbose ARG... # ------------------- # Echo program name prefixed message in verbose mode only. func_verbose () { $debug_cmd $opt_verbose && func_echo "$*" : } # func_warn_and_continue ARG... # ----------------------------- # Echo program name prefixed warning message to standard error. func_warn_and_continue () { $debug_cmd $require_term_colors func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 } # func_warning CATEGORY ARG... # ---------------------------- # Echo program name prefixed warning message to standard error. Warning # messages can be filtered according to CATEGORY, where this function # elides messages where CATEGORY is not listed in the global variable # 'opt_warning_types'. func_warning () { $debug_cmd # CATEGORY must be in the warning_categories list! case " $warning_categories " in *" $1 "*) ;; *) func_internal_error "invalid warning category '$1'" ;; esac _G_category=$1 shift case " $opt_warning_types " in *" $_G_category "*) $warning_func ${1+"$@"} ;; esac } # func_sort_ver VER1 VER2 # ----------------------- # 'sort -V' is not generally available. # Note this deviates from the version comparison in automake # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a # but this should suffice as we won't be specifying old # version formats or redundant trailing .0 in bootstrap.conf. # If we did want full compatibility then we should probably # use m4_version_compare from autoconf. func_sort_ver () { $debug_cmd printf '%s\n%s\n' "$1" "$2" \ | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n } # func_lt_ver PREV CURR # --------------------- # Return true if PREV and CURR are in the correct order according to # func_sort_ver, otherwise false. Use it like this: # # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." func_lt_ver () { $debug_cmd test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: #! /bin/sh # Set a version string for this script. scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 # Copyright (C) 2010-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Please report bugs or propose patches to gary@gnu.org. ## ------ ## ## Usage. ## ## ------ ## # This file is a library for parsing options in your shell scripts along # with assorted other useful supporting features that you can make use # of too. # # For the simplest scripts you might need only: # # #!/bin/sh # . relative/path/to/funclib.sh # . relative/path/to/options-parser # scriptversion=1.0 # func_options ${1+"$@"} # eval set dummy "$func_options_result"; shift # ...rest of your script... # # In order for the '--version' option to work, you will need to have a # suitably formatted comment like the one at the top of this file # starting with '# Written by ' and ending with '# warranty; '. # # For '-h' and '--help' to work, you will also need a one line # description of your script's purpose in a comment directly above the # '# Written by ' line, like the one at the top of this file. # # The default options also support '--debug', which will turn on shell # execution tracing (see the comment above debug_cmd below for another # use), and '--verbose' and the func_verbose function to allow your script # to display verbose messages only when your user has specified # '--verbose'. # # After sourcing this file, you can plug processing for additional # options by amending the variables from the 'Configuration' section # below, and following the instructions in the 'Option parsing' # section further down. ## -------------- ## ## Configuration. ## ## -------------- ## # You should override these variables in your script after sourcing this # file so that they reflect the customisations you have added to the # option parser. # The usage line for option parsing errors and the start of '-h' and # '--help' output messages. You can embed shell variables for delayed # expansion at the time the message is displayed, but you will need to # quote other shell meta-characters carefully to prevent them being # expanded when the contents are evaled. usage='$progpath [OPTION]...' # Short help message in response to '-h' and '--help'. Add to this or # override it after sourcing this library to reflect the full set of # options your script accepts. usage_message="\ --debug enable verbose shell tracing -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -v, --verbose verbosely report processing --version print version information and exit -h, --help print short or long help message and exit " # Additional text appended to 'usage_message' in response to '--help'. long_help_message=" Warning categories include: 'all' show all warnings 'none' turn off all the warnings 'error' warnings are treated as fatal errors" # Help message printed before fatal option parsing errors. fatal_help="Try '\$progname --help' for more information." ## ------------------------- ## ## Hook function management. ## ## ------------------------- ## # This section contains functions for adding, removing, and running hooks # to the main code. A hook is just a named list of of function, that can # be run in order later on. # func_hookable FUNC_NAME # ----------------------- # Declare that FUNC_NAME will run hooks added with # 'func_add_hook FUNC_NAME ...'. func_hookable () { $debug_cmd func_append hookable_fns " $1" } # func_add_hook FUNC_NAME HOOK_FUNC # --------------------------------- # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must # first have been declared "hookable" by a call to 'func_hookable'. func_add_hook () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not accept hook functions." ;; esac eval func_append ${1}_hooks '" $2"' } # func_remove_hook FUNC_NAME HOOK_FUNC # ------------------------------------ # Remove HOOK_FUNC from the list of functions called by FUNC_NAME. func_remove_hook () { $debug_cmd eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' } # func_run_hooks FUNC_NAME [ARG]... # --------------------------------- # Run all hook functions registered to FUNC_NAME. # It is assumed that the list of hook functions contains nothing more # than a whitespace-delimited list of legal shell function names, and # no effort is wasted trying to catch shell meta-characters or preserve # whitespace. func_run_hooks () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not support hook funcions.n" ;; esac eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do eval $_G_hook '"$@"' # store returned options list back into positional # parameters for next 'cmd' execution. eval _G_hook_result=\$${_G_hook}_result eval set dummy "$_G_hook_result"; shift done func_quote_for_eval ${1+"$@"} func_run_hooks_result=$func_quote_for_eval_result } ## --------------- ## ## Option parsing. ## ## --------------- ## # In order to add your own option parsing hooks, you must accept the # full positional parameter list in your hook function, remove any # options that you action, and then pass back the remaining unprocessed # options in '_result', escaped suitably for # 'eval'. Like this: # # my_options_prep () # { # $debug_cmd # # # Extend the existing usage message. # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' # # func_quote_for_eval ${1+"$@"} # my_options_prep_result=$func_quote_for_eval_result # } # func_add_hook func_options_prep my_options_prep # # # my_silent_option () # { # $debug_cmd # # # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do # opt=$1; shift # case $opt in # --silent|-s) opt_silent=: ;; # # Separate non-argument short options: # -s*) func_split_short_opt "$_G_opt" # set dummy "$func_split_short_opt_name" \ # "-$func_split_short_opt_arg" ${1+"$@"} # shift # ;; # *) set dummy "$_G_opt" "$*"; shift; break ;; # esac # done # # func_quote_for_eval ${1+"$@"} # my_silent_option_result=$func_quote_for_eval_result # } # func_add_hook func_parse_options my_silent_option # # # my_option_validation () # { # $debug_cmd # # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." # # func_quote_for_eval ${1+"$@"} # my_option_validation_result=$func_quote_for_eval_result # } # func_add_hook func_validate_options my_option_validation # # You'll alse need to manually amend $usage_message to reflect the extra # options you parse. It's preferable to append if you can, so that # multiple option parsing hooks can be added safely. # func_options [ARG]... # --------------------- # All the functions called inside func_options are hookable. See the # individual implementations for details. func_hookable func_options func_options () { $debug_cmd func_options_prep ${1+"$@"} eval func_parse_options \ ${func_options_prep_result+"$func_options_prep_result"} eval func_validate_options \ ${func_parse_options_result+"$func_parse_options_result"} eval func_run_hooks func_options \ ${func_validate_options_result+"$func_validate_options_result"} # save modified positional parameters for caller func_options_result=$func_run_hooks_result } # func_options_prep [ARG]... # -------------------------- # All initialisations required before starting the option parse loop. # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and # needs to propogate that back to rest of this script, then the complete # modified list must be put in 'func_run_hooks_result' before # returning. func_hookable func_options_prep func_options_prep () { $debug_cmd # Option defaults: opt_verbose=false opt_warning_types= func_run_hooks func_options_prep ${1+"$@"} # save modified positional parameters for caller func_options_prep_result=$func_run_hooks_result } # func_parse_options [ARG]... # --------------------------- # The main option parsing loop. func_hookable func_parse_options func_parse_options () { $debug_cmd func_parse_options_result= # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. func_run_hooks func_parse_options ${1+"$@"} # Adjust func_parse_options positional parameters to match eval set dummy "$func_run_hooks_result"; shift # Break out of the loop if we already parsed every option. test $# -gt 0 || break _G_opt=$1 shift case $_G_opt in --debug|-x) debug_cmd='set -x' func_echo "enabling shell trace mode" $debug_cmd ;; --no-warnings|--no-warning|--no-warn) set dummy --warnings none ${1+"$@"} shift ;; --warnings|--warning|-W) test $# = 0 && func_missing_arg $_G_opt && break case " $warning_categories $1" in *" $1 "*) # trailing space prevents matching last $1 above func_append_uniq opt_warning_types " $1" ;; *all) opt_warning_types=$warning_categories ;; *none) opt_warning_types=none warning_func=: ;; *error) opt_warning_types=$warning_categories warning_func=func_fatal_error ;; *) func_fatal_error \ "unsupported warning category: '$1'" ;; esac shift ;; --verbose|-v) opt_verbose=: ;; --version) func_version ;; -\?|-h) func_usage ;; --help) func_help ;; # Separate optargs to long options (plugins may need this): --*=*) func_split_equals "$_G_opt" set dummy "$func_split_equals_lhs" \ "$func_split_equals_rhs" ${1+"$@"} shift ;; # Separate optargs to short options: -W*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "$func_split_short_opt_arg" ${1+"$@"} shift ;; # Separate non-argument short options: -\?*|-h*|-v*|-x*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "-$func_split_short_opt_arg" ${1+"$@"} shift ;; --) break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac done # save modified positional parameters for caller func_quote_for_eval ${1+"$@"} func_parse_options_result=$func_quote_for_eval_result } # func_validate_options [ARG]... # ------------------------------ # Perform any sanity checks on option settings and/or unconsumed # arguments. func_hookable func_validate_options func_validate_options () { $debug_cmd # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" func_run_hooks func_validate_options ${1+"$@"} # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE # save modified positional parameters for caller func_validate_options_result=$func_run_hooks_result } ## ----------------- ## ## Helper functions. ## ## ----------------- ## # This section contains the helper functions used by the rest of the # hookable option parser framework in ascii-betical order. # func_fatal_help ARG... # ---------------------- # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { $debug_cmd eval \$ECHO \""Usage: $usage"\" eval \$ECHO \""$fatal_help"\" func_error ${1+"$@"} exit $EXIT_FAILURE } # func_help # --------- # Echo long help message to standard output and exit. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message" exit 0 } # func_missing_arg ARGNAME # ------------------------ # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { $debug_cmd func_error "Missing argument for '$1'." exit_cmd=exit } # func_split_equals STRING # ------------------------ # Set func_split_equals_lhs and func_split_equals_rhs shell variables after # splitting STRING at the '=' sign. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_equals () { $debug_cmd func_split_equals_lhs=${1%%=*} func_split_equals_rhs=${1#*=} test "x$func_split_equals_lhs" = "x$1" \ && func_split_equals_rhs= }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_equals () { $debug_cmd func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` func_split_equals_rhs= test "x$func_split_equals_lhs" = "x$1" \ || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` } fi #func_split_equals # func_split_short_opt SHORTOPT # ----------------------------- # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_short_opt () { $debug_cmd func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"} }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_short_opt () { $debug_cmd func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` } fi #func_split_short_opt # func_usage # ---------- # Echo short help message to standard output and exit. func_usage () { $debug_cmd func_usage_message $ECHO "Run '$progname --help |${PAGER-more}' for full usage" exit 0 } # func_usage_message # ------------------ # Echo short help message to standard output. func_usage_message () { $debug_cmd eval \$ECHO \""Usage: $usage"\" echo $SED -n 's|^# || /^Written by/{ x;p;x } h /^Written by/q' < "$progpath" echo eval \$ECHO \""$usage_message"\" } # func_version # ------------ # Echo version message to standard output and exit. func_version () { $debug_cmd printf '%s\n' "$progname $scriptversion" $SED -n ' /(C)/!b go :more /\./!{ N s|\n# | | b more } :go /^# Written by /,/# warranty; / { s|^# || s|^# *$|| s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| p } /^# Written by / { s|^# || p } /^warranty; /q' < "$progpath" exit $? } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: # Set a version string. scriptversion='(GNU libtool) 2.4.6' # func_echo ARG... # ---------------- # Libtool also displays the current mode in messages, so override # funclib.sh func_echo with this custom definition. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" done IFS=$func_echo_IFS } # func_warning ARG... # ------------------- # Libtool warnings are not categorized, so override funclib.sh # func_warning with this simpler definition. func_warning () { $debug_cmd $warning_func ${1+"$@"} } ## ---------------- ## ## Options parsing. ## ## ---------------- ## # Hook in the functions to make sure our own options are parsed during # the option parsing loop. usage='$progpath [OPTION]... [MODE-ARG]...' # Short help message in response to '-h'. usage_message="Options: --config show all configuration variables --debug enable verbose shell tracing -n, --dry-run display commands without modifying any files --features display basic configuration information and exit --mode=MODE use operation mode MODE --no-warnings equivalent to '-Wnone' --preserve-dup-deps don't remove duplicate dependency libraries --quiet, --silent don't print informational messages --tag=TAG use configuration variables from tag TAG -v, --verbose print more informational messages than default --version print version information -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -h, --help, --help-all print short, long, or detailed help message " # Additional text appended to 'usage_message' in response to '--help'. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message MODE must be one of the following: clean remove files from the build directory compile compile a source file into a libtool object execute automatically set library path, then run a program finish complete the installation of libtool libraries install install libraries or executables link create a library or an executable uninstall remove libraries from an installed directory MODE-ARGS vary depending on the MODE. When passed as first option, '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. Try '$progname --help --mode=MODE' for a more detailed description of MODE. When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: $host shell: $SHELL compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) version: $progname (GNU libtool) 2.4.6 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` Report bugs to . GNU libtool home page: . General help using GNU software: ." exit 0 } # func_lo2o OBJECT-NAME # --------------------- # Transform OBJECT-NAME from a '.lo' suffix to the platform specific # object suffix. lo2o=s/\\.lo\$/.$objext/ o2lo=s/\\.$objext\$/.lo/ if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_lo2o () { case $1 in *.lo) func_lo2o_result=${1%.lo}.$objext ;; * ) func_lo2o_result=$1 ;; esac }' # func_xform LIBOBJ-OR-SOURCE # --------------------------- # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) # suffix to a '.lo' libtool-object suffix. eval 'func_xform () { func_xform_result=${1%.*}.lo }' else # ...otherwise fall back to using sed. func_lo2o () { func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` } func_xform () { func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` } fi # func_fatal_configuration ARG... # ------------------------------- # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { func__fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } # func_config # ----------- # Display the configuration for all the tags in this script. func_config () { re_begincf='^# ### BEGIN LIBTOOL' re_endcf='^# ### END LIBTOOL' # Default configuration. $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" # Now print the configurations for the tags. for tagname in $taglist; do $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" done exit $? } # func_features # ------------- # Display the features supported by this script. func_features () { echo "host: $host" if test yes = "$build_libtool_libs"; then echo "enable shared libraries" else echo "disable shared libraries" fi if test yes = "$build_old_libs"; then echo "enable static libraries" else echo "disable static libraries" fi exit $? } # func_enable_tag TAGNAME # ----------------------- # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { # Global variable: tagname=$1 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" sed_extractcf=/$re_begincf/,/$re_endcf/p # Validate tagname. case $tagname in *[!-_A-Za-z0-9,/]*) func_fatal_error "invalid tag name: $tagname" ;; esac # Don't test for the "default" C tag, as we know it's # there but not specially marked. case $tagname in CC) ;; *) if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # func_check_version_match # ------------------------ # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } # libtool_options_prep [ARG]... # ----------------------------- # Preparation for options parsed by libtool. libtool_options_prep () { $debug_mode # Option defaults: opt_config=false opt_dlopen= opt_dry_run=false opt_help=false opt_mode= opt_preserve_dup_deps=false opt_quiet=false nonopt= preserve_args= # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Pass back the list of options. func_quote_for_eval ${1+"$@"} libtool_options_prep_result=$func_quote_for_eval_result } func_add_hook func_options_prep libtool_options_prep # libtool_parse_options [ARG]... # --------------------------------- # Provide handling for libtool specific options. libtool_parse_options () { $debug_cmd # Perform our own loop to consume as many options as possible in # each iteration. while test $# -gt 0; do _G_opt=$1 shift case $_G_opt in --dry-run|--dryrun|-n) opt_dry_run=: ;; --config) func_config ;; --dlopen|-dlopen) opt_dlopen="${opt_dlopen+$opt_dlopen }$1" shift ;; --preserve-dup-deps) opt_preserve_dup_deps=: ;; --features) func_features ;; --finish) set dummy --mode finish ${1+"$@"}; shift ;; --help) opt_help=: ;; --help-all) opt_help=': help-all' ;; --mode) test $# = 0 && func_missing_arg $_G_opt && break opt_mode=$1 case $1 in # Valid mode arguments: clean|compile|execute|finish|install|link|relink|uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $_G_opt" exit_cmd=exit break ;; esac shift ;; --no-silent|--no-quiet) opt_quiet=false func_append preserve_args " $_G_opt" ;; --no-warnings|--no-warning|--no-warn) opt_warning=false func_append preserve_args " $_G_opt" ;; --no-verbose) opt_verbose=false func_append preserve_args " $_G_opt" ;; --silent|--quiet) opt_quiet=: opt_verbose=false func_append preserve_args " $_G_opt" ;; --tag) test $# = 0 && func_missing_arg $_G_opt && break opt_tag=$1 func_append preserve_args " $_G_opt $1" func_enable_tag "$1" shift ;; --verbose|-v) opt_quiet=false opt_verbose=: func_append preserve_args " $_G_opt" ;; # An option not handled by this hook function: *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac done # save modified positional parameters for caller func_quote_for_eval ${1+"$@"} libtool_parse_options_result=$func_quote_for_eval_result } func_add_hook func_parse_options libtool_parse_options # libtool_validate_options [ARG]... # --------------------------------- # Perform any sanity checks on option settings and/or unconsumed # arguments. libtool_validate_options () { # save first non-option argument if test 0 -lt $#; then nonopt=$1 shift fi # preserve --debug test : = "$debug_cmd" || func_append preserve_args " --debug" case $host in # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps ;; esac $opt_help || { # Sanity checks first: func_check_version_match test yes != "$build_libtool_libs" \ && test yes != "$build_old_libs" \ && func_fatal_configuration "not configured to build any kind of library" # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$opt_dlopen" && test execute != "$opt_mode"; then func_error "unrecognized option '-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help=$help help="Try '$progname --help --mode=$opt_mode' for more information." } # Pass back the unparsed argument list func_quote_for_eval ${1+"$@"} libtool_validate_options_result=$func_quote_for_eval_result } func_add_hook func_validate_options libtool_validate_options # Process options as early as possible so that --help and --version # can return quickly. func_options ${1+"$@"} eval set dummy "$func_options_result"; shift ## ----------- ## ## Main. ## ## ----------- ## magic='%%%MAGIC variable%%%' magic_exe='%%%MAGIC EXE variable%%%' # Global variables. extracted_archives= extracted_serial=0 # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } # func_generated_by_libtool # True iff stdin has been generated by Libtool. This function is only # a basic sanity check; it will hardly flush out determined imposters. func_generated_by_libtool_p () { $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p } # func_lalib_unsafe_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if 'file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case $lalib_p_line in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test yes = "$lalib_p" } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { test -f "$1" && $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $debug_cmd save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # 'FILE.' does not work on cygwin managed mounts. func_source () { $debug_cmd case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_resolve_sysroot PATH # Replace a leading = in PATH with a sysroot. Store the result into # func_resolve_sysroot_result func_resolve_sysroot () { func_resolve_sysroot_result=$1 case $func_resolve_sysroot_result in =*) func_stripname '=' '' "$func_resolve_sysroot_result" func_resolve_sysroot_result=$lt_sysroot$func_stripname_result ;; esac } # func_replace_sysroot PATH # If PATH begins with the sysroot, replace it with = and # store the result into func_replace_sysroot_result. func_replace_sysroot () { case $lt_sysroot:$1 in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" func_replace_sysroot_result='='$func_stripname_result ;; *) # Including no sysroot. func_replace_sysroot_result=$1 ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $debug_cmd if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with '--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=$1 if test yes = "$build_libtool_libs"; then write_lobj=\'$2\' else write_lobj=none fi if test yes = "$build_old_libs"; then write_oldobj=\'$3\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T </dev/null` if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | $SED -e "$sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi fi } # end: func_convert_core_file_wine_to_w32 # func_convert_core_path_wine_to_w32 ARG # Helper function used by path conversion functions when $build is *nix, and # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly # configured wine environment available, with the winepath program in $build's # $PATH. Assumes ARG has no leading or trailing path separator characters. # # ARG is path to be converted from $build format to win32. # Result is available in $func_convert_core_path_wine_to_w32_result. # Unconvertible file (directory) names in ARG are skipped; if no directory names # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { $debug_cmd # unfortunately, winepath doesn't convert paths, only file names func_convert_core_path_wine_to_w32_result= if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" if test -n "$func_convert_core_file_wine_to_w32_result"; then if test -z "$func_convert_core_path_wine_to_w32_result"; then func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi fi done IFS=$oldIFS fi } # end: func_convert_core_path_wine_to_w32 # func_cygpath ARGS... # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or # (2), returns the Cygwin file name or path in func_cygpath_result (input # file name or path is assumed to be in w32 format, as previously converted # from $build's *nix or MSYS format). In case (3), returns the w32 file name # or path in func_cygpath_result (input file name or path is assumed to be in # Cygwin format). Returns an empty string on error. # # ARGS are passed to cygpath, with the last one being the file name or path to # be converted. # # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH # environment variable; do not put it in $PATH. func_cygpath () { $debug_cmd if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then # on failure, ensure result is empty func_cygpath_result= fi else func_cygpath_result= func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" fi } #end: func_cygpath # func_convert_core_msys_to_w32 ARG # Convert file name or path ARG from MSYS format to w32 format. Return # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { $debug_cmd # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 # func_convert_file_check ARG1 ARG2 # Verify that ARG1 (a file name in $build format) was converted to $host # format in ARG2. Otherwise, emit an error message, but continue (resetting # func_to_host_file_result to ARG1). func_convert_file_check () { $debug_cmd if test -z "$2" && test -n "$1"; then func_error "Could not determine host file name corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_file_result=$1 fi } # end func_convert_file_check # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH # Verify that FROM_PATH (a path in $build format) was converted to $host # format in TO_PATH. Otherwise, emit an error message, but continue, resetting # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { $debug_cmd if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" func_error " '$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. if test "x$1" != "x$2"; then lt_replace_pathsep_chars="s|$1|$2|g" func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else func_to_host_path_result=$3 fi fi } # end func_convert_path_check # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { $debug_cmd case $4 in $1 ) func_to_host_path_result=$3$func_to_host_path_result ;; esac case $4 in $2 ) func_append func_to_host_path_result "$3" ;; esac } # end func_convert_path_front_back_pathsep ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## # invoked via '$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. # func_to_host_file ARG # Converts the file name ARG from $build format to $host format. Return result # in func_to_host_file_result. func_to_host_file () { $debug_cmd $to_host_file_cmd "$1" } # end func_to_host_file # func_to_tool_file ARG LAZY # converts the file name ARG from $build format to toolchain format. Return # result in func_to_tool_file_result. If the conversion in use is listed # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { $debug_cmd case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 ;; *) $to_tool_file_cmd "$1" func_to_tool_file_result=$func_to_host_file_result ;; esac } # end func_to_tool_file # func_convert_file_noop ARG # Copy ARG to func_to_host_file_result. func_convert_file_noop () { func_to_host_file_result=$1 } # end func_convert_file_noop # func_convert_file_msys_to_w32 ARG # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_file_result. func_convert_file_msys_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_to_host_file_result=$func_convert_core_msys_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_w32 # func_convert_file_cygwin_to_w32 ARG # Convert file name ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. func_to_host_file_result=`cygpath -m "$1"` fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_cygwin_to_w32 # func_convert_file_nix_to_w32 ARG # Convert file name ARG from *nix to w32 format. Requires a wine environment # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" func_to_host_file_result=$func_convert_core_file_wine_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_w32 # func_convert_file_msys_to_cygwin ARG # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_cygwin # func_convert_file_nix_to_cygwin ARG # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed # in a wine environment, working winepath, and LT_CYGPATH set. Returns result # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_cygwin ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# # invoked via '$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. # # Path separators are also converted from $build format to $host format. If # ARG begins or ends with a path separator character, it is preserved (but # converted to $host format) on output. # # All path conversion functions are named using the following convention: # file name conversion function : func_convert_file_X_to_Y () # path conversion function : func_convert_path_X_to_Y () # where, for any given $build/$host combination the 'X_to_Y' value is the # same. If conversion functions are added for new $build/$host combinations, # the two new functions must follow this pattern, or func_init_to_host_path_cmd # will break. # func_init_to_host_path_cmd # Ensures that function "pointer" variable $to_host_path_cmd is set to the # appropriate value, based on the value of $to_host_file_cmd. to_host_path_cmd= func_init_to_host_path_cmd () { $debug_cmd if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" to_host_path_cmd=func_convert_path_$func_stripname_result fi } # func_to_host_path ARG # Converts the path ARG from $build format to $host format. Return result # in func_to_host_path_result. func_to_host_path () { $debug_cmd func_init_to_host_path_cmd $to_host_path_cmd "$1" } # end func_to_host_path # func_convert_path_noop ARG # Copy ARG to func_to_host_path_result. func_convert_path_noop () { func_to_host_path_result=$1 } # end func_convert_path_noop # func_convert_path_msys_to_w32 ARG # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_path_result. func_convert_path_msys_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; # and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_msys_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_msys_to_w32 # func_convert_path_cygwin_to_w32 ARG # Convert path ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_cygwin_to_w32 # func_convert_path_nix_to_w32 ARG # Convert path ARG from *nix to w32 format. Requires a wine environment and # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_path_wine_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_nix_to_w32 # func_convert_path_msys_to_cygwin ARG # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_msys_to_cygwin # func_convert_path_nix_to_cygwin ARG # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a # a wine environment, working winepath, and LT_CYGPATH set. Returns result in # func_to_host_file_result. func_convert_path_nix_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_nix_to_cygwin # func_dll_def_p FILE # True iff FILE is a Windows DLL '.def' file. # Keep in sync with _LT_DLL_DEF_P in libtool.m4 func_dll_def_p () { $debug_cmd func_dll_def_p_tmp=`$SED -n \ -e 's/^[ ]*//' \ -e '/^\(;.*\)*$/d' \ -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ -e q \ "$1"` test DEF = "$func_dll_def_p_tmp" } # func_mode_compile arg... func_mode_compile () { $debug_cmd # Get the compilation command and the source file. base_compile= srcfile=$nonopt # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= pie_flag= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg=$arg arg_mode=normal ;; target ) libobj=$arg arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) test -n "$libobj" && \ func_fatal_error "you cannot specify '-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) func_append later " $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= save_ifs=$IFS; IFS=, for arg in $args; do IFS=$save_ifs func_append_quoted lastarg "$arg" done IFS=$save_ifs func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. func_append base_compile " $lastarg" continue ;; *) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg=$srcfile srcfile=$arg ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in arg) func_fatal_error "you must specify an argument for -Xcompile" ;; target) func_fatal_error "you must specify a target with '-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" libobj=$func_basename_result } ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo case $libobj in *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; esac case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) func_fatal_error "cannot determine name of library object from '$libobj'" ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -shared) test yes = "$build_libtool_libs" \ || func_fatal_configuration "cannot build a shared library" build_old_libs=no continue ;; -static) build_libtool_libs=no build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname=$func_basename_result xdir=$func_dirname_result lobj=$xdir$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test yes = "$build_old_libs"; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test no = "$compiler_c_o"; then output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext lockfile=$output_obj.lock else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test yes = "$need_locks"; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test warn = "$need_locks"; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test no != "$pic_mode"; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test yes = "$suppress_opt"; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test yes = "$build_old_libs"; then if test yes != "$pic_mode"; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test yes = "$compiler_c_o"; then func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test no != "$need_locks"; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test compile = "$opt_mode" && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only -shared do not build a '.o' file suitable for static linking -static only build a '.o' file suitable for static linking -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a 'standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix '.c' with the library object suffix, '.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to '-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the '--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the 'install' or 'cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE use a list of object files found in FILE to specify objects -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with '-') are ignored. Every other argument is treated as a filename. Files ending in '.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in '.la', then a libtool library is created, only library objects ('.lo' files) may be specified, and '-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created using 'ar' and 'ranlib', or on Windows using 'lib'. If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode '$opt_mode'" ;; esac echo $ECHO "Try '$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then if test : = "$opt_help"; then func_mode_help else { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done } | $SED -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do echo func_mode_help done } | $SED '1d /^When reporting/,/^Report/{ H d } $x /information about other modes/d /more detailed .*MODE/d s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' fi exit $? fi # func_mode_execute arg... func_mode_execute () { $debug_cmd # The first argument is the command name. cmd=$nonopt test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "'$file' is not a file" dir= case $file in *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "'$file' was not linked with '-export-dynamic'" continue fi func_dirname "$file" "" "." dir=$func_dirname_result if test -f "$dir/$objdir/$dlname"; then func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir=$func_dirname_result ;; *) func_warning "'-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir=$absdir # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic=$magic # Check if any of the arguments is a wrapper script. args= for file do case $file in -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file=$progdir/$program elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file=$progdir/$program fi ;; esac # Quote arguments (to preserve shell metacharacters). func_append_quoted args "$file" done if $opt_dry_run; then # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS else if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd=\$cmd$args fi } test execute = "$opt_mode" && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $debug_cmd libs= libdirs= admincmds= for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then func_append libs " $opt" else func_warning "'$opt' is not a valid libtool archive" fi else func_fatal_error "invalid argument '$opt'" fi done if test -n "$libs"; then if test -n "$lt_sysroot"; then sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" else sysroot_cmd= fi # Remove sysroot references if $opt_dry_run; then for lib in $libs; do echo "removing references to $lt_sysroot and '=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done ${RM}r "$tmpdir" fi fi if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. $opt_quiet && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" echo "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" echo "specify the full pathname of the library, or use the '-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then echo " - add LIBDIR to the '$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then echo " - add LIBDIR to the '$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the '$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" fi echo echo "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" echo "pages." ;; *) echo "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac echo "----------------------------------------------------------------------" fi exit $EXIT_SUCCESS } test finish = "$opt_mode" && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $debug_cmd # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || # Allow the use of GNU shtool's install command. case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; *) install_cp=false ;; esac # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=false stripme= no_mode=: for arg do arg2= if test -n "$dest"; then func_append files " $dest" dest=$arg continue fi case $arg in -d) isdir=: ;; -f) if $install_cp; then :; else prev=$arg fi ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then if test X-m = "X$prev" && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then func_quote_for_eval "$arg2" fi func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the '$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_for_eval "$install_override_mode" func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=: if $isdir; then destdir=$dest destname= else func_dirname_and_basename "$dest" "" "." destdir=$func_dirname_result destname=$func_basename_result # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "'$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "'$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. func_append staticlibs " $file" ;; *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir=$func_dirname_result func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking '$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname=$1 shift srcname=$realname test -n "$relink_command" && srcname=${realname}T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme=$stripme case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme= ;; esac ;; os2*) case $realname in *_dll.a) tstripme= ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try 'ln -sf' first, because the 'ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib=$destdir/$realname func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name=$func_basename_result instname=$dir/${name}i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest=$destfile destfile= ;; *) func_fatal_help "cannot copy a libtool object to '$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test yes = "$build_old_libs"; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext= case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=.exe fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script '$wrapper'" finalize=: for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` if test -n "$libdir" && test ! -f "$libfile"; then func_warning "'$lib' has not been installed in '$libdir'" finalize=false fi done relink_command= func_source "$wrapper" outputname= if test no = "$fast_install" && test -n "$relink_command"; then $opt_dry_run || { if $finalize; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file=$func_basename_result outputname=$tmpdir/$file # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink '$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file=$outputname else func_warning "cannot relink '$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name=$func_basename_result # Set up the ranlib parameters. oldlib=$destdir/$name func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run '$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test install = "$opt_mode" && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $debug_cmd my_outputname=$1 my_originator=$2 my_pic_p=${3-false} my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms=${my_outputname}S.c else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist=$output_objdir/$my_outputname.nm func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* External symbol declarations for the compiler. */\ " if test yes = "$dlself"; then func_verbose "generating symbol list for '$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 func_verbose "extracting global C symbols from '$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols=$output_objdir/$outputname.exp $opt_dry_run || { $RM $export_symbols eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from '$dlprefile'" func_basename "$dlprefile" name=$func_basename_result case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" dlprefile_dlbasename= if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` if test -n "$dlprefile_dlname"; then func_basename "$dlprefile_dlname" dlprefile_dlbasename=$func_basename_result else # no lafile. user explicitly requested -dlpreopen . $sharedlib_from_linklib_cmd "$dlprefile" dlprefile_dlbasename=$sharedlib_from_linklib_result fi fi $opt_dry_run || { if test -n "$dlprefile_dlbasename"; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" eval '$ECHO ": $name " >> "$nlist"' fi func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" } else # not an import lib $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } fi ;; *) $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } ;; esac done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi func_show_eval '$RM "${nlist}I"' if test -n "$global_symbol_to_import"; then eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' fi echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[];\ " if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ static void lt_syminit(void) { LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; for (; symbol->name; ++symbol) {" $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" echo >> "$output_objdir/$my_dlsyms" "\ } }" fi echo >> "$output_objdir/$my_dlsyms" "\ LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = { {\"$my_originator\", (void *) 0}," if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ {\"@INIT@\", (void *) <_syminit}," fi case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) $my_pic_p && pic_flag_for_symtable=" $pic_flag" ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) func_append symtab_cflags " $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' # Transform the symbol file into the correct name. symfileobj=$output_objdir/${my_outputname}S.$objext case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for '$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } # func_cygming_gnu_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is a GNU/binutils-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_gnu_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` test -n "$func_cygming_gnu_implib_tmp" } # func_cygming_ms_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is an MS-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_ms_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` test -n "$func_cygming_ms_implib_tmp" } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. # Despite the name, also deal with 64 bit binaries. func_win32_libid () { $debug_cmd win32_libid_type=unknown win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then case $nm_interface in "MS dumpbin") if func_cygming_ms_implib_p "$1" || func_cygming_gnu_implib_p "$1" then win32_nmres=import else win32_nmres= fi ;; *) func_to_tool_file "$1" func_convert_file_msys_to_w32 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ s|.*|import| p q } }'` ;; esac case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_cygming_dll_for_implib ARG # # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { $debug_cmd sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs # # The is the core of a fallback implementation of a # platform-specific function to extract the name of the # DLL associated with the specified import library LIBNAME. # # SECTION_NAME is either .idata$6 or .idata$7, depending # on the platform and compiler that created the implib. # # Echos the name of the DLL associated with the # specified import library. func_cygming_dll_for_implib_fallback_core () { $debug_cmd match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ # Place marker at beginning of archive member dllname section s/.*/====MARK====/ p d } # These lines can sometimes be longer than 43 characters, but # are always uninteresting /:[ ]*file format pe[i]\{,1\}-/d /^In archive [^:]*:/d # Ensure marker is printed /^====MARK====/p # Remove all lines with less than 43 characters /^.\{43\}/!d # From remaining lines, remove first 43 characters s/^.\{43\}//' | $SED -n ' # Join marker and all lines until next marker into a single line /^====MARK====/ b para H $ b para b :para x s/\n//g # Remove the marker s/^====MARK====// # Remove trailing dots and whitespace s/[\. \t]*$// # Print /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the # archive that possess that section. Heuristic: eliminate # all those that have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually # begins with a literal '.' or a single character followed by # a '.'. # # Of those that remain, print the first one. $SED -e '/^\./d;/^.\./d;q' } # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # # This fallback implementation is for use when $DLLTOOL # does not support the --identify-strict option. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { $debug_cmd if func_cygming_gnu_implib_p "$1"; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` elif func_cygming_ms_implib_p "$1"; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown sharedlib_from_linklib_result= fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { $debug_cmd f_ex_an_ar_dir=$1; shift f_ex_an_ar_oldlib=$1 if test yes = "$lock_old_archive_extraction"; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' if test yes = "$lock_old_archive_extraction"; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $debug_cmd my_gentop=$1; shift my_oldlibs=${1+"$@"} my_oldobjs= my_xlib= my_xabs= my_xdir= for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib=$func_basename_result my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir=$my_gentop/$my_xlib_u func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` func_basename "$darwin_archive" darwin_base_archive=$func_basename_result darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches; do func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" cd "unfat-$$/$darwin_base_archive-$darwin_arch" func_extract_an_archive "`pwd`" "$darwin_base_archive" cd "$darwin_curdir" $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result=$my_oldobjs } # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory where it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" func_quote "$ECHO" qECHO=$func_quote_result $ECHO "\ # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper # /script/ and the wrapper /executable/ that is used only on # windows platforms, and (c) all begin with the string "--lt-" # (application programs are unlikely to have options that match # this pattern). # # There are only two supported options: --lt-debug and # --lt-dump-script. There is, deliberately, no --lt-help. # # The first argument to this parsing function should be the # script's $0 value, followed by "$@". lt_option_debug= func_parse_lt_options () { lt_script_arg0=\$0 shift for lt_opt do case \"\$lt_opt\" in --lt-debug) lt_option_debug=1 ;; --lt-dump-script) lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` cat \"\$lt_dump_D/\$lt_dump_F\" exit 0 ;; --lt-*) \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 exit 1 ;; esac done # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 fi } # Used when --lt-debug. Prints its arguments to stdout # (redirection is the responsibility of the caller) func_lt_dump_args () { lt_dump_args_N=1; for lt_arg do \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } # Core function for launching the target application func_exec_program_core () { " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 } # A function to encapsulate launching the target application # Strips options in the --lt-* namespace from \$@ and # launches target application with the remaining arguments. func_exec_program () { case \" \$* \" in *\\ --lt-*) for lt_wr_arg do case \$lt_wr_arg in --lt-*) ;; *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; esac shift done ;; esac func_exec_program_core \${1+\"\$@\"} } # Parse options func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test yes = "$fast_install"; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else \$ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # fixup the dll searchpath if we need to. # # Fix the DLL searchpath if we need to. Do this before prepending # to shlibpath, because on Windows, both are PATH and uninstalled # libraries must come first. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi # Export our shlibpath_var if we have one. if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include #else # include # include # ifdef __CYGWIN__ # include # endif #endif #include #include #include #include #include #include #include #include #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* declarations of non-ANSI functions */ #if defined __MINGW32__ # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif #elif defined __CYGWIN__ # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif /* #elif defined other_platform || defined ... */ #endif /* portability defines, excluding path handling macros */ #if defined _MSC_VER # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC #elif defined __MINGW32__ # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv #elif defined __CYGWIN__ # define HAVE_SETENV # define FOPEN_WB "wb" /* #elif defined other platforms ... */ #endif #if defined PATH_MAX # define LT_PATHMAX PATH_MAX #elif defined MAXPATHLEN # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif /* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ defined __OS2__ # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free (stale); stale = 0; } \ } while (0) #if defined LT_DEBUGWRAPPER static int lt_debug = 1; #else static int lt_debug = 0; #endif const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_debugprintf (const char *file, int line, const char *fmt, ...); void lt_fatal (const char *file, int line, const char *message, ...); static const char *nonnull (const char *s); static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); char **prepare_spawn (char **argv); void lt_dump_script (FILE *f); EOF cat <= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; size_t tmp_len; char *concat_name; lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined HAVE_DOS_BASED_FILE_SYSTEM if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined HAVE_DOS_BASED_FILE_SYSTEM } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = (size_t) (q - p); p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { lt_debugprintf (__FILE__, __LINE__, "checking path component for symlinks: %s\n", tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { lt_fatal (__FILE__, __LINE__, "error accessing file \"%s\": %s", tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal (__FILE__, __LINE__, "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (STREQ (str, pat)) *str = '\0'; } return str; } void lt_debugprintf (const char *file, int line, const char *fmt, ...) { va_list args; if (lt_debug) { (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } } static void lt_error_core (int exit_status, const char *file, int line, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } static const char * nonnull (const char *s) { return s ? s : "(null)"; } static const char * nonempty (const char *s) { return (s && !*s) ? "(empty)" : nonnull (s); } void lt_setenv (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_setenv) setting '%s' to '%s'\n", nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else size_t len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { size_t orig_value_len = strlen (orig_value); size_t add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } void lt_update_exe_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ size_t len = strlen (new_value); while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[--len] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF case $host_os in mingw*) cat <<"EOF" /* Prepares an argument vector before calling spawn(). Note that spawn() does not by itself call the command interpreter (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&v); v.dwPlatformId == VER_PLATFORM_WIN32_NT; }) ? "cmd.exe" : "command.com"). Instead it simply concatenates the arguments, separated by ' ', and calls CreateProcess(). We must quote the arguments since Win32 CreateProcess() interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a special way: - Space and tab are interpreted as delimiters. They are not treated as delimiters if they are surrounded by double quotes: "...". - Unescaped double quotes are removed from the input. Their only effect is that within double quotes, space and tab are treated like normal characters. - Backslashes not followed by double quotes are not special. - But 2*n+1 backslashes followed by a double quote become n backslashes followed by a double quote (n >= 0): \" -> " \\\" -> \" \\\\\" -> \\" */ #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" char ** prepare_spawn (char **argv) { size_t argc; char **new_argv; size_t i; /* Count number of arguments. */ for (argc = 0; argv[argc] != NULL; argc++) ; /* Allocate new argument vector. */ new_argv = XMALLOC (char *, argc + 1); /* Put quoted arguments into the new argument vector. */ for (i = 0; i < argc; i++) { const char *string = argv[i]; if (string[0] == '\0') new_argv[i] = xstrdup ("\"\""); else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) { int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); size_t length; unsigned int backslashes; const char *s; char *quoted_string; char *p; length = 0; backslashes = 0; if (quote_around) length++; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') length += backslashes + 1; length++; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) length += backslashes + 1; quoted_string = XMALLOC (char, length + 1); p = quoted_string; backslashes = 0; if (quote_around) *p++ = '"'; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') { unsigned int j; for (j = backslashes + 1; j > 0; j--) *p++ = '\\'; } *p++ = c; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) { unsigned int j; for (j = backslashes; j > 0; j--) *p++ = '\\'; *p++ = '"'; } *p = '\0'; new_argv[i] = quoted_string; } else new_argv[i] = (char *) string; } new_argv[argc] = NULL; return new_argv; } EOF ;; esac cat <<"EOF" void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | $SED -n -e ' s/^\(.\{79\}\)\(..*\)/\1\ \2/ h s/\([\\"]\)/\\\1/g s/$/\\n/ s/\([^\n]*\).*/ fputs ("\1", f);/p g D' cat <<"EOF" } EOF } # end: func_emit_cwrapperexe_src # func_win32_import_lib_p ARG # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { $debug_cmd case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } # func_suncc_cstd_abi # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! # Several compiler flags select an ABI that is incompatible with the # Cstd library. Avoid specifying it if any are in CXXFLAGS. func_suncc_cstd_abi () { $debug_cmd case " $compile_command " in *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) suncc_use_cstd_abi=no ;; *) suncc_use_cstd_abi=yes ;; esac } # func_mode_link arg... func_mode_link () { $debug_cmd case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # what system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll that has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no bindir= dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= os2dllname= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=false prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module=$wl-single_module func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test yes != "$build_libtool_libs" \ && func_fatal_configuration "cannot build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg=$1 shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) bindir=$arg prev= continue ;; dlfiles|dlprefiles) $preload || { # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=: } case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test no = "$dlself"; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test dlprefiles = "$prev"; then dlself=yes elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test dlfiles = "$prev"; then func_append dlfiles " $arg" else func_append dlprefiles " $arg" fi prev= continue ;; esac ;; expsyms) export_symbols=$arg test -f "$arg" \ || func_fatal_error "symbol file '$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex=$arg prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir=$arg prev= continue ;; mllvm) # Clang does not use LLVM to link, so we can simply discard any # '-mllvm $arg' options when doing the link step. prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # func_append moreargs " $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result if test none != "$pic_object"; then # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object fi # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file '$arg' does not exist" fi arg=$save_arg prev= continue ;; os2dllname) os2dllname=$arg prev= continue ;; precious_regex) precious_files_regex=$arg prev= continue ;; release) release=-$arg prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test rpath = "$prev"; then case "$rpath " in *" $arg "*) ;; *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds=$arg prev= continue ;; weak) func_append weak_libs " $arg" prev= continue ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) func_append linker_flags " $qarg" func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg=$arg case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "'-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -bindir) prev=bindir continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test X-export-symbols = "X$arg"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between '-L' and '$1'" else func_fatal_error "need path for '-L' option" fi fi func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of '$dir'" dir=$absdir ;; esac case "$deplibs " in *" -L$dir "* | *" $arg "*) # Will only happen for absolute or sysroot arguments ;; *) # Preserve sysroot, but never include relative directories case $dir in [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; *) func_append deplibs " -L$dir" ;; esac func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac continue ;; -l*) if test X-lc = "X$arg" || test X-lm = "X$arg"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test X-lc = "X$arg" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc due to us having libc/libc_r. test X-lc = "X$arg" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test X-lc = "X$arg" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test X-lc = "X$arg" && continue ;; esac elif test X-lc_r = "X$arg"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi func_append deplibs " $arg" continue ;; -mllvm) prev=mllvm continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) single_module=$wl-multi_module continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "'-no-install' is ignored for $host" func_warning "assuming '-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -os2dllname) prev=os2dllname continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; =*) func_stripname '=' '' "$dir" dir=$lt_sysroot$func_stripname_result ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_for_eval "$flag" func_append arg " $func_quote_for_eval_result" func_append compiler_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_for_eval "$flag" func_append arg " $wl$func_quote_for_eval_result" func_append compiler_flags " $wl$func_quote_for_eval_result" func_append linker_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; # Flags to be passed through unchanged, with rationale: # -64, -mips[0-9] enable 64-bit mode for the SGI compiler # -r[0-9][0-9]* specify processor for the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler # +DA*, +DD* enable 64-bit mode for the HP compiler # -q* compiler args for the IBM compiler # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC # -fstack-protector* stack protector flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang # -fsanitize=* Clang/GCC memory and address sanitizer # -fuse-ld=* Linker select flags for GCC -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -specs=*|-fsanitize=*|-fuse-ld=*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" continue ;; -Z*) if test os2 = "`expr $host : '.*\(os2\)'`"; then # OS/2 uses -Zxxx to specify OS/2-specific options compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case $arg in -Zlinker | -Zstack) prev=xcompiler ;; esac continue else # Otherwise treat like 'Some other compiler flag' below func_quote_for_eval "$arg" arg=$func_quote_for_eval_result fi ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; *.$objext) # A standard object. func_append objs " $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result test none = "$pic_object" || { # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object } # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. func_append deplibs " $arg" func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. func_resolve_sysroot "$arg" if test dlfiles = "$prev"; then # This library was specified with -dlopen. func_append dlfiles " $func_resolve_sysroot_result" prev= elif test dlprefiles = "$prev"; then # The library was specified with -dlpreopen. func_append dlprefiles " $func_resolve_sysroot_result" prev= else func_append deplibs " $func_resolve_sysroot_result" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the '$prevarg' option requires an argument" if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname=$func_basename_result libobjs_save=$libobjs if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" # Definition is injected by LT_CONFIG during libtool generation. func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" func_dirname "$output" "/" "" output_objdir=$func_dirname_result$objdir func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_preserve_dup_deps; then case "$libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append libs " $deplib" done if test lib = "$linkmode"; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=false newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test lib,link = "$linkmode,$pass"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs=$tmp_deplibs fi if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass"; then libs=$deplibs deplibs= fi if test prog = "$linkmode"; then case $pass in dlopen) libs=$dlfiles ;; dlpreopen) libs=$dlprefiles ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test lib,dlpreopen = "$linkmode,$pass"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= func_resolve_sysroot "$lib" case $lib in *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do func_basename "$deplib" deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) func_append deplibs " $deplib" ;; esac done done libs=$dlprefiles fi if test dlopen = "$pass"; then # Collect dlpreopened libraries save_deplibs=$deplibs deplibs= fi for deplib in $libs; do lib= found=false case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append compiler_flags " $deplib" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) if test lib != "$linkmode" && test prog != "$linkmode"; then func_warning "'-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test lib = "$linkmode"; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib=$searchdir/lib$name$search_ext if test -f "$lib"; then if test .la = "$search_ext"; then found=: else found=false fi break 2 fi done done if $found; then # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll=$l done if test "X$ll" = "X$old_library"; then # only static version available found=false func_dirname "$lib" "" "." ladir=$func_dirname_result lib=$ladir/$old_library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi else # deplib doesn't seem to be a libtool library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi ;; # -l *.ltframework) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test conv = "$pass" && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi if test scan = "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "'-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test link = "$pass"; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) func_resolve_sysroot "$deplib" lib=$func_resolve_sysroot_result ;; *.$libext) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=false case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=: fi ;; pass_all) valid_a_lib=: ;; esac if $valid_a_lib; then echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" else echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." fi ;; esac continue ;; prog) if test link != "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test conv = "$pass"; then deplibs="$deplib $deplibs" elif test prog = "$linkmode"; then if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then # If there is no dlopen support or we're linking statically, # we need to preload. func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=: continue ;; esac # case $deplib $found || test -f "$lib" \ || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "'$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir=$func_dirname_result dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass" || { test prog != "$linkmode" && test lib != "$linkmode"; }; then test -n "$dlopen" && func_append dlfiles " $dlopen" test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test conv = "$pass"; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for '$lib'" fi # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" elif test prog != "$linkmode" && test lib != "$linkmode"; then func_fatal_error "'$lib' is not a convenience library" fi tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done continue fi # $pass = conv # Get the name of the library we link against. linklib= if test -n "$old_library" && { test yes = "$prefer_static_libs" || test built,no = "$prefer_static_libs,$installed"; }; then linklib=$old_library else for l in $old_library $library_names; do linklib=$l done fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for '$lib'" fi # This library was specified with -dlopen. if test dlopen = "$pass"; then test -z "$libdir" \ && func_fatal_error "cannot -dlopen a convenience library: '$lib'" if test -z "$dlname" || test yes != "$dlopen_support" || test no = "$build_libtool_libs" then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. func_append dlprefiles " $lib $dependency_libs" else func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of '$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir=$ladir fi ;; esac func_basename "$lib" laname=$func_basename_result # Find the relevant object directory and library name. if test yes = "$installed"; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library '$lib' was moved." dir=$ladir absdir=$abs_ladir libdir=$abs_ladir else dir=$lt_sysroot$libdir absdir=$lt_sysroot$libdir fi test yes = "$hardcode_automatic" && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir=$ladir absdir=$abs_ladir # Remove this search path later func_append notinst_path " $abs_ladir" else dir=$ladir/$objdir absdir=$abs_ladir/$objdir # Remove this search path later func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test dlpreopen = "$pass"; then if test -z "$libdir" && test prog = "$linkmode"; then func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" fi case $host in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present # (otherwise, the dlopen module name will be incorrect). We do # this by putting the import library name into $newdlprefiles. # We recover the dlopen module name by 'saving' the la file # name in a special purpose variable, and (later) extracting the # dlname from the la file. if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" func_append newdlprefiles " $dir/$linklib" else func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then func_append newdlprefiles " $dir/$dlname" else func_append newdlprefiles " $dir/$linklib" fi ;; esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test lib = "$linkmode"; then deplibs="$dir/$old_library $deplibs" elif test prog,link = "$linkmode,$pass"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test prog = "$linkmode" && test link != "$pass"; then func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=false if test no != "$link_all_deplibs" || test -z "$library_names" || test no = "$build_libtool_libs"; then linkalldeplibs=: fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? if $linkalldeplibs; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... if test prog,link = "$linkmode,$pass"; then if test -n "$library_names" && { { test no = "$prefer_static_libs" || test built,yes = "$prefer_static_libs,$installed"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then # Make sure the rpath contains only unique directories. case $temp_rpath: in *"$absdir:"*) ;; *) func_append temp_rpath "$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... if $alldeplibs && { test pass_all = "$deplibs_check_method" || { test yes = "$build_libtool_libs" && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test built = "$use_static_libs" && test yes = "$installed"; then use_static_libs=no fi if test -n "$library_names" && { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no ;; *) if test no = "$installed"; then func_append notinst_deplibs " $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule= for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule=$dlpremoduletest break fi done if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then echo if test prog = "$linkmode"; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test lib = "$linkmode" && test yes = "$hardcode_into_libs"; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname=$1 shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname=$dlname elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc* | *os2*) func_arith $current - $age major=$func_arith_result versuffix=-$major ;; esac eval soname=\"$soname_spec\" else soname=$realname fi # Make a new name for the extract_expsyms_cmds to use soroot=$soname func_basename "$soroot" soname=$func_basename_result func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from '$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for '$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test prog = "$linkmode" || test relink != "$opt_mode"; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test no = "$hardcode_direct"; then add=$dir/$linklib case $host in *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; *-*-sysv4*uw2*) add_dir=-L$dir ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir=-L$dir ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we cannot # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library"; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else add=$dir/$old_library fi elif test -n "$old_library"; then add=$dir/$old_library fi fi esac elif test no = "$hardcode_minus_L"; then case $host in *-*-sunos*) add_shlibpath=$dir ;; esac add_dir=-L$dir add=-l$name elif test no = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; relink) if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$dir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$absdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name elif test yes = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; *) lib_linked=no ;; esac if test yes != "$lib_linked"; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test prog = "$linkmode"; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test yes != "$hardcode_direct" && test yes != "$hardcode_minus_L" && test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi if test prog = "$linkmode" || test relink = "$opt_mode"; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$libdir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$libdir add=-l$name elif test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac add=-l$name elif test yes = "$hardcode_automatic"; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib"; then add=$inst_prefix_dir$libdir/$linklib else add=$libdir/$linklib fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir=-L$libdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name fi if test prog = "$linkmode"; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test prog = "$linkmode"; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test unsupported != "$hardcode_direct"; then test -n "$old_library" && linklib=$old_library compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test yes = "$build_libtool_libs"; then # Not a shared library if test pass_all != "$deplibs_check_method"; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo $ECHO "*** Warning: This system cannot link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." if test yes = "$module"; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test lib = "$linkmode"; then if test -n "$dependency_libs" && { test yes != "$hardcode_into_libs" || test yes = "$build_old_libs" || test yes = "$link_static"; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) func_append xrpath " $temp_xrpath";; esac;; *) func_append temp_deplibs " $libdir";; esac done dependency_libs=$temp_deplibs fi func_append newlib_search_path " $absdir" # Link against this library test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi func_append tmp_libs " $func_resolve_sysroot_result" done if test no != "$link_all_deplibs"; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path=$deplib ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of '$dir'" absdir=$dir fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names"; then for tmp in $deplibrary_names; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl"; then depdepl=$absdir/$objdir/$depdepl darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" path= fi fi ;; *) path=-L$absdir/$objdir ;; esac else eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "'$deplib' seems to be moved" path=-L$absdir fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test link = "$pass"; then if test prog = "$linkmode"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs=$newdependency_libs if test dlpreopen = "$pass"; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test dlopen != "$pass"; then test conv = "$pass" || { # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= } if test prog,link = "$linkmode,$pass"; then vars="compile_deplibs finalize_deplibs" else vars=deplibs fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) func_append tmp_libs " $deplib" ;; esac ;; *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Add Sun CC postdeps if required: test CXX = "$tagname" && { case $host_os in linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; solaris*) func_cc_basename "$CC" case $func_cc_basename_result in CC* | sunCC*) func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; esac } # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i= ;; esac if test -n "$i"; then func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass if test prog = "$linkmode"; then dlfiles=$newdlfiles fi if test prog = "$linkmode" || test lib = "$linkmode"; then dlprefiles=$newdlprefiles fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "'-R' is ignored for archives" test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "'-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "'-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs=$output func_append objs "$old_deplibs" ;; lib) # Make sure we only generate libraries of the form 'libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test no = "$module" \ && func_fatal_help "libtool library '$output' must begin with 'lib'" if test no != "$need_lib_prefix"; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test pass_all != "$deplibs_check_method"; then func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" func_append libobjs " $objs" fi fi test no = "$dlself" \ || func_warning "'-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test 1 -lt "$#" \ && func_warning "ignoring multiple '-rpath's for a libtool library" install_libdir=$1 oldlibs= if test -z "$rpath"; then if test yes = "$build_libtool_libs"; then # Building a libtool convenience library. # Some compilers have problems with a '.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "'-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs=$IFS; IFS=: set dummy $vinfo 0 0 0 shift IFS=$save_ifs test -n "$7" && \ func_fatal_help "too many parameters to '-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major=$1 number_minor=$2 number_revision=$3 # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # that has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor darwin|freebsd-elf|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_revision ;; freebsd-aout|qnx|sunos) current=$number_major revision=$number_minor age=0 ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_minor lt_irix_increment=no ;; esac ;; no) current=$1 revision=$2 age=$3 ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT '$current' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION '$revision' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE '$age' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE '$age' is greater than the current interface number '$current'" func_fatal_error "'$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" # On Darwin other compilers case $CC in nagfor*) verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" ;; *) verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; esac ;; freebsd-aout) major=.$current versuffix=.$current.$revision ;; freebsd-elf) func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; irix | nonstopux) if test no = "$lt_irix_increment"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring=$verstring_prefix$major.$revision # Add in all the interfaces that we are compatible with. loop=$revision while test 0 -ne "$loop"; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring_prefix$major.$iface:$verstring done # Before this point, $major must not contain '.'. major=.$major versuffix=$major.$revision ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=.$current.$age.$revision verstring=$current.$age.$revision # Add in all the interfaces that we are compatible with. loop=$age while test 0 -ne "$loop"; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring:$iface.0 done # Make executables depend on our current version. func_append verstring ":$current.0" ;; qnx) major=.$current versuffix=.$current ;; sco) major=.$current versuffix=.$current ;; sunos) major=.$current versuffix=.$current.$revision ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result versuffix=-$major ;; *) func_fatal_configuration "unknown library version type '$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring=0.0 ;; esac if test no = "$need_version"; then versuffix= else versuffix=.0.0 fi fi # Remove version info from name if versioning should be avoided if test yes,no = "$avoid_version,$need_version"; then major= versuffix= verstring= fi # Check to see if the archive will have undefined symbols. if test yes = "$allow_undefined"; then if test unsupported = "$allow_undefined_flag"; then if test yes = "$build_old_libs"; then func_warning "undefined symbols not allowed in $host shared libraries; building static only" build_libtool_libs=no else func_fatal_error "can't build $host shared library unless -no-undefined is specified" fi fi else # Don't allow undefined symbols. allow_undefined_flag=$no_undefined_flag fi fi func_generate_dlsyms "$libname" "$libname" : func_append libobjs " $symfileobj" test " " = "$libobjs" && libobjs= if test relink != "$opt_mode"; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) if test -n "$precious_files_regex"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi func_append removelist " $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles=$dlfiles dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles=$dlprefiles dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) func_append dlprefiles " $lib" ;; esac done if test yes = "$build_libtool_libs"; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test yes = "$build_libtool_need_lc"; then func_append deplibs " -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release= versuffix= major= newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` $nocaseglob else potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib=$potent_lib while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | $SED 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib= ;; esac fi if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib=$potent_lib # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs= tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test yes = "$allow_libtool_libs_with_static_runtimes"; then for i in $predeps $postdeps; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` done fi case $tmp_deplibs in *[!\ \ ]*) echo if test none = "$deplibs_check_method"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." fi echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes ;; esac ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test yes = "$droppeddeps"; then if test yes = "$module"; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" echo "*** a static module, that should work as long as the dlopening" echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else echo "*** The inter-library dependencies that have been dropped here will be" echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." if test no = "$allow_undefined"; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done deplibs=$new_libs # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test yes = "$build_libtool_libs"; then # Remove $wl instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac if test yes = "$hardcode_into_libs"; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath=$finalize_rpath test relink = "$opt_mode" || rpath=$compile_rpath$rpath for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath=$finalize_shlibpath test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname=$1 shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname=$realname fi if test -z "$dlname"; then dlname=$soname fi lib=$output_objdir/$realname linknames= for link do func_append linknames " $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols=$output_objdir/$libname.uexp func_append delfiles " $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile func_dll_def_p "$export_symbols" || { # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols=$export_symbols export_symbols= always_export_symbols=yes } fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs=$IFS; IFS='~' for cmd1 in $cmds; do IFS=$save_ifs # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) try_normal_branch=yes eval cmd=\"$cmd1\" func_len " $cmd" len=$func_len_result ;; *) try_normal_branch=no ;; esac if test yes = "$try_normal_branch" \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then func_show_eval "$cmd" 'exit $?' skipped_export=false elif test -n "$nm_file_list_spec"; then func_basename "$output" output_la=$func_basename_result save_libobjs=$libobjs save_output=$output output=$output_objdir/$output_la.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > "$output" eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' output=$save_output libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS=$save_ifs if test -n "$export_symbols_regex" && test : != "$skipped_export"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test : != "$skipped_export" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) func_append tmp_deplibs " $test_deplib" ;; esac done deplibs=$tmp_deplibs if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test yes = "$compiler_needs_object" && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $convenience func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test : != "$skipped_export" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output func_basename "$output" output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then output=$output_objdir/$output_la.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then output=$output_objdir/$output_la.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test yes = "$compiler_needs_object"; then firstobj="$1 " shift fi for obj do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-$k.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test -z "$objlist" || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test 1 -eq "$k"; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-$k.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-$k.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi func_append delfiles " $output" else output= fi ${skipped_export-false} && { func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi } test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs=$IFS; IFS='~' for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi ${skipped_export-false} && { if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi } libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs=$IFS; IFS='~' for cmd in $cmds; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs # Restore the uninstalled library and exit if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test yes = "$module" || test yes = "$export_dynamic"; then # On all known operating systems, these are identical. dlname=$soname fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "'-R' is ignored for objects" test -n "$vinfo" && \ func_warning "'-version-info' is ignored for objects" test -n "$release" && \ func_warning "'-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object '$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj=$output ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # if reload_cmds runs $LD directly, get rid of -Wl from # whole_archive_flag_spec and hope we can get by with turning comma # into space. case $reload_cmds in *\$LD[\ \$]*) wl= ;; esac if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags else gentop=$output_objdir/${obj}x func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # If we're not building shared, we need to use non_pic_objs test yes = "$build_libtool_libs" || libobjs=$non_pic_objects # Create the old-style object. reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs output=$obj func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi test yes = "$build_libtool_libs" || { if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS } if test -n "$pic_flag" || test default != "$pic_mode"; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output=$libobj func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "'-version-info' is ignored for programs" test -n "$release" && \ func_warning "'-release' is ignored for programs" $preload \ && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test CXX = "$tagname"; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) func_append compile_command " $wl-bind_at_load" func_append finalize_command " $wl-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done compile_deplibs=$new_libs func_append compile_command " $compile_deplibs" func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath=$rpath rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath=$rpath if test -n "$libobjs" && test yes = "$build_old_libs"; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" false # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=: case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=false ;; *cygwin* | *mingw* ) test yes = "$build_libtool_libs" || wrappers_required=false ;; *) if test no = "$need_relink" || test yes != "$build_libtool_libs"; then wrappers_required=false fi ;; esac $wrappers_required || { # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command=$compile_command$compile_rpath # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Delete the generated files. if test -f "$output_objdir/${outputname}S.$objext"; then func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' fi exit $exit_status } if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test yes = "$no_install"; then # We don't need to create a wrapper script. link_command=$compile_var$compile_command$compile_rpath # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi exit $EXIT_SUCCESS fi case $hardcode_action,$fast_install in relink,*) # Fast installation is not supported link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath func_warning "this platform does not like uninstalled shared libraries" func_warning "'$output' will be relinked during installation" ;; *,yes) link_command=$finalize_var$compile_command$finalize_rpath relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` ;; *,no) link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath ;; *,needless) link_command=$finalize_var$compile_command$finalize_rpath relink_command= ;; esac # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output_objdir/$outputname" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done func_quote "(cd `pwd`; $relink_command)" relink_command=$func_quote_result fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource=$output_path/$objdir/lt-$output_name.c cwrapper=$output_path/$output_name.exe $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host"; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do case $build_libtool_libs in convenience) oldobjs="$libobjs_save $symfileobj" addlibs=$convenience build_libtool_libs=no ;; module) oldobjs=$libobjs_save addlibs=$old_convenience build_libtool_libs=no ;; *) oldobjs="$old_deplibs $non_pic_objects" $preload && test -f "$symfileobj" \ && func_append oldobjs " $symfileobj" addlibs=$old_convenience ;; esac if test -n "$addlibs"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $addlibs func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else echo "copying selected object files to avoid basename conflicts..." gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase=$func_basename_result case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" func_append oldobjs " $gentop/$newobj" ;; *) func_append oldobjs " $obj" ;; esac done fi func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds elif test -n "$archiver_list_spec"; then func_verbose "using command file archive linking..." for obj in $oldobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > $output_objdir/$libname.libcmd func_to_tool_file "$output_objdir/$libname.libcmd" oldobjs=" $archiver_list_spec$func_to_tool_file_result" cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj"; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test -z "$oldobjs"; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test yes = "$build_old_libs" && old_library=$libname.$libext func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" func_quote "$relink_command" relink_command=$func_quote_result if test yes = "$hardcode_automatic"; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test yes = "$installed"; then if test -z "$install_libdir"; then break fi output=$output_objdir/${outputname}i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name=$func_basename_result func_resolve_sysroot "$deplib" eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -R$func_replace_sysroot_result" ;; *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs=$newdependency_libs newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; *) func_append newdlfiles " $lib" ;; esac done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done dlprefiles=$newdlprefiles else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlfiles " $abs" done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlprefiles " $abs" done dlprefiles=$newdlprefiles fi $RM $output # place dlname in correct position for cygwin # In fact, it would be nice if we could use this code for all target # systems that can't hard-code library paths into their executables # and that have no shared library path variable independent of PATH, # but it turns out we can't easily determine that from inspecting # libtool variables, so we have to hard-code the OSs to which it # applies here; at the moment, that means platforms that use the PE # object format with DLL files. See the long comment at the top of # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test -n "$bindir"; then func_relative_path "$install_libdir" "$bindir" tdlname=$func_relative_path_result/$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname fi ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that cannot go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test no,yes = "$installed,$need_relink"; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } if test link = "$opt_mode" || test relink = "$opt_mode"; then func_mode_link ${1+"$@"} fi # func_mode_uninstall arg... func_mode_uninstall () { $debug_cmd RM=$nonopt files= rmforce=false exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic for arg do case $arg in -f) func_append RM " $arg"; rmforce=: ;; -*) func_append RM " $arg" ;; *) func_append files " $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= for file in $files; do func_dirname "$file" "" "." dir=$func_dirname_result if test . = "$dir"; then odir=$objdir else odir=$dir/$objdir fi func_basename "$file" name=$func_basename_result test uninstall = "$opt_mode" && odir=$dir # Remember odir for removal later, being careful to avoid duplicates if test clean = "$opt_mode"; then case " $rmdirs " in *" $odir "*) ;; *) func_append rmdirs " $odir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif $rmforce; then continue fi rmfiles=$file case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do func_append rmfiles " $odir/$n" done test -n "$old_library" && func_append rmfiles " $odir/$old_library" case $opt_mode in clean) case " $library_names " in *" $dlname "*) ;; *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test none != "$pic_object"; then func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test none != "$non_pic_object"; then func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) if test clean = "$opt_mode"; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles func_append rmfiles " $odir/$name $odir/${name}S.$objext" if test yes = "$fast_install" && test -n "$relink_command"; then func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name"; then func_append rmfiles " $odir/lt-$noexename.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done # Try to remove the $objdir's in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then func_mode_uninstall ${1+"$@"} fi test -z "$opt_mode" && { help=$generic_help func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode '$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # where we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: libvirt-php-0.5.4/missing0000755000175000017500000001533013140350244012276 00000000000000#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=http://www.perl.org/ flex_URL=http://flex.sourceforge.net/ gnu_software_URL=http://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: libvirt-php-0.5.4/libvirt-php.spec0000644000175000017500000000724413140350262014020 00000000000000%define req_libvirt_version 1.2.8 %if 0%{?suse_version} %define php_confdir %{_sysconfdir}/php5/conf.d %define php_extdir %{_libdir}/php5/extensions %else %define php_confdir %{_sysconfdir}/php.d %define php_extdir %{_libdir}/php/modules %endif Name: libvirt-php Version: 0.5.4 Release: 1%{?dist}%{?extra_release} Summary: PHP language binding for Libvirt %if 0%{?suse_version} Group: Development/Libraries/PHP %else Group: Development/Libraries %endif License: PHP URL: http://libvirt.org/php Source0: http://libvirt.org/sources/php/libvirt-php-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: php-devel BuildRequires: libvirt-devel >= %{req_libvirt_version} BuildRequires: libxml2-devel BuildRequires: libxslt BuildRequires: php-pecl-imagick %if 0%{?suse_version} BuildRequires: xhtml-dtd %else BuildRequires: xhtml1-dtds %endif %if 0%{?suse_version} Requires: php5 %else Requires: php %endif %description PHP language bindings for Libvirt API. For more details see: http://www.libvirt.org/php/ %package -n libvirt-php-doc Summary: Document of libvirt-php Group: Development/Libraries/PHP BuildArch: noarch Requires: libvirt-php = %{version} %description -n libvirt-php-doc PHP language bindings for Libvirt API. For more details see: http://www.libvirt.org/php/ http://www.php.net/ This package contain the document for libvirt-php. %prep %setup -q -n libvirt-php-%{version} %build %configure --with-html-dir=%{_datadir}/doc \ --with-html-subdir=%{name}-%{version}/html \ --with-php-extensiondir=%{php_extdir} \ --with-php-confdir=%{php_confdir} make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -f ${RPM_BUILD_ROOT}%{php_extdir}/*.la %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{php_extdir}/libvirt-php.so %config(noreplace) %{php_confdir}/libvirt-php.ini %files -n libvirt-php-doc %defattr(-,root,root) %doc %dir %{_datadir}/doc/%{name}-%{version} %{_datadir}/doc/%{name}-%{version}/html %changelog * Wed Aug 2 2017 Michal Privoznik - 0.5.4 - Added API bindings for getting/setting network autostart - Implement NWFilter API bindings - Bug fixes * Thu May 11 2017 Michal Privoznik - 0.5.3 - Several improvements for the build system - Implemented new libvirt APIs - Slight rework of our examples - Bug fixes * Wed Apr 20 2016 Michal Privoznik - 0.5.2 - Several bugfixes & improvements * Fri Oct 2 2015 Michal Privoznik - 0.5.1 - Several bugfixes & improvements * Thu Jan 23 2014 Michal Novotny - 0.5.0 - Several bugfixes & improvements * Mon Aug 22 2011 Michal Novotny - 0.4.4 - Several bugfixes for VNC and updated SPEC file * Thu Aug 11 2011 Michal Novotny - 0.4.3 - Rebase to 0.4.3 from master branch * Tue Apr 19 2011 Michal Novotny - 0.4.1-5 - Minor memory leak fixes - Several bug fixes * Mon Apr 11 2011 Michal Novotny - 0.4.1-4 - Add new storagepool API functions - Add optional xPath argument for *_get_xml_desc() functions - Add new network API functions - Add new API functions to add/remove disks * Wed Mar 23 2011 Michal Novotny - 0.4.1-3 - Add connection information function - Add coredump support - Add snapshots support - Improve error reporting for destructors * Thu Mar 10 2011 Michal Novotny - 0.4.1-2 - Changes done to comply with Fedora package policy * Tue Feb 8 2011 Michal Novotny - 0.4.1 - Initial commit (from github) libvirt-php-0.5.4/winsrc/0000755000175000017500000000000013032736614012273 500000000000000libvirt-php-0.5.4/winsrc/libs/0000755000175000017500000000000013032736614013224 500000000000000libvirt-php-0.5.4/winsrc/libs/libintl.dll.a0000644000175000017500000016443613032736614015533 00000000000000! / 1378577239 0 0 0 5194 ` ¶ŽÐRRvvšš¾¾ââ" " $V$V& & (ì(ì+:+:-Š-Š/Ø/Ø2(2(4t4t6Ä6Ä99;>;>=Ž=Ž?æ?æB<B<D’D’FàFàI,I,KzKzMÊMÊP>P>R¬R¬UUWˆWˆYîYî\^\^^¬^¬a2a2c°c°f.f.h¶h¶kkmTmTo¢o¢rrtbtbv°v°yy{x{x}Ú}Ú€B€B‚š‚š„ô„ô‡P‡P‰¶‰¶Œ0Œ0Ž|Ž|ÊÊ““•f•f—´—´š š œ`œ`ž°ž°¡¡£Ž£Ž¥Ü¥Ü¨¨ª>ª>¬t¬t®²®²°ê°ê³4³4µ˜µ˜·Â·Âºº¼L¼L¾¢¾¢ÀüÀüÃpÃpÅÒÅÒÈ.È.ʪʪÍ*Í*ÏŽÏŽÑòÑòÔdÔdÖ°Ö°ØüØüÛzÛzݼݼààâVâVä¤ä¤æâæâ_libintl_8_dll_iname__head_libintl_8_dll_xsum4__imp__xsum4_xsum3__imp__xsum3_xsum__imp__xsum_xmax__imp__xmax_textdomain__imp__textdomain_ngettext__imp__ngettext_locale_charset__imp__locale_charset_libintl_wprintf__imp__libintl_wprintf_libintl_vwprintf__imp__libintl_vwprintf_libintl_vswprintf__imp__libintl_vswprintf_libintl_vsprintf__imp__libintl_vsprintf_libintl_vsnprintf__imp__libintl_vsnprintf_libintl_vprintf__imp__libintl_vprintf_libintl_vfwprintf__imp__libintl_vfwprintf_libintl_vfprintf__imp__libintl_vfprintf__imp__libintl_version__nm__libintl_version_libintl_vasprintf__imp__libintl_vasprintf_libintl_vasnwprintf__imp__libintl_vasnwprintf_libintl_vasnprintf__imp__libintl_vasnprintf_libintl_textdomain__imp__libintl_textdomain_libintl_swprintf__imp__libintl_swprintf_libintl_sprintf__imp__libintl_sprintf_libintl_snprintf__imp__libintl_snprintf_libintl_setlocale__imp__libintl_setlocale_libintl_set_relocation_prefix__imp__libintl_set_relocation_prefix_libintl_rwlock_wrlock_func__imp__libintl_rwlock_wrlock_func_libintl_rwlock_unlock_func__imp__libintl_rwlock_unlock_func_libintl_rwlock_rdlock_func__imp__libintl_rwlock_rdlock_func_libintl_rwlock_init_func__imp__libintl_rwlock_init_func_libintl_rwlock_destroy_func__imp__libintl_rwlock_destroy_func_libintl_relocate__imp__libintl_relocate_libintl_recursive_lock_unlock_func__imp__libintl_recursive_lock_unlock_func_libintl_recursive_lock_lock_func__imp__libintl_recursive_lock_lock_func_libintl_recursive_lock_init_func__imp__libintl_recursive_lock_init_func_libintl_recursive_lock_destroy_func__imp__libintl_recursive_lock_destroy_func_libintl_once_func__imp__libintl_once_func__imp__libintl_nl_domain_bindings__nm__libintl_nl_domain_bindings__imp__libintl_nl_default_dirname__nm__libintl_nl_default_dirname__imp__libintl_nl_default_default_domain__nm__libintl_nl_default_default_domain__imp__libintl_nl_current_default_domain__nm__libintl_nl_current_default_domain_libintl_ngettext__imp__libintl_ngettext_libintl_lock_unlock_func__imp__libintl_lock_unlock_func_libintl_lock_lock_func__imp__libintl_lock_lock_func_libintl_lock_init_func__imp__libintl_lock_init_func_libintl_lock_destroy_func__imp__libintl_lock_destroy_func_libintl_hash_string__imp__libintl_hash_string_libintl_gettextparse__imp__libintl_gettextparse__imp__libintl_gettext_germanic_plural__nm__libintl_gettext_germanic_plural_libintl_gettext_free_exp__imp__libintl_gettext_free_exp_libintl_gettext_extract_plural__imp__libintl_gettext_extract_plural_libintl_gettext__imp__libintl_gettext_libintl_fwprintf__imp__libintl_fwprintf_libintl_fprintf__imp__libintl_fprintf_libintl_dngettext__imp__libintl_dngettext_libintl_dgettext__imp__libintl_dgettext_libintl_dcngettext__imp__libintl_dcngettext_libintl_dcigettext__imp__libintl_dcigettext_libintl_dcgettext__imp__libintl_dcgettext_libintl_bindtextdomain__imp__libintl_bindtextdomain_libintl_bind_textdomain_codeset__imp__libintl_bind_textdomain_codeset_libintl_asprintf__imp__libintl_asprintf_gettext__imp__gettext_dngettext__imp__dngettext_dgettext__imp__dgettext_dcngettext__imp__dcngettext_dcgettext__imp__dcgettext_bindtextdomain__imp__bindtextdomain_bind_textdomain_codeset__imp__bind_textdomain_codeset__imp___nl_state_lock__nm___nl_state_lock__nl_normalize_codeset__imp___nl_normalize_codeset__imp___nl_msg_cat_cntr__nm___nl_msg_cat_cntr__nl_make_l10nflist__imp___nl_make_l10nflist__nl_log_untranslated__imp___nl_log_untranslated__nl_locale_name_thread_unsafe__imp___nl_locale_name_thread_unsafe__nl_locale_name_thread__imp___nl_locale_name_thread__nl_locale_name_posix__imp___nl_locale_name_posix__nl_locale_name_from_win32_LCID__imp___nl_locale_name_from_win32_LCID__nl_locale_name_from_win32_LANGID__imp___nl_locale_name_from_win32_LANGID__nl_locale_name_environ__imp___nl_locale_name_environ__nl_locale_name_default__imp___nl_locale_name_default__nl_locale_name_canonicalize__imp___nl_locale_name_canonicalize__nl_locale_name__imp___nl_locale_name__nl_load_domain__imp___nl_load_domain__nl_language_preferences_default__imp___nl_language_preferences_default__nl_find_msg__imp___nl_find_msg__nl_find_domain__imp___nl_find_domain__nl_explode_name__imp___nl_explode_name__nl_expand_alias__imp___nl_expand_alias___printf____imp____printf____imp____imp_libintl_version__nm____imp_libintl_versiond000091.o/ 1378577239 1000 425 100644 261 ` L¤.idata$4Œ0À.idata$50À.idata$7”0Àlibintl-8.dll.idata$4.idata$5.idata$7_libintl_8_dll_iname d000000.o/ 1378577239 1000 425 100644 326 ` L¾.idata$2Œ 0À.idata$50À.idata$40À .idata$2.idata$5.idata$4.__head_libintl_8_dll_libintl_8_dll_inamed000090.o/ 1378577239 1000 425 100644 488 ` L  .textÜø 0`.idata$7ä0À.idata$5è 0À.idata$4ì0À.idata$6ð0Àÿ%Yxsum4.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_xsum4&__imp__xsum4__head_libintl_8_dlld000089.o/ 1378577239 1000 425 100644 488 ` L  .textÜø 0`.idata$7ä0À.idata$5è 0À.idata$4ì0À.idata$6ð0Àÿ%Xxsum3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_xsum3&__imp__xsum3__head_libintl_8_dlld000088.o/ 1378577239 1000 425 100644 487 ` L  .textÜø 0`.idata$7ä0À.idata$5è 0À.idata$4ì0À.idata$6ð0Àÿ%Wxsum.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_xsum%__imp__xsum__head_libintl_8_dll d000087.o/ 1378577239 1000 425 100644 487 ` L  .textÜø 0`.idata$7ä0À.idata$5è 0À.idata$4ì0À.idata$6ð0Àÿ%Vxmax.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_xmax%__imp__xmax__head_libintl_8_dll d000086.o/ 1378577239 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Utextdomain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_textdomain__imp__textdomain__head_libintl_8_dll d000085.o/ 1378577239 1000 425 100644 505 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%Tngettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3_ngettext__imp__ngettext__head_libintl_8_dll d000084.o/ 1378577239 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Slocale_charset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_locale_charset__imp__locale_charset__head_libintl_8_dll d000083.o/ 1378577239 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Rlibintl_wprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_libintl_wprintf__imp__libintl_wprintf__head_libintl_8_dll d000082.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Qlibintl_vwprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_vwprintf__imp__libintl_vwprintf__head_libintl_8_dll d000081.o/ 1378577239 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Plibintl_vswprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_libintl_vswprintf__imp__libintl_vswprintf__head_libintl_8_dll d000080.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Olibintl_vsprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_vsprintf__imp__libintl_vsprintf__head_libintl_8_dll d000079.o/ 1378577239 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Nlibintl_vsnprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_libintl_vsnprintf__imp__libintl_vsnprintf__head_libintl_8_dll d000078.o/ 1378577239 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Mlibintl_vprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_libintl_vprintf__imp__libintl_vprintf__head_libintl_8_dll d000077.o/ 1378577239 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Llibintl_vfwprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_libintl_vfwprintf__imp__libintl_vfwprintf__head_libintl_8_dll d000076.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Klibintl_vfprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_vfprintf__imp__libintl_vfprintf__head_libintl_8_dll d000075.o/ 1378577239 1000 425 100644 496 ` L.text 0`.idata$7Üü0À.idata$5à0À.idata$4ä0À.idata$6è0ÀJlibintl_version.text.idata$7.idata$5.idata$4.idata$61F__imp__libintl_version__nm__libintl_version__head_libintl_8_dlld000074.o/ 1378577239 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Ilibintl_vasprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_libintl_vasprintf__imp__libintl_vasprintf__head_libintl_8_dll d000073.o/ 1378577239 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Hlibintl_vasnwprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_libintl_vasnwprintf__imp__libintl_vasnwprintf__head_libintl_8_dll d000072.o/ 1378577239 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Glibintl_vasnprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_libintl_vasnprintf__imp__libintl_vasnprintf__head_libintl_8_dll d000071.o/ 1378577239 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Flibintl_textdomain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_libintl_textdomain__imp__libintl_textdomain__head_libintl_8_dll d000070.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Elibintl_swprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_swprintf__imp__libintl_swprintf__head_libintl_8_dll d000069.o/ 1378577239 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Dlibintl_sprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_libintl_sprintf__imp__libintl_sprintf__head_libintl_8_dll d000068.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Clibintl_snprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_snprintf__imp__libintl_snprintf__head_libintl_8_dll d000067.o/ 1378577239 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Blibintl_setlocale.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_libintl_setlocale__imp__libintl_setlocale__head_libintl_8_dll d000066.o/ 1378577239 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%Alibintl_set_relocation_prefix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_libintl_set_relocation_prefix__imp__libintl_set_relocation_prefix__head_libintl_8_dll d000065.o/ 1378577239 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%@libintl_rwlock_wrlock_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_libintl_rwlock_wrlock_func__imp__libintl_rwlock_wrlock_func__head_libintl_8_dll d000064.o/ 1378577239 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%?libintl_rwlock_unlock_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_libintl_rwlock_unlock_func__imp__libintl_rwlock_unlock_func__head_libintl_8_dll d000063.o/ 1378577239 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%>libintl_rwlock_rdlock_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_libintl_rwlock_rdlock_func__imp__libintl_rwlock_rdlock_func__head_libintl_8_dll d000062.o/ 1378577239 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%=libintl_rwlock_init_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_libintl_rwlock_init_func__imp__libintl_rwlock_init_func__head_libintl_8_dll d000061.o/ 1378577239 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%<libintl_rwlock_destroy_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_libintl_rwlock_destroy_func__imp__libintl_rwlock_destroy_func__head_libintl_8_dll d000060.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%;libintl_relocate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_relocate__imp__libintl_relocate__head_libintl_8_dll d000059.o/ 1378577239 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%:libintl_recursive_lock_unlock_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_libintl_recursive_lock_unlock_func__imp__libintl_recursive_lock_unlock_func__head_libintl_8_dll d000058.o/ 1378577239 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%9libintl_recursive_lock_lock_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_libintl_recursive_lock_lock_func__imp__libintl_recursive_lock_lock_func__head_libintl_8_dll d000057.o/ 1378577239 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%8libintl_recursive_lock_init_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_libintl_recursive_lock_init_func__imp__libintl_recursive_lock_init_func__head_libintl_8_dll d000056.o/ 1378577239 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%7libintl_recursive_lock_destroy_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_libintl_recursive_lock_destroy_func__imp__libintl_recursive_lock_destroy_func__head_libintl_8_dll d000055.o/ 1378577239 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%6libintl_once_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_libintl_once_func__imp__libintl_once_func__head_libintl_8_dll d000054.o/ 1378577239 1000 425 100644 530 ` L&.text 0`.idata$7Ü0À.idata$5à0À.idata$4ä0À.idata$6 è0À5libintl_nl_domain_bindings.text.idata$7.idata$5.idata$4.idata$6&G\__imp__libintl_nl_domain_bindings__nm__libintl_nl_domain_bindings__head_libintl_8_dlld000053.o/ 1378577239 1000 425 100644 530 ` L&.text 0`.idata$7Ü0À.idata$5à0À.idata$4ä0À.idata$6 è0À4libintl_nl_default_dirname.text.idata$7.idata$5.idata$4.idata$6&G\__imp__libintl_nl_default_dirname__nm__libintl_nl_default_dirname__head_libintl_8_dlld000052.o/ 1378577239 1000 425 100644 548 ` L*.text 0`.idata$7Ü 0À.idata$5à0À.idata$4ä 0À.idata$6$è0À3libintl_nl_default_default_domain.text.idata$7.idata$5.idata$4.idata$6-Uj__imp__libintl_nl_default_default_domain__nm__libintl_nl_default_default_domain__head_libintl_8_dlld000051.o/ 1378577239 1000 425 100644 548 ` L*.text 0`.idata$7Ü 0À.idata$5à0À.idata$4ä 0À.idata$6$è0À2libintl_nl_current_default_domain.text.idata$7.idata$5.idata$4.idata$6-Uj__imp__libintl_nl_current_default_domain__nm__libintl_nl_current_default_domain__head_libintl_8_dlld000050.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%1libintl_ngettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_ngettext__imp__libintl_ngettext__head_libintl_8_dll d000049.o/ 1378577239 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%0libintl_lock_unlock_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_libintl_lock_unlock_func__imp__libintl_lock_unlock_func__head_libintl_8_dll d000048.o/ 1378577239 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%/libintl_lock_lock_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_libintl_lock_lock_func__imp__libintl_lock_lock_func__head_libintl_8_dll d000047.o/ 1378577239 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%.libintl_lock_init_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_libintl_lock_init_func__imp__libintl_lock_init_func__head_libintl_8_dll d000046.o/ 1378577239 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%-libintl_lock_destroy_func.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_libintl_lock_destroy_func__imp__libintl_lock_destroy_func__head_libintl_8_dll d000045.o/ 1378577239 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%,libintl_hash_string.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_libintl_hash_string__imp__libintl_hash_string__head_libintl_8_dll d000044.o/ 1378577239 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%+libintl_gettextparse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_libintl_gettextparse__imp__libintl_gettextparse__head_libintl_8_dll d000043.o/ 1378577239 1000 425 100644 544 ` L*.text 0`.idata$7Ü 0À.idata$5à0À.idata$4ä 0À.idata$6$è0À*libintl_gettext_germanic_plural.text.idata$7.idata$5.idata$4.idata$6+Qf__imp__libintl_gettext_germanic_plural__nm__libintl_gettext_germanic_plural__head_libintl_8_dlld000042.o/ 1378577239 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%)libintl_gettext_free_exp.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_libintl_gettext_free_exp__imp__libintl_gettext_free_exp__head_libintl_8_dll d000041.o/ 1378577239 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%(libintl_gettext_extract_plural.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__libintl_gettext_extract_plural__imp__libintl_gettext_extract_plural__head_libintl_8_dll d000040.o/ 1378577239 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%'libintl_gettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_libintl_gettext__imp__libintl_gettext__head_libintl_8_dll d000039.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%&libintl_fwprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_fwprintf__imp__libintl_fwprintf__head_libintl_8_dll d000038.o/ 1378577239 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%%libintl_fprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_libintl_fprintf__imp__libintl_fprintf__head_libintl_8_dll d000037.o/ 1378577239 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%$libintl_dngettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_libintl_dngettext__imp__libintl_dngettext__head_libintl_8_dll d000036.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%#libintl_dgettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_dgettext__imp__libintl_dgettext__head_libintl_8_dll d000035.o/ 1378577239 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%"libintl_dcngettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_libintl_dcngettext__imp__libintl_dcngettext__head_libintl_8_dll d000034.o/ 1378577239 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%!libintl_dcigettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_libintl_dcigettext__imp__libintl_dcigettext__head_libintl_8_dll d000033.o/ 1378577239 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% libintl_dcgettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_libintl_dcgettext__imp__libintl_dcgettext__head_libintl_8_dll d000032.o/ 1378577239 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%libintl_bindtextdomain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_libintl_bindtextdomain__imp__libintl_bindtextdomain__head_libintl_8_dll d000031.o/ 1378577239 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%libintl_bind_textdomain_codeset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_libintl_bind_textdomain_codeset__imp__libintl_bind_textdomain_codeset__head_libintl_8_dll d000030.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%libintl_asprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_libintl_asprintf__imp__libintl_asprintf__head_libintl_8_dll d000029.o/ 1378577239 1000 425 100644 494 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%gettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_gettext(__imp__gettext__head_libintl_8_dlld000028.o/ 1378577239 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%dngettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_dngettext__imp__dngettext__head_libintl_8_dll d000027.o/ 1378577239 1000 425 100644 505 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%dgettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3_dgettext__imp__dgettext__head_libintl_8_dll d000026.o/ 1378577239 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%dcngettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_dcngettext__imp__dcngettext__head_libintl_8_dll d000025.o/ 1378577239 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%dcgettext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_dcgettext__imp__dcgettext__head_libintl_8_dll d000024.o/ 1378577239 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%bindtextdomain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_bindtextdomain__imp__bindtextdomain__head_libintl_8_dll d000023.o/ 1378577239 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%bind_textdomain_codeset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_bind_textdomain_codeset__imp__bind_textdomain_codeset__head_libintl_8_dll d000022.o/ 1378577239 1000 425 100644 494 ` L.text 0`.idata$7Üü0À.idata$5à0À.idata$4ä0À.idata$6è0À_nl_state_lock.text.idata$7.idata$5.idata$4.idata$6/D__imp___nl_state_lock__nm___nl_state_lock__head_libintl_8_dlld000021.o/ 1378577239 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%_nl_normalize_codeset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M__nl_normalize_codeset__imp___nl_normalize_codeset__head_libintl_8_dll d000020.o/ 1378577239 1000 425 100644 498 ` L.text 0`.idata$7Üü0À.idata$5à0À.idata$4ä0À.idata$6è0À_nl_msg_cat_cntr.text.idata$7.idata$5.idata$4.idata$63H__imp___nl_msg_cat_cntr__nm___nl_msg_cat_cntr__head_libintl_8_dlld000019.o/ 1378577239 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%_nl_make_l10nflist.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G__nl_make_l10nflist__imp___nl_make_l10nflist__head_libintl_8_dll d000018.o/ 1378577239 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%_nl_log_untranslated.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K__nl_log_untranslated__imp___nl_log_untranslated__head_libintl_8_dll d000017.o/ 1378577239 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%_nl_locale_name_thread_unsafe.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]__nl_locale_name_thread_unsafe__imp___nl_locale_name_thread_unsafe__head_libintl_8_dll d000016.o/ 1378577239 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%_nl_locale_name_thread.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O__nl_locale_name_thread__imp___nl_locale_name_thread__head_libintl_8_dll d000015.o/ 1378577239 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%_nl_locale_name_posix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M__nl_locale_name_posix__imp___nl_locale_name_posix__head_libintl_8_dll d000014.o/ 1378577239 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% _nl_locale_name_from_win32_LCID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La__nl_locale_name_from_win32_LCID__imp___nl_locale_name_from_win32_LCID__head_libintl_8_dll d000013.o/ 1378577239 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% _nl_locale_name_from_win32_LANGID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe__nl_locale_name_from_win32_LANGID__imp___nl_locale_name_from_win32_LANGID__head_libintl_8_dll d000012.o/ 1378577239 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% _nl_locale_name_environ.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q__nl_locale_name_environ__imp___nl_locale_name_environ__head_libintl_8_dll d000011.o/ 1378577239 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% _nl_locale_name_default.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q__nl_locale_name_default__imp___nl_locale_name_default__head_libintl_8_dll d000010.o/ 1378577239 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% _nl_locale_name_canonicalize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[__nl_locale_name_canonicalize__imp___nl_locale_name_canonicalize__head_libintl_8_dll d000009.o/ 1378577239 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%_nl_locale_name.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A__nl_locale_name__imp___nl_locale_name__head_libintl_8_dll d000008.o/ 1378577239 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%_nl_load_domain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A__nl_load_domain__imp___nl_load_domain__head_libintl_8_dll d000007.o/ 1378577239 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%_nl_language_preferences_default.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc__nl_language_preferences_default__imp___nl_language_preferences_default__head_libintl_8_dll d000006.o/ 1378577239 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%_nl_find_msg.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;__nl_find_msg__imp___nl_find_msg__head_libintl_8_dll d000005.o/ 1378577239 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%_nl_find_domain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A__nl_find_domain__imp___nl_find_domain__head_libintl_8_dll d000004.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%_nl_explode_name.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C__nl_explode_name__imp___nl_explode_name__head_libintl_8_dll d000003.o/ 1378577239 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%_nl_expand_alias.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C__nl_expand_alias__imp___nl_expand_alias__head_libintl_8_dll d000002.o/ 1378577239 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%__printf__.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7___printf____imp____printf____head_libintl_8_dll d000001.o/ 1378577239 1000 425 100644 512 ` L.text 0`.idata$7Ü0À.idata$5à 0À.idata$4ä0À.idata$6è0À__imp_libintl_version.text.idata$7.idata$5.idata$4.idata$6!=R__imp____imp_libintl_version__nm____imp_libintl_version__head_libintl_8_dlllibvirt-php-0.5.4/winsrc/libs/libportablexdr.dll.a0000644000175000017500000006065613032736614017112 00000000000000! / 1375532633 0 0 0 1604 ` PˆØ h h º ºTT°°úúDD””ÐÐ R R"˜"˜$à$à'('()p)p+¶+¶-ú-ú08082|2|4À4À6þ6þ9H9H;Ž;Ž=Ò=Ò@@BRBRD–D–FÜFÜI"I"KhKhMšMšOÖOÖRRTPTPV”V”XÐXÐ[[]J]J_ˆ_ˆ_libportablexdr_0_dll_iname__head_libportablexdr_0_dll_xdrstdio_create__imp__xdrstdio_create_xdrrec_skiprecord__imp__xdrrec_skiprecord_xdrrec_eof__imp__xdrrec_eof_xdrrec_endofrecord__imp__xdrrec_endofrecord_xdrrec_create__imp__xdrrec_create_xdrmem_create__imp__xdrmem_create_xdr_wrapstring__imp__xdr_wrapstring_xdr_void__imp__xdr_void_xdr_vector__imp__xdr_vector_xdr_union__imp__xdr_union_xdr_uint8_t__imp__xdr_uint8_t_xdr_uint64_t__imp__xdr_uint64_t_xdr_uint32_t__imp__xdr_uint32_t_xdr_uint16_t__imp__xdr_uint16_t_xdr_u_short__imp__xdr_u_short_xdr_u_long__imp__xdr_u_long_xdr_u_int__imp__xdr_u_int_xdr_u_char__imp__xdr_u_char_xdr_string__imp__xdr_string_xdr_short__imp__xdr_short_xdr_reference__imp__xdr_reference_xdr_pointer__imp__xdr_pointer_xdr_opaque__imp__xdr_opaque_xdr_netobj__imp__xdr_netobj_xdr_long__imp__xdr_long_xdr_int8_t__imp__xdr_int8_t_xdr_int64_t__imp__xdr_int64_t_xdr_int32_t__imp__xdr_int32_t_xdr_int16_t__imp__xdr_int16_t_xdr_int__imp__xdr_int_xdr_free__imp__xdr_free_xdr_float__imp__xdr_float_xdr_enum__imp__xdr_enum_xdr_double__imp__xdr_double_xdr_char__imp__xdr_char_xdr_bytes__imp__xdr_bytes_xdr_bool__imp__xdr_bool_xdr_array__imp__xdr_array__imp___CRT_fmode__nm___CRT_fmoded000047.o/ 1375532633 1000 425 100644 276 ` L¬.idata$4Œ0À.idata$50À.idata$7”0Àlibportablexdr-0.dll.idata$4.idata$5.idata$7 _libportablexdr_0_dll_inamed000007.o/ 1375532633 1000 425 100644 340 ` L¾.idata$2Œ 0À.idata$50À.idata$40À .idata$2.idata$5.idata$4 <__head_libportablexdr_0_dll_libportablexdr_0_dll_inamed000046.o/ 1375532633 1000 425 100644 534 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%&xdrstdio_create.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,H_xdrstdio_create__imp__xdrstdio_create__head_libportablexdr_0_dlld000045.o/ 1375532633 1000 425 100644 538 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%%xdrrec_skiprecord.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0L_xdrrec_skiprecord__imp__xdrrec_skiprecord__head_libportablexdr_0_dlld000044.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%$xdrrec_eof.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdrrec_eof__imp__xdrrec_eof__head_libportablexdr_0_dlld000043.o/ 1375532633 1000 425 100644 544 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%#xdrrec_endofrecord.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2N_xdrrec_endofrecord__imp__xdrrec_endofrecord__head_libportablexdr_0_dlld000042.o/ 1375532633 1000 425 100644 526 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%"xdrrec_create.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(D_xdrrec_create__imp__xdrrec_create__head_libportablexdr_0_dlld000041.o/ 1375532633 1000 425 100644 526 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%!xdrmem_create.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(D_xdrmem_create__imp__xdrmem_create__head_libportablexdr_0_dlld000040.o/ 1375532633 1000 425 100644 532 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% xdr_wrapstring.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*F_xdr_wrapstring__imp__xdr_wrapstring__head_libportablexdr_0_dlld000039.o/ 1375532633 1000 425 100644 512 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_void.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:_xdr_void__imp__xdr_void__head_libportablexdr_0_dlld000038.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_vector.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdr_vector__imp__xdr_vector__head_libportablexdr_0_dlld000037.o/ 1375532633 1000 425 100644 514 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_union.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ <_xdr_union__imp__xdr_union__head_libportablexdr_0_dlld000036.o/ 1375532633 1000 425 100644 522 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_uint8_t.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$@_xdr_uint8_t__imp__xdr_uint8_t__head_libportablexdr_0_dlld000035.o/ 1375532633 1000 425 100644 524 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_uint64_t.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&B_xdr_uint64_t__imp__xdr_uint64_t__head_libportablexdr_0_dlld000034.o/ 1375532633 1000 425 100644 524 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_uint32_t.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&B_xdr_uint32_t__imp__xdr_uint32_t__head_libportablexdr_0_dlld000033.o/ 1375532633 1000 425 100644 524 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_uint16_t.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&B_xdr_uint16_t__imp__xdr_uint16_t__head_libportablexdr_0_dlld000032.o/ 1375532633 1000 425 100644 522 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_u_short.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$@_xdr_u_short__imp__xdr_u_short__head_libportablexdr_0_dlld000031.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_u_long.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdr_u_long__imp__xdr_u_long__head_libportablexdr_0_dlld000030.o/ 1375532633 1000 425 100644 514 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_u_int.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ <_xdr_u_int__imp__xdr_u_int__head_libportablexdr_0_dlld000029.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_u_char.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdr_u_char__imp__xdr_u_char__head_libportablexdr_0_dlld000028.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_string.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdr_string__imp__xdr_string__head_libportablexdr_0_dlld000027.o/ 1375532633 1000 425 100644 514 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_short.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ <_xdr_short__imp__xdr_short__head_libportablexdr_0_dlld000026.o/ 1375532633 1000 425 100644 526 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_reference.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(D_xdr_reference__imp__xdr_reference__head_libportablexdr_0_dlld000025.o/ 1375532633 1000 425 100644 522 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_pointer.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$@_xdr_pointer__imp__xdr_pointer__head_libportablexdr_0_dlld000024.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_opaque.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdr_opaque__imp__xdr_opaque__head_libportablexdr_0_dlld000023.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_netobj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdr_netobj__imp__xdr_netobj__head_libportablexdr_0_dlld000022.o/ 1375532633 1000 425 100644 512 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_long.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:_xdr_long__imp__xdr_long__head_libportablexdr_0_dlld000021.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% xdr_int8_t.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdr_int8_t__imp__xdr_int8_t__head_libportablexdr_0_dlld000020.o/ 1375532633 1000 425 100644 522 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% xdr_int64_t.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$@_xdr_int64_t__imp__xdr_int64_t__head_libportablexdr_0_dlld000019.o/ 1375532633 1000 425 100644 522 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% xdr_int32_t.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$@_xdr_int32_t__imp__xdr_int32_t__head_libportablexdr_0_dlld000018.o/ 1375532633 1000 425 100644 522 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% xdr_int16_t.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$@_xdr_int16_t__imp__xdr_int16_t__head_libportablexdr_0_dlld000017.o/ 1375532633 1000 425 100644 501 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ% xdr_int.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_xdr_int/__imp__xdr_int__head_libportablexdr_0_dll d000016.o/ 1375532633 1000 425 100644 512 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_free.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:_xdr_free__imp__xdr_free__head_libportablexdr_0_dlld000015.o/ 1375532633 1000 425 100644 514 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_float.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ <_xdr_float__imp__xdr_float__head_libportablexdr_0_dlld000014.o/ 1375532633 1000 425 100644 512 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_enum.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:_xdr_enum__imp__xdr_enum__head_libportablexdr_0_dlld000013.o/ 1375532633 1000 425 100644 520 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%xdr_double.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ">_xdr_double__imp__xdr_double__head_libportablexdr_0_dlld000012.o/ 1375532633 1000 425 100644 512 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_char.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:_xdr_char__imp__xdr_char__head_libportablexdr_0_dlld000011.o/ 1375532633 1000 425 100644 514 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_bytes.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ <_xdr_bytes__imp__xdr_bytes__head_libportablexdr_0_dlld000010.o/ 1375532633 1000 425 100644 512 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_bool.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:_xdr_bool__imp__xdr_bool__head_libportablexdr_0_dlld000009.o/ 1375532633 1000 425 100644 514 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%xdr_array.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ <_xdr_array__imp__xdr_array__head_libportablexdr_0_dlld000008.o/ 1375532633 1000 425 100644 489 ` L.text 0`.idata$7Üø0À.idata$5à0À.idata$4ä 0À.idata$6è0À_CRT_fmode.text.idata$7.idata$5.idata$4.idata$6'C__imp___CRT_fmode__nm___CRT_fmode__head_libportablexdr_0_dll libvirt-php-0.5.4/winsrc/libs/libvirt-lxc.dll.a0000644000175000017500000000703413032736614016323 00000000000000! / 1378126332 0 0 0 350 ` ¢ìvvââ ` ` Ò Ò_libvirt_lxc_0_dll_iname__head_libvirt_lxc_0_dll_virDomainLxcOpenNamespace__imp__virDomainLxcOpenNamespace_virDomainLxcEnterSecurityLabel__imp__virDomainLxcEnterSecurityLabel_virDomainLxcEnterNamespace__imp__virDomainLxcEnterNamespace__imp__virConnectAuthPtrDefault__nm__virConnectAuthPtrDefaultd000005.o/ 1378126332 1000 425 100644 269 ` L¨.idata$4Œ0À.idata$50À.idata$7”0Àlibvirt-lxc-0.dll.idata$4.idata$5.idata$7_libvirt_lxc_0_dll_iname d000000.o/ 1378126332 1000 425 100644 334 ` L¾.idata$2Œ 0À.idata$50À.idata$40À .idata$2.idata$5.idata$46__head_libvirt_lxc_0_dll_libvirt_lxc_0_dll_inamed000004.o/ 1378126332 1000 425 100644 559 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainLxcOpenNamespace.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@Y_virDomainLxcOpenNamespace__imp__virDomainLxcOpenNamespace__head_libvirt_lxc_0_dll d000003.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainLxcEnterSecurityLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$Jc_virDomainLxcEnterSecurityLabel__imp__virDomainLxcEnterSecurityLabel__head_libvirt_lxc_0_dll d000002.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainLxcEnterNamespace.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ B[_virDomainLxcEnterNamespace__imp__virDomainLxcEnterNamespace__head_libvirt_lxc_0_dll d000001.o/ 1378126332 1000 425 100644 526 ` L".text 0`.idata$7Ü0À.idata$5à0À.idata$4ä0À.idata$6è0ÀvirConnectAuthPtrDefault.text.idata$7.idata$5.idata$4.idata$6$C\__imp__virConnectAuthPtrDefault__nm__virConnectAuthPtrDefault__head_libvirt_lxc_0_dlllibvirt-php-0.5.4/winsrc/libs/libvirt-qemu.dll.a0000644000175000017500000000675613032736614016516 00000000000000! / 1378126333 0 0 0 332 ` ÚffÚÚ 6 6 ¢ ¢_libvirt_qemu_0_dll_iname__head_libvirt_qemu_0_dll_virDomainQemuMonitorCommand__imp__virDomainQemuMonitorCommand_virDomainQemuAttach__imp__virDomainQemuAttach_virDomainQemuAgentCommand__imp__virDomainQemuAgentCommand__imp__virConnectAuthPtrDefault__nm__virConnectAuthPtrDefaultd000005.o/ 1378126333 1000 425 100644 270 ` L¨.idata$4Œ0À.idata$50À.idata$7”0Àlibvirt-qemu-0.dll.idata$4.idata$5.idata$7_libvirt_qemu_0_dll_inamed000000.o/ 1378126333 1000 425 100644 336 ` L¾.idata$2Œ 0À.idata$50À.idata$40À .idata$2.idata$5.idata$48__head_libvirt_qemu_0_dll_libvirt_qemu_0_dll_inamed000004.o/ 1378126333 1000 425 100644 568 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainQemuMonitorCommand.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!D^_virDomainQemuMonitorCommand__imp__virDomainQemuMonitorCommand__head_libvirt_qemu_0_dlld000003.o/ 1378126333 1000 425 100644 544 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainQemuAttach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4N_virDomainQemuAttach__imp__virDomainQemuAttach__head_libvirt_qemu_0_dlld000002.o/ 1378126333 1000 425 100644 560 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainQemuAgentCommand.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@Z_virDomainQemuAgentCommand__imp__virDomainQemuAgentCommand__head_libvirt_qemu_0_dlld000001.o/ 1378126333 1000 425 100644 527 ` L".text 0`.idata$7Ü0À.idata$5à0À.idata$4ä0À.idata$6è0ÀvirConnectAuthPtrDefault.text.idata$7.idata$5.idata$4.idata$6$C]__imp__virConnectAuthPtrDefault__nm__virConnectAuthPtrDefault__head_libvirt_qemu_0_dll libvirt-php-0.5.4/winsrc/libs/libvirt.dll.a0000644000175000017500000653677013032736614015563 00000000000000! / 1378126333 0 0 0 171666 ` žÖ ¡š¡š£ü£ü¦L¦L¨š¨šªÞªÞ­ ­ ¯x¯x±Â±Â´ ´ ¶X¶X¸š¸šºèºè½4½4¿v¿vÁ¶Á¶ÄÄÆLÆLȚȚËËÍXÍXϼϼÒÒÔ`Ô`Ö°Ö°ØúØúÛJÛJݲݲà à âbâbä®ä®æþæþéJéJë ë íúíúðTðTòªòªõõ÷Z÷ZùªùªûöûöþZþZ²²ôô>>ŠŠ Î Î * *vvÒÒ**‚‚ÜÜ44èè!D!D#œ#œ%ö%ö(L(L*š*š--/\/\1ª1ª446N6N8Œ8Œ:â:â=$=$?†?†AöAöDZDZF¶F¶IIK|K|MÖMÖP:P:R R TðTðWFWFYœYœ[ô[ô^L^L`°`°c c epepgÒgÒj,j,lœlœooqfqfsÚsÚvVvVx¾x¾{8{8}œ}œàà‚:‚:„ЄІâ†â‰0‰0‹ˆ‹ˆÖÖ00’€’€”ؔؗ&—&™r™r›¶›¶žž ^ ^¢Ú¢Ú¥H¥H§¶§¶ªª¬J¬J®–®–°î°î³.³.µzµz·Æ·Æº(º(¼Œ¼Œ¾ð¾ðÁTÁTààÅêÅêÈ8È8ʈʈÌÆÌÆÏÏÑNÑNÓ¦Ó¦ÕêÕêØ:Ø:ÚžÚžÜÞÜÞß,ß,ápápã²ã²ææèDèDê†ê†ìÊìÊïïñˆñˆóúóúöböbø¬ø¬úöúöý.ý.ÿfÿf´´LL˜˜ â â , ,vvºº::  ^^ÐÐ ( ("š"š$ò$ò'@'@)Æ)Æ,.,..´.´113œ3œ668€8€:ä:ä=X=X?²?²B B DdDdFØFØI2I2K–K–MæMæP`P`R¼R¼U.U.W†W†YöYö\^\^^Æ^Æa a c‚c‚eðeðh^h^jÆjÆmNmNo¼o¼r8r8tštšvðvðylyl{Î{Î~@~@€À€Àƒ:ƒ:… … ˆ6ˆ6жж¾¾’b’b”ê”ê—X—X™Ò™Òœ.œ.ž~ž~ â â£H£H¥¬¥¬¨¨ªpªp¬à¬à¯R¯R±Â±Â´2´2¶ ¶ ¹¹»|»|¾¾ÀŠÀŠÂøÂøÅ„Å„ÇöÇöÊtÊtÌüÌüÏjÏjÑòÑòÔ`Ô`ÖÒÖÒÙXÙXÛØÛØÞ@Þ@àÌàÌãVãVåÈåÈèPèPê¾ê¾í:í:ïœïœòòô‚ô‚öòöòùNùNûªûªþ$þ$€€æænnÜÜ 2 2 Ð ÐttþþxxÔÔHH¢¢   „ „"ö"ö%|%|'ê'ê*X*X,´,´//1–1–3ú3ú6n6n8È8È; ; =’=’?ê?êBpBpDîDîGHGHIÄIÄL,L,NžNžQQSlSlUÒUÒXNXNZ¶Z¶]]_ˆ_ˆbbdŒdŒg g i”i”kükünnnnpâpâsHsHu¶u¶xxzvzv|è|èJJ¬¬„„†j†jˆºˆº‹‹€€ââ’>’>”˜”˜–þ–þ™b™b›º›ºžž x x¢ò¢ò¥T¥T§¶§¶ªª¬b¬b® ® °ú°ú³<³<µ†µ†·Ê·Êºº¼ˆ¼ˆ¾Ô¾ÔÁÁÃvÃvÅÂÅÂÈ È ÊrÊrÌðÌðÏlÏlÑêÑêÔtÔtÖôÖôÙpÙpÛðÛðÞjÞjàêàêã|ã|ææè‚è‚ëëí í ð,ð,ò¬ò¬õ&õ&÷ ÷ úúüvüvþäþäJJ¦¦&&––   „ „êêXXÞÞBB¦¦””!!#€#€%Ð%Ð(>(>*Ž*Ž,Ð,Ð/L/L1®1®446˜6˜8ô8ô;f;f=¾=¾@,@,B|B|DØDØG0G0I’I’KàKàN8N8P|P|RìRìUBUBW¦W¦ZZ\P\P^¦^¦`ð`ðc<c<eŠeŠgìgìj:j:lœlœnönöqPqPs¬s¬vvxhxhzÂzÂ}$}$~~àà„B„B†¨†¨‰‰‹f‹f¾¾""’r’r”ؔؗ—™@™@››ÔÔ : :¢–¢–¤ð¤ð§V§V©º©º¬*¬*®®°ø°ø³f³fµ¶µ¶·ö·öº:º:¼|¼|¾Ö¾ÖÁÁÃRÃRŢŢÇìÇìÊTÊT̸̸Ï Ï Ñ„Ñ„ÓàÓàÖ<Ö<ؠؠÚêÚêÝLÝLß°ß°â â äXäXæºæºééëvëvíÚíÚð2ð2òŠòŠôÖôÖ÷2÷2ù‚ù‚ûêûêþ@þ@œœææ@@ŽŽ æ æ B B’’îîHH’’öö^^ÐÐDD!¬!¬#ú#ú&h&h(Ä(Ä+8+8- - 002j2j4Ì4Ì779‚9‚;Ü;Ü>(>(@–@–BòBòEJEJG¢G¢J J LrLrNÌNÌQ$Q$S€S€UäUäX<X<Z¢Z¢\þ\þ_r_raÚaÚd<d<f¤f¤hühük^k^mÒmÒpDpDr’r’tötöwLwLyšyš||~Š~ŠƒŽƒŽ†&†&ˆPˆPŠšŠšŒæŒæ((‘j‘j“ēĖ–˜V˜Vš²š²FFŸÞŸÞ¢D¢D¤¸¤¸§(§(©®©®¬¬®ž®ž± ± ³~³~µîµî¸F¸Fº¶º¶½$½$¿z¿zÁøÁøÄ\Ä\ÆÖÆÖÉ2É2˺˺Î(Î(ЌЌÒÖÒÖÕJÕJפפÚ*Ú*Ü’Ü’ßßáXáXãÀãÀææè~è~êÔêÔí"í"ïœïœñøñøôZôZö¼ö¼ùùû|û|ýêýêffÈÈ``ÞÞ d d Ì ÌFF¢¢úúxxÜÜ66¤¤  "‚"‚$Ü$Ü',',)ž)ž,,.v.v0Ð0Ð3P3P5¶5¶8*8*:„:„<ô<ô?\?\AÄAÄDDF€F€HüHüK^K^M´M´PPRrRrTÚTÚWJWJY²Y²\\^p^p`Æ`Æc*c*e˜e˜hhjvjvlÐlÐo*o*qqsÔsÔv,v,x¦x¦zþzþ}p}pðð‚@‚@„œ„œ‡‡‰f‰f‹Ú‹ÚŽ*Ž*ŒŒ’þ’þ•z•z—Ü—ÜšXšXœºœºŸŸ¡‚¡‚£þ£þ¦`¦`¨Ð¨Ð«&«&­‚­‚¯ä¯ä²X²X´²´²··¹f¹f»¶»¶¾¾ÀŽÀŽÂòÂòÅnÅnÇÐÇÐÊÊÌŽÌŽÎèÎèÑBÑBÓ°Ó°ÖÖØbØbÚÔÚÔÝ,Ý,ßšßšââäbäbæÄæÄé,é,ë|ë|íÔíÔð$ð$ò–ò–ôîôî÷V÷Vù¤ù¤ûþûþþnþn º º   b b ¸ ¸ , , š š   „ „   p p Ö Ö & & ‚ ‚ ü ü "V "V $® $® ' ' )ˆ )ˆ +ö +ö .| .| 0À 0À 34 34 5œ 5œ 8 8 :x :x <ö <ö ?F ?F A¸ A¸ D D F„ F„ HÚ HÚ KL KL M¾ M¾ P P Rb Rb TÐ TÐ WJ WJ Y² Y² \ \ ^| ^| `ê `ê cR cR eº eº h. h. j¨ j¨ m m oŒ oŒ qâ qâ t: t: v¨ v¨ y y {l {l }Ü }Ü €P €P ‚¨ ‚¨ „ø „ø ‡H ‡H ‰˜ ‰˜ Œ Œ ŽV ŽV Ä Ä “, “, •” •” ˜ ˜ š’ š’ Ÿh Ÿh ¡ô ¡ô ¤Z ¤Z ¦Î ¦Î ©L ©L «º «º ®: ®: °¨ °¨ ³ ³ µZ µZ ·ä ·ä º2 º2 ¼® ¼® ¿4 ¿4 Á´ Á´ Ä4 Ä4 Æ– Æ– É É Ëx Ëx Íò Íò ÐX ÐX ÒÈ ÒÈ Õ6 Õ6 ×° ×° Ùü Ùü ÜV ÜV Þ² Þ² á" á" ã’ ã’ åê åê èR èR ê¬ ê¬ í í ïz ïz ñà ñà ôT ôT öº öº ù ù ûz ûz ýø ýø t t î î V V Ê Ê D D Ê Ê H H Ò Ò . . œ œ   Š Š ò ò ` ` "Ü "Ü %> %> '¼ '¼ *8 *8 ,¸ ,¸ /4 /4 1° 1° 48 48 6¬ 6¬ 9* 9* ;ž ;ž > > @j @j Bä Bä EH EH G¸ G¸ J J L L O O Qr Qr SÔ SÔ Vf Vf Xæ Xæ [Z [Z ]¾ ]¾ `: `: b¢ b¢ e( e( g° g° j8 j8 l¶ l¶ o o ql ql sÎ sÎ v2 v2 x” x” zâ zâ }2 }2 ¦ ¦ ‚ ‚ „| „| †ä †ä ‰: ‰: ‹¨ ‹¨ Ž Ž x x ’à ’à •6 •6 —Œ —Œ ™Ü ™Ü œ4 œ4 žŠ žŠ  Ú  Ú £0 £0 ¥ˆ ¥ˆ §à §à ªD ªD ¬² ¬² ¯$ ¯$ ±’ ±’ ´ ´ ¶¦ ¶¦ ¹ ¹ »† »† ½ô ½ô Àt Àt Âú Âú Å€ Å€ Çú Çú ÊR ÊR ̨ ̨ Ï" Ï" Ñx Ñx ÓÔ ÓÔ Ö* Ö* ؆ ؆ ÚÔ ÚÔ Ý< Ý< ߈ ߈ áÔ áÔ ä8 ä8 æ  æ  é é ëv ëv íä íä ðj ðj òä òä õj õj ÷Ú ÷Ú ú| ú| ý ý ÿ¢ ÿ¢   – – ø ø H H ¶ ¶   x x ô ô r r È È : : † † Ò Ò !" !" #† #† %Ò %Ò (: (: *¨ *¨ - - /l /l 1Ú 1Ú 46 46 6’ 6’ 8î 8î ;P ;P = = @( @( B„ B„ Dæ Dæ GJ GJ I¬ I¬ L L Nv Nv PØ PØ S< S< UŒ UŒ Wú Wú Zl Zl \Þ \Þ _P _P aÄ aÄ d d fˆ fˆ i i k  k  n& n& p‚ p‚ rê rê u\ u\ wØ wØ z@ z@ |¦ |¦   p p ƒâ ƒâ †V †V ˆÆ ˆÆ ‹( ‹( – – ’~ ’~ ”î ”î —R —R ™ª ™ª œ œ žV žV  ¸  ¸ £ £ ¥Œ ¥Œ §ô §ô ªb ªb ¬à ¬à ¯6 ¯6 ±š ±š ³ö ³ö ¶^ ¶^ ¸® ¸® ºþ ºþ ½N ½N ¿ª ¿ª   Ä~ Ä~ Æø Æø Éx Éx ËÜ ËÜ ÎB ÎB в в ÓH ÓH ÕÄ ÕÄ Ø( Ø( Ú˜ Ú˜ Ý Ý ߆ ߆ áô áô äf äf æÎ æÎ éJ éJ ëÄ ëÄ î> î> ð° ð° ó ó õ õ ÷þ ÷þ ú† ú† ý ý ÿ ÿ   Z Z À À < < – – ò ò L L ¢ ¢   j j Ð Ð 4 4 ˜ ˜ ! ! #Š #Š %î %î (l (l *Ð *Ð -B -B /ª /ª 2* 2* 4¤ 4¤ 7 7 9| 9| ;ð ;ð >d >d @Ø @Ø CT CT E E H& H& JŒ JŒ Lô Lô Ob Ob QÜ QÜ T8 T8 Vž Vž Xô Xô [J [J ]– ]– ` ` bd bd dÌ dÌ g" g" i| i| kî kî nT nT p¢ p¢ s( s( u¦ u¦ x x zj zj |¬ |¬   J J ƒ– ƒ– …à …à ˆ. ˆ. Šr Šr Œ¾ Œ¾   ‘r ‘r “Ø “Ø –& –& ˜| ˜| šÊ šÊ   Ÿh Ÿh ¡¬ ¡¬ £ö £ö ¦8 ¦8 ¨† ¨† ªì ªì ­D ­D ¯„ ¯„ ±ê ±ê ´P ´P ¶¦ ¶¦ ¸ü ¸ü »j »j ½® ½® ¿ì ¿ì Â: Â: Ä Ä Ææ Ææ É4 É4 Ëš Ëš Íü Íü ÐR ÐR Ò¨ Ò¨ Õ2 Õ2 ×¢ ×¢ Ú Ú ÜŠ ÜŠ ÞÖ ÞÖ á< á< ãŠ ãŠ åø åø èf èf êÖ êÖ íD íD ï  ï  ò ò ô| ô| öà öà ùD ùD û´ û´ þ þ ` ` ¶ ¶   z z â â H H ° °   ˆ ˆ Ì Ì " " x x Î Î $ $ !Š !Š #Ô #Ô &. &. (ž (ž + + -v -v /Ü /Ü 2J 2J 4º 4º 78 78 9´ 9´ <0 <0 >ª >ª A* A* C C F F H^ H^ JØ JØ M` M` Oæ Oæ Rl Rl Tì Tì Wv Wv Yè Yè \d \d ^Ê ^Ê a0 a0 cŒ cŒ eè eè hV hV j¾ j¾ m& m& oŒ oŒ qü qü tT tT v¶ v¶ y y {f {f } } €0 €0 ‚˜ ‚˜ … … ‡f ‡f ‰Ö ‰Ö Œ8 Œ8 Žš Žš è è “D “D •ž •ž ˜ ˜ š\ š\ œ¬ œ¬ Ÿ Ÿ ¡v ¡v £Ð £Ð ¦& ¦& ¨r ¨r ªÎ ªÎ ­& ­& ¯Š ¯Š ±ð ±ð ´p ´p ¶Ö ¶Ö ¹h ¹h »Ü »Ü ¾P ¾P Àª Àª Ã& Ã& ň ň Çà Çà ÊF ÊF ̨ ̨ Îö Îö ÑX ÑX ÓÈ ÓÈ Ö: Ö: Ø’ Ø’ Û Û Ýh Ýh ßÖ ßÖ â< â< ä¢ ä¢ æú æú éV éV ëÆ ëÆ î î ðl ðl òô òô õb õb ÷â ÷â úH úH üÆ üÆ ÿ* ÿ*††ÜÜ  || Ò Ò . .„„ÎÎ$$~~ÚÚ00zzÊÊ" " $J$J& & (î(î+0+0-p-p/´/´224X4X6¦6¦8ê8ê;6;6=v=v?À?ÀBBDFDFF’F’HÖHÖKDKDMŽMŽOÐOÐR6R6TŽTŽVöVöY\Y\[Ä[Ä^^`T`Tb¤b¤dædæg4g4ixixkÂkÂn$n$ppppr¼r¼uuwPwPyœyœ{è{è~,~,€ˆ€ˆ‚â‚â…$…$‡†‡†‰Ð‰ÐŒŒŽVŽV€€’ؒؕ•—R—R™º™ºœœž^ž^ ¸ ¸££¥p¥p§À§Àªª¬F¬F®œ®œ°è°è³@³@µŠµŠ·à·àºBºB¼¼¾Ú¾ÚÁÁÃhÃhŬŬÈÈÊzÊzÌÞÌÞÏ*Ï*јјÓØÓØÖ0Ö0ØtØtÚÌÚÌÝÝß\ß\áªáªääæJæJèŽèŽêÒêÒí*í*ïzïzñ¼ñ¼ô ô öböbø¬ø¬ûûýfýfÿ²ÿ²pp®®   d d Æ Æ""||ÖÖFF®®‚‚ Ú Ú#B#B%¨%¨'ö'ö*h*h,Ê,Ê/&/&1|1|3Ì3Ì6@6@8–8–:â:â=2=2?|?|AØAØDRDRFØFØIbIbKêKêNvNvPþPþSŠSŠUòUòX`X`ZÒZÒ]:]:_ _ aüaüdldlfÚfÚi2i2k–k–múmúplplrÄrÄuLuLwºwºz6z6|˜|˜VVƒÒƒÒ†R†RˆÜˆÜ‹n‹nèèff’à’à•^•^—Ì—Ìš>š>œ²œ²Ÿ.Ÿ.¡†¡†¤¤¦‚¦‚¨ê¨ê«8«8­¦­¦°°²Š²Šµµ·Š·Šºº¼¼¿¿ÁlÁlÃêÃêÆpÆpÈúÈúËTËTÍÎÍÎÐ>Ð>Ò¼Ò¼Õ0Õ0×¼×¼Ú.Ú.܈܈ßßáŽáŽääæ®æ®é6é6ë¤ë¤îDîDðÊðÊóbóbõàõàøPøPúØúØýFýFÿÒÿÒDDÎÎ>> Æ Æ 4 4ššxxÔÔZZÎÎ44¤¤""$’$’&ö&ö)r)r+ì+ì.R.R0À0À3@3@5¦5¦8.8.:œ:œ<þ<þ?l?lAÜAÜDXDXFØFØIRIRKÐKÐN8N8PªPªS0S0UºUºXBXBZÎZÎ]J]J_¬_¬bbdjdjfæfæiHiHk¶k¶nnpªpªs4s4uÊuÊxFxFzÎzÎ}<}<°°‚ ‚ „œ„œ‡‡‰œ‰œŒŒŽŒŽŒðð“`“`•¶•¶˜0˜0šŒšŒ""ŸžŸž¢¢¤€¤€§ § ©z©z«ô«ô®P®P°Ø°Ø³F³Fµ®µ®·ü·üºpºp¼ì¼ì¿^¿^Á¶Á¶ÄÄÆ\Æ\ÈèÈèËZËZÍäÍäÐTÐTÒÄÒÄÕÕ×|×|ÙÔÙÔÜÜÞžÞžá(á(ã®ã®ææè|è|êÈêÈíBíBïžïžòòôTôTö¸ö¸ùùûDûDýÂýÂHH®®úúnn ê ê t tæællææBBªªøøllÆÆ"L"L$Ö$Ö'V'V)Þ)Þ,L,L.œ.œ1.1.3Ä3Ä6V6V8Ê8Ê;<;<=¶=¶@0@0BŒBŒEEGZGZIÎIÎL(L(NxNxPÒPÒSBSBUŽUŽXXZbZb\Ô\Ô_,_,a¦a¦d$d$f–f–húhúkhkhmÖmÖp<p<ržržtötöwPwPyÂyÂ|6|6~’~’ƒ®ƒ®†4†4ˆ¾ˆ¾‹$‹$ŒŒââ’8’8” ” —*—*™’™’œœž€ž€ ú ú£v£v¥ð¥ð¨T¨Tª¬ª¬¬ú¬ú¯R¯R±´±´´´¶r¶r¸ü¸ü»l»l¾¾ÀzÀzÃÃŤŤÈ6È6ÊÚÊÚÍdÍdÏøÏøÒrÒrÔæÔæ×d×dÙøÙøÜrÜrÞòÞòáXáXãØãØæ>æ>è¢è¢ë ë í´í´ð.ð.ò®ò®õõ÷x÷xúúürürÿÿœœªª   œ œ~~ââDDØØRRÒÒ88!Ä!Ä$6$6&²&²))+d+d-´-´002v2v4Ð4Ð7B7B9š9š<$<$>¶>¶A(A(C¢C¢F*F*H˜H˜K K MfMfOìOìRNRNT¾T¾W8W8Y”Y”\\^j^j`Ü`Üc4c4eœeœh h jrjrlâlâoHoHq®q®t,t,v²v²yy{z{z}ö}ö€X€X‚Þ‚Þ…F…F‡À‡ÀŠ>Š>ŒÆŒÆRR‘´‘´””–ˆ–ˆ˜ú˜ú›T›T¬¬  ¢x¢x¤Î¤Î§H§H©¤©¤¬¬®b®b°Ü°Ü³Z³ZµØµØ¸<¸<º˜º˜½½¿^¿^ÁÎÁÎÄBÄBƨƨÉɘ˜ÍþÍþÐ|Ð|ÒÞÒÞÕ8Õ8ללÚÚÜhÜhÞæÞæárárãäãäæFæFèÐèÐë@ë@íàíàð„ð„òøòøõtõtø$ø$úÜúÜýˆýˆ88ôô¸¸XX ü ü ¬ ¬ddÔÔŽŽPPôô    #D#D%ð%ð(j(j*ê*ê-j-j/ä/ä2d2d4ä4ä7J7J9è9è<Š<Š>ü>üATATCÐCÐF2F2H H JðJðMnMnOÒOÒR4R4T‚T‚VðVðY@Y@[Ò[Ò^F^F`Ì`Ìc4c4eºeºh"h"jÆjÆmPmPoæoærbrbtÐtÐw@w@y–y–||~Œ~Œ€Ú€ÚƒNƒN…¨…¨ˆ4ˆ4ЦЦtt‘î‘î”J”J–¾–¾™™›Š›Šââ x x¢ô¢ô¥\¥\§ª§ª©ô©ô¬h¬h®Â®Â±L±L³¼³¼¶8¶8¸š¸š»»½|½|¿Ô¿ÔÂHÂHĢĢÇ"Ç"ɈɈÌÌÎjÎjÐäÐäÓ@Ó@ÕÊÕÊØ:Ø:Ú´Ú´ÝÝßTßTáÔáÔä\ä\æØæØéXéXë¼ë¼î$î$ðŠðŠòÖòÖõ8õ8÷Ž÷Žú ú üŠüŠÿÿ––  zzàà B B ¦ ¦~~øø\\ÜÜ!\!\#Ú#Ú&X&X(Ø(Ø+X+X-ä-ä0p0p2Ö2Ö5<5<7¢7¢9ò9ò<~<~? ? A†A†DDF€F€HþHþKTKTMÚMÚP`P`RìRìUxUxXXZŒZŒ] ] _ˆ_ˆbbd d ggihihkÐkÐn@n@pºpºs"s"uzuzwúwúz˜z˜}:}:žž‚‚„‚„‚†ö†ö‰N‰N‹´‹´ŽŽ¬¬“B“B•´•´˜>˜>šÐšÐNNŸÊŸÊ¢R¢R¤Ú¤Ú§4§4©¤©¤¬¬® ® ±,±,³¦³¦¶$¶$¸–¸–»»½t½t¿Ø¿ØÂ^Â^ÄÂÄÂÇ$Ç$ɆɆÌ Ì ΀΀ÑÑÓvÓvÕðÕðØLØLÚÆÚÆÝ"Ý"ߊߊáØáØä4ä4æ¤æ¤èúèúëVëVíºíºððòròrô¾ô¾÷8÷8ù´ù´ü.ü.þªþªøøff¼¼ l l Þ ÞRRÌÌ@@´´::ÄÄ44 ¤ ¤"ú"ú%z%z'à'à*`*`,Æ,Æ/ / 1†1†3Ò3Ò6^6^8ò8ò;`;`=°=°@,@,B”B”E(E(GÀGÀJVJVLôLôOˆOˆRRTxTxVÜVÜYJYJ[¢[¢^^`’`’cce„e„hhjˆjˆmmoNoNq´q´t"t"vªvªy6y6{´{´~:~:€¢€¢ƒ ƒ …x…xˆˆŠ”Š”ŒêŒê@@‘¨‘¨“ö“ö–L–L˜¢˜¢šúšú\\ŸèŸè¢|¢|¤ð¤ð§l§l©ò©ò¬|¬|®ü®ü±b±b³Ô³Ô¶,¶,¸ ¸ ºúºú½n½n¿È¿ÈÂ8Â8ÄŽÄŽÆþÆþÉTÉTËÚËÚÎBÎBооÓ Ó Õ”Õ”×î×îÚDÚDܚܚÞòÞòábábãÄãÄæ(æ(èxèxêÒêÒí(í(ï„ï„ñÒñÒô(ô(öŽöŽøöøöûPûPýØýØFFÀÀ„„ ò ò B BææVV˜˜vvÞÞDD!Î!Î$`$`&¶&¶))+d+d-¾-¾002p2p4È4È7"7"9r9r;À;À>@>@@Æ@ÆC.C.EEH H JPJPL²L²OOQlQlS¶S¶V@V@XÈXÈ[8[8]´]´`.`.bbeegŠgŠiîiîlnlnnìnìqRqRsØsØvXvXxÀxÀ{<{<}¶}¶€€‚¸‚¸…V…V‡Ü‡ÜŠpŠp||’’”ª”ª—(—(™º™ºœFœFžºžº¡B¡B£È£È¦6¦6¨°¨°«$«$­€­€¯ü¯ü²v²v´Ø´Ø·V·V¹Ò¹Ò¼6¼6¾¶¾¶Á4Á4ÚÚÆÆȈȈÊäÊä͂͂ÐÐÒšÒšÕ,Õ,׸׸Ú,Ú,ÜÂÜÂßVßVáÒáÒä^ä^æèæèéZéZëìëìîxîxðìðìólólõêõêøPøPúÜúÜýfýfÿØÿØ^^ÞÞFF Î Î T TÂÂLLÔÔDDÄÄBB¨¨þþ"Z"Z$ª$ª'')x)x+à+à....0œ0œ2ì2ì5`5`7º7º:4:4<<??ArArCìCìFHFHHÎHÎK6K6MÎMÎPLPLRÖRÖUFUFWØWØZLZL\Þ\Þ_v_vaôaôdhdhfþfþižižl$l$n n qqsnsnuºuºxxz€z€|Ü|ÜBBššƒöƒö†N†Nˆ¨ˆ¨ŠôŠôBBŽŽ‘ؑؔ$”$–b–b˜®˜®šüšü<<ŸŠŸŠ¡Ê¡Ê¤¤¦N¦N¨˜¨˜ªæªæ­@­@¯œ¯œ±æ±æ´<´<¶°¶°¸þ¸þ»f»f½Ì½ÌÀ&À&‚‚ÄêÄêÇRÇRɶɶÌÌÎlÎlÐÒÐÒÓ Ó ÕzÕz×à×àÚRÚRܨܨÞìÞìáZáZã¨ã¨ææè^è^ê¸ê¸ìüìüï`ï`ñÈñÈôôö\ö\ø´ø´û û ýdýdÿºÿºŠŠää > >    ZZ´´ppÒÒ  ll Î Î#(#(%‚%‚'Ü'Ü*B*B,œ,œ.Ü.Ü113z3z5â5â8282:v:v<º<º??AtAtCäCäF:F:H¬H¬KKMtMtOÖOÖR2R2T–T–VüVüY`Y`[Ô[Ô^B^B`Ž`ŽböböeDeDg’g’iîiîlFlFnªnªqqststuÜuÜx2x2z‚z‚|ä|äFFŠŠƒæƒæ†H†Hˆ¬ˆ¬‹‹ŒŒòò’d’d”ʔʗ,—,™Ž™Ž›ô›ôžXžX Ò Ò£.£.¥’¥’§ø§øª\ª\¬ ¬ ¯¯±j±j³Â³Â¶&¶&¸¢¸¢»"»"½x½x¿Þ¿ÞÂFÂFÄ Ä ÇÇÉ\É\ËÄËÄÎÎККÓ Ó ÕzÕz×à×àÚfÚfÜîÜîßjßjâ â ä|ä|æöæöéˆéˆëüëüîvîvðêðêóNóNõ°õ°øøúbúbü¸ü¸þüþüRRžžôô88   ê ê@@‚‚èè,,xxÎÎ**††!à!à$:$:&†&†(Ð(Ð+4+4-š-š/ê/ê2F2F4”4”6Ö6Ö9P9P;œ;œ=è=è@,@,BxBxDÄDÄGGIfIfKÂKÂNNP^P^R R TðTðWHWHY”Y”[Ø[Ø^$^$`n`nbÄbÄeegXgXi¨i¨l l n`n`pÂpÂssuˆuˆwîwîzHzH|–|–~î~î>>ƒ€ƒ€……ˆˆŠLŠLŒŒŽèŽè‘4‘4“€“€•Ö•Ö˜$˜$štštœÀœÀŸŸ¡L¡L£š£š¥è¥è¨8¨8ªpªp¬¦¬¦¯.¯.±º±º´D´D¶Ö¶Ö¹R¹R»Ò»Ò¾Z¾ZÀæÀæÃdÃdÅêÅêÈjÈjÊòÊòÍxÍxÐÐÒ~Ò~ÔþÔþ×|×|ÚÚÜpÜpÞÖÞÖá.á.ãœãœææè–è–ëëí‚í‚ïôïôòhòhôâôâ÷R÷RùÄùÄüüþ>þ>€€ÌÌ  BB „ „ ¼ ¼ ô ô22||¼¼úú<<~~´´ìì""""$„$„&è&è)>)>+¢+¢-â-â02022”2”4à4à7$7$9p9p;¾;¾> > @n@nBÐBÐEVEVGÐGÐJDJDLÀLÀOHOHQ¼Q¼T.T.VªVªYY[Z[Z]Ö]Ö`F`Fb´b´e&e&g¤g¤jjlzlznìnìqvqvsäsävTvTxÆxÆ{{}t}tîî‚V‚V„–„–†Ú†Ú‰‰‹n‹nÄÄ’|’|”â”â—H—H™¤™¤œ œ žTžT ž ž¢ô¢ô¥,¥,§l§l©¶©¶«ú«ú®<®<°t°t²¬²¬´ì´ì·0·0¹n¹n»¸»¸_libvirt_0_dll_iname__head_libvirt_0_dll_xdr_virNetMessageError__imp__xdr_virNetMessageError_virXPathULongLong__imp__virXPathULongLong_virXPathULongHex__imp__virXPathULongHex_virXPathULong__imp__virXPathULong_virXPathUInt__imp__virXPathUInt_virXPathStringLimit__imp__virXPathStringLimit_virXPathString__imp__virXPathString_virXPathNumber__imp__virXPathNumber_virXPathNodeSet__imp__virXPathNodeSet_virXPathNode__imp__virXPathNode_virXPathLongLong__imp__virXPathLongLong_virXPathLongHex__imp__virXPathLongHex_virXPathLong__imp__virXPathLong_virXPathInt__imp__virXPathInt_virXPathBoolean__imp__virXPathBoolean_virXMLSaveFile__imp__virXMLSaveFile_virXMLPropString__imp__virXMLPropString_virXMLPickShellSafeComment__imp__virXMLPickShellSafeComment_virXMLParseHelper__imp__virXMLParseHelper_virXMLChildElementCount__imp__virXMLChildElementCount_virVasprintfInternal__imp__virVasprintfInternal_virValidateWWN__imp__virValidateWWN_virVMXUnescapeHex__imp__virVMXUnescapeHex_virVMXParseVNC__imp__virVMXParseVNC_virVMXParseSerial__imp__virVMXParseSerial_virVMXParseSCSIController__imp__virVMXParseSCSIController_virVMXParseParallel__imp__virVMXParseParallel_virVMXParseEthernet__imp__virVMXParseEthernet_virVMXParseDisk__imp__virVMXParseDisk_virVMXParseConfig__imp__virVMXParseConfig_virVMXFormatVNC__imp__virVMXFormatVNC_virVMXFormatSerial__imp__virVMXFormatSerial_virVMXFormatParallel__imp__virVMXFormatParallel_virVMXFormatHardDisk__imp__virVMXFormatHardDisk_virVMXFormatFloppy__imp__virVMXFormatFloppy_virVMXFormatEthernet__imp__virVMXFormatEthernet_virVMXFormatConfig__imp__virVMXFormatConfig_virVMXFormatCDROM__imp__virVMXFormatCDROM_virVMXEscapeHex__imp__virVMXEscapeHex_virVMXDomainXMLConfInit__imp__virVMXDomainXMLConfInit_virVMXConvertToUTF8__imp__virVMXConvertToUTF8_virUUIDParse__imp__virUUIDParse_virUUIDIsValid__imp__virUUIDIsValid_virUUIDGenerate__imp__virUUIDGenerate_virUUIDFormat__imp__virUUIDFormat_virUSBDeviceSetUsedBy__imp__virUSBDeviceSetUsedBy_virUSBDeviceNew__imp__virUSBDeviceNew_virUSBDeviceListSteal__imp__virUSBDeviceListSteal_virUSBDeviceListNew__imp__virUSBDeviceListNew_virUSBDeviceListGet__imp__virUSBDeviceListGet_virUSBDeviceListFind__imp__virUSBDeviceListFind_virUSBDeviceListDel__imp__virUSBDeviceListDel_virUSBDeviceListCount__imp__virUSBDeviceListCount_virUSBDeviceListAdd__imp__virUSBDeviceListAdd_virUSBDeviceGetUsedBy__imp__virUSBDeviceGetUsedBy_virUSBDeviceGetName__imp__virUSBDeviceGetName_virUSBDeviceGetDevno__imp__virUSBDeviceGetDevno_virUSBDeviceGetBus__imp__virUSBDeviceGetBus_virUSBDeviceFree__imp__virUSBDeviceFree_virUSBDeviceFindByVendor__imp__virUSBDeviceFindByVendor_virUSBDeviceFindByBus__imp__virUSBDeviceFindByBus_virUSBDeviceFind__imp__virUSBDeviceFind_virUSBDeviceFileIterate__imp__virUSBDeviceFileIterate_virURIParse__imp__virURIParse_virURIFree__imp__virURIFree_virURIFormatParams__imp__virURIFormatParams_virURIFormat__imp__virURIFormat_virTypedParamsValidate__imp__virTypedParamsValidate_virTypedParamsReplaceString__imp__virTypedParamsReplaceString_virTypedParamsGetULLong__imp__virTypedParamsGetULLong_virTypedParamsGetUInt__imp__virTypedParamsGetUInt_virTypedParamsGetString__imp__virTypedParamsGetString_virTypedParamsGetLLong__imp__virTypedParamsGetLLong_virTypedParamsGetInt__imp__virTypedParamsGetInt_virTypedParamsGetDouble__imp__virTypedParamsGetDouble_virTypedParamsGetBoolean__imp__virTypedParamsGetBoolean_virTypedParamsGet__imp__virTypedParamsGet_virTypedParamsFree__imp__virTypedParamsFree_virTypedParamsCopy__imp__virTypedParamsCopy_virTypedParamsClear__imp__virTypedParamsClear_virTypedParamsCheck__imp__virTypedParamsCheck_virTypedParamsAddULLong__imp__virTypedParamsAddULLong_virTypedParamsAddUInt__imp__virTypedParamsAddUInt_virTypedParamsAddString__imp__virTypedParamsAddString_virTypedParamsAddLLong__imp__virTypedParamsAddLLong_virTypedParamsAddInt__imp__virTypedParamsAddInt_virTypedParamsAddFromString__imp__virTypedParamsAddFromString_virTypedParamsAddDouble__imp__virTypedParamsAddDouble_virTypedParamsAddBoolean__imp__virTypedParamsAddBoolean_virTypedParameterTypeToString__imp__virTypedParameterTypeToString_virTypedParameterTypeFromString__imp__virTypedParameterTypeFromString_virTypedParameterToString__imp__virTypedParameterToString_virTypedParameterAssignFromStr__imp__virTypedParameterAssignFromStr_virTypedParameterAssign__imp__virTypedParameterAssign_virTrimSpaces__imp__virTrimSpaces_virTimeStringThenRaw__imp__virTimeStringThenRaw_virTimeStringThen__imp__virTimeStringThen_virTimeStringNowRaw__imp__virTimeStringNowRaw_virTimeStringNow__imp__virTimeStringNow_virTimeMillisNowRaw__imp__virTimeMillisNowRaw_virTimeMillisNow__imp__virTimeMillisNow_virTimeFieldsThenRaw__imp__virTimeFieldsThenRaw_virTimeFieldsThen__imp__virTimeFieldsThen_virTimeFieldsNowRaw__imp__virTimeFieldsNowRaw_virTimeFieldsNow__imp__virTimeFieldsNow_virThreadSelfID__imp__virThreadSelfID_virThreadSelf__imp__virThreadSelf_virThreadPoolSendJob__imp__virThreadPoolSendJob_virThreadPoolNew__imp__virThreadPoolNew_virThreadPoolGetPriorityWorkers__imp__virThreadPoolGetPriorityWorkers_virThreadPoolGetMinWorkers__imp__virThreadPoolGetMinWorkers_virThreadPoolGetMaxWorkers__imp__virThreadPoolGetMaxWorkers_virThreadPoolFree__imp__virThreadPoolFree_virThreadJoin__imp__virThreadJoin_virThreadIsSelf__imp__virThreadIsSelf_virThreadInitialize__imp__virThreadInitialize_virThreadID__imp__virThreadID_virThreadCreate__imp__virThreadCreate_virThreadCancel__imp__virThreadCancel_virTPMCreateCancelPath__imp__virTPMCreateCancelPath_virSystemdMakeSliceName__imp__virSystemdMakeSliceName_virSystemdMakeScopeName__imp__virSystemdMakeScopeName_virSystemdCreateMachine__imp__virSystemdCreateMachine_virSysinfoSetup__imp__virSysinfoSetup_virSysinfoRead__imp__virSysinfoRead_virSysinfoFormat__imp__virSysinfoFormat_virSysinfoDefFree__imp__virSysinfoDefFree_virStrndup__imp__virStrndup_virStrncpy__imp__virStrncpy_virStringSplit__imp__virStringSplit_virStringListLength__imp__virStringListLength_virStringJoin__imp__virStringJoin_virStringFreeList__imp__virStringFreeList_virStringArrayHasString__imp__virStringArrayHasString_virStrerror__imp__virStrerror_virStreamSendAll__imp__virStreamSendAll_virStreamSend__imp__virStreamSend_virStreamRef__imp__virStreamRef_virStreamRecvAll__imp__virStreamRecvAll_virStreamRecv__imp__virStreamRecv_virStreamNew__imp__virStreamNew_virStreamFree__imp__virStreamFree_virStreamFinish__imp__virStreamFinish_virStreamEventUpdateCallback__imp__virStreamEventUpdateCallback_virStreamEventRemoveCallback__imp__virStreamEventRemoveCallback_virStreamEventAddCallback__imp__virStreamEventAddCallback_virStreamClass__imp__virStreamClass_virStreamAbort__imp__virStreamAbort_virStrdup__imp__virStrdup_virStrcpy__imp__virStrcpy_virStrToLong_ull__imp__virStrToLong_ull_virStrToLong_ul__imp__virStrToLong_ul_virStrToLong_ui__imp__virStrToLong_ui_virStrToLong_ll__imp__virStrToLong_ll_virStrToLong_l__imp__virStrToLong_l_virStrToLong_i__imp__virStrToLong_i_virStrToDouble__imp__virStrToDouble_virStrIsPrint__imp__virStrIsPrint_virStorageVolWipePatternEnsureACL__imp__virStorageVolWipePatternEnsureACL_virStorageVolWipePattern__imp__virStorageVolWipePattern_virStorageVolWipeEnsureACL__imp__virStorageVolWipeEnsureACL_virStorageVolWipe__imp__virStorageVolWipe_virStorageVolUploadEnsureACL__imp__virStorageVolUploadEnsureACL_virStorageVolUpload__imp__virStorageVolUpload_virStorageVolResizeEnsureACL__imp__virStorageVolResizeEnsureACL_virStorageVolResize__imp__virStorageVolResize_virStorageVolRef__imp__virStorageVolRef_virStorageVolLookupByPathEnsureACL__imp__virStorageVolLookupByPathEnsureACL_virStorageVolLookupByPath__imp__virStorageVolLookupByPath_virStorageVolLookupByNameEnsureACL__imp__virStorageVolLookupByNameEnsureACL_virStorageVolLookupByName__imp__virStorageVolLookupByName_virStorageVolLookupByKeyEnsureACL__imp__virStorageVolLookupByKeyEnsureACL_virStorageVolLookupByKey__imp__virStorageVolLookupByKey_virStorageVolGetXMLDescEnsureACL__imp__virStorageVolGetXMLDescEnsureACL_virStorageVolGetXMLDesc__imp__virStorageVolGetXMLDesc_virStorageVolGetPathEnsureACL__imp__virStorageVolGetPathEnsureACL_virStorageVolGetPath__imp__virStorageVolGetPath_virStorageVolGetName__imp__virStorageVolGetName_virStorageVolGetKey__imp__virStorageVolGetKey_virStorageVolGetInfoEnsureACL__imp__virStorageVolGetInfoEnsureACL_virStorageVolGetInfo__imp__virStorageVolGetInfo_virStorageVolGetConnect__imp__virStorageVolGetConnect_virStorageVolFree__imp__virStorageVolFree_virStorageVolDownloadEnsureACL__imp__virStorageVolDownloadEnsureACL_virStorageVolDownload__imp__virStorageVolDownload_virStorageVolDeleteEnsureACL__imp__virStorageVolDeleteEnsureACL_virStorageVolDelete__imp__virStorageVolDelete_virStorageVolDefParseString__imp__virStorageVolDefParseString_virStorageVolDefParseNode__imp__virStorageVolDefParseNode_virStorageVolDefParseFile__imp__virStorageVolDefParseFile_virStorageVolDefFree__imp__virStorageVolDefFree_virStorageVolDefFormat__imp__virStorageVolDefFormat_virStorageVolDefFindByPath__imp__virStorageVolDefFindByPath_virStorageVolDefFindByName__imp__virStorageVolDefFindByName_virStorageVolDefFindByKey__imp__virStorageVolDefFindByKey_virStorageVolCreateXMLFromEnsureACL__imp__virStorageVolCreateXMLFromEnsureACL_virStorageVolCreateXMLFrom__imp__virStorageVolCreateXMLFrom_virStorageVolCreateXMLEnsureACL__imp__virStorageVolCreateXMLEnsureACL_virStorageVolCreateXML__imp__virStorageVolCreateXML_virStorageVolClass__imp__virStorageVolClass_virStoragePoolUndefineEnsureACL__imp__virStoragePoolUndefineEnsureACL_virStoragePoolUndefine__imp__virStoragePoolUndefine_virStoragePoolTypeFromString__imp__virStoragePoolTypeFromString_virStoragePoolSourceListNewSource__imp__virStoragePoolSourceListNewSource_virStoragePoolSourceListFormat__imp__virStoragePoolSourceListFormat_virStoragePoolSourceFree__imp__virStoragePoolSourceFree_virStoragePoolSourceFindDuplicateDevices__imp__virStoragePoolSourceFindDuplicateDevices_virStoragePoolSourceFindDuplicate__imp__virStoragePoolSourceFindDuplicate_virStoragePoolSourceClear__imp__virStoragePoolSourceClear_virStoragePoolSourceAdapterTypeTypeToString__imp__virStoragePoolSourceAdapterTypeTypeToString_virStoragePoolSourceAdapterTypeTypeFromString__imp__virStoragePoolSourceAdapterTypeTypeFromString_virStoragePoolSetAutostartEnsureACL__imp__virStoragePoolSetAutostartEnsureACL_virStoragePoolSetAutostart__imp__virStoragePoolSetAutostart_virStoragePoolRefreshEnsureACL__imp__virStoragePoolRefreshEnsureACL_virStoragePoolRefresh__imp__virStoragePoolRefresh_virStoragePoolRef__imp__virStoragePoolRef_virStoragePoolObjUnlock__imp__virStoragePoolObjUnlock_virStoragePoolObjSaveDef__imp__virStoragePoolObjSaveDef_virStoragePoolObjRemove__imp__virStoragePoolObjRemove_virStoragePoolObjLock__imp__virStoragePoolObjLock_virStoragePoolObjListFree__imp__virStoragePoolObjListFree_virStoragePoolObjListExport__imp__virStoragePoolObjListExport_virStoragePoolObjIsDuplicate__imp__virStoragePoolObjIsDuplicate_virStoragePoolObjFindByUUID__imp__virStoragePoolObjFindByUUID_virStoragePoolObjFindByName__imp__virStoragePoolObjFindByName_virStoragePoolObjDeleteDef__imp__virStoragePoolObjDeleteDef_virStoragePoolObjClearVols__imp__virStoragePoolObjClearVols_virStoragePoolObjAssignDef__imp__virStoragePoolObjAssignDef_virStoragePoolNumOfVolumesEnsureACL__imp__virStoragePoolNumOfVolumesEnsureACL_virStoragePoolNumOfVolumesCheckACL__imp__virStoragePoolNumOfVolumesCheckACL_virStoragePoolNumOfVolumes__imp__virStoragePoolNumOfVolumes_virStoragePoolLookupByVolumeEnsureACL__imp__virStoragePoolLookupByVolumeEnsureACL_virStoragePoolLookupByVolume__imp__virStoragePoolLookupByVolume_virStoragePoolLookupByUUIDString__imp__virStoragePoolLookupByUUIDString_virStoragePoolLookupByUUIDEnsureACL__imp__virStoragePoolLookupByUUIDEnsureACL_virStoragePoolLookupByUUID__imp__virStoragePoolLookupByUUID_virStoragePoolLookupByNameEnsureACL__imp__virStoragePoolLookupByNameEnsureACL_virStoragePoolLookupByName__imp__virStoragePoolLookupByName_virStoragePoolLoadAllConfigs__imp__virStoragePoolLoadAllConfigs_virStoragePoolListVolumesEnsureACL__imp__virStoragePoolListVolumesEnsureACL_virStoragePoolListVolumesCheckACL__imp__virStoragePoolListVolumesCheckACL_virStoragePoolListVolumes__imp__virStoragePoolListVolumes_virStoragePoolListAllVolumesEnsureACL__imp__virStoragePoolListAllVolumesEnsureACL_virStoragePoolListAllVolumesCheckACL__imp__virStoragePoolListAllVolumesCheckACL_virStoragePoolListAllVolumes__imp__virStoragePoolListAllVolumes_virStoragePoolIsPersistentEnsureACL__imp__virStoragePoolIsPersistentEnsureACL_virStoragePoolIsPersistent__imp__virStoragePoolIsPersistent_virStoragePoolIsActiveEnsureACL__imp__virStoragePoolIsActiveEnsureACL_virStoragePoolIsActive__imp__virStoragePoolIsActive_virStoragePoolGetXMLDescEnsureACL__imp__virStoragePoolGetXMLDescEnsureACL_virStoragePoolGetXMLDesc__imp__virStoragePoolGetXMLDesc_virStoragePoolGetUUIDString__imp__virStoragePoolGetUUIDString_virStoragePoolGetUUID__imp__virStoragePoolGetUUID_virStoragePoolGetName__imp__virStoragePoolGetName_virStoragePoolGetInfoEnsureACL__imp__virStoragePoolGetInfoEnsureACL_virStoragePoolGetInfo__imp__virStoragePoolGetInfo_virStoragePoolGetConnect__imp__virStoragePoolGetConnect_virStoragePoolGetAutostartEnsureACL__imp__virStoragePoolGetAutostartEnsureACL_virStoragePoolGetAutostart__imp__virStoragePoolGetAutostart_virStoragePoolFree__imp__virStoragePoolFree_virStoragePoolFormatFileSystemTypeToString__imp__virStoragePoolFormatFileSystemTypeToString_virStoragePoolFormatFileSystemNetTypeToString__imp__virStoragePoolFormatFileSystemNetTypeToString_virStoragePoolFormatDiskTypeToString__imp__virStoragePoolFormatDiskTypeToString_virStoragePoolDestroyEnsureACL__imp__virStoragePoolDestroyEnsureACL_virStoragePoolDestroy__imp__virStoragePoolDestroy_virStoragePoolDeleteEnsureACL__imp__virStoragePoolDeleteEnsureACL_virStoragePoolDelete__imp__virStoragePoolDelete_virStoragePoolDefineXMLEnsureACL__imp__virStoragePoolDefineXMLEnsureACL_virStoragePoolDefineXML__imp__virStoragePoolDefineXML_virStoragePoolDefParseString__imp__virStoragePoolDefParseString_virStoragePoolDefParseSourceString__imp__virStoragePoolDefParseSourceString_virStoragePoolDefParseNode__imp__virStoragePoolDefParseNode_virStoragePoolDefParseFile__imp__virStoragePoolDefParseFile_virStoragePoolDefFree__imp__virStoragePoolDefFree_virStoragePoolDefFormat__imp__virStoragePoolDefFormat_virStoragePoolCreateXMLEnsureACL__imp__virStoragePoolCreateXMLEnsureACL_virStoragePoolCreateXML__imp__virStoragePoolCreateXML_virStoragePoolCreateEnsureACL__imp__virStoragePoolCreateEnsureACL_virStoragePoolCreate__imp__virStoragePoolCreate_virStoragePoolClass__imp__virStoragePoolClass_virStoragePoolBuildEnsureACL__imp__virStoragePoolBuildEnsureACL_virStoragePoolBuild__imp__virStoragePoolBuild_virStoragePartedFsTypeTypeToString__imp__virStoragePartedFsTypeTypeToString_virStorageGenerateQcowPassphrase__imp__virStorageGenerateQcowPassphrase_virStorageFileResize__imp__virStorageFileResize_virStorageFileProbeFormatFromFD__imp__virStorageFileProbeFormatFromFD_virStorageFileProbeFormat__imp__virStorageFileProbeFormat_virStorageFileIsSharedFSType__imp__virStorageFileIsSharedFSType_virStorageFileIsSharedFS__imp__virStorageFileIsSharedFS_virStorageFileIsClusterFS__imp__virStorageFileIsClusterFS_virStorageFileGetSCSIKey__imp__virStorageFileGetSCSIKey_virStorageFileGetMetadataFromFD__imp__virStorageFileGetMetadataFromFD_virStorageFileGetMetadata__imp__virStorageFileGetMetadata_virStorageFileGetLVMKey__imp__virStorageFileGetLVMKey_virStorageFileFreeMetadata__imp__virStorageFileFreeMetadata_virStorageFileFormatTypeToString__imp__virStorageFileFormatTypeToString_virStorageFileFormatTypeFromString__imp__virStorageFileFormatTypeFromString_virStorageFileFeatureTypeToString__imp__virStorageFileFeatureTypeToString_virStorageFileFeatureTypeFromString__imp__virStorageFileFeatureTypeFromString_virStorageFileChainLookup__imp__virStorageFileChainLookup_virStorageFileChainGetBroken__imp__virStorageFileChainGetBroken_virStorageEncryptionParseNode__imp__virStorageEncryptionParseNode_virStorageEncryptionFree__imp__virStorageEncryptionFree_virStorageEncryptionFormat__imp__virStorageEncryptionFormat_virSocketAddrSetPort__imp__virSocketAddrSetPort_virSocketAddrSetIPv4Addr__imp__virSocketAddrSetIPv4Addr_virSocketAddrPrefixToNetmask__imp__virSocketAddrPrefixToNetmask_virSocketAddrParseIPv6__imp__virSocketAddrParseIPv6_virSocketAddrParseIPv4__imp__virSocketAddrParseIPv4_virSocketAddrParse__imp__virSocketAddrParse_virSocketAddrMaskByPrefix__imp__virSocketAddrMaskByPrefix_virSocketAddrMask__imp__virSocketAddrMask_virSocketAddrIsWildcard__imp__virSocketAddrIsWildcard_virSocketAddrIsPrivate__imp__virSocketAddrIsPrivate_virSocketAddrIsNetmask__imp__virSocketAddrIsNetmask_virSocketAddrGetRange__imp__virSocketAddrGetRange_virSocketAddrGetPort__imp__virSocketAddrGetPort_virSocketAddrGetIpPrefix__imp__virSocketAddrGetIpPrefix_virSocketAddrFormatFull__imp__virSocketAddrFormatFull_virSocketAddrFormat__imp__virSocketAddrFormat_virSocketAddrEqual__imp__virSocketAddrEqual_virSocketAddrCheckNetmask__imp__virSocketAddrCheckNetmask_virSocketAddrBroadcastByPrefix__imp__virSocketAddrBroadcastByPrefix_virSocketAddrBroadcast__imp__virSocketAddrBroadcast_virSkipSpacesBackwards__imp__virSkipSpacesBackwards_virSkipSpacesAndBackslash__imp__virSkipSpacesAndBackslash_virSkipSpaces__imp__virSkipSpaces_virShrinkN__imp__virShrinkN_virSetUIDGIDWithCaps__imp__virSetUIDGIDWithCaps_virSetUIDGID__imp__virSetUIDGID_virSetNonBlock__imp__virSetNonBlock_virSetInherit__imp__virSetInherit_virSetHostUUIDStr__imp__virSetHostUUIDStr_virSetErrorLogPriorityFunc__imp__virSetErrorLogPriorityFunc_virSetErrorFunc__imp__virSetErrorFunc_virSetError__imp__virSetError_virSetDeviceUnprivSGIO__imp__virSetDeviceUnprivSGIO_virSetCloseExec__imp__virSetCloseExec_virSetBlocking__imp__virSetBlocking_virSecurityManagerVerify__imp__virSecurityManagerVerify_virSecurityManagerStackAddNested__imp__virSecurityManagerStackAddNested_virSecurityManagerSetTapFDLabel__imp__virSecurityManagerSetTapFDLabel_virSecurityManagerSetSocketLabel__imp__virSecurityManagerSetSocketLabel_virSecurityManagerSetSavedStateLabel__imp__virSecurityManagerSetSavedStateLabel_virSecurityManagerSetProcessLabel__imp__virSecurityManagerSetProcessLabel_virSecurityManagerSetImageLabel__imp__virSecurityManagerSetImageLabel_virSecurityManagerSetImageFDLabel__imp__virSecurityManagerSetImageFDLabel_virSecurityManagerSetHugepages__imp__virSecurityManagerSetHugepages_virSecurityManagerSetHostdevLabel__imp__virSecurityManagerSetHostdevLabel_virSecurityManagerSetDaemonSocketLabel__imp__virSecurityManagerSetDaemonSocketLabel_virSecurityManagerSetChildProcessLabel__imp__virSecurityManagerSetChildProcessLabel_virSecurityManagerSetAllLabel__imp__virSecurityManagerSetAllLabel_virSecurityManagerRestoreSavedStateLabel__imp__virSecurityManagerRestoreSavedStateLabel_virSecurityManagerRestoreImageLabel__imp__virSecurityManagerRestoreImageLabel_virSecurityManagerRestoreHostdevLabel__imp__virSecurityManagerRestoreHostdevLabel_virSecurityManagerRestoreAllLabel__imp__virSecurityManagerRestoreAllLabel_virSecurityManagerReserveLabel__imp__virSecurityManagerReserveLabel_virSecurityManagerReleaseLabel__imp__virSecurityManagerReleaseLabel_virSecurityManagerPreFork__imp__virSecurityManagerPreFork_virSecurityManagerPostFork__imp__virSecurityManagerPostFork_virSecurityManagerNewStack__imp__virSecurityManagerNewStack_virSecurityManagerNewDAC__imp__virSecurityManagerNewDAC_virSecurityManagerNew__imp__virSecurityManagerNew_virSecurityManagerGetProcessLabel__imp__virSecurityManagerGetProcessLabel_virSecurityManagerGetNested__imp__virSecurityManagerGetNested_virSecurityManagerGetMountOptions__imp__virSecurityManagerGetMountOptions_virSecurityManagerGetModel__imp__virSecurityManagerGetModel_virSecurityManagerGetDOI__imp__virSecurityManagerGetDOI_virSecurityManagerGenLabel__imp__virSecurityManagerGenLabel_virSecurityManagerClearSocketLabel__imp__virSecurityManagerClearSocketLabel_virSecurityLabelDefFree__imp__virSecurityLabelDefFree_virSecurityDriverLookup__imp__virSecurityDriverLookup_virSecurityDeviceLabelDefFree__imp__virSecurityDeviceLabelDefFree_virSecretUsageTypeTypeToString__imp__virSecretUsageTypeTypeToString_virSecretUsageTypeTypeFromString__imp__virSecretUsageTypeTypeFromString_virSecretUndefineEnsureACL__imp__virSecretUndefineEnsureACL_virSecretUndefine__imp__virSecretUndefine_virSecretSetValueEnsureACL__imp__virSecretSetValueEnsureACL_virSecretSetValue__imp__virSecretSetValue_virSecretRef__imp__virSecretRef_virSecretLookupByUsageEnsureACL__imp__virSecretLookupByUsageEnsureACL_virSecretLookupByUsage__imp__virSecretLookupByUsage_virSecretLookupByUUIDString__imp__virSecretLookupByUUIDString_virSecretLookupByUUIDEnsureACL__imp__virSecretLookupByUUIDEnsureACL_virSecretLookupByUUID__imp__virSecretLookupByUUID_virSecretGetXMLDescEnsureACL__imp__virSecretGetXMLDescEnsureACL_virSecretGetXMLDesc__imp__virSecretGetXMLDesc_virSecretGetValueEnsureACL__imp__virSecretGetValueEnsureACL_virSecretGetValue__imp__virSecretGetValue_virSecretGetUsageType__imp__virSecretGetUsageType_virSecretGetUsageID__imp__virSecretGetUsageID_virSecretGetUUIDString__imp__virSecretGetUUIDString_virSecretGetUUID__imp__virSecretGetUUID_virSecretGetConnect__imp__virSecretGetConnect_virSecretFree__imp__virSecretFree_virSecretDefineXMLEnsureACL__imp__virSecretDefineXMLEnsureACL_virSecretDefineXML__imp__virSecretDefineXML_virSecretDefParseString__imp__virSecretDefParseString_virSecretDefParseFile__imp__virSecretDefParseFile_virSecretDefFree__imp__virSecretDefFree_virSecretDefFormat__imp__virSecretDefFormat_virSecretClass__imp__virSecretClass_virScaleInteger__imp__virScaleInteger_virSaveLastError__imp__virSaveLastError_virSCSIDeviceSetUsedBy__imp__virSCSIDeviceSetUsedBy_virSCSIDeviceNew__imp__virSCSIDeviceNew_virSCSIDeviceListSteal__imp__virSCSIDeviceListSteal_virSCSIDeviceListNew__imp__virSCSIDeviceListNew_virSCSIDeviceListGet__imp__virSCSIDeviceListGet_virSCSIDeviceListFind__imp__virSCSIDeviceListFind_virSCSIDeviceListDel__imp__virSCSIDeviceListDel_virSCSIDeviceListCount__imp__virSCSIDeviceListCount_virSCSIDeviceListAdd__imp__virSCSIDeviceListAdd_virSCSIDeviceGetUsedBy__imp__virSCSIDeviceGetUsedBy_virSCSIDeviceGetUnit__imp__virSCSIDeviceGetUnit_virSCSIDeviceGetTarget__imp__virSCSIDeviceGetTarget_virSCSIDeviceGetSgName__imp__virSCSIDeviceGetSgName_virSCSIDeviceGetReadonly__imp__virSCSIDeviceGetReadonly_virSCSIDeviceGetName__imp__virSCSIDeviceGetName_virSCSIDeviceGetDevName__imp__virSCSIDeviceGetDevName_virSCSIDeviceGetBus__imp__virSCSIDeviceGetBus_virSCSIDeviceGetAdapter__imp__virSCSIDeviceGetAdapter_virSCSIDeviceFree__imp__virSCSIDeviceFree_virSCSIDeviceFileIterate__imp__virSCSIDeviceFileIterate_virRun__imp__virRun_virResizeN__imp__virResizeN_virResetLastError__imp__virResetLastError_virResetError__imp__virResetError_virReportSystemErrorFull__imp__virReportSystemErrorFull_virReportOOMErrorFull__imp__virReportOOMErrorFull_virReportErrorHelper__imp__virReportErrorHelper_virRegisterStorageDriver__imp__virRegisterStorageDriver_virRegisterSecretDriver__imp__virRegisterSecretDriver_virRegisterNodeDeviceDriver__imp__virRegisterNodeDeviceDriver_virRegisterNetworkDriver__imp__virRegisterNetworkDriver_virRegisterNWFilterDriver__imp__virRegisterNWFilterDriver_virRegisterInterfaceDriver__imp__virRegisterInterfaceDriver_virRegisterDriver__imp__virRegisterDriver_virReallocN__imp__virReallocN_virReadFCHost__imp__virReadFCHost_virRandomInt__imp__virRandomInt_virRandomGenerateWWN__imp__virRandomGenerateWWN_virRandomBits__imp__virRandomBits_virRandom__imp__virRandom_virRaiseErrorFull__imp__virRaiseErrorFull_virProcessWait__imp__virProcessWait_virProcessTranslateStatus__imp__virProcessTranslateStatus_virProcessSetNamespaces__imp__virProcessSetNamespaces_virProcessSetMaxProcesses__imp__virProcessSetMaxProcesses_virProcessSetMaxMemLock__imp__virProcessSetMaxMemLock_virProcessSetMaxFiles__imp__virProcessSetMaxFiles_virProcessSetAffinity__imp__virProcessSetAffinity_virProcessKillPainfully__imp__virProcessKillPainfully_virProcessKill__imp__virProcessKill_virProcessGetStartTime__imp__virProcessGetStartTime_virProcessGetNamespaces__imp__virProcessGetNamespaces_virProcessGetAffinity__imp__virProcessGetAffinity_virProcessAbort__imp__virProcessAbort_virPortGroupFindByName__imp__virPortGroupFindByName_virPortAllocatorRelease__imp__virPortAllocatorRelease_virPortAllocatorNew__imp__virPortAllocatorNew_virPortAllocatorAcquire__imp__virPortAllocatorAcquire_virPipeReadUntilEOF__imp__virPipeReadUntilEOF_virPidFileWritePath__imp__virPidFileWritePath_virPidFileWrite__imp__virPidFileWrite_virPidFileReleasePath__imp__virPidFileReleasePath_virPidFileRelease__imp__virPidFileRelease_virPidFileReadPathIfAlive__imp__virPidFileReadPathIfAlive_virPidFileReadPath__imp__virPidFileReadPath_virPidFileReadIfAlive__imp__virPidFileReadIfAlive_virPidFileRead__imp__virPidFileRead_virPidFileDeletePath__imp__virPidFileDeletePath_virPidFileDelete__imp__virPidFileDelete_virPidFileBuildPath__imp__virPidFileBuildPath_virPidFileAcquirePath__imp__virPidFileAcquirePath_virPidFileAcquire__imp__virPidFileAcquire_virParseVersionString__imp__virParseVersionString_virParseOwnershipIds__imp__virParseOwnershipIds_virParseNumber__imp__virParseNumber_virPCIIsVirtualFunction__imp__virPCIIsVirtualFunction_virPCIGetVirtualFunctions__imp__virPCIGetVirtualFunctions_virPCIGetVirtualFunctionInfo__imp__virPCIGetVirtualFunctionInfo_virPCIGetVirtualFunctionIndex__imp__virPCIGetVirtualFunctionIndex_virPCIGetPhysicalFunction__imp__virPCIGetPhysicalFunction_virPCIGetNetName__imp__virPCIGetNetName_virPCIDeviceWaitForCleanup__imp__virPCIDeviceWaitForCleanup_virPCIDeviceSetUsedBy__imp__virPCIDeviceSetUsedBy_virPCIDeviceSetUnbindFromStub__imp__virPCIDeviceSetUnbindFromStub_virPCIDeviceSetStubDriver__imp__virPCIDeviceSetStubDriver_virPCIDeviceSetReprobe__imp__virPCIDeviceSetReprobe_virPCIDeviceSetRemoveSlot__imp__virPCIDeviceSetRemoveSlot_virPCIDeviceSetManaged__imp__virPCIDeviceSetManaged_virPCIDeviceReset__imp__virPCIDeviceReset_virPCIDeviceReattachInit__imp__virPCIDeviceReattachInit_virPCIDeviceReattach__imp__virPCIDeviceReattach_virPCIDeviceNew__imp__virPCIDeviceNew_virPCIDeviceListStealIndex__imp__virPCIDeviceListStealIndex_virPCIDeviceListSteal__imp__virPCIDeviceListSteal_virPCIDeviceListNew__imp__virPCIDeviceListNew_virPCIDeviceListGet__imp__virPCIDeviceListGet_virPCIDeviceListFindIndex__imp__virPCIDeviceListFindIndex_virPCIDeviceListFindByIDs__imp__virPCIDeviceListFindByIDs_virPCIDeviceListFind__imp__virPCIDeviceListFind_virPCIDeviceListDel__imp__virPCIDeviceListDel_virPCIDeviceListCount__imp__virPCIDeviceListCount_virPCIDeviceListAddCopy__imp__virPCIDeviceListAddCopy_virPCIDeviceListAdd__imp__virPCIDeviceListAdd_virPCIDeviceIsAssignable__imp__virPCIDeviceIsAssignable_virPCIDeviceGetUsedBy__imp__virPCIDeviceGetUsedBy_virPCIDeviceGetUnbindFromStub__imp__virPCIDeviceGetUnbindFromStub_virPCIDeviceGetStubDriver__imp__virPCIDeviceGetStubDriver_virPCIDeviceGetReprobe__imp__virPCIDeviceGetReprobe_virPCIDeviceGetRemoveSlot__imp__virPCIDeviceGetRemoveSlot_virPCIDeviceGetName__imp__virPCIDeviceGetName_virPCIDeviceGetManaged__imp__virPCIDeviceGetManaged_virPCIDeviceGetIOMMUGroupList__imp__virPCIDeviceGetIOMMUGroupList_virPCIDeviceGetIOMMUGroupDev__imp__virPCIDeviceGetIOMMUGroupDev_virPCIDeviceFree__imp__virPCIDeviceFree_virPCIDeviceFileIterate__imp__virPCIDeviceFileIterate_virPCIDeviceDetach__imp__virPCIDeviceDetach_virPCIDeviceCopy__imp__virPCIDeviceCopy_virPCIDeviceAddressParse__imp__virPCIDeviceAddressParse_virPCIDeviceAddressIOMMUGroupIterate__imp__virPCIDeviceAddressIOMMUGroupIterate_virPCIDeviceAddressGetSysfsFile__imp__virPCIDeviceAddressGetSysfsFile_virPCIDeviceAddressGetIOMMUGroupNum__imp__virPCIDeviceAddressGetIOMMUGroupNum_virPCIDeviceAddressGetIOMMUGroupAddresses__imp__virPCIDeviceAddressGetIOMMUGroupAddresses_virOnce__imp__virOnce_virObjectUnref__imp__virObjectUnref_virObjectUnlock__imp__virObjectUnlock_virObjectRef__imp__virObjectRef_virObjectNew__imp__virObjectNew_virObjectLockableNew__imp__virObjectLockableNew_virObjectLock__imp__virObjectLock_virObjectIsClass__imp__virObjectIsClass_virObjectFreeCallback__imp__virObjectFreeCallback_virNumaTuneMemPlacementModeTypeToString__imp__virNumaTuneMemPlacementModeTypeToString_virNumaTuneMemPlacementModeTypeFromString__imp__virNumaTuneMemPlacementModeTypeFromString_virNumaSetupMemoryPolicy__imp__virNumaSetupMemoryPolicy_virNumaGetAutoPlacementAdvice__imp__virNumaGetAutoPlacementAdvice_virNodeSuspendGetTargetMask__imp__virNodeSuspendGetTargetMask_virNodeSuspendForDurationEnsureACL__imp__virNodeSuspendForDurationEnsureACL_virNodeSuspendForDuration__imp__virNodeSuspendForDuration_virNodeSetMemoryParametersEnsureACL__imp__virNodeSetMemoryParametersEnsureACL_virNodeSetMemoryParameters__imp__virNodeSetMemoryParameters_virNodeNumOfDevicesEnsureACL__imp__virNodeNumOfDevicesEnsureACL_virNodeNumOfDevicesCheckACL__imp__virNodeNumOfDevicesCheckACL_virNodeNumOfDevices__imp__virNodeNumOfDevices_virNodeListDevicesEnsureACL__imp__virNodeListDevicesEnsureACL_virNodeListDevicesCheckACL__imp__virNodeListDevicesCheckACL_virNodeListDevices__imp__virNodeListDevices_virNodeGetSecurityModelEnsureACL__imp__virNodeGetSecurityModelEnsureACL_virNodeGetSecurityModel__imp__virNodeGetSecurityModel_virNodeGetMemoryStatsEnsureACL__imp__virNodeGetMemoryStatsEnsureACL_virNodeGetMemoryStats__imp__virNodeGetMemoryStats_virNodeGetMemoryParametersEnsureACL__imp__virNodeGetMemoryParametersEnsureACL_virNodeGetMemoryParameters__imp__virNodeGetMemoryParameters_virNodeGetInfoEnsureACL__imp__virNodeGetInfoEnsureACL_virNodeGetInfo__imp__virNodeGetInfo_virNodeGetFreeMemoryEnsureACL__imp__virNodeGetFreeMemoryEnsureACL_virNodeGetFreeMemory__imp__virNodeGetFreeMemory_virNodeGetCellsFreeMemoryEnsureACL__imp__virNodeGetCellsFreeMemoryEnsureACL_virNodeGetCellsFreeMemory__imp__virNodeGetCellsFreeMemory_virNodeGetCPUStatsEnsureACL__imp__virNodeGetCPUStatsEnsureACL_virNodeGetCPUStats__imp__virNodeGetCPUStats_virNodeGetCPUMapEnsureACL__imp__virNodeGetCPUMapEnsureACL_virNodeGetCPUMap__imp__virNodeGetCPUMap_virNodeDeviceResetEnsureACL__imp__virNodeDeviceResetEnsureACL_virNodeDeviceReset__imp__virNodeDeviceReset_virNodeDeviceRef__imp__virNodeDeviceRef_virNodeDeviceReAttachEnsureACL__imp__virNodeDeviceReAttachEnsureACL_virNodeDeviceReAttach__imp__virNodeDeviceReAttach_virNodeDeviceObjUnlock__imp__virNodeDeviceObjUnlock_virNodeDeviceObjRemove__imp__virNodeDeviceObjRemove_virNodeDeviceObjLock__imp__virNodeDeviceObjLock_virNodeDeviceObjListFree__imp__virNodeDeviceObjListFree_virNodeDeviceObjListExport__imp__virNodeDeviceObjListExport_virNodeDeviceNumOfCapsEnsureACL__imp__virNodeDeviceNumOfCapsEnsureACL_virNodeDeviceNumOfCaps__imp__virNodeDeviceNumOfCaps_virNodeDeviceLookupSCSIHostByWWNEnsureACL__imp__virNodeDeviceLookupSCSIHostByWWNEnsureACL_virNodeDeviceLookupSCSIHostByWWN__imp__virNodeDeviceLookupSCSIHostByWWN_virNodeDeviceLookupByNameEnsureACL__imp__virNodeDeviceLookupByNameEnsureACL_virNodeDeviceLookupByName__imp__virNodeDeviceLookupByName_virNodeDeviceListCapsEnsureACL__imp__virNodeDeviceListCapsEnsureACL_virNodeDeviceListCaps__imp__virNodeDeviceListCaps_virNodeDeviceHasCap__imp__virNodeDeviceHasCap_virNodeDeviceGetXMLDescEnsureACL__imp__virNodeDeviceGetXMLDescEnsureACL_virNodeDeviceGetXMLDesc__imp__virNodeDeviceGetXMLDesc_virNodeDeviceGetWWNs__imp__virNodeDeviceGetWWNs_virNodeDeviceGetParentHost__imp__virNodeDeviceGetParentHost_virNodeDeviceGetParentEnsureACL__imp__virNodeDeviceGetParentEnsureACL_virNodeDeviceGetParent__imp__virNodeDeviceGetParent_virNodeDeviceGetName__imp__virNodeDeviceGetName_virNodeDeviceFree__imp__virNodeDeviceFree_virNodeDeviceFindBySysfsPath__imp__virNodeDeviceFindBySysfsPath_virNodeDeviceFindByName__imp__virNodeDeviceFindByName_virNodeDeviceDettachEnsureACL__imp__virNodeDeviceDettachEnsureACL_virNodeDeviceDettach__imp__virNodeDeviceDettach_virNodeDeviceDetachFlagsEnsureACL__imp__virNodeDeviceDetachFlagsEnsureACL_virNodeDeviceDetachFlags__imp__virNodeDeviceDetachFlags_virNodeDeviceDestroyEnsureACL__imp__virNodeDeviceDestroyEnsureACL_virNodeDeviceDestroy__imp__virNodeDeviceDestroy_virNodeDeviceDefParseString__imp__virNodeDeviceDefParseString_virNodeDeviceDefParseNode__imp__virNodeDeviceDefParseNode_virNodeDeviceDefParseFile__imp__virNodeDeviceDefParseFile_virNodeDeviceDefFree__imp__virNodeDeviceDefFree_virNodeDeviceDefFormat__imp__virNodeDeviceDefFormat_virNodeDeviceCreateXMLEnsureACL__imp__virNodeDeviceCreateXMLEnsureACL_virNodeDeviceCreateXML__imp__virNodeDeviceCreateXML_virNodeDeviceClass__imp__virNodeDeviceClass_virNodeDeviceAssignDef__imp__virNodeDeviceAssignDef_virNodeDevCapsDefFree__imp__virNodeDevCapsDefFree_virNodeDevCapTypeToString__imp__virNodeDevCapTypeToString_virNodeDevCapTypeFromString__imp__virNodeDevCapTypeFromString_virNetworkUpdateEnsureACL__imp__virNetworkUpdateEnsureACL_virNetworkUpdate__imp__virNetworkUpdate_virNetworkUndefineEnsureACL__imp__virNetworkUndefineEnsureACL_virNetworkUndefine__imp__virNetworkUndefine_virNetworkSetBridgeName__imp__virNetworkSetBridgeName_virNetworkSetBridgeMacAddr__imp__virNetworkSetBridgeMacAddr_virNetworkSetAutostartEnsureACL__imp__virNetworkSetAutostartEnsureACL_virNetworkSetAutostart__imp__virNetworkSetAutostart_virNetworkSaveStatus__imp__virNetworkSaveStatus_virNetworkSaveConfig__imp__virNetworkSaveConfig_virNetworkRemoveInactive__imp__virNetworkRemoveInactive_virNetworkRef__imp__virNetworkRef_virNetworkObjUpdate__imp__virNetworkObjUpdate_virNetworkObjUnsetDefTransient__imp__virNetworkObjUnsetDefTransient_virNetworkObjUnlock__imp__virNetworkObjUnlock_virNetworkObjSetDefTransient__imp__virNetworkObjSetDefTransient_virNetworkObjReplacePersistentDef__imp__virNetworkObjReplacePersistentDef_virNetworkObjLock__imp__virNetworkObjLock_virNetworkObjListFree__imp__virNetworkObjListFree_virNetworkObjListExport__imp__virNetworkObjListExport_virNetworkObjIsDuplicate__imp__virNetworkObjIsDuplicate_virNetworkObjGetPersistentDef__imp__virNetworkObjGetPersistentDef_virNetworkObjFree__imp__virNetworkObjFree_virNetworkObjAssignDef__imp__virNetworkObjAssignDef_virNetworkLookupByUUIDString__imp__virNetworkLookupByUUIDString_virNetworkLookupByUUIDEnsureACL__imp__virNetworkLookupByUUIDEnsureACL_virNetworkLookupByUUID__imp__virNetworkLookupByUUID_virNetworkLookupByNameEnsureACL__imp__virNetworkLookupByNameEnsureACL_virNetworkLookupByName__imp__virNetworkLookupByName_virNetworkLoadAllState__imp__virNetworkLoadAllState_virNetworkLoadAllConfigs__imp__virNetworkLoadAllConfigs_virNetworkIsPersistentEnsureACL__imp__virNetworkIsPersistentEnsureACL_virNetworkIsPersistent__imp__virNetworkIsPersistent_virNetworkIsActiveEnsureACL__imp__virNetworkIsActiveEnsureACL_virNetworkIsActive__imp__virNetworkIsActive_virNetworkIpDefPrefix__imp__virNetworkIpDefPrefix_virNetworkIpDefNetmask__imp__virNetworkIpDefNetmask_virNetworkGetXMLDescEnsureACL__imp__virNetworkGetXMLDescEnsureACL_virNetworkGetXMLDesc__imp__virNetworkGetXMLDesc_virNetworkGetUUIDString__imp__virNetworkGetUUIDString_virNetworkGetUUID__imp__virNetworkGetUUID_virNetworkGetName__imp__virNetworkGetName_virNetworkGetConnect__imp__virNetworkGetConnect_virNetworkGetBridgeNameEnsureACL__imp__virNetworkGetBridgeNameEnsureACL_virNetworkGetBridgeName__imp__virNetworkGetBridgeName_virNetworkGetAutostartEnsureACL__imp__virNetworkGetAutostartEnsureACL_virNetworkGetAutostart__imp__virNetworkGetAutostart_virNetworkFree__imp__virNetworkFree_virNetworkForwardTypeToString__imp__virNetworkForwardTypeToString_virNetworkFindByUUID__imp__virNetworkFindByUUID_virNetworkFindByName__imp__virNetworkFindByName_virNetworkDestroyEnsureACL__imp__virNetworkDestroyEnsureACL_virNetworkDestroy__imp__virNetworkDestroy_virNetworkDeleteConfig__imp__virNetworkDeleteConfig_virNetworkDefineXMLEnsureACL__imp__virNetworkDefineXMLEnsureACL_virNetworkDefineXML__imp__virNetworkDefineXML_virNetworkDefUpdateSection__imp__virNetworkDefUpdateSection_virNetworkDefParseString__imp__virNetworkDefParseString_virNetworkDefParseNode__imp__virNetworkDefParseNode_virNetworkDefParseFile__imp__virNetworkDefParseFile_virNetworkDefGetIpByIndex__imp__virNetworkDefGetIpByIndex_virNetworkDefFree__imp__virNetworkDefFree_virNetworkDefFormat__imp__virNetworkDefFormat_virNetworkDefCopy__imp__virNetworkDefCopy_virNetworkCreateXMLEnsureACL__imp__virNetworkCreateXMLEnsureACL_virNetworkCreateXML__imp__virNetworkCreateXML_virNetworkCreateEnsureACL__imp__virNetworkCreateEnsureACL_virNetworkCreate__imp__virNetworkCreate_virNetworkConfigFile__imp__virNetworkConfigFile_virNetworkConfigChangeSetup__imp__virNetworkConfigChangeSetup_virNetworkClass__imp__virNetworkClass_virNetworkAssignDef__imp__virNetworkAssignDef_virNetlinkStartup__imp__virNetlinkStartup_virNetlinkShutdown__imp__virNetlinkShutdown_virNetlinkEventServiceStopAll__imp__virNetlinkEventServiceStopAll_virNetlinkEventServiceStop__imp__virNetlinkEventServiceStop_virNetlinkEventServiceStart__imp__virNetlinkEventServiceStart_virNetlinkEventServiceLocalPid__imp__virNetlinkEventServiceLocalPid_virNetlinkEventServiceIsRunning__imp__virNetlinkEventServiceIsRunning_virNetlinkEventRemoveClient__imp__virNetlinkEventRemoveClient_virNetlinkEventAddClient__imp__virNetlinkEventAddClient_virNetlinkCommand__imp__virNetlinkCommand_virNetTLSSessionWrite__imp__virNetTLSSessionWrite_virNetTLSSessionSetIOCallbacks__imp__virNetTLSSessionSetIOCallbacks_virNetTLSSessionRead__imp__virNetTLSSessionRead_virNetTLSSessionNew__imp__virNetTLSSessionNew_virNetTLSSessionHandshake__imp__virNetTLSSessionHandshake_virNetTLSSessionGetX509DName__imp__virNetTLSSessionGetX509DName_virNetTLSSessionGetKeySize__imp__virNetTLSSessionGetKeySize_virNetTLSSessionGetHandshakeStatus__imp__virNetTLSSessionGetHandshakeStatus_virNetTLSInit__imp__virNetTLSInit_virNetTLSContextNewServerPath__imp__virNetTLSContextNewServerPath_virNetTLSContextNewServer__imp__virNetTLSContextNewServer_virNetTLSContextNewClientPath__imp__virNetTLSContextNewClientPath_virNetTLSContextNewClient__imp__virNetTLSContextNewClient_virNetTLSContextCheckCertificate__imp__virNetTLSContextCheckCertificate_virNetSocketWrite__imp__virNetSocketWrite_virNetSocketUpdateIOCallback__imp__virNetSocketUpdateIOCallback_virNetSocketSetTLSSession__imp__virNetSocketSetTLSSession_virNetSocketSetBlocking__imp__virNetSocketSetBlocking_virNetSocketSendFD__imp__virNetSocketSendFD_virNetSocketRemoveIOCallback__imp__virNetSocketRemoveIOCallback_virNetSocketRemoteAddrString__imp__virNetSocketRemoteAddrString_virNetSocketRecvFD__imp__virNetSocketRecvFD_virNetSocketRead__imp__virNetSocketRead_virNetSocketPreExecRestart__imp__virNetSocketPreExecRestart_virNetSocketNewPostExecRestart__imp__virNetSocketNewPostExecRestart_virNetSocketNewListenUNIX__imp__virNetSocketNewListenUNIX_virNetSocketNewListenTCP__imp__virNetSocketNewListenTCP_virNetSocketNewListenFD__imp__virNetSocketNewListenFD_virNetSocketNewConnectUNIX__imp__virNetSocketNewConnectUNIX_virNetSocketNewConnectTCP__imp__virNetSocketNewConnectTCP_virNetSocketNewConnectSSH__imp__virNetSocketNewConnectSSH_virNetSocketNewConnectLibSSH2__imp__virNetSocketNewConnectLibSSH2_virNetSocketNewConnectExternal__imp__virNetSocketNewConnectExternal_virNetSocketNewConnectCommand__imp__virNetSocketNewConnectCommand_virNetSocketLocalAddrString__imp__virNetSocketLocalAddrString_virNetSocketListen__imp__virNetSocketListen_virNetSocketIsLocal__imp__virNetSocketIsLocal_virNetSocketHasPendingData__imp__virNetSocketHasPendingData_virNetSocketHasPassFD__imp__virNetSocketHasPassFD_virNetSocketHasCachedData__imp__virNetSocketHasCachedData_virNetSocketGetUNIXIdentity__imp__virNetSocketGetUNIXIdentity_virNetSocketGetSELinuxContext__imp__virNetSocketGetSELinuxContext_virNetSocketGetPort__imp__virNetSocketGetPort_virNetSocketGetFD__imp__virNetSocketGetFD_virNetSocketDupFD__imp__virNetSocketDupFD_virNetSocketClose__imp__virNetSocketClose_virNetSocketAddIOCallback__imp__virNetSocketAddIOCallback_virNetSocketAccept__imp__virNetSocketAccept_virNetServerUpdateServices__imp__virNetServerUpdateServices_virNetServerSetTLSContext__imp__virNetServerSetTLSContext_virNetServerServiceToggle__imp__virNetServerServiceToggle_virNetServerServiceSetDispatcher__imp__virNetServerServiceSetDispatcher_virNetServerServicePreExecRestart__imp__virNetServerServicePreExecRestart_virNetServerServiceNewUNIX__imp__virNetServerServiceNewUNIX_virNetServerServiceNewTCP__imp__virNetServerServiceNewTCP_virNetServerServiceNewPostExecRestart__imp__virNetServerServiceNewPostExecRestart_virNetServerServiceNewFD__imp__virNetServerServiceNewFD_virNetServerServiceIsReadonly__imp__virNetServerServiceIsReadonly_virNetServerServiceGetTLSContext__imp__virNetServerServiceGetTLSContext_virNetServerServiceGetPort__imp__virNetServerServiceGetPort_virNetServerServiceGetMaxRequests__imp__virNetServerServiceGetMaxRequests_virNetServerServiceGetAuth__imp__virNetServerServiceGetAuth_virNetServerServiceClose__imp__virNetServerServiceClose_virNetServerRun__imp__virNetServerRun_virNetServerRemoveShutdownInhibition__imp__virNetServerRemoveShutdownInhibition_virNetServerQuit__imp__virNetServerQuit_virNetServerProgramUnknownError__imp__virNetServerProgramUnknownError_virNetServerProgramSendStreamError__imp__virNetServerProgramSendStreamError_virNetServerProgramSendStreamData__imp__virNetServerProgramSendStreamData_virNetServerProgramSendReplyError__imp__virNetServerProgramSendReplyError_virNetServerProgramNew__imp__virNetServerProgramNew_virNetServerProgramMatches__imp__virNetServerProgramMatches_virNetServerProgramGetVersion__imp__virNetServerProgramGetVersion_virNetServerProgramGetPriority__imp__virNetServerProgramGetPriority_virNetServerProgramGetID__imp__virNetServerProgramGetID_virNetServerProgramDispatch__imp__virNetServerProgramDispatch_virNetServerPreExecRestart__imp__virNetServerPreExecRestart_virNetServerNewPostExecRestart__imp__virNetServerNewPostExecRestart_virNetServerNew__imp__virNetServerNew_virNetServerMDNSStop__imp__virNetServerMDNSStop_virNetServerMDNSStart__imp__virNetServerMDNSStart_virNetServerMDNSRemoveGroup__imp__virNetServerMDNSRemoveGroup_virNetServerMDNSRemoveEntry__imp__virNetServerMDNSRemoveEntry_virNetServerMDNSNew__imp__virNetServerMDNSNew_virNetServerMDNSGroupFree__imp__virNetServerMDNSGroupFree_virNetServerMDNSFree__imp__virNetServerMDNSFree_virNetServerMDNSEntryFree__imp__virNetServerMDNSEntryFree_virNetServerMDNSAddGroup__imp__virNetServerMDNSAddGroup_virNetServerMDNSAddEntry__imp__virNetServerMDNSAddEntry_virNetServerKeepAliveRequired__imp__virNetServerKeepAliveRequired_virNetServerIsPrivileged__imp__virNetServerIsPrivileged_virNetServerClose__imp__virNetServerClose_virNetServerClientWantClose__imp__virNetServerClientWantClose_virNetServerClientStartKeepAlive__imp__virNetServerClientStartKeepAlive_virNetServerClientSetDispatcher__imp__virNetServerClientSetDispatcher_virNetServerClientSetCloseHook__imp__virNetServerClientSetCloseHook_virNetServerClientSetAuth__imp__virNetServerClientSetAuth_virNetServerClientSendMessage__imp__virNetServerClientSendMessage_virNetServerClientRemoveFilter__imp__virNetServerClientRemoveFilter_virNetServerClientRemoteAddrString__imp__virNetServerClientRemoteAddrString_virNetServerClientPreExecRestart__imp__virNetServerClientPreExecRestart_virNetServerClientNewPostExecRestart__imp__virNetServerClientNewPostExecRestart_virNetServerClientNew__imp__virNetServerClientNew_virNetServerClientNeedAuth__imp__virNetServerClientNeedAuth_virNetServerClientLocalAddrString__imp__virNetServerClientLocalAddrString_virNetServerClientIsSecure__imp__virNetServerClientIsSecure_virNetServerClientIsLocal__imp__virNetServerClientIsLocal_virNetServerClientIsClosed__imp__virNetServerClientIsClosed_virNetServerClientInitKeepAlive__imp__virNetServerClientInitKeepAlive_virNetServerClientInit__imp__virNetServerClientInit_virNetServerClientImmediateClose__imp__virNetServerClientImmediateClose_virNetServerClientHasTLSSession__imp__virNetServerClientHasTLSSession_virNetServerClientGetUNIXIdentity__imp__virNetServerClientGetUNIXIdentity_virNetServerClientGetTLSSession__imp__virNetServerClientGetTLSSession_virNetServerClientGetTLSKeySize__imp__virNetServerClientGetTLSKeySize_virNetServerClientGetSELinuxContext__imp__virNetServerClientGetSELinuxContext_virNetServerClientGetReadonly__imp__virNetServerClientGetReadonly_virNetServerClientGetPrivateData__imp__virNetServerClientGetPrivateData_virNetServerClientGetIdentity__imp__virNetServerClientGetIdentity_virNetServerClientGetFD__imp__virNetServerClientGetFD_virNetServerClientGetAuth__imp__virNetServerClientGetAuth_virNetServerClientDelayedClose__imp__virNetServerClientDelayedClose_virNetServerClientClose__imp__virNetServerClientClose_virNetServerClientAddFilter__imp__virNetServerClientAddFilter_virNetServerAutoShutdown__imp__virNetServerAutoShutdown_virNetServerAddSignalHandler__imp__virNetServerAddSignalHandler_virNetServerAddShutdownInhibition__imp__virNetServerAddShutdownInhibition_virNetServerAddService__imp__virNetServerAddService_virNetServerAddProgram__imp__virNetServerAddProgram_virNetSSHSessionSetHostKeyVerification__imp__virNetSSHSessionSetHostKeyVerification_virNetSSHSessionSetChannelCommand__imp__virNetSSHSessionSetChannelCommand_virNetSSHSessionHasCachedData__imp__virNetSSHSessionHasCachedData_virNetSSHSessionConnect__imp__virNetSSHSessionConnect_virNetSSHSessionAuthSetCallback__imp__virNetSSHSessionAuthSetCallback_virNetSSHSessionAuthReset__imp__virNetSSHSessionAuthReset_virNetSSHSessionAuthAddPrivKeyAuth__imp__virNetSSHSessionAuthAddPrivKeyAuth_virNetSSHSessionAuthAddPasswordAuth__imp__virNetSSHSessionAuthAddPasswordAuth_virNetSSHSessionAuthAddKeyboardAuth__imp__virNetSSHSessionAuthAddKeyboardAuth_virNetSSHSessionAuthAddAgentAuth__imp__virNetSSHSessionAuthAddAgentAuth_virNetSSHChannelWrite__imp__virNetSSHChannelWrite_virNetSSHChannelRead__imp__virNetSSHChannelRead_virNetMessageSaveError__imp__virNetMessageSaveError_virNetMessageQueueServe__imp__virNetMessageQueueServe_virNetMessageQueuePush__imp__virNetMessageQueuePush_virNetMessageNew__imp__virNetMessageNew_virNetMessageFree__imp__virNetMessageFree_virNetMessageEncodePayloadRaw__imp__virNetMessageEncodePayloadRaw_virNetMessageEncodePayload__imp__virNetMessageEncodePayload_virNetMessageEncodeNumFDs__imp__virNetMessageEncodeNumFDs_virNetMessageEncodeHeader__imp__virNetMessageEncodeHeader_virNetMessageDupFD__imp__virNetMessageDupFD_virNetMessageDecodePayload__imp__virNetMessageDecodePayload_virNetMessageDecodeNumFDs__imp__virNetMessageDecodeNumFDs_virNetMessageDecodeLength__imp__virNetMessageDecodeLength_virNetMessageDecodeHeader__imp__virNetMessageDecodeHeader_virNetMessageClear__imp__virNetMessageClear_virNetDevVlanParse__imp__virNetDevVlanParse_virNetDevVlanFree__imp__virNetDevVlanFree_virNetDevVlanFormat__imp__virNetDevVlanFormat_virNetDevVlanEqual__imp__virNetDevVlanEqual_virNetDevVlanCopy__imp__virNetDevVlanCopy_virNetDevVlanClear__imp__virNetDevVlanClear_virNetDevVethDelete__imp__virNetDevVethDelete_virNetDevVethCreate__imp__virNetDevVethCreate_virNetDevValidateConfig__imp__virNetDevValidateConfig_virNetDevVPortTypeToString__imp__virNetDevVPortTypeToString_virNetDevVPortTypeFromString__imp__virNetDevVPortTypeFromString_virNetDevVPortProfileParse__imp__virNetDevVPortProfileParse_virNetDevVPortProfileOpTypeToString__imp__virNetDevVPortProfileOpTypeToString_virNetDevVPortProfileOpTypeFromString__imp__virNetDevVPortProfileOpTypeFromString_virNetDevVPortProfileMerge3__imp__virNetDevVPortProfileMerge3_virNetDevVPortProfileFormat__imp__virNetDevVPortProfileFormat_virNetDevVPortProfileEqual__imp__virNetDevVPortProfileEqual_virNetDevVPortProfileDisassociate__imp__virNetDevVPortProfileDisassociate_virNetDevVPortProfileCheckNoExtras__imp__virNetDevVPortProfileCheckNoExtras_virNetDevVPortProfileCheckComplete__imp__virNetDevVPortProfileCheckComplete_virNetDevVPortProfileAssociate__imp__virNetDevVPortProfileAssociate_virNetDevTapGetName__imp__virNetDevTapGetName_virNetDevTapDelete__imp__virNetDevTapDelete_virNetDevTapCreateInBridgePort__imp__virNetDevTapCreateInBridgePort_virNetDevTapCreate__imp__virNetDevTapCreate_virNetDevSetupControl__imp__virNetDevSetupControl_virNetDevSetOnline__imp__virNetDevSetOnline_virNetDevSetNamespace__imp__virNetDevSetNamespace_virNetDevSetName__imp__virNetDevSetName_virNetDevSetMTUFromDevice__imp__virNetDevSetMTUFromDevice_virNetDevSetMTU__imp__virNetDevSetMTU_virNetDevSetMAC__imp__virNetDevSetMAC_virNetDevSetIPv4Address__imp__virNetDevSetIPv4Address_virNetDevRestoreNetConfig__imp__virNetDevRestoreNetConfig_virNetDevRestoreMacAddress__imp__virNetDevRestoreMacAddress_virNetDevReplaceNetConfig__imp__virNetDevReplaceNetConfig_virNetDevReplaceMacAddress__imp__virNetDevReplaceMacAddress_virNetDevOpenvswitchSetMigrateData__imp__virNetDevOpenvswitchSetMigrateData_virNetDevOpenvswitchRemovePort__imp__virNetDevOpenvswitchRemovePort_virNetDevOpenvswitchGetMigrateData__imp__virNetDevOpenvswitchGetMigrateData_virNetDevOpenvswitchAddPort__imp__virNetDevOpenvswitchAddPort_virNetDevMacVLanVPortProfileRegisterCallback__imp__virNetDevMacVLanVPortProfileRegisterCallback_virNetDevMacVLanRestartWithVPortProfile__imp__virNetDevMacVLanRestartWithVPortProfile_virNetDevMacVLanDeleteWithVPortProfile__imp__virNetDevMacVLanDeleteWithVPortProfile_virNetDevMacVLanDelete__imp__virNetDevMacVLanDelete_virNetDevMacVLanCreateWithVPortProfile__imp__virNetDevMacVLanCreateWithVPortProfile_virNetDevMacVLanCreate__imp__virNetDevMacVLanCreate_virNetDevLinkDump__imp__virNetDevLinkDump_virNetDevIsVirtualFunction__imp__virNetDevIsVirtualFunction_virNetDevIsOnline__imp__virNetDevIsOnline_virNetDevGetVirtualFunctions__imp__virNetDevGetVirtualFunctions_virNetDevGetVirtualFunctionInfo__imp__virNetDevGetVirtualFunctionInfo_virNetDevGetVirtualFunctionIndex__imp__virNetDevGetVirtualFunctionIndex_virNetDevGetVLanID__imp__virNetDevGetVLanID_virNetDevGetPhysicalFunction__imp__virNetDevGetPhysicalFunction_virNetDevGetMTU__imp__virNetDevGetMTU_virNetDevGetMAC__imp__virNetDevGetMAC_virNetDevGetIndex__imp__virNetDevGetIndex_virNetDevGetIPv4Address__imp__virNetDevGetIPv4Address_virNetDevExists__imp__virNetDevExists_virNetDevClearIPv4Address__imp__virNetDevClearIPv4Address_virNetDevBridgeSetSTPDelay__imp__virNetDevBridgeSetSTPDelay_virNetDevBridgeSetSTP__imp__virNetDevBridgeSetSTP_virNetDevBridgeRemovePort__imp__virNetDevBridgeRemovePort_virNetDevBridgeGetSTPDelay__imp__virNetDevBridgeGetSTPDelay_virNetDevBridgeGetSTP__imp__virNetDevBridgeGetSTP_virNetDevBridgeDelete__imp__virNetDevBridgeDelete_virNetDevBridgeCreate__imp__virNetDevBridgeCreate_virNetDevBridgeAddPort__imp__virNetDevBridgeAddPort_virNetDevBandwidthUpdateRate__imp__virNetDevBandwidthUpdateRate_virNetDevBandwidthUnplug__imp__virNetDevBandwidthUnplug_virNetDevBandwidthSet__imp__virNetDevBandwidthSet_virNetDevBandwidthPlug__imp__virNetDevBandwidthPlug_virNetDevBandwidthParse__imp__virNetDevBandwidthParse_virNetDevBandwidthFree__imp__virNetDevBandwidthFree_virNetDevBandwidthFormat__imp__virNetDevBandwidthFormat_virNetDevBandwidthEqual__imp__virNetDevBandwidthEqual_virNetDevBandwidthCopy__imp__virNetDevBandwidthCopy_virNetDevBandwidthClear__imp__virNetDevBandwidthClear_virNetDevAddRoute__imp__virNetDevAddRoute_virNetClientStreamSetError__imp__virNetClientStreamSetError_virNetClientStreamSendPacket__imp__virNetClientStreamSendPacket_virNetClientStreamRecvPacket__imp__virNetClientStreamRecvPacket_virNetClientStreamRaiseError__imp__virNetClientStreamRaiseError_virNetClientStreamQueuePacket__imp__virNetClientStreamQueuePacket_virNetClientStreamNew__imp__virNetClientStreamNew_virNetClientStreamMatches__imp__virNetClientStreamMatches_virNetClientStreamEventUpdateCallback__imp__virNetClientStreamEventUpdateCallback_virNetClientStreamEventRemoveCallback__imp__virNetClientStreamEventRemoveCallback_virNetClientStreamEventAddCallback__imp__virNetClientStreamEventAddCallback_virNetClientStreamEOF__imp__virNetClientStreamEOF_virNetClientSetTLSSession__imp__virNetClientSetTLSSession_virNetClientSetCloseCallback__imp__virNetClientSetCloseCallback_virNetClientSendWithReplyStream__imp__virNetClientSendWithReplyStream_virNetClientSendWithReply__imp__virNetClientSendWithReply_virNetClientSendNonBlock__imp__virNetClientSendNonBlock_virNetClientSendNoReply__imp__virNetClientSendNoReply_virNetClientRemoveStream__imp__virNetClientRemoveStream_virNetClientRemoteAddrString__imp__virNetClientRemoteAddrString_virNetClientRegisterKeepAlive__imp__virNetClientRegisterKeepAlive_virNetClientRegisterAsyncIO__imp__virNetClientRegisterAsyncIO_virNetClientProgramNew__imp__virNetClientProgramNew_virNetClientProgramMatches__imp__virNetClientProgramMatches_virNetClientProgramGetVersion__imp__virNetClientProgramGetVersion_virNetClientProgramGetProgram__imp__virNetClientProgramGetProgram_virNetClientProgramDispatch__imp__virNetClientProgramDispatch_virNetClientProgramCall__imp__virNetClientProgramCall_virNetClientNewUNIX__imp__virNetClientNewUNIX_virNetClientNewTCP__imp__virNetClientNewTCP_virNetClientNewSSH__imp__virNetClientNewSSH_virNetClientNewLibSSH2__imp__virNetClientNewLibSSH2_virNetClientNewExternal__imp__virNetClientNewExternal_virNetClientLocalAddrString__imp__virNetClientLocalAddrString_virNetClientKeepAliveStop__imp__virNetClientKeepAliveStop_virNetClientKeepAliveStart__imp__virNetClientKeepAliveStart_virNetClientKeepAliveIsSupported__imp__virNetClientKeepAliveIsSupported_virNetClientIsOpen__imp__virNetClientIsOpen_virNetClientIsEncrypted__imp__virNetClientIsEncrypted_virNetClientHasPassFD__imp__virNetClientHasPassFD_virNetClientGetTLSKeySize__imp__virNetClientGetTLSKeySize_virNetClientGetFD__imp__virNetClientGetFD_virNetClientDupFD__imp__virNetClientDupFD_virNetClientClose__imp__virNetClientClose_virNetClientAddStream__imp__virNetClientAddStream_virNetClientAddProgram__imp__virNetClientAddProgram_virNWFilterVarValueGetSimple__imp__virNWFilterVarValueGetSimple_virNWFilterVarValueGetNthValue__imp__virNWFilterVarValueGetNthValue_virNWFilterVarValueGetCardinality__imp__virNWFilterVarValueGetCardinality_virNWFilterVarValueFree__imp__virNWFilterVarValueFree_virNWFilterVarValueEqual__imp__virNWFilterVarValueEqual_virNWFilterVarValueDelValue__imp__virNWFilterVarValueDelValue_virNWFilterVarValueCreateSimpleCopyValue__imp__virNWFilterVarValueCreateSimpleCopyValue_virNWFilterVarValueCreateSimple__imp__virNWFilterVarValueCreateSimple_virNWFilterVarValueCopy__imp__virNWFilterVarValueCopy_virNWFilterVarValueAddValue__imp__virNWFilterVarValueAddValue_virNWFilterVarCombIterNext__imp__virNWFilterVarCombIterNext_virNWFilterVarCombIterGetVarValue__imp__virNWFilterVarCombIterGetVarValue_virNWFilterVarCombIterFree__imp__virNWFilterVarCombIterFree_virNWFilterVarCombIterCreate__imp__virNWFilterVarCombIterCreate_virNWFilterVarAccessPrint__imp__virNWFilterVarAccessPrint_virNWFilterVarAccessIsAvailable__imp__virNWFilterVarAccessIsAvailable_virNWFilterVarAccessGetVarName__imp__virNWFilterVarAccessGetVarName_virNWFilterUnlockFilterUpdates__imp__virNWFilterUnlockFilterUpdates_virNWFilterUndefineEnsureACL__imp__virNWFilterUndefineEnsureACL_virNWFilterUndefine__imp__virNWFilterUndefine_virNWFilterUnRegisterCallbackDriver__imp__virNWFilterUnRegisterCallbackDriver_virNWFilterTestUnassignDef__imp__virNWFilterTestUnassignDef_virNWFilterRuleProtocolTypeToString__imp__virNWFilterRuleProtocolTypeToString_virNWFilterRuleDirectionTypeToString__imp__virNWFilterRuleDirectionTypeToString_virNWFilterRuleActionTypeToString__imp__virNWFilterRuleActionTypeToString_virNWFilterRegisterCallbackDriver__imp__virNWFilterRegisterCallbackDriver_virNWFilterRef__imp__virNWFilterRef_virNWFilterPrintTCPFlags__imp__virNWFilterPrintTCPFlags_virNWFilterPrintStateMatchFlags__imp__virNWFilterPrintStateMatchFlags_virNWFilterObjUnlock__imp__virNWFilterObjUnlock_virNWFilterObjSaveDef__imp__virNWFilterObjSaveDef_virNWFilterObjRemove__imp__virNWFilterObjRemove_virNWFilterObjLock__imp__virNWFilterObjLock_virNWFilterObjListFree__imp__virNWFilterObjListFree_virNWFilterObjFindByUUID__imp__virNWFilterObjFindByUUID_virNWFilterObjFindByName__imp__virNWFilterObjFindByName_virNWFilterObjDeleteDef__imp__virNWFilterObjDeleteDef_virNWFilterObjAssignDef__imp__virNWFilterObjAssignDef_virNWFilterLookupByUUIDString__imp__virNWFilterLookupByUUIDString_virNWFilterLookupByUUIDEnsureACL__imp__virNWFilterLookupByUUIDEnsureACL_virNWFilterLookupByUUID__imp__virNWFilterLookupByUUID_virNWFilterLookupByNameEnsureACL__imp__virNWFilterLookupByNameEnsureACL_virNWFilterLookupByName__imp__virNWFilterLookupByName_virNWFilterLockFilterUpdates__imp__virNWFilterLockFilterUpdates_virNWFilterLoadAllConfigs__imp__virNWFilterLoadAllConfigs_virNWFilterJumpTargetTypeToString__imp__virNWFilterJumpTargetTypeToString_virNWFilterInstFiltersOnAllVMs__imp__virNWFilterInstFiltersOnAllVMs_virNWFilterIPAddrMapShutdown__imp__virNWFilterIPAddrMapShutdown_virNWFilterIPAddrMapInit__imp__virNWFilterIPAddrMapInit_virNWFilterIPAddrMapGetIPAddr__imp__virNWFilterIPAddrMapGetIPAddr_virNWFilterIPAddrMapDelIPAddr__imp__virNWFilterIPAddrMapDelIPAddr_virNWFilterIPAddrMapAddIPAddr__imp__virNWFilterIPAddrMapAddIPAddr_virNWFilterHashTableRemoveEntry__imp__virNWFilterHashTableRemoveEntry_virNWFilterHashTablePutAll__imp__virNWFilterHashTablePutAll_virNWFilterHashTablePut__imp__virNWFilterHashTablePut_virNWFilterHashTableFree__imp__virNWFilterHashTableFree_virNWFilterHashTableEqual__imp__virNWFilterHashTableEqual_virNWFilterHashTableCreate__imp__virNWFilterHashTableCreate_virNWFilterGetXMLDescEnsureACL__imp__virNWFilterGetXMLDescEnsureACL_virNWFilterGetXMLDesc__imp__virNWFilterGetXMLDesc_virNWFilterGetUUIDString__imp__virNWFilterGetUUIDString_virNWFilterGetUUID__imp__virNWFilterGetUUID_virNWFilterGetName__imp__virNWFilterGetName_virNWFilterFree__imp__virNWFilterFree_virNWFilterDefineXMLEnsureACL__imp__virNWFilterDefineXMLEnsureACL_virNWFilterDefineXML__imp__virNWFilterDefineXML_virNWFilterDefParseString__imp__virNWFilterDefParseString_virNWFilterDefFree__imp__virNWFilterDefFree_virNWFilterDefFormat__imp__virNWFilterDefFormat_virNWFilterConfLayerShutdown__imp__virNWFilterConfLayerShutdown_virNWFilterConfLayerInit__imp__virNWFilterConfLayerInit_virNWFilterClass__imp__virNWFilterClass_virNWFilterChainSuffixTypeToString__imp__virNWFilterChainSuffixTypeToString_virNWFilterCallbackDriversUnlock__imp__virNWFilterCallbackDriversUnlock_virNWFilterCallbackDriversLock__imp__virNWFilterCallbackDriversLock_virMutexUnlock__imp__virMutexUnlock_virMutexLock__imp__virMutexLock_virMutexInitRecursive__imp__virMutexInitRecursive_virMutexInit__imp__virMutexInit_virMutexDestroy__imp__virMutexDestroy_virManageVport__imp__virManageVport_virMacAddrSetRaw__imp__virMacAddrSetRaw_virMacAddrSet__imp__virMacAddrSet_virMacAddrParse__imp__virMacAddrParse_virMacAddrIsUnicast__imp__virMacAddrIsUnicast_virMacAddrIsMulticast__imp__virMacAddrIsMulticast_virMacAddrIsBroadcastRaw__imp__virMacAddrIsBroadcastRaw_virMacAddrGetRaw__imp__virMacAddrGetRaw_virMacAddrGenerate__imp__virMacAddrGenerate_virMacAddrFormat__imp__virMacAddrFormat_virMacAddrCompare__imp__virMacAddrCompare_virMacAddrCmpRaw__imp__virMacAddrCmpRaw_virMacAddrCmp__imp__virMacAddrCmp_virLogVMessage__imp__virLogVMessage_virLogUnlock__imp__virLogUnlock_virLogSetFromEnv__imp__virLogSetFromEnv_virLogSetDefaultPriority__imp__virLogSetDefaultPriority_virLogSetBufferSize__imp__virLogSetBufferSize_virLogReset__imp__virLogReset_virLogProbablyLogMessage__imp__virLogProbablyLogMessage_virLogPriorityFromSyslog__imp__virLogPriorityFromSyslog_virLogParseOutputs__imp__virLogParseOutputs_virLogParseFilters__imp__virLogParseFilters_virLogParseDefaultPriority__imp__virLogParseDefaultPriority_virLogMessage__imp__virLogMessage_virLogLock__imp__virLogLock_virLogGetOutputs__imp__virLogGetOutputs_virLogGetNbOutputs__imp__virLogGetNbOutputs_virLogGetNbFilters__imp__virLogGetNbFilters_virLogGetFilters__imp__virLogGetFilters_virLogGetDefaultPriority__imp__virLogGetDefaultPriority_virLogEmergencyDumpAll__imp__virLogEmergencyDumpAll_virLogDefineOutput__imp__virLogDefineOutput_virLogDefineFilter__imp__virLogDefineFilter_virLockSpaceReleaseResourcesForOwner__imp__virLockSpaceReleaseResourcesForOwner_virLockSpaceReleaseResource__imp__virLockSpaceReleaseResource_virLockSpacePreExecRestart__imp__virLockSpacePreExecRestart_virLockSpaceNewPostExecRestart__imp__virLockSpaceNewPostExecRestart_virLockSpaceNew__imp__virLockSpaceNew_virLockSpaceGetDirectory__imp__virLockSpaceGetDirectory_virLockSpaceFree__imp__virLockSpaceFree_virLockSpaceDeleteResource__imp__virLockSpaceDeleteResource_virLockSpaceCreateResource__imp__virLockSpaceCreateResource_virLockSpaceAcquireResource__imp__virLockSpaceAcquireResource_virLockManagerSetPluginDir__imp__virLockManagerSetPluginDir_virLockManagerRelease__imp__virLockManagerRelease_virLockManagerPluginUsesState__imp__virLockManagerPluginUsesState_virLockManagerPluginUnref__imp__virLockManagerPluginUnref_virLockManagerPluginRef__imp__virLockManagerPluginRef_virLockManagerPluginNew__imp__virLockManagerPluginNew_virLockManagerPluginGetName__imp__virLockManagerPluginGetName_virLockManagerNew__imp__virLockManagerNew_virLockManagerInquire__imp__virLockManagerInquire_virLockManagerFree__imp__virLockManagerFree_virLockManagerAddResource__imp__virLockManagerAddResource_virLockManagerAcquire__imp__virLockManagerAcquire_virLastErrorIsSystemErrno__imp__virLastErrorIsSystemErrno_virKeycodeValueTranslate__imp__virKeycodeValueTranslate_virKeycodeValueFromString__imp__virKeycodeValueFromString_virKeycodeSetTypeToString__imp__virKeycodeSetTypeToString_virKeycodeSetTypeFromString__imp__virKeycodeSetTypeFromString_virKeyFileNew__imp__virKeyFileNew_virKeyFileLoadFile__imp__virKeyFileLoadFile_virKeyFileLoadData__imp__virKeyFileLoadData_virKeyFileHasValue__imp__virKeyFileHasValue_virKeyFileHasGroup__imp__virKeyFileHasGroup_virKeyFileGetValueString__imp__virKeyFileGetValueString_virKeyFileFree__imp__virKeyFileFree_virJSONValueToString__imp__virJSONValueToString_virJSONValueObjectRemoveKey__imp__virJSONValueObjectRemoveKey_virJSONValueObjectKeysNumber__imp__virJSONValueObjectKeysNumber_virJSONValueObjectIsNull__imp__virJSONValueObjectIsNull_virJSONValueObjectHasKey__imp__virJSONValueObjectHasKey_virJSONValueObjectGetValue__imp__virJSONValueObjectGetValue_virJSONValueObjectGetString__imp__virJSONValueObjectGetString_virJSONValueObjectGetNumberUlong__imp__virJSONValueObjectGetNumberUlong_virJSONValueObjectGetNumberUint__imp__virJSONValueObjectGetNumberUint_virJSONValueObjectGetNumberLong__imp__virJSONValueObjectGetNumberLong_virJSONValueObjectGetNumberInt__imp__virJSONValueObjectGetNumberInt_virJSONValueObjectGetNumberDouble__imp__virJSONValueObjectGetNumberDouble_virJSONValueObjectGetKey__imp__virJSONValueObjectGetKey_virJSONValueObjectGetBoolean__imp__virJSONValueObjectGetBoolean_virJSONValueObjectGet__imp__virJSONValueObjectGet_virJSONValueObjectAppendString__imp__virJSONValueObjectAppendString_virJSONValueObjectAppendNumberUlong__imp__virJSONValueObjectAppendNumberUlong_virJSONValueObjectAppendNumberUint__imp__virJSONValueObjectAppendNumberUint_virJSONValueObjectAppendNumberLong__imp__virJSONValueObjectAppendNumberLong_virJSONValueObjectAppendNumberInt__imp__virJSONValueObjectAppendNumberInt_virJSONValueObjectAppendNumberDouble__imp__virJSONValueObjectAppendNumberDouble_virJSONValueObjectAppendNull__imp__virJSONValueObjectAppendNull_virJSONValueObjectAppendBoolean__imp__virJSONValueObjectAppendBoolean_virJSONValueObjectAppend__imp__virJSONValueObjectAppend_virJSONValueNewStringLen__imp__virJSONValueNewStringLen_virJSONValueNewString__imp__virJSONValueNewString_virJSONValueNewObject__imp__virJSONValueNewObject_virJSONValueNewNumberUlong__imp__virJSONValueNewNumberUlong_virJSONValueNewNumberUint__imp__virJSONValueNewNumberUint_virJSONValueNewNumberLong__imp__virJSONValueNewNumberLong_virJSONValueNewNumberInt__imp__virJSONValueNewNumberInt_virJSONValueNewNumberDouble__imp__virJSONValueNewNumberDouble_virJSONValueNewNull__imp__virJSONValueNewNull_virJSONValueNewBoolean__imp__virJSONValueNewBoolean_virJSONValueNewArray__imp__virJSONValueNewArray_virJSONValueIsNull__imp__virJSONValueIsNull_virJSONValueGetString__imp__virJSONValueGetString_virJSONValueGetNumberUlong__imp__virJSONValueGetNumberUlong_virJSONValueGetNumberUint__imp__virJSONValueGetNumberUint_virJSONValueGetNumberLong__imp__virJSONValueGetNumberLong_virJSONValueGetNumberInt__imp__virJSONValueGetNumberInt_virJSONValueGetNumberDouble__imp__virJSONValueGetNumberDouble_virJSONValueGetBoolean__imp__virJSONValueGetBoolean_virJSONValueFromString__imp__virJSONValueFromString_virJSONValueFree__imp__virJSONValueFree_virJSONValueArraySize__imp__virJSONValueArraySize_virJSONValueArrayGet__imp__virJSONValueArrayGet_virJSONValueArrayAppend__imp__virJSONValueArrayAppend_virIsDevMapperDevice__imp__virIsDevMapperDevice_virIsCapableVport__imp__virIsCapableVport_virIsCapableFCHost__imp__virIsCapableFCHost_virInterfaceUndefineEnsureACL__imp__virInterfaceUndefineEnsureACL_virInterfaceUndefine__imp__virInterfaceUndefine_virInterfaceRemove__imp__virInterfaceRemove_virInterfaceRef__imp__virInterfaceRef_virInterfaceObjUnlock__imp__virInterfaceObjUnlock_virInterfaceObjLock__imp__virInterfaceObjLock_virInterfaceObjListFree__imp__virInterfaceObjListFree_virInterfaceObjListClone__imp__virInterfaceObjListClone_virInterfaceLookupByNameEnsureACL__imp__virInterfaceLookupByNameEnsureACL_virInterfaceLookupByName__imp__virInterfaceLookupByName_virInterfaceLookupByMACStringEnsureACL__imp__virInterfaceLookupByMACStringEnsureACL_virInterfaceLookupByMACString__imp__virInterfaceLookupByMACString_virInterfaceIsActiveEnsureACL__imp__virInterfaceIsActiveEnsureACL_virInterfaceIsActive__imp__virInterfaceIsActive_virInterfaceGetXMLDescEnsureACL__imp__virInterfaceGetXMLDescEnsureACL_virInterfaceGetXMLDesc__imp__virInterfaceGetXMLDesc_virInterfaceGetName__imp__virInterfaceGetName_virInterfaceGetMACString__imp__virInterfaceGetMACString_virInterfaceGetConnect__imp__virInterfaceGetConnect_virInterfaceFree__imp__virInterfaceFree_virInterfaceFindByName__imp__virInterfaceFindByName_virInterfaceFindByMACString__imp__virInterfaceFindByMACString_virInterfaceDestroyEnsureACL__imp__virInterfaceDestroyEnsureACL_virInterfaceDestroy__imp__virInterfaceDestroy_virInterfaceDefineXMLEnsureACL__imp__virInterfaceDefineXMLEnsureACL_virInterfaceDefineXML__imp__virInterfaceDefineXML_virInterfaceDefParseString__imp__virInterfaceDefParseString_virInterfaceDefParseNode__imp__virInterfaceDefParseNode_virInterfaceDefParseFile__imp__virInterfaceDefParseFile_virInterfaceDefFree__imp__virInterfaceDefFree_virInterfaceDefFormat__imp__virInterfaceDefFormat_virInterfaceCreateEnsureACL__imp__virInterfaceCreateEnsureACL_virInterfaceCreate__imp__virInterfaceCreate_virInterfaceClass__imp__virInterfaceClass_virInterfaceChangeRollbackEnsureACL__imp__virInterfaceChangeRollbackEnsureACL_virInterfaceChangeRollback__imp__virInterfaceChangeRollback_virInterfaceChangeCommitEnsureACL__imp__virInterfaceChangeCommitEnsureACL_virInterfaceChangeCommit__imp__virInterfaceChangeCommit_virInterfaceChangeBeginEnsureACL__imp__virInterfaceChangeBeginEnsureACL_virInterfaceChangeBegin__imp__virInterfaceChangeBegin_virInterfaceAssignDef__imp__virInterfaceAssignDef_virInsertElementsN__imp__virInsertElementsN_virInitialize__imp__virInitialize_virInitctlSetRunLevel__imp__virInitctlSetRunLevel_virIndexToDiskName__imp__virIndexToDiskName_virIdentitySetCurrent__imp__virIdentitySetCurrent_virIdentitySetAttr__imp__virIdentitySetAttr_virIdentityNew__imp__virIdentityNew_virIdentityIsEqual__imp__virIdentityIsEqual_virIdentityGetSystem__imp__virIdentityGetSystem_virIdentityGetCurrent__imp__virIdentityGetCurrent_virIdentityGetAttr__imp__virIdentityGetAttr_virHookPresent__imp__virHookPresent_virHookInitialize__imp__virHookInitialize_virHookCall__imp__virHookCall_virHexToBin__imp__virHexToBin_virHashUpdateEntry__imp__virHashUpdateEntry_virHashTableSize__imp__virHashTableSize_virHashSteal__imp__virHashSteal_virHashSize__imp__virHashSize_virHashSearch__imp__virHashSearch_virHashRemoveSet__imp__virHashRemoveSet_virHashRemoveEntry__imp__virHashRemoveEntry_virHashRemoveAll__imp__virHashRemoveAll_virHashLookup__imp__virHashLookup_virHashGetItems__imp__virHashGetItems_virHashFree__imp__virHashFree_virHashForEach__imp__virHashForEach_virHashEqual__imp__virHashEqual_virHashCreate__imp__virHashCreate_virHashAddEntry__imp__virHashAddEntry_virGetVersion__imp__virGetVersion_virGetUserRuntimeDirectory__imp__virGetUserRuntimeDirectory_virGetUserName__imp__virGetUserName_virGetUserID__imp__virGetUserID_virGetUserDirectoryByUID__imp__virGetUserDirectoryByUID_virGetUserDirectory__imp__virGetUserDirectory_virGetUserConfigDirectory__imp__virGetUserConfigDirectory_virGetUserCacheDirectory__imp__virGetUserCacheDirectory_virGetUnprivSGIOSysfsPath__imp__virGetUnprivSGIOSysfsPath_virGetStream__imp__virGetStream_virGetStorageVol__imp__virGetStorageVol_virGetStoragePool__imp__virGetStoragePool_virGetSecret__imp__virGetSecret_virGetNodeDevice__imp__virGetNodeDevice_virGetNetwork__imp__virGetNetwork_virGetNWFilter__imp__virGetNWFilter_virGetLastErrorMessage__imp__virGetLastErrorMessage_virGetLastError__imp__virGetLastError_virGetInterface__imp__virGetInterface_virGetHostname__imp__virGetHostname_virGetHostUUID__imp__virGetHostUUID_virGetGroupName__imp__virGetGroupName_virGetGroupList__imp__virGetGroupList_virGetGroupID__imp__virGetGroupID_virGetFCHostNameByWWN__imp__virGetFCHostNameByWWN_virGetDomainSnapshot__imp__virGetDomainSnapshot_virGetDomain__imp__virGetDomain_virGetDeviceUnprivSGIO__imp__virGetDeviceUnprivSGIO_virGetDeviceID__imp__virGetDeviceID_virGetConnect__imp__virGetConnect_virFreeError__imp__virFreeError_virFree__imp__virFree_virFormatIntDecimal__imp__virFormatIntDecimal_virFork__imp__virFork_virFindFileInPath__imp__virFindFileInPath_virFindFCHostCapableVport__imp__virFindFCHostCapableVport_virFileWriteStr__imp__virFileWriteStr_virFileWrapperFdNew__imp__virFileWrapperFdNew_virFileWrapperFdFree__imp__virFileWrapperFdFree_virFileWrapperFdClose__imp__virFileWrapperFdClose_virFileWaitForDevices__imp__virFileWaitForDevices_virFileUpdatePerm__imp__virFileUpdatePerm_virFileUnlock__imp__virFileUnlock_virFileTouch__imp__virFileTouch_virFileStripSuffix__imp__virFileStripSuffix_virFileSkipRoot__imp__virFileSkipRoot_virFileSanitizePath__imp__virFileSanitizePath_virFileRewrite__imp__virFileRewrite_virFileResolveLink__imp__virFileResolveLink_virFileResolveAllLinks__imp__virFileResolveAllLinks_virFileReadLimFD__imp__virFileReadLimFD_virFileReadAll__imp__virFileReadAll_virFilePrintf__imp__virFilePrintf_virFileOpenTty__imp__virFileOpenTty_virFileOpenAs__imp__virFileOpenAs_virFileNBDDeviceAssociate__imp__virFileNBDDeviceAssociate_virFileMatchesNameSuffix__imp__virFileMatchesNameSuffix_virFileMakePathWithMode__imp__virFileMakePathWithMode_virFileMakePath__imp__virFileMakePath_virFileLoopDeviceAssociate__imp__virFileLoopDeviceAssociate_virFileLock__imp__virFileLock_virFileLinkPointsTo__imp__virFileLinkPointsTo_virFileIsLink__imp__virFileIsLink_virFileIsExecutable__imp__virFileIsExecutable_virFileIsDir__imp__virFileIsDir_virFileIsAbsPath__imp__virFileIsAbsPath_virFileHasSuffix__imp__virFileHasSuffix_virFileFindMountPoint__imp__virFileFindMountPoint_virFileFdopen__imp__virFileFdopen_virFileFclose__imp__virFileFclose_virFileExists__imp__virFileExists_virFileDirectFdFlag__imp__virFileDirectFdFlag_virFileDeleteTree__imp__virFileDeleteTree_virFileClose__imp__virFileClose_virFileBuildPath__imp__virFileBuildPath_virFileAccessibleAs__imp__virFileAccessibleAs_virFileAbsPath__imp__virFileAbsPath_virFDStreamSetIOHelper__imp__virFDStreamSetIOHelper_virFDStreamOpenFile__imp__virFDStreamOpenFile_virFDStreamOpen__imp__virFDStreamOpen_virFDStreamCreateFile__imp__virFDStreamCreateFile_virFDStreamConnectUNIX__imp__virFDStreamConnectUNIX_virExpandN__imp__virExpandN_virEventUpdateTimeout__imp__virEventUpdateTimeout_virEventUpdateHandle__imp__virEventUpdateHandle_virEventRunDefaultImpl__imp__virEventRunDefaultImpl_virEventRemoveTimeout__imp__virEventRemoveTimeout_virEventRemoveHandle__imp__virEventRemoveHandle_virEventRegisterImpl__imp__virEventRegisterImpl_virEventRegisterDefaultImpl__imp__virEventRegisterDefaultImpl_virEventPollUpdateTimeout__imp__virEventPollUpdateTimeout_virEventPollUpdateHandle__imp__virEventPollUpdateHandle_virEventPollToNativeEvents__imp__virEventPollToNativeEvents_virEventPollRunOnce__imp__virEventPollRunOnce_virEventPollRemoveTimeout__imp__virEventPollRemoveTimeout_virEventPollRemoveHandle__imp__virEventPollRemoveHandle_virEventPollInit__imp__virEventPollInit_virEventPollFromNativeEvents__imp__virEventPollFromNativeEvents_virEventPollAddTimeout__imp__virEventPollAddTimeout_virEventPollAddHandle__imp__virEventPollAddHandle_virEventAddTimeout__imp__virEventAddTimeout_virEventAddHandle__imp__virEventAddHandle_virErrorSetErrnoFromLastError__imp__virErrorSetErrnoFromLastError_virErrorInitialize__imp__virErrorInitialize_virEnumToString__imp__virEnumToString_virEnumFromString__imp__virEnumFromString_virDoubleToStr__imp__virDoubleToStr_virDomainXMLOptionNew__imp__virDomainXMLOptionNew_virDomainXMLOptionGetNamespace__imp__virDomainXMLOptionGetNamespace_virDomainWatchdogModelTypeToString__imp__virDomainWatchdogModelTypeToString_virDomainWatchdogModelTypeFromString__imp__virDomainWatchdogModelTypeFromString_virDomainWatchdogActionTypeToString__imp__virDomainWatchdogActionTypeToString_virDomainWatchdogActionTypeFromString__imp__virDomainWatchdogActionTypeFromString_virDomainVirtioEventIdxTypeToString__imp__virDomainVirtioEventIdxTypeToString_virDomainVirtioEventIdxTypeFromString__imp__virDomainVirtioEventIdxTypeFromString_virDomainVirtTypeToString__imp__virDomainVirtTypeToString_virDomainVideoTypeToString__imp__virDomainVideoTypeToString_virDomainVideoTypeFromString__imp__virDomainVideoTypeFromString_virDomainVideoDefaultType__imp__virDomainVideoDefaultType_virDomainVideoDefaultRAM__imp__virDomainVideoDefaultRAM_virDomainVideoDefFree__imp__virDomainVideoDefFree_virDomainVcpuPinIsDuplicate__imp__virDomainVcpuPinIsDuplicate_virDomainVcpuPinFindByVcpu__imp__virDomainVcpuPinFindByVcpu_virDomainVcpuPinDel__imp__virDomainVcpuPinDel_virDomainVcpuPinDefFree__imp__virDomainVcpuPinDefFree_virDomainVcpuPinDefCopy__imp__virDomainVcpuPinDefCopy_virDomainVcpuPinDefArrayFree__imp__virDomainVcpuPinDefArrayFree_virDomainVcpuPinAdd__imp__virDomainVcpuPinAdd_virDomainUpdateDeviceFlagsEnsureACL__imp__virDomainUpdateDeviceFlagsEnsureACL_virDomainUpdateDeviceFlags__imp__virDomainUpdateDeviceFlags_virDomainUndefineFlagsEnsureACL__imp__virDomainUndefineFlagsEnsureACL_virDomainUndefineFlags__imp__virDomainUndefineFlags_virDomainUndefineEnsureACL__imp__virDomainUndefineEnsureACL_virDomainUndefine__imp__virDomainUndefine_virDomainTimerTrackTypeToString__imp__virDomainTimerTrackTypeToString_virDomainTimerTrackTypeFromString__imp__virDomainTimerTrackTypeFromString_virDomainTimerTickpolicyTypeToString__imp__virDomainTimerTickpolicyTypeToString_virDomainTimerTickpolicyTypeFromString__imp__virDomainTimerTickpolicyTypeFromString_virDomainTimerNameTypeToString__imp__virDomainTimerNameTypeToString_virDomainTimerNameTypeFromString__imp__virDomainTimerNameTypeFromString_virDomainTimerModeTypeToString__imp__virDomainTimerModeTypeToString_virDomainTimerModeTypeFromString__imp__virDomainTimerModeTypeFromString_virDomainTaintTypeToString__imp__virDomainTaintTypeToString_virDomainTaintTypeFromString__imp__virDomainTaintTypeFromString_virDomainTPMModelTypeToString__imp__virDomainTPMModelTypeToString_virDomainTPMModelTypeFromString__imp__virDomainTPMModelTypeFromString_virDomainTPMDefFree__imp__virDomainTPMDefFree_virDomainTPMBackendTypeToString__imp__virDomainTPMBackendTypeToString_virDomainTPMBackendTypeFromString__imp__virDomainTPMBackendTypeFromString_virDomainSuspendEnsureACL__imp__virDomainSuspendEnsureACL_virDomainSuspend__imp__virDomainSuspend_virDomainStateTypeToString__imp__virDomainStateTypeToString_virDomainStateTypeFromString__imp__virDomainStateTypeFromString_virDomainStateReasonToString__imp__virDomainStateReasonToString_virDomainStateReasonFromString__imp__virDomainStateReasonFromString_virDomainStartupPolicyTypeToString__imp__virDomainStartupPolicyTypeToString_virDomainStartupPolicyTypeFromString__imp__virDomainStartupPolicyTypeFromString_virDomainSoundModelTypeToString__imp__virDomainSoundModelTypeToString_virDomainSoundModelTypeFromString__imp__virDomainSoundModelTypeFromString_virDomainSoundDefFree__imp__virDomainSoundDefFree_virDomainSnapshotUpdateRelations__imp__virDomainSnapshotUpdateRelations_virDomainSnapshotStateTypeToString__imp__virDomainSnapshotStateTypeToString_virDomainSnapshotStateTypeFromString__imp__virDomainSnapshotStateTypeFromString_virDomainSnapshotRef__imp__virDomainSnapshotRef_virDomainSnapshotObjListRemove__imp__virDomainSnapshotObjListRemove_virDomainSnapshotObjListNum__imp__virDomainSnapshotObjListNum_virDomainSnapshotObjListGetNames__imp__virDomainSnapshotObjListGetNames_virDomainSnapshotNumEnsureACL__imp__virDomainSnapshotNumEnsureACL_virDomainSnapshotNumChildrenEnsureACL__imp__virDomainSnapshotNumChildrenEnsureACL_virDomainSnapshotNumChildren__imp__virDomainSnapshotNumChildren_virDomainSnapshotNum__imp__virDomainSnapshotNum_virDomainSnapshotLookupByNameEnsureACL__imp__virDomainSnapshotLookupByNameEnsureACL_virDomainSnapshotLookupByName__imp__virDomainSnapshotLookupByName_virDomainSnapshotLocationTypeToString__imp__virDomainSnapshotLocationTypeToString_virDomainSnapshotLocationTypeFromString__imp__virDomainSnapshotLocationTypeFromString_virDomainSnapshotListNamesEnsureACL__imp__virDomainSnapshotListNamesEnsureACL_virDomainSnapshotListNames__imp__virDomainSnapshotListNames_virDomainSnapshotListChildrenNamesEnsureACL__imp__virDomainSnapshotListChildrenNamesEnsureACL_virDomainSnapshotListChildrenNames__imp__virDomainSnapshotListChildrenNames_virDomainSnapshotListAllChildrenEnsureACL__imp__virDomainSnapshotListAllChildrenEnsureACL_virDomainSnapshotListAllChildren__imp__virDomainSnapshotListAllChildren_virDomainSnapshotIsExternal__imp__virDomainSnapshotIsExternal_virDomainSnapshotIsCurrentEnsureACL__imp__virDomainSnapshotIsCurrentEnsureACL_virDomainSnapshotIsCurrent__imp__virDomainSnapshotIsCurrent_virDomainSnapshotHasMetadataEnsureACL__imp__virDomainSnapshotHasMetadataEnsureACL_virDomainSnapshotHasMetadata__imp__virDomainSnapshotHasMetadata_virDomainSnapshotGetXMLDescEnsureACL__imp__virDomainSnapshotGetXMLDescEnsureACL_virDomainSnapshotGetXMLDesc__imp__virDomainSnapshotGetXMLDesc_virDomainSnapshotGetParentEnsureACL__imp__virDomainSnapshotGetParentEnsureACL_virDomainSnapshotGetParent__imp__virDomainSnapshotGetParent_virDomainSnapshotGetName__imp__virDomainSnapshotGetName_virDomainSnapshotGetDomain__imp__virDomainSnapshotGetDomain_virDomainSnapshotGetConnect__imp__virDomainSnapshotGetConnect_virDomainSnapshotFree__imp__virDomainSnapshotFree_virDomainSnapshotForEachDescendant__imp__virDomainSnapshotForEachDescendant_virDomainSnapshotForEachChild__imp__virDomainSnapshotForEachChild_virDomainSnapshotForEach__imp__virDomainSnapshotForEach_virDomainSnapshotFindByName__imp__virDomainSnapshotFindByName_virDomainSnapshotDropParent__imp__virDomainSnapshotDropParent_virDomainSnapshotDeleteEnsureACL__imp__virDomainSnapshotDeleteEnsureACL_virDomainSnapshotDelete__imp__virDomainSnapshotDelete_virDomainSnapshotDefParseString__imp__virDomainSnapshotDefParseString_virDomainSnapshotDefIsExternal__imp__virDomainSnapshotDefIsExternal_virDomainSnapshotDefFree__imp__virDomainSnapshotDefFree_virDomainSnapshotDefFormat__imp__virDomainSnapshotDefFormat_virDomainSnapshotCurrentEnsureACL__imp__virDomainSnapshotCurrentEnsureACL_virDomainSnapshotCurrent__imp__virDomainSnapshotCurrent_virDomainSnapshotCreateXMLEnsureACL__imp__virDomainSnapshotCreateXMLEnsureACL_virDomainSnapshotCreateXML__imp__virDomainSnapshotCreateXML_virDomainSnapshotClass__imp__virDomainSnapshotClass_virDomainSnapshotAssignDef__imp__virDomainSnapshotAssignDef_virDomainSnapshotAlignDisks__imp__virDomainSnapshotAlignDisks_virDomainSmbiosModeTypeToString__imp__virDomainSmbiosModeTypeToString_virDomainSmbiosModeTypeFromString__imp__virDomainSmbiosModeTypeFromString_virDomainSmartcardTypeToString__imp__virDomainSmartcardTypeToString_virDomainSmartcardTypeFromString__imp__virDomainSmartcardTypeFromString_virDomainSmartcardDefFree__imp__virDomainSmartcardDefFree_virDomainSmartcardDefForeach__imp__virDomainSmartcardDefForeach_virDomainShutoffReasonTypeToString__imp__virDomainShutoffReasonTypeToString_virDomainShutoffReasonTypeFromString__imp__virDomainShutoffReasonTypeFromString_virDomainShutdownReasonTypeToString__imp__virDomainShutdownReasonTypeToString_virDomainShutdownReasonTypeFromString__imp__virDomainShutdownReasonTypeFromString_virDomainShutdownFlagsEnsureACL__imp__virDomainShutdownFlagsEnsureACL_virDomainShutdownFlags__imp__virDomainShutdownFlags_virDomainShutdownEnsureACL__imp__virDomainShutdownEnsureACL_virDomainShutdown__imp__virDomainShutdown_virDomainSetVcpusFlagsEnsureACL__imp__virDomainSetVcpusFlagsEnsureACL_virDomainSetVcpusFlags__imp__virDomainSetVcpusFlags_virDomainSetVcpusEnsureACL__imp__virDomainSetVcpusEnsureACL_virDomainSetVcpus__imp__virDomainSetVcpus_virDomainSetSchedulerParametersFlagsEnsureACL__imp__virDomainSetSchedulerParametersFlagsEnsureACL_virDomainSetSchedulerParametersFlags__imp__virDomainSetSchedulerParametersFlags_virDomainSetSchedulerParametersEnsureACL__imp__virDomainSetSchedulerParametersEnsureACL_virDomainSetSchedulerParameters__imp__virDomainSetSchedulerParameters_virDomainSetNumaParametersEnsureACL__imp__virDomainSetNumaParametersEnsureACL_virDomainSetNumaParameters__imp__virDomainSetNumaParameters_virDomainSetMetadataEnsureACL__imp__virDomainSetMetadataEnsureACL_virDomainSetMetadata__imp__virDomainSetMetadata_virDomainSetMemoryStatsPeriodEnsureACL__imp__virDomainSetMemoryStatsPeriodEnsureACL_virDomainSetMemoryStatsPeriod__imp__virDomainSetMemoryStatsPeriod_virDomainSetMemoryParametersEnsureACL__imp__virDomainSetMemoryParametersEnsureACL_virDomainSetMemoryParameters__imp__virDomainSetMemoryParameters_virDomainSetMemoryFlagsEnsureACL__imp__virDomainSetMemoryFlagsEnsureACL_virDomainSetMemoryFlags__imp__virDomainSetMemoryFlags_virDomainSetMemoryEnsureACL__imp__virDomainSetMemoryEnsureACL_virDomainSetMemory__imp__virDomainSetMemory_virDomainSetMaxMemoryEnsureACL__imp__virDomainSetMaxMemoryEnsureACL_virDomainSetMaxMemory__imp__virDomainSetMaxMemory_virDomainSetInterfaceParametersEnsureACL__imp__virDomainSetInterfaceParametersEnsureACL_virDomainSetInterfaceParameters__imp__virDomainSetInterfaceParameters_virDomainSetBlockIoTuneEnsureACL__imp__virDomainSetBlockIoTuneEnsureACL_virDomainSetBlockIoTune__imp__virDomainSetBlockIoTune_virDomainSetBlkioParametersEnsureACL__imp__virDomainSetBlkioParametersEnsureACL_virDomainSetBlkioParameters__imp__virDomainSetBlkioParameters_virDomainSetAutostartEnsureACL__imp__virDomainSetAutostartEnsureACL_virDomainSetAutostart__imp__virDomainSetAutostart_virDomainSendProcessSignalEnsureACL__imp__virDomainSendProcessSignalEnsureACL_virDomainSendProcessSignal__imp__virDomainSendProcessSignal_virDomainSendKeyEnsureACL__imp__virDomainSendKeyEnsureACL_virDomainSendKey__imp__virDomainSendKey_virDomainSeclabelTypeToString__imp__virDomainSeclabelTypeToString_virDomainSeclabelTypeFromString__imp__virDomainSeclabelTypeFromString_virDomainScreenshotEnsureACL__imp__virDomainScreenshotEnsureACL_virDomainScreenshot__imp__virDomainScreenshot_virDomainSaveXML__imp__virDomainSaveXML_virDomainSaveStatus__imp__virDomainSaveStatus_virDomainSaveImageGetXMLDescEnsureACL__imp__virDomainSaveImageGetXMLDescEnsureACL_virDomainSaveImageGetXMLDesc__imp__virDomainSaveImageGetXMLDesc_virDomainSaveImageDefineXMLEnsureACL__imp__virDomainSaveImageDefineXMLEnsureACL_virDomainSaveImageDefineXML__imp__virDomainSaveImageDefineXML_virDomainSaveFlagsEnsureACL__imp__virDomainSaveFlagsEnsureACL_virDomainSaveFlags__imp__virDomainSaveFlags_virDomainSaveEnsureACL__imp__virDomainSaveEnsureACL_virDomainSaveConfig__imp__virDomainSaveConfig_virDomainSave__imp__virDomainSave_virDomainRunningReasonTypeToString__imp__virDomainRunningReasonTypeToString_virDomainRunningReasonTypeFromString__imp__virDomainRunningReasonTypeFromString_virDomainRevertToSnapshotEnsureACL__imp__virDomainRevertToSnapshotEnsureACL_virDomainRevertToSnapshot__imp__virDomainRevertToSnapshot_virDomainResumeEnsureACL__imp__virDomainResumeEnsureACL_virDomainResume__imp__virDomainResume_virDomainRestoreFlagsEnsureACL__imp__virDomainRestoreFlagsEnsureACL_virDomainRestoreFlags__imp__virDomainRestoreFlags_virDomainRestoreEnsureACL__imp__virDomainRestoreEnsureACL_virDomainRestore__imp__virDomainRestore_virDomainResetEnsureACL__imp__virDomainResetEnsureACL_virDomainReset__imp__virDomainReset_virDomainRef__imp__virDomainRef_virDomainRedirdevBusTypeToString__imp__virDomainRedirdevBusTypeToString_virDomainRedirdevBusTypeFromString__imp__virDomainRedirdevBusTypeFromString_virDomainRebootEnsureACL__imp__virDomainRebootEnsureACL_virDomainReboot__imp__virDomainReboot_virDomainRNGModelTypeToString__imp__virDomainRNGModelTypeToString_virDomainRNGBackendTypeToString__imp__virDomainRNGBackendTypeToString_virDomainQemuMonitorCommandEnsureACL__imp__virDomainQemuMonitorCommandEnsureACL_virDomainQemuAttachEnsureACL__imp__virDomainQemuAttachEnsureACL_virDomainQemuAgentCommandEnsureACL__imp__virDomainQemuAgentCommandEnsureACL_virDomainPinVcpuFlagsEnsureACL__imp__virDomainPinVcpuFlagsEnsureACL_virDomainPinVcpuFlags__imp__virDomainPinVcpuFlags_virDomainPinVcpuEnsureACL__imp__virDomainPinVcpuEnsureACL_virDomainPinVcpu__imp__virDomainPinVcpu_virDomainPinEmulatorEnsureACL__imp__virDomainPinEmulatorEnsureACL_virDomainPinEmulator__imp__virDomainPinEmulator_virDomainPciRombarModeTypeToString__imp__virDomainPciRombarModeTypeToString_virDomainPciRombarModeTypeFromString__imp__virDomainPciRombarModeTypeFromString_virDomainPausedReasonTypeToString__imp__virDomainPausedReasonTypeToString_virDomainPausedReasonTypeFromString__imp__virDomainPausedReasonTypeFromString_virDomainPMWakeupEnsureACL__imp__virDomainPMWakeupEnsureACL_virDomainPMWakeup__imp__virDomainPMWakeup_virDomainPMSuspendedReasonTypeToString__imp__virDomainPMSuspendedReasonTypeToString_virDomainPMSuspendedReasonTypeFromString__imp__virDomainPMSuspendedReasonTypeFromString_virDomainPMSuspendForDurationEnsureACL__imp__virDomainPMSuspendForDurationEnsureACL_virDomainPMSuspendForDuration__imp__virDomainPMSuspendForDuration_virDomainPMStateTypeToString__imp__virDomainPMStateTypeToString_virDomainPMStateTypeFromString__imp__virDomainPMStateTypeFromString_virDomainOpenGraphicsEnsureACL__imp__virDomainOpenGraphicsEnsureACL_virDomainOpenGraphics__imp__virDomainOpenGraphics_virDomainOpenConsoleEnsureACL__imp__virDomainOpenConsoleEnsureACL_virDomainOpenConsole__imp__virDomainOpenConsole_virDomainOpenChannelEnsureACL__imp__virDomainOpenChannelEnsureACL_virDomainOpenChannel__imp__virDomainOpenChannel_virDomainObjTaint__imp__virDomainObjTaint_virDomainObjSetState__imp__virDomainObjSetState_virDomainObjSetDefTransient__imp__virDomainObjSetDefTransient_virDomainObjNew__imp__virDomainObjNew_virDomainObjListRemoveLocked__imp__virDomainObjListRemoveLocked_virDomainObjListRemove__imp__virDomainObjListRemove_virDomainObjListNumOfDomains__imp__virDomainObjListNumOfDomains_virDomainObjListNew__imp__virDomainObjListNew_virDomainObjListLoadAllConfigs__imp__virDomainObjListLoadAllConfigs_virDomainObjListGetInactiveNames__imp__virDomainObjListGetInactiveNames_virDomainObjListGetActiveIDs__imp__virDomainObjListGetActiveIDs_virDomainObjListForEach__imp__virDomainObjListForEach_virDomainObjListFindByUUID__imp__virDomainObjListFindByUUID_virDomainObjListFindByName__imp__virDomainObjListFindByName_virDomainObjListFindByID__imp__virDomainObjListFindByID_virDomainObjListExport__imp__virDomainObjListExport_virDomainObjListAdd__imp__virDomainObjListAdd_virDomainObjGetState__imp__virDomainObjGetState_virDomainObjGetPersistentDef__imp__virDomainObjGetPersistentDef_virDomainObjCopyPersistentDef__imp__virDomainObjCopyPersistentDef_virDomainObjAssignDef__imp__virDomainObjAssignDef_virDomainNumatuneMemModeTypeToString__imp__virDomainNumatuneMemModeTypeToString_virDomainNumatuneMemModeTypeFromString__imp__virDomainNumatuneMemModeTypeFromString_virDomainNostateReasonTypeToString__imp__virDomainNostateReasonTypeToString_virDomainNostateReasonTypeFromString__imp__virDomainNostateReasonTypeFromString_virDomainNetTypeToString__imp__virDomainNetTypeToString_virDomainNetRemoveHostdev__imp__virDomainNetRemoveHostdev_virDomainNetRemove__imp__virDomainNetRemove_virDomainNetInsert__imp__virDomainNetInsert_virDomainNetGetActualVlan__imp__virDomainNetGetActualVlan_virDomainNetGetActualVirtPortProfile__imp__virDomainNetGetActualVirtPortProfile_virDomainNetGetActualType__imp__virDomainNetGetActualType_virDomainNetGetActualHostdev__imp__virDomainNetGetActualHostdev_virDomainNetGetActualDirectMode__imp__virDomainNetGetActualDirectMode_virDomainNetGetActualDirectDev__imp__virDomainNetGetActualDirectDev_virDomainNetGetActualBridgeName__imp__virDomainNetGetActualBridgeName_virDomainNetGetActualBandwidth__imp__virDomainNetGetActualBandwidth_virDomainNetGenerateMAC__imp__virDomainNetGenerateMAC_virDomainNetFindIdx__imp__virDomainNetFindIdx_virDomainNetFind__imp__virDomainNetFind_virDomainNetDefFree__imp__virDomainNetDefFree_virDomainMigrateToURI3__imp__virDomainMigrateToURI3_virDomainMigrateToURI2__imp__virDomainMigrateToURI2_virDomainMigrateToURI__imp__virDomainMigrateToURI_virDomainMigrateSetMaxSpeedEnsureACL__imp__virDomainMigrateSetMaxSpeedEnsureACL_virDomainMigrateSetMaxSpeed__imp__virDomainMigrateSetMaxSpeed_virDomainMigrateSetMaxDowntimeEnsureACL__imp__virDomainMigrateSetMaxDowntimeEnsureACL_virDomainMigrateSetMaxDowntime__imp__virDomainMigrateSetMaxDowntime_virDomainMigrateSetCompressionCacheEnsureACL__imp__virDomainMigrateSetCompressionCacheEnsureACL_virDomainMigrateSetCompressionCache__imp__virDomainMigrateSetCompressionCache_virDomainMigratePrepareTunnelEnsureACL__imp__virDomainMigratePrepareTunnelEnsureACL_virDomainMigratePrepareTunnel3ParamsEnsureACL__imp__virDomainMigratePrepareTunnel3ParamsEnsureACL_virDomainMigratePrepareTunnel3Params__imp__virDomainMigratePrepareTunnel3Params_virDomainMigratePrepareTunnel3EnsureACL__imp__virDomainMigratePrepareTunnel3EnsureACL_virDomainMigratePrepareTunnel3__imp__virDomainMigratePrepareTunnel3_virDomainMigratePrepareTunnel__imp__virDomainMigratePrepareTunnel_virDomainMigratePrepareEnsureACL__imp__virDomainMigratePrepareEnsureACL_virDomainMigratePrepare3ParamsEnsureACL__imp__virDomainMigratePrepare3ParamsEnsureACL_virDomainMigratePrepare3Params__imp__virDomainMigratePrepare3Params_virDomainMigratePrepare3EnsureACL__imp__virDomainMigratePrepare3EnsureACL_virDomainMigratePrepare3__imp__virDomainMigratePrepare3_virDomainMigratePrepare2EnsureACL__imp__virDomainMigratePrepare2EnsureACL_virDomainMigratePrepare2__imp__virDomainMigratePrepare2_virDomainMigratePrepare__imp__virDomainMigratePrepare_virDomainMigratePerformEnsureACL__imp__virDomainMigratePerformEnsureACL_virDomainMigratePerform3ParamsEnsureACL__imp__virDomainMigratePerform3ParamsEnsureACL_virDomainMigratePerform3Params__imp__virDomainMigratePerform3Params_virDomainMigratePerform3EnsureACL__imp__virDomainMigratePerform3EnsureACL_virDomainMigratePerform3__imp__virDomainMigratePerform3_virDomainMigratePerform__imp__virDomainMigratePerform_virDomainMigrateGetMaxSpeedEnsureACL__imp__virDomainMigrateGetMaxSpeedEnsureACL_virDomainMigrateGetMaxSpeed__imp__virDomainMigrateGetMaxSpeed_virDomainMigrateGetCompressionCacheEnsureACL__imp__virDomainMigrateGetCompressionCacheEnsureACL_virDomainMigrateGetCompressionCache__imp__virDomainMigrateGetCompressionCache_virDomainMigrateFinishEnsureACL__imp__virDomainMigrateFinishEnsureACL_virDomainMigrateFinish3ParamsEnsureACL__imp__virDomainMigrateFinish3ParamsEnsureACL_virDomainMigrateFinish3Params__imp__virDomainMigrateFinish3Params_virDomainMigrateFinish3EnsureACL__imp__virDomainMigrateFinish3EnsureACL_virDomainMigrateFinish3__imp__virDomainMigrateFinish3_virDomainMigrateFinish2EnsureACL__imp__virDomainMigrateFinish2EnsureACL_virDomainMigrateFinish2__imp__virDomainMigrateFinish2_virDomainMigrateFinish__imp__virDomainMigrateFinish_virDomainMigrateConfirm3ParamsEnsureACL__imp__virDomainMigrateConfirm3ParamsEnsureACL_virDomainMigrateConfirm3Params__imp__virDomainMigrateConfirm3Params_virDomainMigrateConfirm3EnsureACL__imp__virDomainMigrateConfirm3EnsureACL_virDomainMigrateConfirm3__imp__virDomainMigrateConfirm3_virDomainMigrateBegin3ParamsEnsureACL__imp__virDomainMigrateBegin3ParamsEnsureACL_virDomainMigrateBegin3Params__imp__virDomainMigrateBegin3Params_virDomainMigrateBegin3EnsureACL__imp__virDomainMigrateBegin3EnsureACL_virDomainMigrateBegin3__imp__virDomainMigrateBegin3_virDomainMigrate3__imp__virDomainMigrate3_virDomainMigrate2__imp__virDomainMigrate2_virDomainMigrate__imp__virDomainMigrate_virDomainMemoryStatsEnsureACL__imp__virDomainMemoryStatsEnsureACL_virDomainMemoryStats__imp__virDomainMemoryStats_virDomainMemoryPeekEnsureACL__imp__virDomainMemoryPeekEnsureACL_virDomainMemoryPeek__imp__virDomainMemoryPeek_virDomainMemballoonModelTypeToString__imp__virDomainMemballoonModelTypeToString_virDomainMemballoonModelTypeFromString__imp__virDomainMemballoonModelTypeFromString_virDomainMemDumpTypeToString__imp__virDomainMemDumpTypeToString_virDomainMemDumpTypeFromString__imp__virDomainMemDumpTypeFromString_virDomainManagedSaveRemoveEnsureACL__imp__virDomainManagedSaveRemoveEnsureACL_virDomainManagedSaveRemove__imp__virDomainManagedSaveRemove_virDomainManagedSaveEnsureACL__imp__virDomainManagedSaveEnsureACL_virDomainManagedSave__imp__virDomainManagedSave_virDomainLxcOpenNamespaceEnsureACL__imp__virDomainLxcOpenNamespaceEnsureACL_virDomainLookupVcpuPin__imp__virDomainLookupVcpuPin_virDomainLookupByUUIDString__imp__virDomainLookupByUUIDString_virDomainLookupByUUIDEnsureACL__imp__virDomainLookupByUUIDEnsureACL_virDomainLookupByUUID__imp__virDomainLookupByUUID_virDomainLookupByNameEnsureACL__imp__virDomainLookupByNameEnsureACL_virDomainLookupByName__imp__virDomainLookupByName_virDomainLookupByIDEnsureACL__imp__virDomainLookupByIDEnsureACL_virDomainLookupByID__imp__virDomainLookupByID_virDomainLockProcessStart__imp__virDomainLockProcessStart_virDomainLockProcessResume__imp__virDomainLockProcessResume_virDomainLockProcessPause__imp__virDomainLockProcessPause_virDomainLockProcessInquire__imp__virDomainLockProcessInquire_virDomainLockLeaseDetach__imp__virDomainLockLeaseDetach_virDomainLockLeaseAttach__imp__virDomainLockLeaseAttach_virDomainLockFailureTypeToString__imp__virDomainLockFailureTypeToString_virDomainLockFailureTypeFromString__imp__virDomainLockFailureTypeFromString_virDomainLockDiskDetach__imp__virDomainLockDiskDetach_virDomainLockDiskAttach__imp__virDomainLockDiskAttach_virDomainLiveConfigHelperMethod__imp__virDomainLiveConfigHelperMethod_virDomainListSnapshots__imp__virDomainListSnapshots_virDomainListAllSnapshotsEnsureACL__imp__virDomainListAllSnapshotsEnsureACL_virDomainListAllSnapshots__imp__virDomainListAllSnapshots_virDomainLifecycleTypeToString__imp__virDomainLifecycleTypeToString_virDomainLifecycleTypeFromString__imp__virDomainLifecycleTypeFromString_virDomainLifecycleCrashTypeToString__imp__virDomainLifecycleCrashTypeToString_virDomainLifecycleCrashTypeFromString__imp__virDomainLifecycleCrashTypeFromString_virDomainLeaseRemoveAt__imp__virDomainLeaseRemoveAt_virDomainLeaseRemove__imp__virDomainLeaseRemove_virDomainLeaseInsertPreAlloced__imp__virDomainLeaseInsertPreAlloced_virDomainLeaseInsertPreAlloc__imp__virDomainLeaseInsertPreAlloc_virDomainLeaseInsert__imp__virDomainLeaseInsert_virDomainLeaseIndex__imp__virDomainLeaseIndex_virDomainLeaseDefFree__imp__virDomainLeaseDefFree_virDomainIsUpdatedEnsureACL__imp__virDomainIsUpdatedEnsureACL_virDomainIsUpdated__imp__virDomainIsUpdated_virDomainIsPersistentEnsureACL__imp__virDomainIsPersistentEnsureACL_virDomainIsPersistent__imp__virDomainIsPersistent_virDomainIsActiveEnsureACL__imp__virDomainIsActiveEnsureACL_virDomainIsActive__imp__virDomainIsActive_virDomainIoEventFdTypeToString__imp__virDomainIoEventFdTypeToString_virDomainIoEventFdTypeFromString__imp__virDomainIoEventFdTypeFromString_virDomainInterfaceStatsEnsureACL__imp__virDomainInterfaceStatsEnsureACL_virDomainInterfaceStats__imp__virDomainInterfaceStats_virDomainInputDefFree__imp__virDomainInputDefFree_virDomainInjectNMIEnsureACL__imp__virDomainInjectNMIEnsureACL_virDomainInjectNMI__imp__virDomainInjectNMI_virDomainHypervTypeToString__imp__virDomainHypervTypeToString_virDomainHypervTypeFromString__imp__virDomainHypervTypeFromString_virDomainHubTypeToString__imp__virDomainHubTypeToString_virDomainHubTypeFromString__imp__virDomainHubTypeFromString_virDomainHostdevSubsysTypeToString__imp__virDomainHostdevSubsysTypeToString_virDomainHostdevRemove__imp__virDomainHostdevRemove_virDomainHostdevModeTypeToString__imp__virDomainHostdevModeTypeToString_virDomainHostdevInsert__imp__virDomainHostdevInsert_virDomainHostdevFind__imp__virDomainHostdevFind_virDomainHostdevDefFree__imp__virDomainHostdevDefFree_virDomainHostdevDefClear__imp__virDomainHostdevDefClear_virDomainHostdevDefAlloc__imp__virDomainHostdevDefAlloc_virDomainHostdevCapsTypeToString__imp__virDomainHostdevCapsTypeToString_virDomainHasManagedSaveImageEnsureACL__imp__virDomainHasManagedSaveImageEnsureACL_virDomainHasManagedSaveImage__imp__virDomainHasManagedSaveImage_virDomainHasDiskMirror__imp__virDomainHasDiskMirror_virDomainHasCurrentSnapshotEnsureACL__imp__virDomainHasCurrentSnapshotEnsureACL_virDomainHasCurrentSnapshot__imp__virDomainHasCurrentSnapshot_virDomainGraphicsVNCSharePolicyTypeToString__imp__virDomainGraphicsVNCSharePolicyTypeToString_virDomainGraphicsVNCSharePolicyTypeFromString__imp__virDomainGraphicsVNCSharePolicyTypeFromString_virDomainGraphicsTypeToString__imp__virDomainGraphicsTypeToString_virDomainGraphicsTypeFromString__imp__virDomainGraphicsTypeFromString_virDomainGraphicsSpiceZlibCompressionTypeToString__imp__virDomainGraphicsSpiceZlibCompressionTypeToString_virDomainGraphicsSpiceZlibCompressionTypeFromString__imp__virDomainGraphicsSpiceZlibCompressionTypeFromString_virDomainGraphicsSpiceStreamingModeTypeToString__imp__virDomainGraphicsSpiceStreamingModeTypeToString_virDomainGraphicsSpiceStreamingModeTypeFromString__imp__virDomainGraphicsSpiceStreamingModeTypeFromString_virDomainGraphicsSpicePlaybackCompressionTypeToString__imp__virDomainGraphicsSpicePlaybackCompressionTypeToString_virDomainGraphicsSpicePlaybackCompressionTypeFromString__imp__virDomainGraphicsSpicePlaybackCompressionTypeFromString_virDomainGraphicsSpiceMouseModeTypeToString__imp__virDomainGraphicsSpiceMouseModeTypeToString_virDomainGraphicsSpiceMouseModeTypeFromString__imp__virDomainGraphicsSpiceMouseModeTypeFromString_virDomainGraphicsSpiceJpegCompressionTypeToString__imp__virDomainGraphicsSpiceJpegCompressionTypeToString_virDomainGraphicsSpiceJpegCompressionTypeFromString__imp__virDomainGraphicsSpiceJpegCompressionTypeFromString_virDomainGraphicsSpiceImageCompressionTypeToString__imp__virDomainGraphicsSpiceImageCompressionTypeToString_virDomainGraphicsSpiceImageCompressionTypeFromString__imp__virDomainGraphicsSpiceImageCompressionTypeFromString_virDomainGraphicsSpiceClipboardCopypasteTypeToString__imp__virDomainGraphicsSpiceClipboardCopypasteTypeToString_virDomainGraphicsSpiceClipboardCopypasteTypeFromString__imp__virDomainGraphicsSpiceClipboardCopypasteTypeFromString_virDomainGraphicsSpiceChannelNameTypeToString__imp__virDomainGraphicsSpiceChannelNameTypeToString_virDomainGraphicsSpiceChannelNameTypeFromString__imp__virDomainGraphicsSpiceChannelNameTypeFromString_virDomainGraphicsSpiceChannelModeTypeToString__imp__virDomainGraphicsSpiceChannelModeTypeToString_virDomainGraphicsSpiceChannelModeTypeFromString__imp__virDomainGraphicsSpiceChannelModeTypeFromString_virDomainGraphicsListenSetType__imp__virDomainGraphicsListenSetType_virDomainGraphicsListenSetNetwork__imp__virDomainGraphicsListenSetNetwork_virDomainGraphicsListenSetAddress__imp__virDomainGraphicsListenSetAddress_virDomainGraphicsListenGetType__imp__virDomainGraphicsListenGetType_virDomainGraphicsListenGetNetwork__imp__virDomainGraphicsListenGetNetwork_virDomainGraphicsListenGetAddress__imp__virDomainGraphicsListenGetAddress_virDomainGraphicsDefFree__imp__virDomainGraphicsDefFree_virDomainGraphicsAuthConnectedTypeToString__imp__virDomainGraphicsAuthConnectedTypeToString_virDomainGraphicsAuthConnectedTypeFromString__imp__virDomainGraphicsAuthConnectedTypeFromString_virDomainGetXMLDescEnsureACL__imp__virDomainGetXMLDescEnsureACL_virDomainGetXMLDesc__imp__virDomainGetXMLDesc_virDomainGetVcpusFlagsEnsureACL__imp__virDomainGetVcpusFlagsEnsureACL_virDomainGetVcpusFlags__imp__virDomainGetVcpusFlags_virDomainGetVcpusEnsureACL__imp__virDomainGetVcpusEnsureACL_virDomainGetVcpus__imp__virDomainGetVcpus_virDomainGetVcpuPinInfoEnsureACL__imp__virDomainGetVcpuPinInfoEnsureACL_virDomainGetVcpuPinInfo__imp__virDomainGetVcpuPinInfo_virDomainGetUUIDString__imp__virDomainGetUUIDString_virDomainGetUUID__imp__virDomainGetUUID_virDomainGetStateEnsureACL__imp__virDomainGetStateEnsureACL_virDomainGetState__imp__virDomainGetState_virDomainGetSecurityLabelListEnsureACL__imp__virDomainGetSecurityLabelListEnsureACL_virDomainGetSecurityLabelList__imp__virDomainGetSecurityLabelList_virDomainGetSecurityLabelEnsureACL__imp__virDomainGetSecurityLabelEnsureACL_virDomainGetSecurityLabel__imp__virDomainGetSecurityLabel_virDomainGetSchedulerTypeEnsureACL__imp__virDomainGetSchedulerTypeEnsureACL_virDomainGetSchedulerType__imp__virDomainGetSchedulerType_virDomainGetSchedulerParametersFlagsEnsureACL__imp__virDomainGetSchedulerParametersFlagsEnsureACL_virDomainGetSchedulerParametersFlags__imp__virDomainGetSchedulerParametersFlags_virDomainGetSchedulerParametersEnsureACL__imp__virDomainGetSchedulerParametersEnsureACL_virDomainGetSchedulerParameters__imp__virDomainGetSchedulerParameters_virDomainGetRootFilesystem__imp__virDomainGetRootFilesystem_virDomainGetOSTypeEnsureACL__imp__virDomainGetOSTypeEnsureACL_virDomainGetOSType__imp__virDomainGetOSType_virDomainGetNumaParametersEnsureACL__imp__virDomainGetNumaParametersEnsureACL_virDomainGetNumaParameters__imp__virDomainGetNumaParameters_virDomainGetName__imp__virDomainGetName_virDomainGetMetadataEnsureACL__imp__virDomainGetMetadataEnsureACL_virDomainGetMetadata__imp__virDomainGetMetadata_virDomainGetMemoryParametersEnsureACL__imp__virDomainGetMemoryParametersEnsureACL_virDomainGetMemoryParameters__imp__virDomainGetMemoryParameters_virDomainGetMaxVcpusEnsureACL__imp__virDomainGetMaxVcpusEnsureACL_virDomainGetMaxVcpus__imp__virDomainGetMaxVcpus_virDomainGetMaxMemoryEnsureACL__imp__virDomainGetMaxMemoryEnsureACL_virDomainGetMaxMemory__imp__virDomainGetMaxMemory_virDomainGetJobStatsEnsureACL__imp__virDomainGetJobStatsEnsureACL_virDomainGetJobStats__imp__virDomainGetJobStats_virDomainGetJobInfoEnsureACL__imp__virDomainGetJobInfoEnsureACL_virDomainGetJobInfo__imp__virDomainGetJobInfo_virDomainGetInterfaceParametersEnsureACL__imp__virDomainGetInterfaceParametersEnsureACL_virDomainGetInterfaceParameters__imp__virDomainGetInterfaceParameters_virDomainGetInfoEnsureACL__imp__virDomainGetInfoEnsureACL_virDomainGetInfo__imp__virDomainGetInfo_virDomainGetID__imp__virDomainGetID_virDomainGetHostnameEnsureACL__imp__virDomainGetHostnameEnsureACL_virDomainGetHostname__imp__virDomainGetHostname_virDomainGetEmulatorPinInfoEnsureACL__imp__virDomainGetEmulatorPinInfoEnsureACL_virDomainGetEmulatorPinInfo__imp__virDomainGetEmulatorPinInfo_virDomainGetDiskErrorsEnsureACL__imp__virDomainGetDiskErrorsEnsureACL_virDomainGetDiskErrors__imp__virDomainGetDiskErrors_virDomainGetControlInfoEnsureACL__imp__virDomainGetControlInfoEnsureACL_virDomainGetControlInfo__imp__virDomainGetControlInfo_virDomainGetConnect__imp__virDomainGetConnect_virDomainGetCPUStatsEnsureACL__imp__virDomainGetCPUStatsEnsureACL_virDomainGetCPUStats__imp__virDomainGetCPUStats_virDomainGetBlockJobInfoEnsureACL__imp__virDomainGetBlockJobInfoEnsureACL_virDomainGetBlockJobInfo__imp__virDomainGetBlockJobInfo_virDomainGetBlockIoTuneEnsureACL__imp__virDomainGetBlockIoTuneEnsureACL_virDomainGetBlockIoTune__imp__virDomainGetBlockIoTune_virDomainGetBlockInfoEnsureACL__imp__virDomainGetBlockInfoEnsureACL_virDomainGetBlockInfo__imp__virDomainGetBlockInfo_virDomainGetBlkioParametersEnsureACL__imp__virDomainGetBlkioParametersEnsureACL_virDomainGetBlkioParameters__imp__virDomainGetBlkioParameters_virDomainGetAutostartEnsureACL__imp__virDomainGetAutostartEnsureACL_virDomainGetAutostart__imp__virDomainGetAutostart_virDomainFree__imp__virDomainFree_virDomainFeatureStateTypeToString__imp__virDomainFeatureStateTypeToString_virDomainFeatureStateTypeFromString__imp__virDomainFeatureStateTypeFromString_virDomainFSWrpolicyTypeToString__imp__virDomainFSWrpolicyTypeToString_virDomainFSWrpolicyTypeFromString__imp__virDomainFSWrpolicyTypeFromString_virDomainFSTypeToString__imp__virDomainFSTypeToString_virDomainFSTypeFromString__imp__virDomainFSTypeFromString_virDomainFSTrimEnsureACL__imp__virDomainFSTrimEnsureACL_virDomainFSTrim__imp__virDomainFSTrim_virDomainFSIndexByName__imp__virDomainFSIndexByName_virDomainFSDefFree__imp__virDomainFSDefFree_virDomainEventWatchdogNewFromObj__imp__virDomainEventWatchdogNewFromObj_virDomainEventWatchdogNewFromDom__imp__virDomainEventWatchdogNewFromDom_virDomainEventTrayChangeNewFromObj__imp__virDomainEventTrayChangeNewFromObj_virDomainEventTrayChangeNewFromDom__imp__virDomainEventTrayChangeNewFromDom_virDomainEventStateRegisterID__imp__virDomainEventStateRegisterID_virDomainEventStateRegister__imp__virDomainEventStateRegister_virDomainEventStateQueue__imp__virDomainEventStateQueue_virDomainEventStateNew__imp__virDomainEventStateNew_virDomainEventStateFree__imp__virDomainEventStateFree_virDomainEventStateEventID__imp__virDomainEventStateEventID_virDomainEventStateDeregisterID__imp__virDomainEventStateDeregisterID_virDomainEventStateDeregister__imp__virDomainEventStateDeregister_virDomainEventRebootNewFromObj__imp__virDomainEventRebootNewFromObj_virDomainEventRebootNewFromDom__imp__virDomainEventRebootNewFromDom_virDomainEventRebootNew__imp__virDomainEventRebootNew_virDomainEventRTCChangeNewFromObj__imp__virDomainEventRTCChangeNewFromObj_virDomainEventRTCChangeNewFromDom__imp__virDomainEventRTCChangeNewFromDom_virDomainEventPMWakeupNewFromObj__imp__virDomainEventPMWakeupNewFromObj_virDomainEventPMWakeupNewFromDom__imp__virDomainEventPMWakeupNewFromDom_virDomainEventPMSuspendNewFromObj__imp__virDomainEventPMSuspendNewFromObj_virDomainEventPMSuspendNewFromDom__imp__virDomainEventPMSuspendNewFromDom_virDomainEventPMSuspendDiskNewFromObj__imp__virDomainEventPMSuspendDiskNewFromObj_virDomainEventPMSuspendDiskNewFromDom__imp__virDomainEventPMSuspendDiskNewFromDom_virDomainEventNewFromObj__imp__virDomainEventNewFromObj_virDomainEventNewFromDom__imp__virDomainEventNewFromDom_virDomainEventNewFromDef__imp__virDomainEventNewFromDef_virDomainEventNew__imp__virDomainEventNew_virDomainEventIOErrorReasonNewFromObj__imp__virDomainEventIOErrorReasonNewFromObj_virDomainEventIOErrorReasonNewFromDom__imp__virDomainEventIOErrorReasonNewFromDom_virDomainEventIOErrorNewFromObj__imp__virDomainEventIOErrorNewFromObj_virDomainEventIOErrorNewFromDom__imp__virDomainEventIOErrorNewFromDom_virDomainEventGraphicsNewFromObj__imp__virDomainEventGraphicsNewFromObj_virDomainEventGraphicsNewFromDom__imp__virDomainEventGraphicsNewFromDom_virDomainEventFree__imp__virDomainEventFree_virDomainEventDiskChangeNewFromObj__imp__virDomainEventDiskChangeNewFromObj_virDomainEventDiskChangeNewFromDom__imp__virDomainEventDiskChangeNewFromDom_virDomainEventDeviceRemovedNewFromObj__imp__virDomainEventDeviceRemovedNewFromObj_virDomainEventDeviceRemovedNewFromDom__imp__virDomainEventDeviceRemovedNewFromDom_virDomainEventControlErrorNewFromObj__imp__virDomainEventControlErrorNewFromObj_virDomainEventControlErrorNewFromDom__imp__virDomainEventControlErrorNewFromDom_virDomainEventBlockJobNewFromObj__imp__virDomainEventBlockJobNewFromObj_virDomainEventBlockJobNewFromDom__imp__virDomainEventBlockJobNewFromDom_virDomainEventBalloonChangeNewFromObj__imp__virDomainEventBalloonChangeNewFromObj_virDomainEventBalloonChangeNewFromDom__imp__virDomainEventBalloonChangeNewFromDom_virDomainEmulatorPinDel__imp__virDomainEmulatorPinDel_virDomainEmulatorPinAdd__imp__virDomainEmulatorPinAdd_virDomainDiskTypeToString__imp__virDomainDiskTypeToString_virDomainDiskTypeFromString__imp__virDomainDiskTypeFromString_virDomainDiskSourceIsBlockType__imp__virDomainDiskSourceIsBlockType_virDomainDiskRemoveByName__imp__virDomainDiskRemoveByName_virDomainDiskRemove__imp__virDomainDiskRemove_virDomainDiskProtocolTypeToString__imp__virDomainDiskProtocolTypeToString_virDomainDiskProtocolTransportTypeToString__imp__virDomainDiskProtocolTransportTypeToString_virDomainDiskProtocolTransportTypeFromString__imp__virDomainDiskProtocolTransportTypeFromString_virDomainDiskPathByName__imp__virDomainDiskPathByName_virDomainDiskIoTypeToString__imp__virDomainDiskIoTypeToString_virDomainDiskIoTypeFromString__imp__virDomainDiskIoTypeFromString_virDomainDiskInsertPreAlloced__imp__virDomainDiskInsertPreAlloced_virDomainDiskInsert__imp__virDomainDiskInsert_virDomainDiskIndexByName__imp__virDomainDiskIndexByName_virDomainDiskHostDefFree__imp__virDomainDiskHostDefFree_virDomainDiskGeometryTransTypeToString__imp__virDomainDiskGeometryTransTypeToString_virDomainDiskGeometryTransTypeFromString__imp__virDomainDiskGeometryTransTypeFromString_virDomainDiskFindByBusAndDst__imp__virDomainDiskFindByBusAndDst_virDomainDiskErrorPolicyTypeToString__imp__virDomainDiskErrorPolicyTypeToString_virDomainDiskErrorPolicyTypeFromString__imp__virDomainDiskErrorPolicyTypeFromString_virDomainDiskDiscardTypeToString__imp__virDomainDiskDiscardTypeToString_virDomainDiskDeviceTypeToString__imp__virDomainDiskDeviceTypeToString_virDomainDiskDefGetSecurityLabelDef__imp__virDomainDiskDefGetSecurityLabelDef_virDomainDiskDefGenSecurityLabelDef__imp__virDomainDiskDefGenSecurityLabelDef_virDomainDiskDefFree__imp__virDomainDiskDefFree_virDomainDiskDefForeachPath__imp__virDomainDiskDefForeachPath_virDomainDiskDefAssignAddress__imp__virDomainDiskDefAssignAddress_virDomainDiskCopyOnReadTypeToString__imp__virDomainDiskCopyOnReadTypeToString_virDomainDiskCopyOnReadTypeFromString__imp__virDomainDiskCopyOnReadTypeFromString_virDomainDiskCacheTypeToString__imp__virDomainDiskCacheTypeToString_virDomainDiskCacheTypeFromString__imp__virDomainDiskCacheTypeFromString_virDomainDiskBusTypeToString__imp__virDomainDiskBusTypeToString_virDomainDeviceTypeToString__imp__virDomainDeviceTypeToString_virDomainDeviceInfoIterate__imp__virDomainDeviceInfoIterate_virDomainDeviceInfoCopy__imp__virDomainDeviceInfoCopy_virDomainDeviceFindControllerModel__imp__virDomainDeviceFindControllerModel_virDomainDeviceDefParse__imp__virDomainDeviceDefParse_virDomainDeviceDefFree__imp__virDomainDeviceDefFree_virDomainDeviceDefCopy__imp__virDomainDeviceDefCopy_virDomainDeviceAddressTypeToString__imp__virDomainDeviceAddressTypeToString_virDomainDeviceAddressIsValid__imp__virDomainDeviceAddressIsValid_virDomainDetachDeviceFlagsEnsureACL__imp__virDomainDetachDeviceFlagsEnsureACL_virDomainDetachDeviceFlags__imp__virDomainDetachDeviceFlags_virDomainDetachDeviceEnsureACL__imp__virDomainDetachDeviceEnsureACL_virDomainDetachDevice__imp__virDomainDetachDevice_virDomainDestroyFlagsEnsureACL__imp__virDomainDestroyFlagsEnsureACL_virDomainDestroyFlags__imp__virDomainDestroyFlags_virDomainDestroyEnsureACL__imp__virDomainDestroyEnsureACL_virDomainDestroy__imp__virDomainDestroy_virDomainDeleteConfig__imp__virDomainDeleteConfig_virDomainDefineXMLEnsureACL__imp__virDomainDefineXMLEnsureACL_virDomainDefineXML__imp__virDomainDefineXML_virDomainDefPostParse__imp__virDomainDefPostParse_virDomainDefParseString__imp__virDomainDefParseString_virDomainDefParseNode__imp__virDomainDefParseNode_virDomainDefParseFile__imp__virDomainDefParseFile_virDomainDefNew__imp__virDomainDefNew_virDomainDefMaybeAddController__imp__virDomainDefMaybeAddController_virDomainDefGetSecurityLabelDef__imp__virDomainDefGetSecurityLabelDef_virDomainDefGetDefaultEmulator__imp__virDomainDefGetDefaultEmulator_virDomainDefGenSecurityLabelDef__imp__virDomainDefGenSecurityLabelDef_virDomainDefFree__imp__virDomainDefFree_virDomainDefFormatInternal__imp__virDomainDefFormatInternal_virDomainDefFormat__imp__virDomainDefFormat_virDomainDefFindDevice__imp__virDomainDefFindDevice_virDomainDefCopy__imp__virDomainDefCopy_virDomainDefCompatibleDevice__imp__virDomainDefCompatibleDevice_virDomainDefClearPCIAddresses__imp__virDomainDefClearPCIAddresses_virDomainDefClearDeviceAliases__imp__virDomainDefClearDeviceAliases_virDomainDefClearCCWAddresses__imp__virDomainDefClearCCWAddresses_virDomainDefCheckABIStability__imp__virDomainDefCheckABIStability_virDomainDefAddImplicitControllers__imp__virDomainDefAddImplicitControllers_virDomainCreateXMLWithFilesEnsureACL__imp__virDomainCreateXMLWithFilesEnsureACL_virDomainCreateXMLWithFiles__imp__virDomainCreateXMLWithFiles_virDomainCreateXMLEnsureACL__imp__virDomainCreateXMLEnsureACL_virDomainCreateXML__imp__virDomainCreateXML_virDomainCreateWithFlagsEnsureACL__imp__virDomainCreateWithFlagsEnsureACL_virDomainCreateWithFlags__imp__virDomainCreateWithFlags_virDomainCreateWithFilesEnsureACL__imp__virDomainCreateWithFilesEnsureACL_virDomainCreateWithFiles__imp__virDomainCreateWithFiles_virDomainCreateLinux__imp__virDomainCreateLinux_virDomainCreateEnsureACL__imp__virDomainCreateEnsureACL_virDomainCreate__imp__virDomainCreate_virDomainCpuPlacementModeTypeToString__imp__virDomainCpuPlacementModeTypeToString_virDomainCpuPlacementModeTypeFromString__imp__virDomainCpuPlacementModeTypeFromString_virDomainCoreDumpEnsureACL__imp__virDomainCoreDumpEnsureACL_virDomainCoreDump__imp__virDomainCoreDump_virDomainControllerTypeToString__imp__virDomainControllerTypeToString_virDomainControllerRemove__imp__virDomainControllerRemove_virDomainControllerModelUSBTypeToString__imp__virDomainControllerModelUSBTypeToString_virDomainControllerModelUSBTypeFromString__imp__virDomainControllerModelUSBTypeFromString_virDomainControllerModelSCSITypeToString__imp__virDomainControllerModelSCSITypeToString_virDomainControllerModelSCSITypeFromString__imp__virDomainControllerModelSCSITypeFromString_virDomainControllerModelPCITypeToString__imp__virDomainControllerModelPCITypeToString_virDomainControllerInsertPreAlloced__imp__virDomainControllerInsertPreAlloced_virDomainControllerInsert__imp__virDomainControllerInsert_virDomainControllerFind__imp__virDomainControllerFind_virDomainControllerDefFree__imp__virDomainControllerDefFree_virDomainConfigFile__imp__virDomainConfigFile_virDomainConfVMNWFilterTeardown__imp__virDomainConfVMNWFilterTeardown_virDomainConfNWFilterTeardown__imp__virDomainConfNWFilterTeardown_virDomainConfNWFilterRegister__imp__virDomainConfNWFilterRegister_virDomainConfNWFilterInstantiate__imp__virDomainConfNWFilterInstantiate_virDomainClockOffsetTypeToString__imp__virDomainClockOffsetTypeToString_virDomainClockOffsetTypeFromString__imp__virDomainClockOffsetTypeFromString_virDomainClockBasisTypeToString__imp__virDomainClockBasisTypeToString_virDomainClass__imp__virDomainClass_virDomainChrTypeToString__imp__virDomainChrTypeToString_virDomainChrTypeFromString__imp__virDomainChrTypeFromString_virDomainChrTcpProtocolTypeToString__imp__virDomainChrTcpProtocolTypeToString_virDomainChrTcpProtocolTypeFromString__imp__virDomainChrTcpProtocolTypeFromString_virDomainChrSpicevmcTypeToString__imp__virDomainChrSpicevmcTypeToString_virDomainChrSpicevmcTypeFromString__imp__virDomainChrSpicevmcTypeFromString_virDomainChrSourceDefFree__imp__virDomainChrSourceDefFree_virDomainChrSourceDefCopy__imp__virDomainChrSourceDefCopy_virDomainChrSourceDefClear__imp__virDomainChrSourceDefClear_virDomainChrSerialTargetTypeToString__imp__virDomainChrSerialTargetTypeToString_virDomainChrSerialTargetTypeFromString__imp__virDomainChrSerialTargetTypeFromString_virDomainChrRemove__imp__virDomainChrRemove_virDomainChrInsert__imp__virDomainChrInsert_virDomainChrGetDomainPtrs__imp__virDomainChrGetDomainPtrs_virDomainChrFind__imp__virDomainChrFind_virDomainChrEquals__imp__virDomainChrEquals_virDomainChrDefNew__imp__virDomainChrDefNew_virDomainChrDefFree__imp__virDomainChrDefFree_virDomainChrDefForeach__imp__virDomainChrDefForeach_virDomainChrConsoleTargetTypeToString__imp__virDomainChrConsoleTargetTypeToString_virDomainChrConsoleTargetTypeFromString__imp__virDomainChrConsoleTargetTypeFromString_virDomainBootMenuTypeToString__imp__virDomainBootMenuTypeToString_virDomainBootMenuTypeFromString__imp__virDomainBootMenuTypeFromString_virDomainBlockedReasonTypeToString__imp__virDomainBlockedReasonTypeToString_virDomainBlockedReasonTypeFromString__imp__virDomainBlockedReasonTypeFromString_virDomainBlockStatsFlagsEnsureACL__imp__virDomainBlockStatsFlagsEnsureACL_virDomainBlockStatsFlags__imp__virDomainBlockStatsFlags_virDomainBlockStatsEnsureACL__imp__virDomainBlockStatsEnsureACL_virDomainBlockStats__imp__virDomainBlockStats_virDomainBlockResizeEnsureACL__imp__virDomainBlockResizeEnsureACL_virDomainBlockResize__imp__virDomainBlockResize_virDomainBlockRebaseEnsureACL__imp__virDomainBlockRebaseEnsureACL_virDomainBlockRebase__imp__virDomainBlockRebase_virDomainBlockPullEnsureACL__imp__virDomainBlockPullEnsureACL_virDomainBlockPull__imp__virDomainBlockPull_virDomainBlockPeekEnsureACL__imp__virDomainBlockPeekEnsureACL_virDomainBlockPeek__imp__virDomainBlockPeek_virDomainBlockJobSetSpeedEnsureACL__imp__virDomainBlockJobSetSpeedEnsureACL_virDomainBlockJobSetSpeed__imp__virDomainBlockJobSetSpeed_virDomainBlockJobAbortEnsureACL__imp__virDomainBlockJobAbortEnsureACL_virDomainBlockJobAbort__imp__virDomainBlockJobAbort_virDomainBlockCommitEnsureACL__imp__virDomainBlockCommitEnsureACL_virDomainBlockCommit__imp__virDomainBlockCommit_virDomainAuditVcpu__imp__virDomainAuditVcpu_virDomainAuditStop__imp__virDomainAuditStop_virDomainAuditStart__imp__virDomainAuditStart_virDomainAuditSecurityLabel__imp__virDomainAuditSecurityLabel_virDomainAuditRedirdev__imp__virDomainAuditRedirdev_virDomainAuditNetDevice__imp__virDomainAuditNetDevice_virDomainAuditNet__imp__virDomainAuditNet_virDomainAuditMemory__imp__virDomainAuditMemory_virDomainAuditInit__imp__virDomainAuditInit_virDomainAuditHostdev__imp__virDomainAuditHostdev_virDomainAuditFS__imp__virDomainAuditFS_virDomainAuditDisk__imp__virDomainAuditDisk_virDomainAuditCgroupPath__imp__virDomainAuditCgroupPath_virDomainAuditCgroupMajor__imp__virDomainAuditCgroupMajor_virDomainAuditCgroup__imp__virDomainAuditCgroup_virDomainAttachDeviceFlagsEnsureACL__imp__virDomainAttachDeviceFlagsEnsureACL_virDomainAttachDeviceFlags__imp__virDomainAttachDeviceFlags_virDomainAttachDeviceEnsureACL__imp__virDomainAttachDeviceEnsureACL_virDomainAttachDevice__imp__virDomainAttachDevice_virDomainActualNetDefFree__imp__virDomainActualNetDefFree_virDomainAbortJobEnsureACL__imp__virDomainAbortJobEnsureACL_virDomainAbortJob__imp__virDomainAbortJob_virDispatchError__imp__virDispatchError_virDiskNameToIndex__imp__virDiskNameToIndex_virDiskNameToBusDeviceIndex__imp__virDiskNameToBusDeviceIndex_virDirCreate__imp__virDirCreate_virDevicePCIAddressParseXML__imp__virDevicePCIAddressParseXML_virDevicePCIAddressIsValid__imp__virDevicePCIAddressIsValid_virDevicePCIAddressFormat__imp__virDevicePCIAddressFormat_virDevicePCIAddressEqual__imp__virDevicePCIAddressEqual_virDeviceAddressPciMultiTypeToString__imp__virDeviceAddressPciMultiTypeToString_virDeviceAddressPciMultiTypeFromString__imp__virDeviceAddressPciMultiTypeFromString_virDeleteElementsN__imp__virDeleteElementsN_virDefaultErrorFunc__imp__virDefaultErrorFunc_virDBusMessageRead__imp__virDBusMessageRead_virDBusMessageEncode__imp__virDBusMessageEncode_virDBusMessageDecode__imp__virDBusMessageDecode_virDBusHasSystemBus__imp__virDBusHasSystemBus_virDBusGetSystemBus__imp__virDBusGetSystemBus_virDBusGetSessionBus__imp__virDBusGetSessionBus_virDBusCallMethod__imp__virDBusCallMethod_virCopyLastError__imp__virCopyLastError_virConnectUnregisterCloseCallback__imp__virConnectUnregisterCloseCallback_virConnectSupportsFeatureEnsureACL__imp__virConnectSupportsFeatureEnsureACL_virConnectSupportsFeature__imp__virConnectSupportsFeature_virConnectSetKeepAlive__imp__virConnectSetKeepAlive_virConnectRegisterCloseCallback__imp__virConnectRegisterCloseCallback_virConnectRef__imp__virConnectRef_virConnectOpenReadOnly__imp__virConnectOpenReadOnly_virConnectOpenEnsureACL__imp__virConnectOpenEnsureACL_virConnectOpenAuth__imp__virConnectOpenAuth_virConnectOpen__imp__virConnectOpen_virConnectNumOfStoragePoolsEnsureACL__imp__virConnectNumOfStoragePoolsEnsureACL_virConnectNumOfStoragePoolsCheckACL__imp__virConnectNumOfStoragePoolsCheckACL_virConnectNumOfStoragePools__imp__virConnectNumOfStoragePools_virConnectNumOfSecretsEnsureACL__imp__virConnectNumOfSecretsEnsureACL_virConnectNumOfSecretsCheckACL__imp__virConnectNumOfSecretsCheckACL_virConnectNumOfSecrets__imp__virConnectNumOfSecrets_virConnectNumOfNetworksEnsureACL__imp__virConnectNumOfNetworksEnsureACL_virConnectNumOfNetworksCheckACL__imp__virConnectNumOfNetworksCheckACL_virConnectNumOfNetworks__imp__virConnectNumOfNetworks_virConnectNumOfNWFiltersEnsureACL__imp__virConnectNumOfNWFiltersEnsureACL_virConnectNumOfNWFiltersCheckACL__imp__virConnectNumOfNWFiltersCheckACL_virConnectNumOfNWFilters__imp__virConnectNumOfNWFilters_virConnectNumOfInterfacesEnsureACL__imp__virConnectNumOfInterfacesEnsureACL_virConnectNumOfInterfacesCheckACL__imp__virConnectNumOfInterfacesCheckACL_virConnectNumOfInterfaces__imp__virConnectNumOfInterfaces_virConnectNumOfDomainsEnsureACL__imp__virConnectNumOfDomainsEnsureACL_virConnectNumOfDomainsCheckACL__imp__virConnectNumOfDomainsCheckACL_virConnectNumOfDomains__imp__virConnectNumOfDomains_virConnectNumOfDefinedStoragePoolsEnsureACL__imp__virConnectNumOfDefinedStoragePoolsEnsureACL_virConnectNumOfDefinedStoragePoolsCheckACL__imp__virConnectNumOfDefinedStoragePoolsCheckACL_virConnectNumOfDefinedStoragePools__imp__virConnectNumOfDefinedStoragePools_virConnectNumOfDefinedNetworksEnsureACL__imp__virConnectNumOfDefinedNetworksEnsureACL_virConnectNumOfDefinedNetworksCheckACL__imp__virConnectNumOfDefinedNetworksCheckACL_virConnectNumOfDefinedNetworks__imp__virConnectNumOfDefinedNetworks_virConnectNumOfDefinedInterfacesEnsureACL__imp__virConnectNumOfDefinedInterfacesEnsureACL_virConnectNumOfDefinedInterfacesCheckACL__imp__virConnectNumOfDefinedInterfacesCheckACL_virConnectNumOfDefinedInterfaces__imp__virConnectNumOfDefinedInterfaces_virConnectNumOfDefinedDomainsEnsureACL__imp__virConnectNumOfDefinedDomainsEnsureACL_virConnectNumOfDefinedDomainsCheckACL__imp__virConnectNumOfDefinedDomainsCheckACL_virConnectNumOfDefinedDomains__imp__virConnectNumOfDefinedDomains_virConnectListStoragePoolsEnsureACL__imp__virConnectListStoragePoolsEnsureACL_virConnectListStoragePoolsCheckACL__imp__virConnectListStoragePoolsCheckACL_virConnectListStoragePools__imp__virConnectListStoragePools_virConnectListSecretsEnsureACL__imp__virConnectListSecretsEnsureACL_virConnectListSecretsCheckACL__imp__virConnectListSecretsCheckACL_virConnectListSecrets__imp__virConnectListSecrets_virConnectListNetworksEnsureACL__imp__virConnectListNetworksEnsureACL_virConnectListNetworksCheckACL__imp__virConnectListNetworksCheckACL_virConnectListNetworks__imp__virConnectListNetworks_virConnectListNWFiltersEnsureACL__imp__virConnectListNWFiltersEnsureACL_virConnectListNWFiltersCheckACL__imp__virConnectListNWFiltersCheckACL_virConnectListNWFilters__imp__virConnectListNWFilters_virConnectListInterfacesEnsureACL__imp__virConnectListInterfacesEnsureACL_virConnectListInterfacesCheckACL__imp__virConnectListInterfacesCheckACL_virConnectListInterfaces__imp__virConnectListInterfaces_virConnectListDomainsEnsureACL__imp__virConnectListDomainsEnsureACL_virConnectListDomainsCheckACL__imp__virConnectListDomainsCheckACL_virConnectListDomains__imp__virConnectListDomains_virConnectListDefinedStoragePoolsEnsureACL__imp__virConnectListDefinedStoragePoolsEnsureACL_virConnectListDefinedStoragePoolsCheckACL__imp__virConnectListDefinedStoragePoolsCheckACL_virConnectListDefinedStoragePools__imp__virConnectListDefinedStoragePools_virConnectListDefinedNetworksEnsureACL__imp__virConnectListDefinedNetworksEnsureACL_virConnectListDefinedNetworksCheckACL__imp__virConnectListDefinedNetworksCheckACL_virConnectListDefinedNetworks__imp__virConnectListDefinedNetworks_virConnectListDefinedInterfacesEnsureACL__imp__virConnectListDefinedInterfacesEnsureACL_virConnectListDefinedInterfacesCheckACL__imp__virConnectListDefinedInterfacesCheckACL_virConnectListDefinedInterfaces__imp__virConnectListDefinedInterfaces_virConnectListDefinedDomainsEnsureACL__imp__virConnectListDefinedDomainsEnsureACL_virConnectListDefinedDomainsCheckACL__imp__virConnectListDefinedDomainsCheckACL_virConnectListDefinedDomains__imp__virConnectListDefinedDomains_virConnectListAllStoragePoolsEnsureACL__imp__virConnectListAllStoragePoolsEnsureACL_virConnectListAllStoragePoolsCheckACL__imp__virConnectListAllStoragePoolsCheckACL_virConnectListAllStoragePools__imp__virConnectListAllStoragePools_virConnectListAllSecretsEnsureACL__imp__virConnectListAllSecretsEnsureACL_virConnectListAllSecretsCheckACL__imp__virConnectListAllSecretsCheckACL_virConnectListAllSecrets__imp__virConnectListAllSecrets_virConnectListAllNodeDevicesEnsureACL__imp__virConnectListAllNodeDevicesEnsureACL_virConnectListAllNodeDevicesCheckACL__imp__virConnectListAllNodeDevicesCheckACL_virConnectListAllNodeDevices__imp__virConnectListAllNodeDevices_virConnectListAllNetworksEnsureACL__imp__virConnectListAllNetworksEnsureACL_virConnectListAllNetworksCheckACL__imp__virConnectListAllNetworksCheckACL_virConnectListAllNetworks__imp__virConnectListAllNetworks_virConnectListAllNWFiltersEnsureACL__imp__virConnectListAllNWFiltersEnsureACL_virConnectListAllNWFiltersCheckACL__imp__virConnectListAllNWFiltersCheckACL_virConnectListAllNWFilters__imp__virConnectListAllNWFilters_virConnectListAllInterfacesEnsureACL__imp__virConnectListAllInterfacesEnsureACL_virConnectListAllInterfacesCheckACL__imp__virConnectListAllInterfacesCheckACL_virConnectListAllInterfaces__imp__virConnectListAllInterfaces_virConnectListAllDomainsEnsureACL__imp__virConnectListAllDomainsEnsureACL_virConnectListAllDomainsCheckACL__imp__virConnectListAllDomainsCheckACL_virConnectListAllDomains__imp__virConnectListAllDomains_virConnectIsSecure__imp__virConnectIsSecure_virConnectIsEncrypted__imp__virConnectIsEncrypted_virConnectIsAlive__imp__virConnectIsAlive_virConnectGetVersionEnsureACL__imp__virConnectGetVersionEnsureACL_virConnectGetVersion__imp__virConnectGetVersion_virConnectGetURIEnsureACL__imp__virConnectGetURIEnsureACL_virConnectGetURI__imp__virConnectGetURI_virConnectGetTypeEnsureACL__imp__virConnectGetTypeEnsureACL_virConnectGetType__imp__virConnectGetType_virConnectGetSysinfoEnsureACL__imp__virConnectGetSysinfoEnsureACL_virConnectGetSysinfo__imp__virConnectGetSysinfo_virConnectGetMaxVcpusEnsureACL__imp__virConnectGetMaxVcpusEnsureACL_virConnectGetMaxVcpus__imp__virConnectGetMaxVcpus_virConnectGetLibVersionEnsureACL__imp__virConnectGetLibVersionEnsureACL_virConnectGetLibVersion__imp__virConnectGetLibVersion_virConnectGetHostnameEnsureACL__imp__virConnectGetHostnameEnsureACL_virConnectGetHostname__imp__virConnectGetHostname_virConnectGetCapabilitiesEnsureACL__imp__virConnectGetCapabilitiesEnsureACL_virConnectGetCapabilities__imp__virConnectGetCapabilities_virConnectFindStoragePoolSourcesEnsureACL__imp__virConnectFindStoragePoolSourcesEnsureACL_virConnectFindStoragePoolSources__imp__virConnectFindStoragePoolSources_virConnectDomainXMLToNativeEnsureACL__imp__virConnectDomainXMLToNativeEnsureACL_virConnectDomainXMLToNative__imp__virConnectDomainXMLToNative_virConnectDomainXMLFromNativeEnsureACL__imp__virConnectDomainXMLFromNativeEnsureACL_virConnectDomainXMLFromNative__imp__virConnectDomainXMLFromNative_virConnectDomainEventRegisterEnsureACL__imp__virConnectDomainEventRegisterEnsureACL_virConnectDomainEventRegisterAnyEnsureACL__imp__virConnectDomainEventRegisterAnyEnsureACL_virConnectDomainEventRegisterAny__imp__virConnectDomainEventRegisterAny_virConnectDomainEventRegister__imp__virConnectDomainEventRegister_virConnectDomainEventDeregisterEnsureACL__imp__virConnectDomainEventDeregisterEnsureACL_virConnectDomainEventDeregisterAnyEnsureACL__imp__virConnectDomainEventDeregisterAnyEnsureACL_virConnectDomainEventDeregisterAny__imp__virConnectDomainEventDeregisterAny_virConnectDomainEventDeregister__imp__virConnectDomainEventDeregister_virConnectCompareCPUEnsureACL__imp__virConnectCompareCPUEnsureACL_virConnectCompareCPU__imp__virConnectCompareCPU_virConnectClose__imp__virConnectClose_virConnectClass__imp__virConnectClass_virConnectBaselineCPUEnsureACL__imp__virConnectBaselineCPUEnsureACL_virConnectBaselineCPU__imp__virConnectBaselineCPU_virConnectAuthPtrDefault__imp__virConnectAuthPtrDefault_virConnSetErrorFunc__imp__virConnSetErrorFunc_virConnResetLastError__imp__virConnResetLastError_virConnGetLastError__imp__virConnGetLastError_virConnCopyLastError__imp__virConnCopyLastError_virConfWriteMem__imp__virConfWriteMem_virConfWriteFile__imp__virConfWriteFile_virConfSetValue__imp__virConfSetValue_virConfReadMem__imp__virConfReadMem_virConfReadFile__imp__virConfReadFile_virConfNew__imp__virConfNew_virConfGetValue__imp__virConfGetValue_virConfFreeValue__imp__virConfFreeValue_virConfFree__imp__virConfFree_virCondWaitUntil__imp__virCondWaitUntil_virCondWait__imp__virCondWait_virCondSignal__imp__virCondSignal_virCondInit__imp__virCondInit_virCondDestroy__imp__virCondDestroy_virCondBroadcast__imp__virCondBroadcast_virCompareLimitUlong__imp__virCompareLimitUlong_virCommandWriteArgLog__imp__virCommandWriteArgLog_virCommandWait__imp__virCommandWait_virCommandToString__imp__virCommandToString_virCommandSetWorkingDirectory__imp__virCommandSetWorkingDirectory_virCommandSetUID__imp__virCommandSetUID_virCommandSetSELinuxLabel__imp__virCommandSetSELinuxLabel_virCommandSetPreExecHook__imp__virCommandSetPreExecHook_virCommandSetPidFile__imp__virCommandSetPidFile_virCommandSetOutputFD__imp__virCommandSetOutputFD_virCommandSetOutputBuffer__imp__virCommandSetOutputBuffer_virCommandSetMaxProcesses__imp__virCommandSetMaxProcesses_virCommandSetMaxMemLock__imp__virCommandSetMaxMemLock_virCommandSetMaxFiles__imp__virCommandSetMaxFiles_virCommandSetInputFD__imp__virCommandSetInputFD_virCommandSetInputBuffer__imp__virCommandSetInputBuffer_virCommandSetGID__imp__virCommandSetGID_virCommandSetErrorFD__imp__virCommandSetErrorFD_virCommandSetErrorBuffer__imp__virCommandSetErrorBuffer_virCommandSetAppArmorProfile__imp__virCommandSetAppArmorProfile_virCommandRunAsync__imp__virCommandRunAsync_virCommandRun__imp__virCommandRun_virCommandRequireHandshake__imp__virCommandRequireHandshake_virCommandPassFD__imp__virCommandPassFD_virCommandNonblockingFDs__imp__virCommandNonblockingFDs_virCommandNewArgs__imp__virCommandNewArgs_virCommandNewArgList__imp__virCommandNewArgList_virCommandNew__imp__virCommandNew_virCommandHandshakeWait__imp__virCommandHandshakeWait_virCommandHandshakeNotify__imp__virCommandHandshakeNotify_virCommandFree__imp__virCommandFree_virCommandExec__imp__virCommandExec_virCommandDoAsyncIO__imp__virCommandDoAsyncIO_virCommandDaemonize__imp__virCommandDaemonize_virCommandClearCaps__imp__virCommandClearCaps_virCommandAllowCap__imp__virCommandAllowCap_virCommandAddEnvString__imp__virCommandAddEnvString_virCommandAddEnvPassCommon__imp__virCommandAddEnvPassCommon_virCommandAddEnvPass__imp__virCommandAddEnvPass_virCommandAddEnvPair__imp__virCommandAddEnvPair_virCommandAddEnvFormat__imp__virCommandAddEnvFormat_virCommandAddEnvBuffer__imp__virCommandAddEnvBuffer_virCommandAddArgSet__imp__virCommandAddArgSet_virCommandAddArgPair__imp__virCommandAddArgPair_virCommandAddArgList__imp__virCommandAddArgList_virCommandAddArgFormat__imp__virCommandAddArgFormat_virCommandAddArgBuffer__imp__virCommandAddArgBuffer_virCommandAddArg__imp__virCommandAddArg_virCommandAbort__imp__virCommandAbort_virCloseCallbacksUnset__imp__virCloseCallbacksUnset_virCloseCallbacksSet__imp__virCloseCallbacksSet_virCloseCallbacksRun__imp__virCloseCallbacksRun_virCloseCallbacksNew__imp__virCloseCallbacksNew_virCloseCallbacksGetConn__imp__virCloseCallbacksGetConn_virCloseCallbacksGet__imp__virCloseCallbacksGet_virClassNew__imp__virClassNew_virClassName__imp__virClassName_virClassIsDerivedFrom__imp__virClassIsDerivedFrom_virClassForObjectLockable__imp__virClassForObjectLockable_virClassForObject__imp__virClassForObject_virChrdevOpen__imp__virChrdevOpen_virChrdevFree__imp__virChrdevFree_virChrdevAlloc__imp__virChrdevAlloc_virCgroupSetMemorySoftLimit__imp__virCgroupSetMemorySoftLimit_virCgroupSetMemoryHardLimit__imp__virCgroupSetMemoryHardLimit_virCgroupSetMemory__imp__virCgroupSetMemory_virCgroupSetMemSwapHardLimit__imp__virCgroupSetMemSwapHardLimit_virCgroupSetFreezerState__imp__virCgroupSetFreezerState_virCgroupSetCpusetMems__imp__virCgroupSetCpusetMems_virCgroupSetCpusetCpus__imp__virCgroupSetCpusetCpus_virCgroupSetCpuShares__imp__virCgroupSetCpuShares_virCgroupSetCpuCfsQuota__imp__virCgroupSetCpuCfsQuota_virCgroupSetCpuCfsPeriod__imp__virCgroupSetCpuCfsPeriod_virCgroupSetBlkioWeight__imp__virCgroupSetBlkioWeight_virCgroupSetBlkioDeviceWeight__imp__virCgroupSetBlkioDeviceWeight_virCgroupRemoveRecursively__imp__virCgroupRemoveRecursively_virCgroupRemove__imp__virCgroupRemove_virCgroupPathOfController__imp__virCgroupPathOfController_virCgroupNewVcpu__imp__virCgroupNewVcpu_virCgroupNewSelf__imp__virCgroupNewSelf_virCgroupNewPartition__imp__virCgroupNewPartition_virCgroupNewMachine__imp__virCgroupNewMachine_virCgroupNewIgnoreError__imp__virCgroupNewIgnoreError_virCgroupNewEmulator__imp__virCgroupNewEmulator_virCgroupNewDomainPartition__imp__virCgroupNewDomainPartition_virCgroupNewDetectMachine__imp__virCgroupNewDetectMachine_virCgroupNewDetect__imp__virCgroupNewDetect_virCgroupMoveTask__imp__virCgroupMoveTask_virCgroupKillRecursive__imp__virCgroupKillRecursive_virCgroupKillPainfully__imp__virCgroupKillPainfully_virCgroupKill__imp__virCgroupKill_virCgroupIsolateMount__imp__virCgroupIsolateMount_virCgroupHasController__imp__virCgroupHasController_virCgroupGetMemoryUsage__imp__virCgroupGetMemoryUsage_virCgroupGetMemorySoftLimit__imp__virCgroupGetMemorySoftLimit_virCgroupGetMemoryHardLimit__imp__virCgroupGetMemoryHardLimit_virCgroupGetMemSwapUsage__imp__virCgroupGetMemSwapUsage_virCgroupGetMemSwapHardLimit__imp__virCgroupGetMemSwapHardLimit_virCgroupGetFreezerState__imp__virCgroupGetFreezerState_virCgroupGetCpusetMems__imp__virCgroupGetCpusetMems_virCgroupGetCpusetCpus__imp__virCgroupGetCpusetCpus_virCgroupGetCpuacctUsage__imp__virCgroupGetCpuacctUsage_virCgroupGetCpuacctStat__imp__virCgroupGetCpuacctStat_virCgroupGetCpuacctPercpuUsage__imp__virCgroupGetCpuacctPercpuUsage_virCgroupGetCpuShares__imp__virCgroupGetCpuShares_virCgroupGetCpuCfsQuota__imp__virCgroupGetCpuCfsQuota_virCgroupGetCpuCfsPeriod__imp__virCgroupGetCpuCfsPeriod_virCgroupGetBlkioWeight__imp__virCgroupGetBlkioWeight_virCgroupFree__imp__virCgroupFree_virCgroupDenyDevicePath__imp__virCgroupDenyDevicePath_virCgroupDenyDeviceMajor__imp__virCgroupDenyDeviceMajor_virCgroupDenyDevice__imp__virCgroupDenyDevice_virCgroupDenyAllDevices__imp__virCgroupDenyAllDevices_virCgroupControllerTypeToString__imp__virCgroupControllerTypeToString_virCgroupControllerTypeFromString__imp__virCgroupControllerTypeFromString_virCgroupAvailable__imp__virCgroupAvailable_virCgroupAllowDevicePath__imp__virCgroupAllowDevicePath_virCgroupAllowDeviceMajor__imp__virCgroupAllowDeviceMajor_virCgroupAllowDevice__imp__virCgroupAllowDevice_virCgroupAddTaskController__imp__virCgroupAddTaskController_virCgroupAddTask__imp__virCgroupAddTask_virCapabilitiesSetHostCPU__imp__virCapabilitiesSetHostCPU_virCapabilitiesNew__imp__virCapabilitiesNew_virCapabilitiesGetCpusForNodemask__imp__virCapabilitiesGetCpusForNodemask_virCapabilitiesFreeNUMAInfo__imp__virCapabilitiesFreeNUMAInfo_virCapabilitiesFreeMachines__imp__virCapabilitiesFreeMachines_virCapabilitiesFormatXML__imp__virCapabilitiesFormatXML_virCapabilitiesDefaultGuestMachine__imp__virCapabilitiesDefaultGuestMachine_virCapabilitiesDefaultGuestEmulator__imp__virCapabilitiesDefaultGuestEmulator_virCapabilitiesDefaultGuestArch__imp__virCapabilitiesDefaultGuestArch_virCapabilitiesClearHostNUMACellCPUTopology__imp__virCapabilitiesClearHostNUMACellCPUTopology_virCapabilitiesAllocMachines__imp__virCapabilitiesAllocMachines_virCapabilitiesAddHostNUMACell__imp__virCapabilitiesAddHostNUMACell_virCapabilitiesAddHostMigrateTransport__imp__virCapabilitiesAddHostMigrateTransport_virCapabilitiesAddHostFeature__imp__virCapabilitiesAddHostFeature_virCapabilitiesAddGuestFeature__imp__virCapabilitiesAddGuestFeature_virCapabilitiesAddGuestDomain__imp__virCapabilitiesAddGuestDomain_virCapabilitiesAddGuest__imp__virCapabilitiesAddGuest_virCPUModeTypeToString__imp__virCPUModeTypeToString_virCPUDefUpdateFeature__imp__virCPUDefUpdateFeature_virCPUDefParseXML__imp__virCPUDefParseXML_virCPUDefFreeModel__imp__virCPUDefFreeModel_virCPUDefFree__imp__virCPUDefFree_virCPUDefFormatBuf__imp__virCPUDefFormatBuf_virCPUDefFormat__imp__virCPUDefFormat_virCPUDefCopyModel__imp__virCPUDefCopyModel_virCPUDefCopy__imp__virCPUDefCopy_virCPUDefAddFeature__imp__virCPUDefAddFeature_virBuildPathInternal__imp__virBuildPathInternal_virBufferVasprintf__imp__virBufferVasprintf_virBufferUse__imp__virBufferUse_virBufferURIEncodeString__imp__virBufferURIEncodeString_virBufferTrim__imp__virBufferTrim_virBufferStrcat__imp__virBufferStrcat_virBufferGetIndent__imp__virBufferGetIndent_virBufferFreeAndReset__imp__virBufferFreeAndReset_virBufferEscapeString__imp__virBufferEscapeString_virBufferEscapeShell__imp__virBufferEscapeShell_virBufferEscapeSexpr__imp__virBufferEscapeSexpr_virBufferEscape__imp__virBufferEscape_virBufferError__imp__virBufferError_virBufferCurrentContent__imp__virBufferCurrentContent_virBufferContentAndReset__imp__virBufferContentAndReset_virBufferAsprintf__imp__virBufferAsprintf_virBufferAdjustIndent__imp__virBufferAdjustIndent_virBufferAddChar__imp__virBufferAddChar_virBufferAdd__imp__virBufferAdd_virBlkioDeviceWeightArrayClear__imp__virBlkioDeviceWeightArrayClear_virBitmapToData__imp__virBitmapToData_virBitmapString__imp__virBitmapString_virBitmapSize__imp__virBitmapSize_virBitmapSetBit__imp__virBitmapSetBit_virBitmapSetAll__imp__virBitmapSetAll_virBitmapParse__imp__virBitmapParse_virBitmapNextSetBit__imp__virBitmapNextSetBit_virBitmapNextClearBit__imp__virBitmapNextClearBit_virBitmapNewData__imp__virBitmapNewData_virBitmapNewCopy__imp__virBitmapNewCopy_virBitmapNew__imp__virBitmapNew_virBitmapIsAllSet__imp__virBitmapIsAllSet_virBitmapIsAllClear__imp__virBitmapIsAllClear_virBitmapGetBit__imp__virBitmapGetBit_virBitmapFree__imp__virBitmapFree_virBitmapFormat__imp__virBitmapFormat_virBitmapEqual__imp__virBitmapEqual_virBitmapCountBits__imp__virBitmapCountBits_virBitmapCopy__imp__virBitmapCopy_virBitmapClearBit__imp__virBitmapClearBit_virBitmapClearAll__imp__virBitmapClearAll_virAuthGetUsernamePath__imp__virAuthGetUsernamePath_virAuthGetUsername__imp__virAuthGetUsername_virAuthGetPasswordPath__imp__virAuthGetPasswordPath_virAuthGetPassword__imp__virAuthGetPassword_virAuthGetConfigFilePathURI__imp__virAuthGetConfigFilePathURI_virAuthGetConfigFilePath__imp__virAuthGetConfigFilePath_virAuthConfigNewData__imp__virAuthConfigNewData_virAuthConfigNew__imp__virAuthConfigNew_virAuthConfigLookup__imp__virAuthConfigLookup_virAuthConfigFree__imp__virAuthConfigFree_virAuditSend__imp__virAuditSend_virAuditOpen__imp__virAuditOpen_virAuditLog__imp__virAuditLog_virAuditEncode__imp__virAuditEncode_virAuditClose__imp__virAuditClose_virAsprintfInternal__imp__virAsprintfInternal_virArgvToString__imp__virArgvToString_virArchToString__imp__virArchToString_virArchGetWordSize__imp__virArchGetWordSize_virArchGetEndian__imp__virArchGetEndian_virArchFromString__imp__virArchFromString_virArchFromHost__imp__virArchFromHost_virAllocVar__imp__virAllocVar_virAllocTestOOM__imp__virAllocTestOOM_virAllocTestInit__imp__virAllocTestInit_virAllocTestHook__imp__virAllocTestHook_virAllocTestCount__imp__virAllocTestCount_virAllocN__imp__virAllocN_virAlloc__imp__virAlloc_virAccessPermStorageVolTypeToString__imp__virAccessPermStorageVolTypeToString_virAccessPermStorageVolTypeFromString__imp__virAccessPermStorageVolTypeFromString_virAccessPermStoragePoolTypeToString__imp__virAccessPermStoragePoolTypeToString_virAccessPermStoragePoolTypeFromString__imp__virAccessPermStoragePoolTypeFromString_virAccessPermSecretTypeToString__imp__virAccessPermSecretTypeToString_virAccessPermSecretTypeFromString__imp__virAccessPermSecretTypeFromString_virAccessPermNodeDeviceTypeToString__imp__virAccessPermNodeDeviceTypeToString_virAccessPermNodeDeviceTypeFromString__imp__virAccessPermNodeDeviceTypeFromString_virAccessPermNetworkTypeToString__imp__virAccessPermNetworkTypeToString_virAccessPermNetworkTypeFromString__imp__virAccessPermNetworkTypeFromString_virAccessPermNWFilterTypeToString__imp__virAccessPermNWFilterTypeToString_virAccessPermNWFilterTypeFromString__imp__virAccessPermNWFilterTypeFromString_virAccessPermInterfaceTypeToString__imp__virAccessPermInterfaceTypeToString_virAccessPermInterfaceTypeFromString__imp__virAccessPermInterfaceTypeFromString_virAccessPermDomainTypeToString__imp__virAccessPermDomainTypeToString_virAccessPermDomainTypeFromString__imp__virAccessPermDomainTypeFromString_virAccessPermConnectTypeToString__imp__virAccessPermConnectTypeToString_virAccessPermConnectTypeFromString__imp__virAccessPermConnectTypeFromString_virAccessManagerSetDefault__imp__virAccessManagerSetDefault_virAccessManagerNewStack__imp__virAccessManagerNewStack_virAccessManagerNew__imp__virAccessManagerNew_virAccessManagerGetDefault__imp__virAccessManagerGetDefault_virAccessManagerCheckStorageVol__imp__virAccessManagerCheckStorageVol_virAccessManagerCheckStoragePool__imp__virAccessManagerCheckStoragePool_virAccessManagerCheckSecret__imp__virAccessManagerCheckSecret_virAccessManagerCheckNodeDevice__imp__virAccessManagerCheckNodeDevice_virAccessManagerCheckNetwork__imp__virAccessManagerCheckNetwork_virAccessManagerCheckNWFilter__imp__virAccessManagerCheckNWFilter_virAccessManagerCheckInterface__imp__virAccessManagerCheckInterface_virAccessManagerCheckDomain__imp__virAccessManagerCheckDomain_virAccessManagerCheckConnect__imp__virAccessManagerCheckConnect_string2sexpr__imp__string2sexpr_sexpr_u64__imp__sexpr_u64_sexpr_string__imp__sexpr_string_sexpr_node_copy__imp__sexpr_node_copy_sexpr_node__imp__sexpr_node_sexpr_nil__imp__sexpr_nil_sexpr_lookup__imp__sexpr_lookup_sexpr_int__imp__sexpr_int_sexpr_has__imp__sexpr_has_sexpr_free__imp__sexpr_free_sexpr_fmt_node__imp__sexpr_fmt_node_sexpr_float__imp__sexpr_float_sexpr_cons__imp__sexpr_cons_sexpr_append__imp__sexpr_append_sexpr2string__imp__sexpr2string_safezero__imp__safezero_safewrite__imp__safewrite_saferead__imp__saferead_nodeSuspendForDuration__imp__nodeSuspendForDuration_nodeSetMemoryParameters__imp__nodeSetMemoryParameters_nodeGetMemoryStats__imp__nodeGetMemoryStats_nodeGetMemoryParameters__imp__nodeGetMemoryParameters_nodeGetInfo__imp__nodeGetInfo_nodeGetFreeMemory__imp__nodeGetFreeMemory_nodeGetCellsFreeMemory__imp__nodeGetCellsFreeMemory_nodeGetCPUStats__imp__nodeGetCPUStats_nodeGetCPUMap__imp__nodeGetCPUMap_nodeGetCPUCount__imp__nodeGetCPUCount_nodeGetCPUBitmap__imp__nodeGetCPUBitmap_nodeCapsInitNUMA__imp__nodeCapsInitNUMA_iptablesRemoveUdpInput__imp__iptablesRemoveUdpInput_iptablesRemoveTcpInput__imp__iptablesRemoveTcpInput_iptablesRemoveOutputFixUdpChecksum__imp__iptablesRemoveOutputFixUdpChecksum_iptablesRemoveForwardRejectOut__imp__iptablesRemoveForwardRejectOut_iptablesRemoveForwardRejectIn__imp__iptablesRemoveForwardRejectIn_iptablesRemoveForwardMasquerade__imp__iptablesRemoveForwardMasquerade_iptablesRemoveForwardAllowRelatedIn__imp__iptablesRemoveForwardAllowRelatedIn_iptablesRemoveForwardAllowOut__imp__iptablesRemoveForwardAllowOut_iptablesRemoveForwardAllowIn__imp__iptablesRemoveForwardAllowIn_iptablesRemoveForwardAllowCross__imp__iptablesRemoveForwardAllowCross_iptablesAddUdpInput__imp__iptablesAddUdpInput_iptablesAddTcpInput__imp__iptablesAddTcpInput_iptablesAddOutputFixUdpChecksum__imp__iptablesAddOutputFixUdpChecksum_iptablesAddForwardRejectOut__imp__iptablesAddForwardRejectOut_iptablesAddForwardRejectIn__imp__iptablesAddForwardRejectIn_iptablesAddForwardMasquerade__imp__iptablesAddForwardMasquerade_iptablesAddForwardAllowRelatedIn__imp__iptablesAddForwardAllowRelatedIn_iptablesAddForwardAllowOut__imp__iptablesAddForwardAllowOut_iptablesAddForwardAllowIn__imp__iptablesAddForwardAllowIn_iptablesAddForwardAllowCross__imp__iptablesAddForwardAllowCross_esxVI_DateTime_ConvertToCalendarTime__imp__esxVI_DateTime_ConvertToCalendarTime_esxUtil_ParseDatastorePath__imp__esxUtil_ParseDatastorePath_esxUtil_EscapeDatastoreItem__imp__esxUtil_EscapeDatastoreItem_ebtablesRemoveForwardAllowIn__imp__ebtablesRemoveForwardAllowIn_ebtablesContextNew__imp__ebtablesContextNew_ebtablesContextFree__imp__ebtablesContextFree_ebtablesAddForwardPolicyReject__imp__ebtablesAddForwardPolicyReject_ebtablesAddForwardAllowIn__imp__ebtablesAddForwardAllowIn_dnsmasqSave__imp__dnsmasqSave_dnsmasqReload__imp__dnsmasqReload_dnsmasqDelete__imp__dnsmasqDelete_dnsmasqContextNew__imp__dnsmasqContextNew_dnsmasqContextFree__imp__dnsmasqContextFree_dnsmasqCapsRefresh__imp__dnsmasqCapsRefresh_dnsmasqCapsNewFromFile__imp__dnsmasqCapsNewFromFile_dnsmasqCapsNewFromBuffer__imp__dnsmasqCapsNewFromBuffer_dnsmasqCapsNewFromBinary__imp__dnsmasqCapsNewFromBinary_dnsmasqCapsGetVersion__imp__dnsmasqCapsGetVersion_dnsmasqCapsGetBinaryPath__imp__dnsmasqCapsGetBinaryPath_dnsmasqCapsGet__imp__dnsmasqCapsGet_dnsmasqAddHost__imp__dnsmasqAddHost_dnsmasqAddDhcpHost__imp__dnsmasqAddDhcpHost_cpuUpdate__imp__cpuUpdate_cpuNodeData__imp__cpuNodeData_cpuMapOverride__imp__cpuMapOverride_cpuHasFeature__imp__cpuHasFeature_cpuGuestData__imp__cpuGuestData_cpuEncode__imp__cpuEncode_cpuDecode__imp__cpuDecode_cpuDataFree__imp__cpuDataFree_cpuCompareXML__imp__cpuCompareXML_cpuCompare__imp__cpuCompare_cpuBaselineXML__imp__cpuBaselineXML_cpuBaseline__imp__cpuBaselined002567.o/ 1378126332 1000 425 100644 261 ` L¤.idata$4Œ0À.idata$50À.idata$7”0Àlibvirt-0.dll.idata$4.idata$5.idata$7_libvirt_0_dll_iname d000000.o/ 1378126332 1000 425 100644 326 ` L¾.idata$2Œ 0À.idata$50À.idata$40À .idata$2.idata$5.idata$4.__head_libvirt_0_dll_libvirt_0_dll_inamed002566.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% xdr_virNetMessageError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_xdr_virNetMessageError__imp__xdr_virNetMessageError__head_libvirt_0_dll d002565.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virXPathULongLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virXPathULongLong__imp__virXPathULongLong__head_libvirt_0_dll d002564.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virXPathULongHex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virXPathULongHex__imp__virXPathULongHex__head_libvirt_0_dll d002563.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% virXPathULong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virXPathULong__imp__virXPathULong__head_libvirt_0_dll d002562.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% virXPathUInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virXPathUInt__imp__virXPathUInt__head_libvirt_0_dll d002561.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virXPathStringLimit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virXPathStringLimit__imp__virXPathStringLimit__head_libvirt_0_dll d002560.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÿ virXPathString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virXPathString__imp__virXPathString__head_libvirt_0_dll d002559.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%þ virXPathNumber.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virXPathNumber__imp__virXPathNumber__head_libvirt_0_dll d002558.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ý virXPathNodeSet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virXPathNodeSet__imp__virXPathNodeSet__head_libvirt_0_dll d002557.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ü virXPathNode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virXPathNode__imp__virXPathNode__head_libvirt_0_dll d002556.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%û virXPathLongLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virXPathLongLong__imp__virXPathLongLong__head_libvirt_0_dll d002555.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ú virXPathLongHex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virXPathLongHex__imp__virXPathLongHex__head_libvirt_0_dll d002554.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ù virXPathLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virXPathLong__imp__virXPathLong__head_libvirt_0_dll d002553.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ø virXPathInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virXPathInt__imp__virXPathInt__head_libvirt_0_dll d002552.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%÷ virXPathBoolean.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virXPathBoolean__imp__virXPathBoolean__head_libvirt_0_dll d002551.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ö virXMLSaveFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virXMLSaveFile__imp__virXMLSaveFile__head_libvirt_0_dll d002550.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%õ virXMLPropString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virXMLPropString__imp__virXMLPropString__head_libvirt_0_dll d002549.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ô virXMLPickShellSafeComment.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virXMLPickShellSafeComment__imp__virXMLPickShellSafeComment__head_libvirt_0_dll d002548.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ó virXMLParseHelper.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virXMLParseHelper__imp__virXMLParseHelper__head_libvirt_0_dll d002547.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ò virXMLChildElementCount.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virXMLChildElementCount__imp__virXMLChildElementCount__head_libvirt_0_dll d002546.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ñ virVasprintfInternal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virVasprintfInternal__imp__virVasprintfInternal__head_libvirt_0_dll d002545.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ð virValidateWWN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virValidateWWN__imp__virValidateWWN__head_libvirt_0_dll d002544.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ï virVMXUnescapeHex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virVMXUnescapeHex__imp__virVMXUnescapeHex__head_libvirt_0_dll d002543.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%î virVMXParseVNC.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virVMXParseVNC__imp__virVMXParseVNC__head_libvirt_0_dll d002542.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%í virVMXParseSerial.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virVMXParseSerial__imp__virVMXParseSerial__head_libvirt_0_dll d002541.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ì virVMXParseSCSIController.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virVMXParseSCSIController__imp__virVMXParseSCSIController__head_libvirt_0_dll d002540.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ë virVMXParseParallel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virVMXParseParallel__imp__virVMXParseParallel__head_libvirt_0_dll d002539.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ê virVMXParseEthernet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virVMXParseEthernet__imp__virVMXParseEthernet__head_libvirt_0_dll d002538.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%é virVMXParseDisk.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virVMXParseDisk__imp__virVMXParseDisk__head_libvirt_0_dll d002537.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%è virVMXParseConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virVMXParseConfig__imp__virVMXParseConfig__head_libvirt_0_dll d002536.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ç virVMXFormatVNC.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virVMXFormatVNC__imp__virVMXFormatVNC__head_libvirt_0_dll d002535.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%æ virVMXFormatSerial.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virVMXFormatSerial__imp__virVMXFormatSerial__head_libvirt_0_dll d002534.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%å virVMXFormatParallel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virVMXFormatParallel__imp__virVMXFormatParallel__head_libvirt_0_dll d002533.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ä virVMXFormatHardDisk.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virVMXFormatHardDisk__imp__virVMXFormatHardDisk__head_libvirt_0_dll d002532.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ã virVMXFormatFloppy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virVMXFormatFloppy__imp__virVMXFormatFloppy__head_libvirt_0_dll d002531.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%â virVMXFormatEthernet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virVMXFormatEthernet__imp__virVMXFormatEthernet__head_libvirt_0_dll d002530.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%á virVMXFormatConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virVMXFormatConfig__imp__virVMXFormatConfig__head_libvirt_0_dll d002529.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%à virVMXFormatCDROM.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virVMXFormatCDROM__imp__virVMXFormatCDROM__head_libvirt_0_dll d002528.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ß virVMXEscapeHex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virVMXEscapeHex__imp__virVMXEscapeHex__head_libvirt_0_dll d002527.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%Þ virVMXDomainXMLConfInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virVMXDomainXMLConfInit__imp__virVMXDomainXMLConfInit__head_libvirt_0_dll d002526.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ý virVMXConvertToUTF8.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virVMXConvertToUTF8__imp__virVMXConvertToUTF8__head_libvirt_0_dll d002525.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Ü virUUIDParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virUUIDParse__imp__virUUIDParse__head_libvirt_0_dll d002524.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Û virUUIDIsValid.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virUUIDIsValid__imp__virUUIDIsValid__head_libvirt_0_dll d002523.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Ú virUUIDGenerate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virUUIDGenerate__imp__virUUIDGenerate__head_libvirt_0_dll d002522.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Ù virUUIDFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virUUIDFormat__imp__virUUIDFormat__head_libvirt_0_dll d002521.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ø virUSBDeviceSetUsedBy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virUSBDeviceSetUsedBy__imp__virUSBDeviceSetUsedBy__head_libvirt_0_dll d002520.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%× virUSBDeviceNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virUSBDeviceNew__imp__virUSBDeviceNew__head_libvirt_0_dll d002519.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ö virUSBDeviceListSteal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virUSBDeviceListSteal__imp__virUSBDeviceListSteal__head_libvirt_0_dll d002518.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Õ virUSBDeviceListNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virUSBDeviceListNew__imp__virUSBDeviceListNew__head_libvirt_0_dll d002517.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ô virUSBDeviceListGet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virUSBDeviceListGet__imp__virUSBDeviceListGet__head_libvirt_0_dll d002516.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ó virUSBDeviceListFind.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virUSBDeviceListFind__imp__virUSBDeviceListFind__head_libvirt_0_dll d002515.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ò virUSBDeviceListDel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virUSBDeviceListDel__imp__virUSBDeviceListDel__head_libvirt_0_dll d002514.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ñ virUSBDeviceListCount.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virUSBDeviceListCount__imp__virUSBDeviceListCount__head_libvirt_0_dll d002513.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ð virUSBDeviceListAdd.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virUSBDeviceListAdd__imp__virUSBDeviceListAdd__head_libvirt_0_dll d002512.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ï virUSBDeviceGetUsedBy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virUSBDeviceGetUsedBy__imp__virUSBDeviceGetUsedBy__head_libvirt_0_dll d002511.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Î virUSBDeviceGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virUSBDeviceGetName__imp__virUSBDeviceGetName__head_libvirt_0_dll d002510.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Í virUSBDeviceGetDevno.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virUSBDeviceGetDevno__imp__virUSBDeviceGetDevno__head_libvirt_0_dll d002509.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ì virUSBDeviceGetBus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virUSBDeviceGetBus__imp__virUSBDeviceGetBus__head_libvirt_0_dll d002508.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Ë virUSBDeviceFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virUSBDeviceFree__imp__virUSBDeviceFree__head_libvirt_0_dll d002507.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%Ê virUSBDeviceFindByVendor.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virUSBDeviceFindByVendor__imp__virUSBDeviceFindByVendor__head_libvirt_0_dll d002506.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%É virUSBDeviceFindByBus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virUSBDeviceFindByBus__imp__virUSBDeviceFindByBus__head_libvirt_0_dll d002505.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%È virUSBDeviceFind.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virUSBDeviceFind__imp__virUSBDeviceFind__head_libvirt_0_dll d002504.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%Ç virUSBDeviceFileIterate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virUSBDeviceFileIterate__imp__virUSBDeviceFileIterate__head_libvirt_0_dll d002503.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Æ virURIParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virURIParse__imp__virURIParse__head_libvirt_0_dll d002502.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Å virURIFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_virURIFree__imp__virURIFree__head_libvirt_0_dll d002501.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Ä virURIFormatParams.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virURIFormatParams__imp__virURIFormatParams__head_libvirt_0_dll d002500.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%à virURIFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virURIFormat__imp__virURIFormat__head_libvirt_0_dll d002499.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virTypedParamsValidate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virTypedParamsValidate__imp__virTypedParamsValidate__head_libvirt_0_dll d002498.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%Á virTypedParamsReplaceString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virTypedParamsReplaceString__imp__virTypedParamsReplaceString__head_libvirt_0_dll d002497.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%À virTypedParamsGetULLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virTypedParamsGetULLong__imp__virTypedParamsGetULLong__head_libvirt_0_dll d002496.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¿ virTypedParamsGetUInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virTypedParamsGetUInt__imp__virTypedParamsGetUInt__head_libvirt_0_dll d002495.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¾ virTypedParamsGetString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virTypedParamsGetString__imp__virTypedParamsGetString__head_libvirt_0_dll d002494.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%½ virTypedParamsGetLLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virTypedParamsGetLLong__imp__virTypedParamsGetLLong__head_libvirt_0_dll d002493.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¼ virTypedParamsGetInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virTypedParamsGetInt__imp__virTypedParamsGetInt__head_libvirt_0_dll d002492.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%» virTypedParamsGetDouble.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virTypedParamsGetDouble__imp__virTypedParamsGetDouble__head_libvirt_0_dll d002491.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%º virTypedParamsGetBoolean.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virTypedParamsGetBoolean__imp__virTypedParamsGetBoolean__head_libvirt_0_dll d002490.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¹ virTypedParamsGet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virTypedParamsGet__imp__virTypedParamsGet__head_libvirt_0_dll d002489.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¸ virTypedParamsFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virTypedParamsFree__imp__virTypedParamsFree__head_libvirt_0_dll d002488.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%· virTypedParamsCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virTypedParamsCopy__imp__virTypedParamsCopy__head_libvirt_0_dll d002487.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¶ virTypedParamsClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virTypedParamsClear__imp__virTypedParamsClear__head_libvirt_0_dll d002486.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%µ virTypedParamsCheck.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virTypedParamsCheck__imp__virTypedParamsCheck__head_libvirt_0_dll d002485.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%´ virTypedParamsAddULLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virTypedParamsAddULLong__imp__virTypedParamsAddULLong__head_libvirt_0_dll d002484.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%³ virTypedParamsAddUInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virTypedParamsAddUInt__imp__virTypedParamsAddUInt__head_libvirt_0_dll d002483.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%² virTypedParamsAddString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virTypedParamsAddString__imp__virTypedParamsAddString__head_libvirt_0_dll d002482.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%± virTypedParamsAddLLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virTypedParamsAddLLong__imp__virTypedParamsAddLLong__head_libvirt_0_dll d002481.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%° virTypedParamsAddInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virTypedParamsAddInt__imp__virTypedParamsAddInt__head_libvirt_0_dll d002480.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¯ virTypedParamsAddFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virTypedParamsAddFromString__imp__virTypedParamsAddFromString__head_libvirt_0_dll d002479.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%® virTypedParamsAddDouble.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virTypedParamsAddDouble__imp__virTypedParamsAddDouble__head_libvirt_0_dll d002478.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%­ virTypedParamsAddBoolean.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virTypedParamsAddBoolean__imp__virTypedParamsAddBoolean__head_libvirt_0_dll d002477.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¬ virTypedParameterTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virTypedParameterTypeToString__imp__virTypedParameterTypeToString__head_libvirt_0_dll d002476.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%« virTypedParameterTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virTypedParameterTypeFromString__imp__virTypedParameterTypeFromString__head_libvirt_0_dll d002475.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ª virTypedParameterToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virTypedParameterToString__imp__virTypedParameterToString__head_libvirt_0_dll d002474.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%© virTypedParameterAssignFromStr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virTypedParameterAssignFromStr__imp__virTypedParameterAssignFromStr__head_libvirt_0_dll d002473.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¨ virTypedParameterAssign.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virTypedParameterAssign__imp__virTypedParameterAssign__head_libvirt_0_dll d002472.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%§ virTrimSpaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virTrimSpaces__imp__virTrimSpaces__head_libvirt_0_dll d002471.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¦ virTimeStringThenRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virTimeStringThenRaw__imp__virTimeStringThenRaw__head_libvirt_0_dll d002470.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¥ virTimeStringThen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virTimeStringThen__imp__virTimeStringThen__head_libvirt_0_dll d002469.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¤ virTimeStringNowRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virTimeStringNowRaw__imp__virTimeStringNowRaw__head_libvirt_0_dll d002468.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%£ virTimeStringNow.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virTimeStringNow__imp__virTimeStringNow__head_libvirt_0_dll d002467.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¢ virTimeMillisNowRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virTimeMillisNowRaw__imp__virTimeMillisNowRaw__head_libvirt_0_dll d002466.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¡ virTimeMillisNow.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virTimeMillisNow__imp__virTimeMillisNow__head_libvirt_0_dll d002465.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%  virTimeFieldsThenRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virTimeFieldsThenRaw__imp__virTimeFieldsThenRaw__head_libvirt_0_dll d002464.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Ÿ virTimeFieldsThen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virTimeFieldsThen__imp__virTimeFieldsThen__head_libvirt_0_dll d002463.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ž virTimeFieldsNowRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virTimeFieldsNowRaw__imp__virTimeFieldsNowRaw__head_libvirt_0_dll d002462.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virTimeFieldsNow.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virTimeFieldsNow__imp__virTimeFieldsNow__head_libvirt_0_dll d002461.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%œ virThreadSelfID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virThreadSelfID__imp__virThreadSelfID__head_libvirt_0_dll d002460.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%› virThreadSelf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virThreadSelf__imp__virThreadSelf__head_libvirt_0_dll d002459.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%š virThreadPoolSendJob.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virThreadPoolSendJob__imp__virThreadPoolSendJob__head_libvirt_0_dll d002458.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%™ virThreadPoolNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virThreadPoolNew__imp__virThreadPoolNew__head_libvirt_0_dll d002457.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%˜ virThreadPoolGetPriorityWorkers.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virThreadPoolGetPriorityWorkers__imp__virThreadPoolGetPriorityWorkers__head_libvirt_0_dll d002456.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%— virThreadPoolGetMinWorkers.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virThreadPoolGetMinWorkers__imp__virThreadPoolGetMinWorkers__head_libvirt_0_dll d002455.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%– virThreadPoolGetMaxWorkers.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virThreadPoolGetMaxWorkers__imp__virThreadPoolGetMaxWorkers__head_libvirt_0_dll d002454.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%• virThreadPoolFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virThreadPoolFree__imp__virThreadPoolFree__head_libvirt_0_dll d002453.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%” virThreadJoin.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virThreadJoin__imp__virThreadJoin__head_libvirt_0_dll d002452.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%“ virThreadIsSelf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virThreadIsSelf__imp__virThreadIsSelf__head_libvirt_0_dll d002451.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%’ virThreadInitialize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virThreadInitialize__imp__virThreadInitialize__head_libvirt_0_dll d002450.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%‘ virThreadID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virThreadID__imp__virThreadID__head_libvirt_0_dll d002449.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virThreadCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virThreadCreate__imp__virThreadCreate__head_libvirt_0_dll d002448.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virThreadCancel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virThreadCancel__imp__virThreadCancel__head_libvirt_0_dll d002447.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%Ž virTPMCreateCancelPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virTPMCreateCancelPath__imp__virTPMCreateCancelPath__head_libvirt_0_dll d002446.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virSystemdMakeSliceName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSystemdMakeSliceName__imp__virSystemdMakeSliceName__head_libvirt_0_dll d002445.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%Œ virSystemdMakeScopeName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSystemdMakeScopeName__imp__virSystemdMakeScopeName__head_libvirt_0_dll d002444.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%‹ virSystemdCreateMachine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSystemdCreateMachine__imp__virSystemdCreateMachine__head_libvirt_0_dll d002443.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Š virSysinfoSetup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virSysinfoSetup__imp__virSysinfoSetup__head_libvirt_0_dll d002442.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%‰ virSysinfoRead.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virSysinfoRead__imp__virSysinfoRead__head_libvirt_0_dll d002441.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ˆ virSysinfoFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virSysinfoFormat__imp__virSysinfoFormat__head_libvirt_0_dll d002440.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%‡ virSysinfoDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virSysinfoDefFree__imp__virSysinfoDefFree__head_libvirt_0_dll d002439.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%† virStrndup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_virStrndup__imp__virStrndup__head_libvirt_0_dll d002438.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%… virStrncpy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_virStrncpy__imp__virStrncpy__head_libvirt_0_dll d002437.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%„ virStringSplit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virStringSplit__imp__virStringSplit__head_libvirt_0_dll d002436.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ƒ virStringListLength.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virStringListLength__imp__virStringListLength__head_libvirt_0_dll d002435.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%‚ virStringJoin.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virStringJoin__imp__virStringJoin__head_libvirt_0_dll d002434.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virStringFreeList.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virStringFreeList__imp__virStringFreeList__head_libvirt_0_dll d002433.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%€ virStringArrayHasString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStringArrayHasString__imp__virStringArrayHasString__head_libvirt_0_dll d002432.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% virStrerror.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virStrerror__imp__virStrerror__head_libvirt_0_dll d002431.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%~ virStreamSendAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virStreamSendAll__imp__virStreamSendAll__head_libvirt_0_dll d002430.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%} virStreamSend.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virStreamSend__imp__virStreamSend__head_libvirt_0_dll d002429.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%| virStreamRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virStreamRef__imp__virStreamRef__head_libvirt_0_dll d002428.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%{ virStreamRecvAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virStreamRecvAll__imp__virStreamRecvAll__head_libvirt_0_dll d002427.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%z virStreamRecv.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virStreamRecv__imp__virStreamRecv__head_libvirt_0_dll d002426.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%y virStreamNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virStreamNew__imp__virStreamNew__head_libvirt_0_dll d002425.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%x virStreamFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virStreamFree__imp__virStreamFree__head_libvirt_0_dll d002424.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%w virStreamFinish.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virStreamFinish__imp__virStreamFinish__head_libvirt_0_dll d002423.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%v virStreamEventUpdateCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStreamEventUpdateCallback__imp__virStreamEventUpdateCallback__head_libvirt_0_dll d002422.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%u virStreamEventRemoveCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStreamEventRemoveCallback__imp__virStreamEventRemoveCallback__head_libvirt_0_dll d002421.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%t virStreamEventAddCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStreamEventAddCallback__imp__virStreamEventAddCallback__head_libvirt_0_dll d002420.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%s virStreamClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virStreamClass__imp__virStreamClass__head_libvirt_0_dll d002419.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%r virStreamAbort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virStreamAbort__imp__virStreamAbort__head_libvirt_0_dll d002418.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%q virStrdup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_virStrdup__imp__virStrdup__head_libvirt_0_dll d002417.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%p virStrcpy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_virStrcpy__imp__virStrcpy__head_libvirt_0_dll d002416.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%o virStrToLong_ull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virStrToLong_ull__imp__virStrToLong_ull__head_libvirt_0_dll d002415.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%n virStrToLong_ul.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virStrToLong_ul__imp__virStrToLong_ul__head_libvirt_0_dll d002414.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%m virStrToLong_ui.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virStrToLong_ui__imp__virStrToLong_ui__head_libvirt_0_dll d002413.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%l virStrToLong_ll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virStrToLong_ll__imp__virStrToLong_ll__head_libvirt_0_dll d002412.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%k virStrToLong_l.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virStrToLong_l__imp__virStrToLong_l__head_libvirt_0_dll d002411.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%j virStrToLong_i.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virStrToLong_i__imp__virStrToLong_i__head_libvirt_0_dll d002410.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%i virStrToDouble.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virStrToDouble__imp__virStrToDouble__head_libvirt_0_dll d002409.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%h virStrIsPrint.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virStrIsPrint__imp__virStrIsPrint__head_libvirt_0_dll d002408.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%g virStorageVolWipePatternEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virStorageVolWipePatternEnsureACL__imp__virStorageVolWipePatternEnsureACL__head_libvirt_0_dll d002407.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%f virStorageVolWipePattern.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStorageVolWipePattern__imp__virStorageVolWipePattern__head_libvirt_0_dll d002406.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%e virStorageVolWipeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStorageVolWipeEnsureACL__imp__virStorageVolWipeEnsureACL__head_libvirt_0_dll d002405.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%d virStorageVolWipe.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virStorageVolWipe__imp__virStorageVolWipe__head_libvirt_0_dll d002404.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%c virStorageVolUploadEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStorageVolUploadEnsureACL__imp__virStorageVolUploadEnsureACL__head_libvirt_0_dll d002403.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%b virStorageVolUpload.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virStorageVolUpload__imp__virStorageVolUpload__head_libvirt_0_dll d002402.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%a virStorageVolResizeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStorageVolResizeEnsureACL__imp__virStorageVolResizeEnsureACL__head_libvirt_0_dll d002401.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%` virStorageVolResize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virStorageVolResize__imp__virStorageVolResize__head_libvirt_0_dll d002400.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%_ virStorageVolRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virStorageVolRef__imp__virStorageVolRef__head_libvirt_0_dll d002399.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%^ virStorageVolLookupByPathEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virStorageVolLookupByPathEnsureACL__imp__virStorageVolLookupByPathEnsureACL__head_libvirt_0_dll d002398.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%] virStorageVolLookupByPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageVolLookupByPath__imp__virStorageVolLookupByPath__head_libvirt_0_dll d002397.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%\ virStorageVolLookupByNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virStorageVolLookupByNameEnsureACL__imp__virStorageVolLookupByNameEnsureACL__head_libvirt_0_dll d002396.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%[ virStorageVolLookupByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageVolLookupByName__imp__virStorageVolLookupByName__head_libvirt_0_dll d002395.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%Z virStorageVolLookupByKeyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virStorageVolLookupByKeyEnsureACL__imp__virStorageVolLookupByKeyEnsureACL__head_libvirt_0_dll d002394.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%Y virStorageVolLookupByKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStorageVolLookupByKey__imp__virStorageVolLookupByKey__head_libvirt_0_dll d002393.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%X virStorageVolGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virStorageVolGetXMLDescEnsureACL__imp__virStorageVolGetXMLDescEnsureACL__head_libvirt_0_dll d002392.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%W virStorageVolGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStorageVolGetXMLDesc__imp__virStorageVolGetXMLDesc__head_libvirt_0_dll d002391.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%V virStorageVolGetPathEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virStorageVolGetPathEnsureACL__imp__virStorageVolGetPathEnsureACL__head_libvirt_0_dll d002390.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%U virStorageVolGetPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virStorageVolGetPath__imp__virStorageVolGetPath__head_libvirt_0_dll d002389.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%T virStorageVolGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virStorageVolGetName__imp__virStorageVolGetName__head_libvirt_0_dll d002388.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%S virStorageVolGetKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virStorageVolGetKey__imp__virStorageVolGetKey__head_libvirt_0_dll d002387.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%R virStorageVolGetInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virStorageVolGetInfoEnsureACL__imp__virStorageVolGetInfoEnsureACL__head_libvirt_0_dll d002386.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%Q virStorageVolGetInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virStorageVolGetInfo__imp__virStorageVolGetInfo__head_libvirt_0_dll d002385.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%P virStorageVolGetConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStorageVolGetConnect__imp__virStorageVolGetConnect__head_libvirt_0_dll d002384.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%O virStorageVolFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virStorageVolFree__imp__virStorageVolFree__head_libvirt_0_dll d002383.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%N virStorageVolDownloadEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virStorageVolDownloadEnsureACL__imp__virStorageVolDownloadEnsureACL__head_libvirt_0_dll d002382.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%M virStorageVolDownload.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virStorageVolDownload__imp__virStorageVolDownload__head_libvirt_0_dll d002381.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%L virStorageVolDeleteEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStorageVolDeleteEnsureACL__imp__virStorageVolDeleteEnsureACL__head_libvirt_0_dll d002380.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%K virStorageVolDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virStorageVolDelete__imp__virStorageVolDelete__head_libvirt_0_dll d002379.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%J virStorageVolDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virStorageVolDefParseString__imp__virStorageVolDefParseString__head_libvirt_0_dll d002378.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%I virStorageVolDefParseNode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageVolDefParseNode__imp__virStorageVolDefParseNode__head_libvirt_0_dll d002377.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%H virStorageVolDefParseFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageVolDefParseFile__imp__virStorageVolDefParseFile__head_libvirt_0_dll d002376.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%G virStorageVolDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virStorageVolDefFree__imp__virStorageVolDefFree__head_libvirt_0_dll d002375.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%F virStorageVolDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virStorageVolDefFormat__imp__virStorageVolDefFormat__head_libvirt_0_dll d002374.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%E virStorageVolDefFindByPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStorageVolDefFindByPath__imp__virStorageVolDefFindByPath__head_libvirt_0_dll d002373.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%D virStorageVolDefFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStorageVolDefFindByName__imp__virStorageVolDefFindByName__head_libvirt_0_dll d002372.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%C virStorageVolDefFindByKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageVolDefFindByKey__imp__virStorageVolDefFindByKey__head_libvirt_0_dll d002371.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%B virStorageVolCreateXMLFromEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virStorageVolCreateXMLFromEnsureACL__imp__virStorageVolCreateXMLFromEnsureACL__head_libvirt_0_dll d002370.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%A virStorageVolCreateXMLFrom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStorageVolCreateXMLFrom__imp__virStorageVolCreateXMLFrom__head_libvirt_0_dll d002369.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%@ virStorageVolCreateXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virStorageVolCreateXMLEnsureACL__imp__virStorageVolCreateXMLEnsureACL__head_libvirt_0_dll d002368.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%? virStorageVolCreateXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virStorageVolCreateXML__imp__virStorageVolCreateXML__head_libvirt_0_dll d002367.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%> virStorageVolClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virStorageVolClass__imp__virStorageVolClass__head_libvirt_0_dll d002366.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%= virStoragePoolUndefineEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virStoragePoolUndefineEnsureACL__imp__virStoragePoolUndefineEnsureACL__head_libvirt_0_dll d002365.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%< virStoragePoolUndefine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virStoragePoolUndefine__imp__virStoragePoolUndefine__head_libvirt_0_dll d002364.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%; virStoragePoolTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStoragePoolTypeFromString__imp__virStoragePoolTypeFromString__head_libvirt_0_dll d002363.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%: virStoragePoolSourceListNewSource.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virStoragePoolSourceListNewSource__imp__virStoragePoolSourceListNewSource__head_libvirt_0_dll d002362.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%9 virStoragePoolSourceListFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virStoragePoolSourceListFormat__imp__virStoragePoolSourceListFormat__head_libvirt_0_dll d002361.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%8 virStoragePoolSourceFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStoragePoolSourceFree__imp__virStoragePoolSourceFree__head_libvirt_0_dll d002360.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%7 virStoragePoolSourceFindDuplicateDevices.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virStoragePoolSourceFindDuplicateDevices__imp__virStoragePoolSourceFindDuplicateDevices__head_libvirt_0_dll d002359.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%6 virStoragePoolSourceFindDuplicate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virStoragePoolSourceFindDuplicate__imp__virStoragePoolSourceFindDuplicate__head_libvirt_0_dll d002358.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%5 virStoragePoolSourceClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStoragePoolSourceClear__imp__virStoragePoolSourceClear__head_libvirt_0_dll d002357.o/ 1378126332 1000 425 100644 611 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%4 virStoragePoolSourceAdapterTypeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ1dy_virStoragePoolSourceAdapterTypeTypeToString__imp__virStoragePoolSourceAdapterTypeTypeToString__head_libvirt_0_dll d002356.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%3 virStoragePoolSourceAdapterTypeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virStoragePoolSourceAdapterTypeTypeFromString__imp__virStoragePoolSourceAdapterTypeTypeFromString__head_libvirt_0_dll d002355.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%2 virStoragePoolSetAutostartEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virStoragePoolSetAutostartEnsureACL__imp__virStoragePoolSetAutostartEnsureACL__head_libvirt_0_dll d002354.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%1 virStoragePoolSetAutostart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolSetAutostart__imp__virStoragePoolSetAutostart__head_libvirt_0_dll d002353.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%0 virStoragePoolRefreshEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virStoragePoolRefreshEnsureACL__imp__virStoragePoolRefreshEnsureACL__head_libvirt_0_dll d002352.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%/ virStoragePoolRefresh.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virStoragePoolRefresh__imp__virStoragePoolRefresh__head_libvirt_0_dll d002351.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%. virStoragePoolRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virStoragePoolRef__imp__virStoragePoolRef__head_libvirt_0_dll d002350.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%- virStoragePoolObjUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStoragePoolObjUnlock__imp__virStoragePoolObjUnlock__head_libvirt_0_dll d002349.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%, virStoragePoolObjSaveDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStoragePoolObjSaveDef__imp__virStoragePoolObjSaveDef__head_libvirt_0_dll d002348.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%+ virStoragePoolObjRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStoragePoolObjRemove__imp__virStoragePoolObjRemove__head_libvirt_0_dll d002347.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%* virStoragePoolObjLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virStoragePoolObjLock__imp__virStoragePoolObjLock__head_libvirt_0_dll d002346.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%) virStoragePoolObjListFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStoragePoolObjListFree__imp__virStoragePoolObjListFree__head_libvirt_0_dll d002345.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%( virStoragePoolObjListExport.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virStoragePoolObjListExport__imp__virStoragePoolObjListExport__head_libvirt_0_dll d002344.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%' virStoragePoolObjIsDuplicate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStoragePoolObjIsDuplicate__imp__virStoragePoolObjIsDuplicate__head_libvirt_0_dll d002343.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%& virStoragePoolObjFindByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virStoragePoolObjFindByUUID__imp__virStoragePoolObjFindByUUID__head_libvirt_0_dll d002342.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%% virStoragePoolObjFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virStoragePoolObjFindByName__imp__virStoragePoolObjFindByName__head_libvirt_0_dll d002341.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%$ virStoragePoolObjDeleteDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolObjDeleteDef__imp__virStoragePoolObjDeleteDef__head_libvirt_0_dll d002340.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%# virStoragePoolObjClearVols.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolObjClearVols__imp__virStoragePoolObjClearVols__head_libvirt_0_dll d002339.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%" virStoragePoolObjAssignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolObjAssignDef__imp__virStoragePoolObjAssignDef__head_libvirt_0_dll d002338.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%! virStoragePoolNumOfVolumesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virStoragePoolNumOfVolumesEnsureACL__imp__virStoragePoolNumOfVolumesEnsureACL__head_libvirt_0_dll d002337.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolNumOfVolumesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virStoragePoolNumOfVolumesCheckACL__imp__virStoragePoolNumOfVolumesCheckACL__head_libvirt_0_dll d002336.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolNumOfVolumes.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolNumOfVolumes__imp__virStoragePoolNumOfVolumes__head_libvirt_0_dll d002335.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolLookupByVolumeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virStoragePoolLookupByVolumeEnsureACL__imp__virStoragePoolLookupByVolumeEnsureACL__head_libvirt_0_dll d002334.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolLookupByVolume.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStoragePoolLookupByVolume__imp__virStoragePoolLookupByVolume__head_libvirt_0_dll d002333.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virStoragePoolLookupByUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virStoragePoolLookupByUUIDString__imp__virStoragePoolLookupByUUIDString__head_libvirt_0_dll d002332.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolLookupByUUIDEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virStoragePoolLookupByUUIDEnsureACL__imp__virStoragePoolLookupByUUIDEnsureACL__head_libvirt_0_dll d002331.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolLookupByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolLookupByUUID__imp__virStoragePoolLookupByUUID__head_libvirt_0_dll d002330.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolLookupByNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virStoragePoolLookupByNameEnsureACL__imp__virStoragePoolLookupByNameEnsureACL__head_libvirt_0_dll d002329.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolLookupByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolLookupByName__imp__virStoragePoolLookupByName__head_libvirt_0_dll d002328.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolLoadAllConfigs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStoragePoolLoadAllConfigs__imp__virStoragePoolLoadAllConfigs__head_libvirt_0_dll d002327.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolListVolumesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virStoragePoolListVolumesEnsureACL__imp__virStoragePoolListVolumesEnsureACL__head_libvirt_0_dll d002326.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virStoragePoolListVolumesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virStoragePoolListVolumesCheckACL__imp__virStoragePoolListVolumesCheckACL__head_libvirt_0_dll d002325.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virStoragePoolListVolumes.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStoragePoolListVolumes__imp__virStoragePoolListVolumes__head_libvirt_0_dll d002324.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolListAllVolumesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virStoragePoolListAllVolumesEnsureACL__imp__virStoragePoolListAllVolumesEnsureACL__head_libvirt_0_dll d002323.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolListAllVolumesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virStoragePoolListAllVolumesCheckACL__imp__virStoragePoolListAllVolumesCheckACL__head_libvirt_0_dll d002322.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolListAllVolumes.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStoragePoolListAllVolumes__imp__virStoragePoolListAllVolumes__head_libvirt_0_dll d002321.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolIsPersistentEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virStoragePoolIsPersistentEnsureACL__imp__virStoragePoolIsPersistentEnsureACL__head_libvirt_0_dll d002320.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolIsPersistent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolIsPersistent__imp__virStoragePoolIsPersistent__head_libvirt_0_dll d002319.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virStoragePoolIsActiveEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virStoragePoolIsActiveEnsureACL__imp__virStoragePoolIsActiveEnsureACL__head_libvirt_0_dll d002318.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virStoragePoolIsActive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virStoragePoolIsActive__imp__virStoragePoolIsActive__head_libvirt_0_dll d002317.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virStoragePoolGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virStoragePoolGetXMLDescEnsureACL__imp__virStoragePoolGetXMLDescEnsureACL__head_libvirt_0_dll d002316.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virStoragePoolGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStoragePoolGetXMLDesc__imp__virStoragePoolGetXMLDesc__head_libvirt_0_dll d002315.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolGetUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virStoragePoolGetUUIDString__imp__virStoragePoolGetUUIDString__head_libvirt_0_dll d002314.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virStoragePoolGetUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virStoragePoolGetUUID__imp__virStoragePoolGetUUID__head_libvirt_0_dll d002313.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virStoragePoolGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virStoragePoolGetName__imp__virStoragePoolGetName__head_libvirt_0_dll d002312.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virStoragePoolGetInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virStoragePoolGetInfoEnsureACL__imp__virStoragePoolGetInfoEnsureACL__head_libvirt_0_dll d002311.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virStoragePoolGetInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virStoragePoolGetInfo__imp__virStoragePoolGetInfo__head_libvirt_0_dll d002310.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virStoragePoolGetConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStoragePoolGetConnect__imp__virStoragePoolGetConnect__head_libvirt_0_dll d002309.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virStoragePoolGetAutostartEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virStoragePoolGetAutostartEnsureACL__imp__virStoragePoolGetAutostartEnsureACL__head_libvirt_0_dll d002308.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virStoragePoolGetAutostart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolGetAutostart__imp__virStoragePoolGetAutostart__head_libvirt_0_dll d002307.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virStoragePoolFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virStoragePoolFree__imp__virStoragePoolFree__head_libvirt_0_dll d002306.o/ 1378126332 1000 425 100644 609 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ% virStoragePoolFormatFileSystemTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0bw_virStoragePoolFormatFileSystemTypeToString__imp__virStoragePoolFormatFileSystemTypeToString__head_libvirt_0_dll d002305.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ% virStoragePoolFormatFileSystemNetTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virStoragePoolFormatFileSystemNetTypeToString__imp__virStoragePoolFormatFileSystemNetTypeToString__head_libvirt_0_dll d002304.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÿvirStoragePoolFormatDiskTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virStoragePoolFormatDiskTypeToString__imp__virStoragePoolFormatDiskTypeToString__head_libvirt_0_dll d002303.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%þvirStoragePoolDestroyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virStoragePoolDestroyEnsureACL__imp__virStoragePoolDestroyEnsureACL__head_libvirt_0_dll d002302.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ývirStoragePoolDestroy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virStoragePoolDestroy__imp__virStoragePoolDestroy__head_libvirt_0_dll d002301.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%üvirStoragePoolDeleteEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virStoragePoolDeleteEnsureACL__imp__virStoragePoolDeleteEnsureACL__head_libvirt_0_dll d002300.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ûvirStoragePoolDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virStoragePoolDelete__imp__virStoragePoolDelete__head_libvirt_0_dll d002299.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%úvirStoragePoolDefineXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virStoragePoolDefineXMLEnsureACL__imp__virStoragePoolDefineXMLEnsureACL__head_libvirt_0_dll d002298.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ùvirStoragePoolDefineXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStoragePoolDefineXML__imp__virStoragePoolDefineXML__head_libvirt_0_dll d002297.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%øvirStoragePoolDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStoragePoolDefParseString__imp__virStoragePoolDefParseString__head_libvirt_0_dll d002296.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%÷virStoragePoolDefParseSourceString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virStoragePoolDefParseSourceString__imp__virStoragePoolDefParseSourceString__head_libvirt_0_dll d002295.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%övirStoragePoolDefParseNode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolDefParseNode__imp__virStoragePoolDefParseNode__head_libvirt_0_dll d002294.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%õvirStoragePoolDefParseFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStoragePoolDefParseFile__imp__virStoragePoolDefParseFile__head_libvirt_0_dll d002293.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ôvirStoragePoolDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virStoragePoolDefFree__imp__virStoragePoolDefFree__head_libvirt_0_dll d002292.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%óvirStoragePoolDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStoragePoolDefFormat__imp__virStoragePoolDefFormat__head_libvirt_0_dll d002291.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%òvirStoragePoolCreateXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virStoragePoolCreateXMLEnsureACL__imp__virStoragePoolCreateXMLEnsureACL__head_libvirt_0_dll d002290.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ñvirStoragePoolCreateXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStoragePoolCreateXML__imp__virStoragePoolCreateXML__head_libvirt_0_dll d002289.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ðvirStoragePoolCreateEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virStoragePoolCreateEnsureACL__imp__virStoragePoolCreateEnsureACL__head_libvirt_0_dll d002288.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ïvirStoragePoolCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virStoragePoolCreate__imp__virStoragePoolCreate__head_libvirt_0_dll d002287.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%îvirStoragePoolClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virStoragePoolClass__imp__virStoragePoolClass__head_libvirt_0_dll d002286.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ívirStoragePoolBuildEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStoragePoolBuildEnsureACL__imp__virStoragePoolBuildEnsureACL__head_libvirt_0_dll d002285.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ìvirStoragePoolBuild.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virStoragePoolBuild__imp__virStoragePoolBuild__head_libvirt_0_dll d002284.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ëvirStoragePartedFsTypeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virStoragePartedFsTypeTypeToString__imp__virStoragePartedFsTypeTypeToString__head_libvirt_0_dll d002283.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%êvirStorageGenerateQcowPassphrase.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virStorageGenerateQcowPassphrase__imp__virStorageGenerateQcowPassphrase__head_libvirt_0_dll d002282.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%évirStorageFileResize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virStorageFileResize__imp__virStorageFileResize__head_libvirt_0_dll d002281.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%èvirStorageFileProbeFormatFromFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virStorageFileProbeFormatFromFD__imp__virStorageFileProbeFormatFromFD__head_libvirt_0_dll d002280.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%çvirStorageFileProbeFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageFileProbeFormat__imp__virStorageFileProbeFormat__head_libvirt_0_dll d002279.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ævirStorageFileIsSharedFSType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStorageFileIsSharedFSType__imp__virStorageFileIsSharedFSType__head_libvirt_0_dll d002278.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%åvirStorageFileIsSharedFS.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStorageFileIsSharedFS__imp__virStorageFileIsSharedFS__head_libvirt_0_dll d002277.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ävirStorageFileIsClusterFS.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageFileIsClusterFS__imp__virStorageFileIsClusterFS__head_libvirt_0_dll d002276.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ãvirStorageFileGetSCSIKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStorageFileGetSCSIKey__imp__virStorageFileGetSCSIKey__head_libvirt_0_dll d002275.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%âvirStorageFileGetMetadataFromFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virStorageFileGetMetadataFromFD__imp__virStorageFileGetMetadataFromFD__head_libvirt_0_dll d002274.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ávirStorageFileGetMetadata.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageFileGetMetadata__imp__virStorageFileGetMetadata__head_libvirt_0_dll d002273.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%àvirStorageFileGetLVMKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virStorageFileGetLVMKey__imp__virStorageFileGetLVMKey__head_libvirt_0_dll d002272.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ßvirStorageFileFreeMetadata.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStorageFileFreeMetadata__imp__virStorageFileFreeMetadata__head_libvirt_0_dll d002271.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÞvirStorageFileFormatTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virStorageFileFormatTypeToString__imp__virStorageFileFormatTypeToString__head_libvirt_0_dll d002270.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÝvirStorageFileFormatTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virStorageFileFormatTypeFromString__imp__virStorageFileFormatTypeFromString__head_libvirt_0_dll d002269.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÜvirStorageFileFeatureTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virStorageFileFeatureTypeToString__imp__virStorageFileFeatureTypeToString__head_libvirt_0_dll d002268.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÛvirStorageFileFeatureTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virStorageFileFeatureTypeFromString__imp__virStorageFileFeatureTypeFromString__head_libvirt_0_dll d002267.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÚvirStorageFileChainLookup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virStorageFileChainLookup__imp__virStorageFileChainLookup__head_libvirt_0_dll d002266.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÙvirStorageFileChainGetBroken.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virStorageFileChainGetBroken__imp__virStorageFileChainGetBroken__head_libvirt_0_dll d002265.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ØvirStorageEncryptionParseNode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virStorageEncryptionParseNode__imp__virStorageEncryptionParseNode__head_libvirt_0_dll d002264.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%×virStorageEncryptionFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virStorageEncryptionFree__imp__virStorageEncryptionFree__head_libvirt_0_dll d002263.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÖvirStorageEncryptionFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virStorageEncryptionFormat__imp__virStorageEncryptionFormat__head_libvirt_0_dll d002262.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÕvirSocketAddrSetPort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSocketAddrSetPort__imp__virSocketAddrSetPort__head_libvirt_0_dll d002261.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÔvirSocketAddrSetIPv4Addr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virSocketAddrSetIPv4Addr__imp__virSocketAddrSetIPv4Addr__head_libvirt_0_dll d002260.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÓvirSocketAddrPrefixToNetmask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virSocketAddrPrefixToNetmask__imp__virSocketAddrPrefixToNetmask__head_libvirt_0_dll d002259.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÒvirSocketAddrParseIPv6.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSocketAddrParseIPv6__imp__virSocketAddrParseIPv6__head_libvirt_0_dll d002258.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÑvirSocketAddrParseIPv4.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSocketAddrParseIPv4__imp__virSocketAddrParseIPv4__head_libvirt_0_dll d002257.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÐvirSocketAddrParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virSocketAddrParse__imp__virSocketAddrParse__head_libvirt_0_dll d002256.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÏvirSocketAddrMaskByPrefix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virSocketAddrMaskByPrefix__imp__virSocketAddrMaskByPrefix__head_libvirt_0_dll d002255.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÎvirSocketAddrMask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virSocketAddrMask__imp__virSocketAddrMask__head_libvirt_0_dll d002254.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÍvirSocketAddrIsWildcard.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSocketAddrIsWildcard__imp__virSocketAddrIsWildcard__head_libvirt_0_dll d002253.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÌvirSocketAddrIsPrivate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSocketAddrIsPrivate__imp__virSocketAddrIsPrivate__head_libvirt_0_dll d002252.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ËvirSocketAddrIsNetmask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSocketAddrIsNetmask__imp__virSocketAddrIsNetmask__head_libvirt_0_dll d002251.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÊvirSocketAddrGetRange.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virSocketAddrGetRange__imp__virSocketAddrGetRange__head_libvirt_0_dll d002250.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÉvirSocketAddrGetPort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSocketAddrGetPort__imp__virSocketAddrGetPort__head_libvirt_0_dll d002249.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÈvirSocketAddrGetIpPrefix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virSocketAddrGetIpPrefix__imp__virSocketAddrGetIpPrefix__head_libvirt_0_dll d002248.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÇvirSocketAddrFormatFull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSocketAddrFormatFull__imp__virSocketAddrFormatFull__head_libvirt_0_dll d002247.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÆvirSocketAddrFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virSocketAddrFormat__imp__virSocketAddrFormat__head_libvirt_0_dll d002246.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÅvirSocketAddrEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virSocketAddrEqual__imp__virSocketAddrEqual__head_libvirt_0_dll d002245.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÄvirSocketAddrCheckNetmask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virSocketAddrCheckNetmask__imp__virSocketAddrCheckNetmask__head_libvirt_0_dll d002244.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÃvirSocketAddrBroadcastByPrefix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virSocketAddrBroadcastByPrefix__imp__virSocketAddrBroadcastByPrefix__head_libvirt_0_dll d002243.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÂvirSocketAddrBroadcast.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSocketAddrBroadcast__imp__virSocketAddrBroadcast__head_libvirt_0_dll d002242.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÁvirSkipSpacesBackwards.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSkipSpacesBackwards__imp__virSkipSpacesBackwards__head_libvirt_0_dll d002241.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÀvirSkipSpacesAndBackslash.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virSkipSpacesAndBackslash__imp__virSkipSpacesAndBackslash__head_libvirt_0_dll d002240.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¿virSkipSpaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virSkipSpaces__imp__virSkipSpaces__head_libvirt_0_dll d002239.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¾virShrinkN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_virShrinkN__imp__virShrinkN__head_libvirt_0_dll d002238.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%½virSetUIDGIDWithCaps.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSetUIDGIDWithCaps__imp__virSetUIDGIDWithCaps__head_libvirt_0_dll d002237.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¼virSetUIDGID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virSetUIDGID__imp__virSetUIDGID__head_libvirt_0_dll d002236.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%»virSetNonBlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virSetNonBlock__imp__virSetNonBlock__head_libvirt_0_dll d002235.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ºvirSetInherit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virSetInherit__imp__virSetInherit__head_libvirt_0_dll d002234.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¹virSetHostUUIDStr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virSetHostUUIDStr__imp__virSetHostUUIDStr__head_libvirt_0_dll d002233.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¸virSetErrorLogPriorityFunc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virSetErrorLogPriorityFunc__imp__virSetErrorLogPriorityFunc__head_libvirt_0_dll d002232.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%·virSetErrorFunc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virSetErrorFunc__imp__virSetErrorFunc__head_libvirt_0_dll d002231.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¶virSetError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virSetError__imp__virSetError__head_libvirt_0_dll d002230.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%µvirSetDeviceUnprivSGIO.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSetDeviceUnprivSGIO__imp__virSetDeviceUnprivSGIO__head_libvirt_0_dll d002229.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%´virSetCloseExec.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virSetCloseExec__imp__virSetCloseExec__head_libvirt_0_dll d002228.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%³virSetBlocking.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virSetBlocking__imp__virSetBlocking__head_libvirt_0_dll d002227.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%²virSecurityManagerVerify.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virSecurityManagerVerify__imp__virSecurityManagerVerify__head_libvirt_0_dll d002226.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%±virSecurityManagerStackAddNested.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virSecurityManagerStackAddNested__imp__virSecurityManagerStackAddNested__head_libvirt_0_dll d002225.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%°virSecurityManagerSetTapFDLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virSecurityManagerSetTapFDLabel__imp__virSecurityManagerSetTapFDLabel__head_libvirt_0_dll d002224.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¯virSecurityManagerSetSocketLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virSecurityManagerSetSocketLabel__imp__virSecurityManagerSetSocketLabel__head_libvirt_0_dll d002223.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%®virSecurityManagerSetSavedStateLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virSecurityManagerSetSavedStateLabel__imp__virSecurityManagerSetSavedStateLabel__head_libvirt_0_dll d002222.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%­virSecurityManagerSetProcessLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virSecurityManagerSetProcessLabel__imp__virSecurityManagerSetProcessLabel__head_libvirt_0_dll d002221.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¬virSecurityManagerSetImageLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virSecurityManagerSetImageLabel__imp__virSecurityManagerSetImageLabel__head_libvirt_0_dll d002220.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%«virSecurityManagerSetImageFDLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virSecurityManagerSetImageFDLabel__imp__virSecurityManagerSetImageFDLabel__head_libvirt_0_dll d002219.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ªvirSecurityManagerSetHugepages.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virSecurityManagerSetHugepages__imp__virSecurityManagerSetHugepages__head_libvirt_0_dll d002218.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%©virSecurityManagerSetHostdevLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virSecurityManagerSetHostdevLabel__imp__virSecurityManagerSetHostdevLabel__head_libvirt_0_dll d002217.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%¨virSecurityManagerSetDaemonSocketLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virSecurityManagerSetDaemonSocketLabel__imp__virSecurityManagerSetDaemonSocketLabel__head_libvirt_0_dll d002216.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%§virSecurityManagerSetChildProcessLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virSecurityManagerSetChildProcessLabel__imp__virSecurityManagerSetChildProcessLabel__head_libvirt_0_dll d002215.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¦virSecurityManagerSetAllLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virSecurityManagerSetAllLabel__imp__virSecurityManagerSetAllLabel__head_libvirt_0_dll d002214.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%¥virSecurityManagerRestoreSavedStateLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virSecurityManagerRestoreSavedStateLabel__imp__virSecurityManagerRestoreSavedStateLabel__head_libvirt_0_dll d002213.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¤virSecurityManagerRestoreImageLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virSecurityManagerRestoreImageLabel__imp__virSecurityManagerRestoreImageLabel__head_libvirt_0_dll d002212.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%£virSecurityManagerRestoreHostdevLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virSecurityManagerRestoreHostdevLabel__imp__virSecurityManagerRestoreHostdevLabel__head_libvirt_0_dll d002211.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¢virSecurityManagerRestoreAllLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virSecurityManagerRestoreAllLabel__imp__virSecurityManagerRestoreAllLabel__head_libvirt_0_dll d002210.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¡virSecurityManagerReserveLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virSecurityManagerReserveLabel__imp__virSecurityManagerReserveLabel__head_libvirt_0_dll d002209.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virSecurityManagerReleaseLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virSecurityManagerReleaseLabel__imp__virSecurityManagerReleaseLabel__head_libvirt_0_dll d002208.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ŸvirSecurityManagerPreFork.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virSecurityManagerPreFork__imp__virSecurityManagerPreFork__head_libvirt_0_dll d002207.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%žvirSecurityManagerPostFork.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virSecurityManagerPostFork__imp__virSecurityManagerPostFork__head_libvirt_0_dll d002206.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virSecurityManagerNewStack.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virSecurityManagerNewStack__imp__virSecurityManagerNewStack__head_libvirt_0_dll d002205.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%œvirSecurityManagerNewDAC.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virSecurityManagerNewDAC__imp__virSecurityManagerNewDAC__head_libvirt_0_dll d002204.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%›virSecurityManagerNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virSecurityManagerNew__imp__virSecurityManagerNew__head_libvirt_0_dll d002203.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%švirSecurityManagerGetProcessLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virSecurityManagerGetProcessLabel__imp__virSecurityManagerGetProcessLabel__head_libvirt_0_dll d002202.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%™virSecurityManagerGetNested.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virSecurityManagerGetNested__imp__virSecurityManagerGetNested__head_libvirt_0_dll d002201.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%˜virSecurityManagerGetMountOptions.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virSecurityManagerGetMountOptions__imp__virSecurityManagerGetMountOptions__head_libvirt_0_dll d002200.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%—virSecurityManagerGetModel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virSecurityManagerGetModel__imp__virSecurityManagerGetModel__head_libvirt_0_dll d002199.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%–virSecurityManagerGetDOI.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virSecurityManagerGetDOI__imp__virSecurityManagerGetDOI__head_libvirt_0_dll d002198.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%•virSecurityManagerGenLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virSecurityManagerGenLabel__imp__virSecurityManagerGenLabel__head_libvirt_0_dll d002197.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%”virSecurityManagerClearSocketLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virSecurityManagerClearSocketLabel__imp__virSecurityManagerClearSocketLabel__head_libvirt_0_dll d002196.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%“virSecurityLabelDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSecurityLabelDefFree__imp__virSecurityLabelDefFree__head_libvirt_0_dll d002195.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%’virSecurityDriverLookup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSecurityDriverLookup__imp__virSecurityDriverLookup__head_libvirt_0_dll d002194.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‘virSecurityDeviceLabelDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virSecurityDeviceLabelDefFree__imp__virSecurityDeviceLabelDefFree__head_libvirt_0_dll d002193.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virSecretUsageTypeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virSecretUsageTypeTypeToString__imp__virSecretUsageTypeTypeToString__head_libvirt_0_dll d002192.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virSecretUsageTypeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virSecretUsageTypeTypeFromString__imp__virSecretUsageTypeTypeFromString__head_libvirt_0_dll d002191.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŽvirSecretUndefineEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virSecretUndefineEnsureACL__imp__virSecretUndefineEnsureACL__head_libvirt_0_dll d002190.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virSecretUndefine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virSecretUndefine__imp__virSecretUndefine__head_libvirt_0_dll d002189.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŒvirSecretSetValueEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virSecretSetValueEnsureACL__imp__virSecretSetValueEnsureACL__head_libvirt_0_dll d002188.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%‹virSecretSetValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virSecretSetValue__imp__virSecretSetValue__head_libvirt_0_dll d002187.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ŠvirSecretRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virSecretRef__imp__virSecretRef__head_libvirt_0_dll d002186.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%‰virSecretLookupByUsageEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virSecretLookupByUsageEnsureACL__imp__virSecretLookupByUsageEnsureACL__head_libvirt_0_dll d002185.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ˆvirSecretLookupByUsage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSecretLookupByUsage__imp__virSecretLookupByUsage__head_libvirt_0_dll d002184.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‡virSecretLookupByUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virSecretLookupByUUIDString__imp__virSecretLookupByUUIDString__head_libvirt_0_dll d002183.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%†virSecretLookupByUUIDEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virSecretLookupByUUIDEnsureACL__imp__virSecretLookupByUUIDEnsureACL__head_libvirt_0_dll d002182.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%…virSecretLookupByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virSecretLookupByUUID__imp__virSecretLookupByUUID__head_libvirt_0_dll d002181.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%„virSecretGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virSecretGetXMLDescEnsureACL__imp__virSecretGetXMLDescEnsureACL__head_libvirt_0_dll d002180.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ƒvirSecretGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virSecretGetXMLDesc__imp__virSecretGetXMLDesc__head_libvirt_0_dll d002179.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‚virSecretGetValueEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virSecretGetValueEnsureACL__imp__virSecretGetValueEnsureACL__head_libvirt_0_dll d002178.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virSecretGetValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virSecretGetValue__imp__virSecretGetValue__head_libvirt_0_dll d002177.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%€virSecretGetUsageType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virSecretGetUsageType__imp__virSecretGetUsageType__head_libvirt_0_dll d002176.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virSecretGetUsageID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virSecretGetUsageID__imp__virSecretGetUsageID__head_libvirt_0_dll d002175.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%~virSecretGetUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSecretGetUUIDString__imp__virSecretGetUUIDString__head_libvirt_0_dll d002174.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%}virSecretGetUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virSecretGetUUID__imp__virSecretGetUUID__head_libvirt_0_dll d002173.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%|virSecretGetConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virSecretGetConnect__imp__virSecretGetConnect__head_libvirt_0_dll d002172.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%{virSecretFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virSecretFree__imp__virSecretFree__head_libvirt_0_dll d002171.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%zvirSecretDefineXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virSecretDefineXMLEnsureACL__imp__virSecretDefineXMLEnsureACL__head_libvirt_0_dll d002170.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%yvirSecretDefineXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virSecretDefineXML__imp__virSecretDefineXML__head_libvirt_0_dll d002169.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%xvirSecretDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSecretDefParseString__imp__virSecretDefParseString__head_libvirt_0_dll d002168.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%wvirSecretDefParseFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virSecretDefParseFile__imp__virSecretDefParseFile__head_libvirt_0_dll d002167.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%vvirSecretDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virSecretDefFree__imp__virSecretDefFree__head_libvirt_0_dll d002166.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%uvirSecretDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virSecretDefFormat__imp__virSecretDefFormat__head_libvirt_0_dll d002165.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%tvirSecretClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virSecretClass__imp__virSecretClass__head_libvirt_0_dll d002164.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%svirScaleInteger.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virScaleInteger__imp__virScaleInteger__head_libvirt_0_dll d002163.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%rvirSaveLastError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virSaveLastError__imp__virSaveLastError__head_libvirt_0_dll d002162.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%qvirSCSIDeviceSetUsedBy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSCSIDeviceSetUsedBy__imp__virSCSIDeviceSetUsedBy__head_libvirt_0_dll d002161.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%pvirSCSIDeviceNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virSCSIDeviceNew__imp__virSCSIDeviceNew__head_libvirt_0_dll d002160.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ovirSCSIDeviceListSteal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSCSIDeviceListSteal__imp__virSCSIDeviceListSteal__head_libvirt_0_dll d002159.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%nvirSCSIDeviceListNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSCSIDeviceListNew__imp__virSCSIDeviceListNew__head_libvirt_0_dll d002158.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%mvirSCSIDeviceListGet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSCSIDeviceListGet__imp__virSCSIDeviceListGet__head_libvirt_0_dll d002157.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%lvirSCSIDeviceListFind.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virSCSIDeviceListFind__imp__virSCSIDeviceListFind__head_libvirt_0_dll d002156.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%kvirSCSIDeviceListDel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSCSIDeviceListDel__imp__virSCSIDeviceListDel__head_libvirt_0_dll d002155.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%jvirSCSIDeviceListCount.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSCSIDeviceListCount__imp__virSCSIDeviceListCount__head_libvirt_0_dll d002154.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ivirSCSIDeviceListAdd.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSCSIDeviceListAdd__imp__virSCSIDeviceListAdd__head_libvirt_0_dll d002153.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%hvirSCSIDeviceGetUsedBy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSCSIDeviceGetUsedBy__imp__virSCSIDeviceGetUsedBy__head_libvirt_0_dll d002152.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%gvirSCSIDeviceGetUnit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSCSIDeviceGetUnit__imp__virSCSIDeviceGetUnit__head_libvirt_0_dll d002151.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%fvirSCSIDeviceGetTarget.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSCSIDeviceGetTarget__imp__virSCSIDeviceGetTarget__head_libvirt_0_dll d002150.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%evirSCSIDeviceGetSgName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virSCSIDeviceGetSgName__imp__virSCSIDeviceGetSgName__head_libvirt_0_dll d002149.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%dvirSCSIDeviceGetReadonly.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virSCSIDeviceGetReadonly__imp__virSCSIDeviceGetReadonly__head_libvirt_0_dll d002148.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%cvirSCSIDeviceGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virSCSIDeviceGetName__imp__virSCSIDeviceGetName__head_libvirt_0_dll d002147.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%bvirSCSIDeviceGetDevName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSCSIDeviceGetDevName__imp__virSCSIDeviceGetDevName__head_libvirt_0_dll d002146.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%avirSCSIDeviceGetBus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virSCSIDeviceGetBus__imp__virSCSIDeviceGetBus__head_libvirt_0_dll d002145.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%`virSCSIDeviceGetAdapter.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virSCSIDeviceGetAdapter__imp__virSCSIDeviceGetAdapter__head_libvirt_0_dll d002144.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%_virSCSIDeviceFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virSCSIDeviceFree__imp__virSCSIDeviceFree__head_libvirt_0_dll d002143.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%^virSCSIDeviceFileIterate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virSCSIDeviceFileIterate__imp__virSCSIDeviceFileIterate__head_libvirt_0_dll d002142.o/ 1378126332 1000 425 100644 493 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%]virRun.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_virRun'__imp__virRun__head_libvirt_0_dll d002141.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%\virResizeN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_virResizeN__imp__virResizeN__head_libvirt_0_dll d002140.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%[virResetLastError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virResetLastError__imp__virResetLastError__head_libvirt_0_dll d002139.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ZvirResetError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virResetError__imp__virResetError__head_libvirt_0_dll d002138.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%YvirReportSystemErrorFull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virReportSystemErrorFull__imp__virReportSystemErrorFull__head_libvirt_0_dll d002137.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%XvirReportOOMErrorFull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virReportOOMErrorFull__imp__virReportOOMErrorFull__head_libvirt_0_dll d002136.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%WvirReportErrorHelper.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virReportErrorHelper__imp__virReportErrorHelper__head_libvirt_0_dll d002135.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%VvirRegisterStorageDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virRegisterStorageDriver__imp__virRegisterStorageDriver__head_libvirt_0_dll d002134.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%UvirRegisterSecretDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virRegisterSecretDriver__imp__virRegisterSecretDriver__head_libvirt_0_dll d002133.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%TvirRegisterNodeDeviceDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virRegisterNodeDeviceDriver__imp__virRegisterNodeDeviceDriver__head_libvirt_0_dll d002132.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%SvirRegisterNetworkDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virRegisterNetworkDriver__imp__virRegisterNetworkDriver__head_libvirt_0_dll d002131.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%RvirRegisterNWFilterDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virRegisterNWFilterDriver__imp__virRegisterNWFilterDriver__head_libvirt_0_dll d002130.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%QvirRegisterInterfaceDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virRegisterInterfaceDriver__imp__virRegisterInterfaceDriver__head_libvirt_0_dll d002129.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%PvirRegisterDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virRegisterDriver__imp__virRegisterDriver__head_libvirt_0_dll d002128.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%OvirReallocN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virReallocN__imp__virReallocN__head_libvirt_0_dll d002127.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%NvirReadFCHost.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virReadFCHost__imp__virReadFCHost__head_libvirt_0_dll d002126.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%MvirRandomInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virRandomInt__imp__virRandomInt__head_libvirt_0_dll d002125.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%LvirRandomGenerateWWN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virRandomGenerateWWN__imp__virRandomGenerateWWN__head_libvirt_0_dll d002124.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%KvirRandomBits.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virRandomBits__imp__virRandomBits__head_libvirt_0_dll d002123.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%JvirRandom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_virRandom__imp__virRandom__head_libvirt_0_dll d002122.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%IvirRaiseErrorFull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virRaiseErrorFull__imp__virRaiseErrorFull__head_libvirt_0_dll d002121.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%HvirProcessWait.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virProcessWait__imp__virProcessWait__head_libvirt_0_dll d002120.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%GvirProcessTranslateStatus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virProcessTranslateStatus__imp__virProcessTranslateStatus__head_libvirt_0_dll d002119.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%FvirProcessSetNamespaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virProcessSetNamespaces__imp__virProcessSetNamespaces__head_libvirt_0_dll d002118.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%EvirProcessSetMaxProcesses.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virProcessSetMaxProcesses__imp__virProcessSetMaxProcesses__head_libvirt_0_dll d002117.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%DvirProcessSetMaxMemLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virProcessSetMaxMemLock__imp__virProcessSetMaxMemLock__head_libvirt_0_dll d002116.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%CvirProcessSetMaxFiles.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virProcessSetMaxFiles__imp__virProcessSetMaxFiles__head_libvirt_0_dll d002115.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%BvirProcessSetAffinity.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virProcessSetAffinity__imp__virProcessSetAffinity__head_libvirt_0_dll d002114.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%AvirProcessKillPainfully.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virProcessKillPainfully__imp__virProcessKillPainfully__head_libvirt_0_dll d002113.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%@virProcessKill.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virProcessKill__imp__virProcessKill__head_libvirt_0_dll d002112.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%?virProcessGetStartTime.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virProcessGetStartTime__imp__virProcessGetStartTime__head_libvirt_0_dll d002111.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%>virProcessGetNamespaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virProcessGetNamespaces__imp__virProcessGetNamespaces__head_libvirt_0_dll d002110.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%=virProcessGetAffinity.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virProcessGetAffinity__imp__virProcessGetAffinity__head_libvirt_0_dll d002109.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%<virProcessAbort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virProcessAbort__imp__virProcessAbort__head_libvirt_0_dll d002108.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%;virPortGroupFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virPortGroupFindByName__imp__virPortGroupFindByName__head_libvirt_0_dll d002107.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%:virPortAllocatorRelease.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virPortAllocatorRelease__imp__virPortAllocatorRelease__head_libvirt_0_dll d002106.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%9virPortAllocatorNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPortAllocatorNew__imp__virPortAllocatorNew__head_libvirt_0_dll d002105.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%8virPortAllocatorAcquire.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virPortAllocatorAcquire__imp__virPortAllocatorAcquire__head_libvirt_0_dll d002104.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%7virPipeReadUntilEOF.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPipeReadUntilEOF__imp__virPipeReadUntilEOF__head_libvirt_0_dll d002103.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%6virPidFileWritePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPidFileWritePath__imp__virPidFileWritePath__head_libvirt_0_dll d002102.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%5virPidFileWrite.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virPidFileWrite__imp__virPidFileWrite__head_libvirt_0_dll d002101.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%4virPidFileReleasePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virPidFileReleasePath__imp__virPidFileReleasePath__head_libvirt_0_dll d002100.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%3virPidFileRelease.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virPidFileRelease__imp__virPidFileRelease__head_libvirt_0_dll d002099.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%2virPidFileReadPathIfAlive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPidFileReadPathIfAlive__imp__virPidFileReadPathIfAlive__head_libvirt_0_dll d002098.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%1virPidFileReadPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virPidFileReadPath__imp__virPidFileReadPath__head_libvirt_0_dll d002097.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%0virPidFileReadIfAlive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virPidFileReadIfAlive__imp__virPidFileReadIfAlive__head_libvirt_0_dll d002096.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%/virPidFileRead.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virPidFileRead__imp__virPidFileRead__head_libvirt_0_dll d002095.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%.virPidFileDeletePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virPidFileDeletePath__imp__virPidFileDeletePath__head_libvirt_0_dll d002094.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%-virPidFileDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virPidFileDelete__imp__virPidFileDelete__head_libvirt_0_dll d002093.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%,virPidFileBuildPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPidFileBuildPath__imp__virPidFileBuildPath__head_libvirt_0_dll d002092.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%+virPidFileAcquirePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virPidFileAcquirePath__imp__virPidFileAcquirePath__head_libvirt_0_dll d002091.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%*virPidFileAcquire.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virPidFileAcquire__imp__virPidFileAcquire__head_libvirt_0_dll d002090.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%)virParseVersionString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virParseVersionString__imp__virParseVersionString__head_libvirt_0_dll d002089.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%(virParseOwnershipIds.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virParseOwnershipIds__imp__virParseOwnershipIds__head_libvirt_0_dll d002088.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%'virParseNumber.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virParseNumber__imp__virParseNumber__head_libvirt_0_dll d002087.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%&virPCIIsVirtualFunction.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virPCIIsVirtualFunction__imp__virPCIIsVirtualFunction__head_libvirt_0_dll d002086.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%%virPCIGetVirtualFunctions.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPCIGetVirtualFunctions__imp__virPCIGetVirtualFunctions__head_libvirt_0_dll d002085.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%$virPCIGetVirtualFunctionInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virPCIGetVirtualFunctionInfo__imp__virPCIGetVirtualFunctionInfo__head_libvirt_0_dll d002084.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%#virPCIGetVirtualFunctionIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virPCIGetVirtualFunctionIndex__imp__virPCIGetVirtualFunctionIndex__head_libvirt_0_dll d002083.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%"virPCIGetPhysicalFunction.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPCIGetPhysicalFunction__imp__virPCIGetPhysicalFunction__head_libvirt_0_dll d002082.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%!virPCIGetNetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virPCIGetNetName__imp__virPCIGetNetName__head_libvirt_0_dll d002081.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virPCIDeviceWaitForCleanup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virPCIDeviceWaitForCleanup__imp__virPCIDeviceWaitForCleanup__head_libvirt_0_dll d002080.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virPCIDeviceSetUsedBy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virPCIDeviceSetUsedBy__imp__virPCIDeviceSetUsedBy__head_libvirt_0_dll d002079.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virPCIDeviceSetUnbindFromStub.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virPCIDeviceSetUnbindFromStub__imp__virPCIDeviceSetUnbindFromStub__head_libvirt_0_dll d002078.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceSetStubDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPCIDeviceSetStubDriver__imp__virPCIDeviceSetStubDriver__head_libvirt_0_dll d002077.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceSetReprobe.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virPCIDeviceSetReprobe__imp__virPCIDeviceSetReprobe__head_libvirt_0_dll d002076.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceSetRemoveSlot.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPCIDeviceSetRemoveSlot__imp__virPCIDeviceSetRemoveSlot__head_libvirt_0_dll d002075.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceSetManaged.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virPCIDeviceSetManaged__imp__virPCIDeviceSetManaged__head_libvirt_0_dll d002074.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virPCIDeviceReset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virPCIDeviceReset__imp__virPCIDeviceReset__head_libvirt_0_dll d002073.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceReattachInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virPCIDeviceReattachInit__imp__virPCIDeviceReattachInit__head_libvirt_0_dll d002072.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virPCIDeviceReattach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virPCIDeviceReattach__imp__virPCIDeviceReattach__head_libvirt_0_dll d002071.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virPCIDeviceNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virPCIDeviceNew__imp__virPCIDeviceNew__head_libvirt_0_dll d002070.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virPCIDeviceListStealIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virPCIDeviceListStealIndex__imp__virPCIDeviceListStealIndex__head_libvirt_0_dll d002069.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virPCIDeviceListSteal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virPCIDeviceListSteal__imp__virPCIDeviceListSteal__head_libvirt_0_dll d002068.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virPCIDeviceListNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPCIDeviceListNew__imp__virPCIDeviceListNew__head_libvirt_0_dll d002067.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virPCIDeviceListGet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPCIDeviceListGet__imp__virPCIDeviceListGet__head_libvirt_0_dll d002066.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceListFindIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPCIDeviceListFindIndex__imp__virPCIDeviceListFindIndex__head_libvirt_0_dll d002065.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceListFindByIDs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPCIDeviceListFindByIDs__imp__virPCIDeviceListFindByIDs__head_libvirt_0_dll d002064.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virPCIDeviceListFind.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virPCIDeviceListFind__imp__virPCIDeviceListFind__head_libvirt_0_dll d002063.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virPCIDeviceListDel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPCIDeviceListDel__imp__virPCIDeviceListDel__head_libvirt_0_dll d002062.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virPCIDeviceListCount.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virPCIDeviceListCount__imp__virPCIDeviceListCount__head_libvirt_0_dll d002061.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virPCIDeviceListAddCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virPCIDeviceListAddCopy__imp__virPCIDeviceListAddCopy__head_libvirt_0_dll d002060.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virPCIDeviceListAdd.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPCIDeviceListAdd__imp__virPCIDeviceListAdd__head_libvirt_0_dll d002059.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virPCIDeviceIsAssignable.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virPCIDeviceIsAssignable__imp__virPCIDeviceIsAssignable__head_libvirt_0_dll d002058.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virPCIDeviceGetUsedBy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virPCIDeviceGetUsedBy__imp__virPCIDeviceGetUsedBy__head_libvirt_0_dll d002057.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virPCIDeviceGetUnbindFromStub.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virPCIDeviceGetUnbindFromStub__imp__virPCIDeviceGetUnbindFromStub__head_libvirt_0_dll d002056.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceGetStubDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPCIDeviceGetStubDriver__imp__virPCIDeviceGetStubDriver__head_libvirt_0_dll d002055.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceGetReprobe.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virPCIDeviceGetReprobe__imp__virPCIDeviceGetReprobe__head_libvirt_0_dll d002054.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceGetRemoveSlot.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virPCIDeviceGetRemoveSlot__imp__virPCIDeviceGetRemoveSlot__head_libvirt_0_dll d002053.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virPCIDeviceGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virPCIDeviceGetName__imp__virPCIDeviceGetName__head_libvirt_0_dll d002052.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virPCIDeviceGetManaged.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virPCIDeviceGetManaged__imp__virPCIDeviceGetManaged__head_libvirt_0_dll d002051.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virPCIDeviceGetIOMMUGroupList.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virPCIDeviceGetIOMMUGroupList__imp__virPCIDeviceGetIOMMUGroupList__head_libvirt_0_dll d002050.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virPCIDeviceGetIOMMUGroupDev.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virPCIDeviceGetIOMMUGroupDev__imp__virPCIDeviceGetIOMMUGroupDev__head_libvirt_0_dll d002049.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virPCIDeviceFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virPCIDeviceFree__imp__virPCIDeviceFree__head_libvirt_0_dll d002048.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÿvirPCIDeviceFileIterate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virPCIDeviceFileIterate__imp__virPCIDeviceFileIterate__head_libvirt_0_dll d002047.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%þvirPCIDeviceDetach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virPCIDeviceDetach__imp__virPCIDeviceDetach__head_libvirt_0_dll d002046.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ývirPCIDeviceCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virPCIDeviceCopy__imp__virPCIDeviceCopy__head_libvirt_0_dll d002045.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%üvirPCIDeviceAddressParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virPCIDeviceAddressParse__imp__virPCIDeviceAddressParse__head_libvirt_0_dll d002044.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ûvirPCIDeviceAddressIOMMUGroupIterate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virPCIDeviceAddressIOMMUGroupIterate__imp__virPCIDeviceAddressIOMMUGroupIterate__head_libvirt_0_dll d002043.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%úvirPCIDeviceAddressGetSysfsFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virPCIDeviceAddressGetSysfsFile__imp__virPCIDeviceAddressGetSysfsFile__head_libvirt_0_dll d002042.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ùvirPCIDeviceAddressGetIOMMUGroupNum.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virPCIDeviceAddressGetIOMMUGroupNum__imp__virPCIDeviceAddressGetIOMMUGroupNum__head_libvirt_0_dll d002041.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%øvirPCIDeviceAddressGetIOMMUGroupAddresses.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virPCIDeviceAddressGetIOMMUGroupAddresses__imp__virPCIDeviceAddressGetIOMMUGroupAddresses__head_libvirt_0_dll d002040.o/ 1378126332 1000 425 100644 494 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%÷virOnce.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_virOnce(__imp__virOnce__head_libvirt_0_dlld002039.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%övirObjectUnref.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virObjectUnref__imp__virObjectUnref__head_libvirt_0_dll d002038.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%õvirObjectUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virObjectUnlock__imp__virObjectUnlock__head_libvirt_0_dll d002037.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ôvirObjectRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virObjectRef__imp__virObjectRef__head_libvirt_0_dll d002036.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%óvirObjectNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virObjectNew__imp__virObjectNew__head_libvirt_0_dll d002035.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%òvirObjectLockableNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virObjectLockableNew__imp__virObjectLockableNew__head_libvirt_0_dll d002034.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ñvirObjectLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virObjectLock__imp__virObjectLock__head_libvirt_0_dll d002033.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ðvirObjectIsClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virObjectIsClass__imp__virObjectIsClass__head_libvirt_0_dll d002032.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ïvirObjectFreeCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virObjectFreeCallback__imp__virObjectFreeCallback__head_libvirt_0_dll d002031.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%îvirNumaTuneMemPlacementModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virNumaTuneMemPlacementModeTypeToString__imp__virNumaTuneMemPlacementModeTypeToString__head_libvirt_0_dll d002030.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ívirNumaTuneMemPlacementModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virNumaTuneMemPlacementModeTypeFromString__imp__virNumaTuneMemPlacementModeTypeFromString__head_libvirt_0_dll d002029.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ìvirNumaSetupMemoryPolicy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNumaSetupMemoryPolicy__imp__virNumaSetupMemoryPolicy__head_libvirt_0_dll d002028.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ëvirNumaGetAutoPlacementAdvice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNumaGetAutoPlacementAdvice__imp__virNumaGetAutoPlacementAdvice__head_libvirt_0_dll d002027.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%êvirNodeSuspendGetTargetMask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNodeSuspendGetTargetMask__imp__virNodeSuspendGetTargetMask__head_libvirt_0_dll d002026.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%évirNodeSuspendForDurationEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNodeSuspendForDurationEnsureACL__imp__virNodeSuspendForDurationEnsureACL__head_libvirt_0_dll d002025.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%èvirNodeSuspendForDuration.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNodeSuspendForDuration__imp__virNodeSuspendForDuration__head_libvirt_0_dll d002024.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%çvirNodeSetMemoryParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virNodeSetMemoryParametersEnsureACL__imp__virNodeSetMemoryParametersEnsureACL__head_libvirt_0_dll d002023.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ævirNodeSetMemoryParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNodeSetMemoryParameters__imp__virNodeSetMemoryParameters__head_libvirt_0_dll d002022.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%åvirNodeNumOfDevicesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNodeNumOfDevicesEnsureACL__imp__virNodeNumOfDevicesEnsureACL__head_libvirt_0_dll d002021.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ävirNodeNumOfDevicesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNodeNumOfDevicesCheckACL__imp__virNodeNumOfDevicesCheckACL__head_libvirt_0_dll d002020.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ãvirNodeNumOfDevices.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNodeNumOfDevices__imp__virNodeNumOfDevices__head_libvirt_0_dll d002019.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%âvirNodeListDevicesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNodeListDevicesEnsureACL__imp__virNodeListDevicesEnsureACL__head_libvirt_0_dll d002018.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ávirNodeListDevicesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNodeListDevicesCheckACL__imp__virNodeListDevicesCheckACL__head_libvirt_0_dll d002017.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%àvirNodeListDevices.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNodeListDevices__imp__virNodeListDevices__head_libvirt_0_dll d002016.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ßvirNodeGetSecurityModelEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNodeGetSecurityModelEnsureACL__imp__virNodeGetSecurityModelEnsureACL__head_libvirt_0_dll d002015.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÞvirNodeGetSecurityModel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNodeGetSecurityModel__imp__virNodeGetSecurityModel__head_libvirt_0_dll d002014.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÝvirNodeGetMemoryStatsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNodeGetMemoryStatsEnsureACL__imp__virNodeGetMemoryStatsEnsureACL__head_libvirt_0_dll d002013.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÜvirNodeGetMemoryStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNodeGetMemoryStats__imp__virNodeGetMemoryStats__head_libvirt_0_dll d002012.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÛvirNodeGetMemoryParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virNodeGetMemoryParametersEnsureACL__imp__virNodeGetMemoryParametersEnsureACL__head_libvirt_0_dll d002011.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÚvirNodeGetMemoryParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNodeGetMemoryParameters__imp__virNodeGetMemoryParameters__head_libvirt_0_dll d002010.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÙvirNodeGetInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNodeGetInfoEnsureACL__imp__virNodeGetInfoEnsureACL__head_libvirt_0_dll d002009.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ØvirNodeGetInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virNodeGetInfo__imp__virNodeGetInfo__head_libvirt_0_dll d002008.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%×virNodeGetFreeMemoryEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNodeGetFreeMemoryEnsureACL__imp__virNodeGetFreeMemoryEnsureACL__head_libvirt_0_dll d002007.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÖvirNodeGetFreeMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNodeGetFreeMemory__imp__virNodeGetFreeMemory__head_libvirt_0_dll d002006.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÕvirNodeGetCellsFreeMemoryEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNodeGetCellsFreeMemoryEnsureACL__imp__virNodeGetCellsFreeMemoryEnsureACL__head_libvirt_0_dll d002005.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÔvirNodeGetCellsFreeMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNodeGetCellsFreeMemory__imp__virNodeGetCellsFreeMemory__head_libvirt_0_dll d002004.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÓvirNodeGetCPUStatsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNodeGetCPUStatsEnsureACL__imp__virNodeGetCPUStatsEnsureACL__head_libvirt_0_dll d002003.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÒvirNodeGetCPUStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNodeGetCPUStats__imp__virNodeGetCPUStats__head_libvirt_0_dll d002002.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÑvirNodeGetCPUMapEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNodeGetCPUMapEnsureACL__imp__virNodeGetCPUMapEnsureACL__head_libvirt_0_dll d002001.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÐvirNodeGetCPUMap.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNodeGetCPUMap__imp__virNodeGetCPUMap__head_libvirt_0_dll d002000.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÏvirNodeDeviceResetEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNodeDeviceResetEnsureACL__imp__virNodeDeviceResetEnsureACL__head_libvirt_0_dll d001999.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÎvirNodeDeviceReset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNodeDeviceReset__imp__virNodeDeviceReset__head_libvirt_0_dll d001998.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÍvirNodeDeviceRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNodeDeviceRef__imp__virNodeDeviceRef__head_libvirt_0_dll d001997.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÌvirNodeDeviceReAttachEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNodeDeviceReAttachEnsureACL__imp__virNodeDeviceReAttachEnsureACL__head_libvirt_0_dll d001996.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ËvirNodeDeviceReAttach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNodeDeviceReAttach__imp__virNodeDeviceReAttach__head_libvirt_0_dll d001995.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÊvirNodeDeviceObjUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNodeDeviceObjUnlock__imp__virNodeDeviceObjUnlock__head_libvirt_0_dll d001994.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÉvirNodeDeviceObjRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNodeDeviceObjRemove__imp__virNodeDeviceObjRemove__head_libvirt_0_dll d001993.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÈvirNodeDeviceObjLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNodeDeviceObjLock__imp__virNodeDeviceObjLock__head_libvirt_0_dll d001992.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÇvirNodeDeviceObjListFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNodeDeviceObjListFree__imp__virNodeDeviceObjListFree__head_libvirt_0_dll d001991.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÆvirNodeDeviceObjListExport.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNodeDeviceObjListExport__imp__virNodeDeviceObjListExport__head_libvirt_0_dll d001990.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÅvirNodeDeviceNumOfCapsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNodeDeviceNumOfCapsEnsureACL__imp__virNodeDeviceNumOfCapsEnsureACL__head_libvirt_0_dll d001989.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÄvirNodeDeviceNumOfCaps.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNodeDeviceNumOfCaps__imp__virNodeDeviceNumOfCaps__head_libvirt_0_dll d001988.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ÃvirNodeDeviceLookupSCSIHostByWWNEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virNodeDeviceLookupSCSIHostByWWNEnsureACL__imp__virNodeDeviceLookupSCSIHostByWWNEnsureACL__head_libvirt_0_dll d001987.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÂvirNodeDeviceLookupSCSIHostByWWN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNodeDeviceLookupSCSIHostByWWN__imp__virNodeDeviceLookupSCSIHostByWWN__head_libvirt_0_dll d001986.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÁvirNodeDeviceLookupByNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNodeDeviceLookupByNameEnsureACL__imp__virNodeDeviceLookupByNameEnsureACL__head_libvirt_0_dll d001985.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÀvirNodeDeviceLookupByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNodeDeviceLookupByName__imp__virNodeDeviceLookupByName__head_libvirt_0_dll d001984.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¿virNodeDeviceListCapsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNodeDeviceListCapsEnsureACL__imp__virNodeDeviceListCapsEnsureACL__head_libvirt_0_dll d001983.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¾virNodeDeviceListCaps.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNodeDeviceListCaps__imp__virNodeDeviceListCaps__head_libvirt_0_dll d001982.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%½virNodeDeviceHasCap.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNodeDeviceHasCap__imp__virNodeDeviceHasCap__head_libvirt_0_dll d001981.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¼virNodeDeviceGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNodeDeviceGetXMLDescEnsureACL__imp__virNodeDeviceGetXMLDescEnsureACL__head_libvirt_0_dll d001980.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%»virNodeDeviceGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNodeDeviceGetXMLDesc__imp__virNodeDeviceGetXMLDesc__head_libvirt_0_dll d001979.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ºvirNodeDeviceGetWWNs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNodeDeviceGetWWNs__imp__virNodeDeviceGetWWNs__head_libvirt_0_dll d001978.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¹virNodeDeviceGetParentHost.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNodeDeviceGetParentHost__imp__virNodeDeviceGetParentHost__head_libvirt_0_dll d001977.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¸virNodeDeviceGetParentEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNodeDeviceGetParentEnsureACL__imp__virNodeDeviceGetParentEnsureACL__head_libvirt_0_dll d001976.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%·virNodeDeviceGetParent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNodeDeviceGetParent__imp__virNodeDeviceGetParent__head_libvirt_0_dll d001975.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¶virNodeDeviceGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNodeDeviceGetName__imp__virNodeDeviceGetName__head_libvirt_0_dll d001974.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%µvirNodeDeviceFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNodeDeviceFree__imp__virNodeDeviceFree__head_libvirt_0_dll d001973.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%´virNodeDeviceFindBySysfsPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNodeDeviceFindBySysfsPath__imp__virNodeDeviceFindBySysfsPath__head_libvirt_0_dll d001972.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%³virNodeDeviceFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNodeDeviceFindByName__imp__virNodeDeviceFindByName__head_libvirt_0_dll d001971.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%²virNodeDeviceDettachEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNodeDeviceDettachEnsureACL__imp__virNodeDeviceDettachEnsureACL__head_libvirt_0_dll d001970.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%±virNodeDeviceDettach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNodeDeviceDettach__imp__virNodeDeviceDettach__head_libvirt_0_dll d001969.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%°virNodeDeviceDetachFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNodeDeviceDetachFlagsEnsureACL__imp__virNodeDeviceDetachFlagsEnsureACL__head_libvirt_0_dll d001968.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¯virNodeDeviceDetachFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNodeDeviceDetachFlags__imp__virNodeDeviceDetachFlags__head_libvirt_0_dll d001967.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%®virNodeDeviceDestroyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNodeDeviceDestroyEnsureACL__imp__virNodeDeviceDestroyEnsureACL__head_libvirt_0_dll d001966.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%­virNodeDeviceDestroy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNodeDeviceDestroy__imp__virNodeDeviceDestroy__head_libvirt_0_dll d001965.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¬virNodeDeviceDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNodeDeviceDefParseString__imp__virNodeDeviceDefParseString__head_libvirt_0_dll d001964.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%«virNodeDeviceDefParseNode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNodeDeviceDefParseNode__imp__virNodeDeviceDefParseNode__head_libvirt_0_dll d001963.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ªvirNodeDeviceDefParseFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNodeDeviceDefParseFile__imp__virNodeDeviceDefParseFile__head_libvirt_0_dll d001962.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%©virNodeDeviceDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNodeDeviceDefFree__imp__virNodeDeviceDefFree__head_libvirt_0_dll d001961.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¨virNodeDeviceDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNodeDeviceDefFormat__imp__virNodeDeviceDefFormat__head_libvirt_0_dll d001960.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%§virNodeDeviceCreateXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNodeDeviceCreateXMLEnsureACL__imp__virNodeDeviceCreateXMLEnsureACL__head_libvirt_0_dll d001959.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¦virNodeDeviceCreateXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNodeDeviceCreateXML__imp__virNodeDeviceCreateXML__head_libvirt_0_dll d001958.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¥virNodeDeviceClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNodeDeviceClass__imp__virNodeDeviceClass__head_libvirt_0_dll d001957.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¤virNodeDeviceAssignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNodeDeviceAssignDef__imp__virNodeDeviceAssignDef__head_libvirt_0_dll d001956.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%£virNodeDevCapsDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNodeDevCapsDefFree__imp__virNodeDevCapsDefFree__head_libvirt_0_dll d001955.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¢virNodeDevCapTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNodeDevCapTypeToString__imp__virNodeDevCapTypeToString__head_libvirt_0_dll d001954.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¡virNodeDevCapTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNodeDevCapTypeFromString__imp__virNodeDevCapTypeFromString__head_libvirt_0_dll d001953.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virNetworkUpdateEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetworkUpdateEnsureACL__imp__virNetworkUpdateEnsureACL__head_libvirt_0_dll d001952.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ŸvirNetworkUpdate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNetworkUpdate__imp__virNetworkUpdate__head_libvirt_0_dll d001951.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%žvirNetworkUndefineEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetworkUndefineEnsureACL__imp__virNetworkUndefineEnsureACL__head_libvirt_0_dll d001950.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virNetworkUndefine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetworkUndefine__imp__virNetworkUndefine__head_libvirt_0_dll d001949.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%œvirNetworkSetBridgeName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetworkSetBridgeName__imp__virNetworkSetBridgeName__head_libvirt_0_dll d001948.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%›virNetworkSetBridgeMacAddr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetworkSetBridgeMacAddr__imp__virNetworkSetBridgeMacAddr__head_libvirt_0_dll d001947.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%švirNetworkSetAutostartEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetworkSetAutostartEnsureACL__imp__virNetworkSetAutostartEnsureACL__head_libvirt_0_dll d001946.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%™virNetworkSetAutostart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkSetAutostart__imp__virNetworkSetAutostart__head_libvirt_0_dll d001945.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%˜virNetworkSaveStatus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetworkSaveStatus__imp__virNetworkSaveStatus__head_libvirt_0_dll d001944.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%—virNetworkSaveConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetworkSaveConfig__imp__virNetworkSaveConfig__head_libvirt_0_dll d001943.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%–virNetworkRemoveInactive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetworkRemoveInactive__imp__virNetworkRemoveInactive__head_libvirt_0_dll d001942.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%•virNetworkRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virNetworkRef__imp__virNetworkRef__head_libvirt_0_dll d001941.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%”virNetworkObjUpdate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetworkObjUpdate__imp__virNetworkObjUpdate__head_libvirt_0_dll d001940.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%“virNetworkObjUnsetDefTransient.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetworkObjUnsetDefTransient__imp__virNetworkObjUnsetDefTransient__head_libvirt_0_dll d001939.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%’virNetworkObjUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetworkObjUnlock__imp__virNetworkObjUnlock__head_libvirt_0_dll d001938.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‘virNetworkObjSetDefTransient.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetworkObjSetDefTransient__imp__virNetworkObjSetDefTransient__head_libvirt_0_dll d001937.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetworkObjReplacePersistentDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetworkObjReplacePersistentDef__imp__virNetworkObjReplacePersistentDef__head_libvirt_0_dll d001936.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virNetworkObjLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetworkObjLock__imp__virNetworkObjLock__head_libvirt_0_dll d001935.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ŽvirNetworkObjListFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetworkObjListFree__imp__virNetworkObjListFree__head_libvirt_0_dll d001934.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetworkObjListExport.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetworkObjListExport__imp__virNetworkObjListExport__head_libvirt_0_dll d001933.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ŒvirNetworkObjIsDuplicate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetworkObjIsDuplicate__imp__virNetworkObjIsDuplicate__head_libvirt_0_dll d001932.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‹virNetworkObjGetPersistentDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetworkObjGetPersistentDef__imp__virNetworkObjGetPersistentDef__head_libvirt_0_dll d001931.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ŠvirNetworkObjFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetworkObjFree__imp__virNetworkObjFree__head_libvirt_0_dll d001930.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%‰virNetworkObjAssignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkObjAssignDef__imp__virNetworkObjAssignDef__head_libvirt_0_dll d001929.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ˆvirNetworkLookupByUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetworkLookupByUUIDString__imp__virNetworkLookupByUUIDString__head_libvirt_0_dll d001928.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%‡virNetworkLookupByUUIDEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetworkLookupByUUIDEnsureACL__imp__virNetworkLookupByUUIDEnsureACL__head_libvirt_0_dll d001927.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%†virNetworkLookupByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkLookupByUUID__imp__virNetworkLookupByUUID__head_libvirt_0_dll d001926.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%…virNetworkLookupByNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetworkLookupByNameEnsureACL__imp__virNetworkLookupByNameEnsureACL__head_libvirt_0_dll d001925.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%„virNetworkLookupByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkLookupByName__imp__virNetworkLookupByName__head_libvirt_0_dll d001924.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ƒvirNetworkLoadAllState.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkLoadAllState__imp__virNetworkLoadAllState__head_libvirt_0_dll d001923.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%‚virNetworkLoadAllConfigs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetworkLoadAllConfigs__imp__virNetworkLoadAllConfigs__head_libvirt_0_dll d001922.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetworkIsPersistentEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetworkIsPersistentEnsureACL__imp__virNetworkIsPersistentEnsureACL__head_libvirt_0_dll d001921.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%€virNetworkIsPersistent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkIsPersistent__imp__virNetworkIsPersistent__head_libvirt_0_dll d001920.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetworkIsActiveEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetworkIsActiveEnsureACL__imp__virNetworkIsActiveEnsureACL__head_libvirt_0_dll d001919.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%~virNetworkIsActive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetworkIsActive__imp__virNetworkIsActive__head_libvirt_0_dll d001918.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%}virNetworkIpDefPrefix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetworkIpDefPrefix__imp__virNetworkIpDefPrefix__head_libvirt_0_dll d001917.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%|virNetworkIpDefNetmask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkIpDefNetmask__imp__virNetworkIpDefNetmask__head_libvirt_0_dll d001916.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%{virNetworkGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetworkGetXMLDescEnsureACL__imp__virNetworkGetXMLDescEnsureACL__head_libvirt_0_dll d001915.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%zvirNetworkGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetworkGetXMLDesc__imp__virNetworkGetXMLDesc__head_libvirt_0_dll d001914.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%yvirNetworkGetUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetworkGetUUIDString__imp__virNetworkGetUUIDString__head_libvirt_0_dll d001913.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%xvirNetworkGetUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetworkGetUUID__imp__virNetworkGetUUID__head_libvirt_0_dll d001912.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%wvirNetworkGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetworkGetName__imp__virNetworkGetName__head_libvirt_0_dll d001911.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%vvirNetworkGetConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetworkGetConnect__imp__virNetworkGetConnect__head_libvirt_0_dll d001910.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%uvirNetworkGetBridgeNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetworkGetBridgeNameEnsureACL__imp__virNetworkGetBridgeNameEnsureACL__head_libvirt_0_dll d001909.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%tvirNetworkGetBridgeName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetworkGetBridgeName__imp__virNetworkGetBridgeName__head_libvirt_0_dll d001908.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%svirNetworkGetAutostartEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetworkGetAutostartEnsureACL__imp__virNetworkGetAutostartEnsureACL__head_libvirt_0_dll d001907.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%rvirNetworkGetAutostart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkGetAutostart__imp__virNetworkGetAutostart__head_libvirt_0_dll d001906.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%qvirNetworkFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virNetworkFree__imp__virNetworkFree__head_libvirt_0_dll d001905.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%pvirNetworkForwardTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetworkForwardTypeToString__imp__virNetworkForwardTypeToString__head_libvirt_0_dll d001904.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ovirNetworkFindByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetworkFindByUUID__imp__virNetworkFindByUUID__head_libvirt_0_dll d001903.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%nvirNetworkFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetworkFindByName__imp__virNetworkFindByName__head_libvirt_0_dll d001902.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%mvirNetworkDestroyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetworkDestroyEnsureACL__imp__virNetworkDestroyEnsureACL__head_libvirt_0_dll d001901.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%lvirNetworkDestroy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetworkDestroy__imp__virNetworkDestroy__head_libvirt_0_dll d001900.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%kvirNetworkDeleteConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkDeleteConfig__imp__virNetworkDeleteConfig__head_libvirt_0_dll d001899.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%jvirNetworkDefineXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetworkDefineXMLEnsureACL__imp__virNetworkDefineXMLEnsureACL__head_libvirt_0_dll d001898.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ivirNetworkDefineXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetworkDefineXML__imp__virNetworkDefineXML__head_libvirt_0_dll d001897.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%hvirNetworkDefUpdateSection.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetworkDefUpdateSection__imp__virNetworkDefUpdateSection__head_libvirt_0_dll d001896.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%gvirNetworkDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetworkDefParseString__imp__virNetworkDefParseString__head_libvirt_0_dll d001895.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%fvirNetworkDefParseNode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkDefParseNode__imp__virNetworkDefParseNode__head_libvirt_0_dll d001894.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%evirNetworkDefParseFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetworkDefParseFile__imp__virNetworkDefParseFile__head_libvirt_0_dll d001893.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%dvirNetworkDefGetIpByIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetworkDefGetIpByIndex__imp__virNetworkDefGetIpByIndex__head_libvirt_0_dll d001892.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%cvirNetworkDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetworkDefFree__imp__virNetworkDefFree__head_libvirt_0_dll d001891.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%bvirNetworkDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetworkDefFormat__imp__virNetworkDefFormat__head_libvirt_0_dll d001890.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%avirNetworkDefCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetworkDefCopy__imp__virNetworkDefCopy__head_libvirt_0_dll d001889.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%`virNetworkCreateXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetworkCreateXMLEnsureACL__imp__virNetworkCreateXMLEnsureACL__head_libvirt_0_dll d001888.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%_virNetworkCreateXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetworkCreateXML__imp__virNetworkCreateXML__head_libvirt_0_dll d001887.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%^virNetworkCreateEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetworkCreateEnsureACL__imp__virNetworkCreateEnsureACL__head_libvirt_0_dll d001886.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%]virNetworkCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNetworkCreate__imp__virNetworkCreate__head_libvirt_0_dll d001885.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%\virNetworkConfigFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetworkConfigFile__imp__virNetworkConfigFile__head_libvirt_0_dll d001884.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%[virNetworkConfigChangeSetup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetworkConfigChangeSetup__imp__virNetworkConfigChangeSetup__head_libvirt_0_dll d001883.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ZvirNetworkClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNetworkClass__imp__virNetworkClass__head_libvirt_0_dll d001882.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%YvirNetworkAssignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetworkAssignDef__imp__virNetworkAssignDef__head_libvirt_0_dll d001881.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%XvirNetlinkStartup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetlinkStartup__imp__virNetlinkStartup__head_libvirt_0_dll d001880.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%WvirNetlinkShutdown.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetlinkShutdown__imp__virNetlinkShutdown__head_libvirt_0_dll d001879.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%VvirNetlinkEventServiceStopAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetlinkEventServiceStopAll__imp__virNetlinkEventServiceStopAll__head_libvirt_0_dll d001878.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%UvirNetlinkEventServiceStop.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetlinkEventServiceStop__imp__virNetlinkEventServiceStop__head_libvirt_0_dll d001877.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%TvirNetlinkEventServiceStart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetlinkEventServiceStart__imp__virNetlinkEventServiceStart__head_libvirt_0_dll d001876.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%SvirNetlinkEventServiceLocalPid.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetlinkEventServiceLocalPid__imp__virNetlinkEventServiceLocalPid__head_libvirt_0_dll d001875.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%RvirNetlinkEventServiceIsRunning.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetlinkEventServiceIsRunning__imp__virNetlinkEventServiceIsRunning__head_libvirt_0_dll d001874.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%QvirNetlinkEventRemoveClient.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetlinkEventRemoveClient__imp__virNetlinkEventRemoveClient__head_libvirt_0_dll d001873.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%PvirNetlinkEventAddClient.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetlinkEventAddClient__imp__virNetlinkEventAddClient__head_libvirt_0_dll d001872.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%OvirNetlinkCommand.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetlinkCommand__imp__virNetlinkCommand__head_libvirt_0_dll d001871.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%NvirNetTLSSessionWrite.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetTLSSessionWrite__imp__virNetTLSSessionWrite__head_libvirt_0_dll d001870.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%MvirNetTLSSessionSetIOCallbacks.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetTLSSessionSetIOCallbacks__imp__virNetTLSSessionSetIOCallbacks__head_libvirt_0_dll d001869.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%LvirNetTLSSessionRead.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetTLSSessionRead__imp__virNetTLSSessionRead__head_libvirt_0_dll d001868.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%KvirNetTLSSessionNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetTLSSessionNew__imp__virNetTLSSessionNew__head_libvirt_0_dll d001867.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%JvirNetTLSSessionHandshake.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetTLSSessionHandshake__imp__virNetTLSSessionHandshake__head_libvirt_0_dll d001866.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%IvirNetTLSSessionGetX509DName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetTLSSessionGetX509DName__imp__virNetTLSSessionGetX509DName__head_libvirt_0_dll d001865.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%HvirNetTLSSessionGetKeySize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetTLSSessionGetKeySize__imp__virNetTLSSessionGetKeySize__head_libvirt_0_dll d001864.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%GvirNetTLSSessionGetHandshakeStatus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetTLSSessionGetHandshakeStatus__imp__virNetTLSSessionGetHandshakeStatus__head_libvirt_0_dll d001863.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%FvirNetTLSInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virNetTLSInit__imp__virNetTLSInit__head_libvirt_0_dll d001862.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%EvirNetTLSContextNewServerPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetTLSContextNewServerPath__imp__virNetTLSContextNewServerPath__head_libvirt_0_dll d001861.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%DvirNetTLSContextNewServer.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetTLSContextNewServer__imp__virNetTLSContextNewServer__head_libvirt_0_dll d001860.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%CvirNetTLSContextNewClientPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetTLSContextNewClientPath__imp__virNetTLSContextNewClientPath__head_libvirt_0_dll d001859.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%BvirNetTLSContextNewClient.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetTLSContextNewClient__imp__virNetTLSContextNewClient__head_libvirt_0_dll d001858.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%AvirNetTLSContextCheckCertificate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetTLSContextCheckCertificate__imp__virNetTLSContextCheckCertificate__head_libvirt_0_dll d001857.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%@virNetSocketWrite.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetSocketWrite__imp__virNetSocketWrite__head_libvirt_0_dll d001856.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%?virNetSocketUpdateIOCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetSocketUpdateIOCallback__imp__virNetSocketUpdateIOCallback__head_libvirt_0_dll d001855.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%>virNetSocketSetTLSSession.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetSocketSetTLSSession__imp__virNetSocketSetTLSSession__head_libvirt_0_dll d001854.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%=virNetSocketSetBlocking.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetSocketSetBlocking__imp__virNetSocketSetBlocking__head_libvirt_0_dll d001853.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%<virNetSocketSendFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetSocketSendFD__imp__virNetSocketSendFD__head_libvirt_0_dll d001852.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%;virNetSocketRemoveIOCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetSocketRemoveIOCallback__imp__virNetSocketRemoveIOCallback__head_libvirt_0_dll d001851.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%:virNetSocketRemoteAddrString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetSocketRemoteAddrString__imp__virNetSocketRemoteAddrString__head_libvirt_0_dll d001850.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%9virNetSocketRecvFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetSocketRecvFD__imp__virNetSocketRecvFD__head_libvirt_0_dll d001849.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%8virNetSocketRead.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNetSocketRead__imp__virNetSocketRead__head_libvirt_0_dll d001848.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%7virNetSocketPreExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetSocketPreExecRestart__imp__virNetSocketPreExecRestart__head_libvirt_0_dll d001847.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%6virNetSocketNewPostExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetSocketNewPostExecRestart__imp__virNetSocketNewPostExecRestart__head_libvirt_0_dll d001846.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%5virNetSocketNewListenUNIX.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetSocketNewListenUNIX__imp__virNetSocketNewListenUNIX__head_libvirt_0_dll d001845.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%4virNetSocketNewListenTCP.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetSocketNewListenTCP__imp__virNetSocketNewListenTCP__head_libvirt_0_dll d001844.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%3virNetSocketNewListenFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetSocketNewListenFD__imp__virNetSocketNewListenFD__head_libvirt_0_dll d001843.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%2virNetSocketNewConnectUNIX.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetSocketNewConnectUNIX__imp__virNetSocketNewConnectUNIX__head_libvirt_0_dll d001842.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%1virNetSocketNewConnectTCP.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetSocketNewConnectTCP__imp__virNetSocketNewConnectTCP__head_libvirt_0_dll d001841.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%0virNetSocketNewConnectSSH.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetSocketNewConnectSSH__imp__virNetSocketNewConnectSSH__head_libvirt_0_dll d001840.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%/virNetSocketNewConnectLibSSH2.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetSocketNewConnectLibSSH2__imp__virNetSocketNewConnectLibSSH2__head_libvirt_0_dll d001839.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%.virNetSocketNewConnectExternal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetSocketNewConnectExternal__imp__virNetSocketNewConnectExternal__head_libvirt_0_dll d001838.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%-virNetSocketNewConnectCommand.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetSocketNewConnectCommand__imp__virNetSocketNewConnectCommand__head_libvirt_0_dll d001837.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%,virNetSocketLocalAddrString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetSocketLocalAddrString__imp__virNetSocketLocalAddrString__head_libvirt_0_dll d001836.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%+virNetSocketListen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetSocketListen__imp__virNetSocketListen__head_libvirt_0_dll d001835.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%*virNetSocketIsLocal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetSocketIsLocal__imp__virNetSocketIsLocal__head_libvirt_0_dll d001834.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%)virNetSocketHasPendingData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetSocketHasPendingData__imp__virNetSocketHasPendingData__head_libvirt_0_dll d001833.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%(virNetSocketHasPassFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetSocketHasPassFD__imp__virNetSocketHasPassFD__head_libvirt_0_dll d001832.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%'virNetSocketHasCachedData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetSocketHasCachedData__imp__virNetSocketHasCachedData__head_libvirt_0_dll d001831.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%&virNetSocketGetUNIXIdentity.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetSocketGetUNIXIdentity__imp__virNetSocketGetUNIXIdentity__head_libvirt_0_dll d001830.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%%virNetSocketGetSELinuxContext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetSocketGetSELinuxContext__imp__virNetSocketGetSELinuxContext__head_libvirt_0_dll d001829.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%$virNetSocketGetPort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetSocketGetPort__imp__virNetSocketGetPort__head_libvirt_0_dll d001828.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%#virNetSocketGetFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetSocketGetFD__imp__virNetSocketGetFD__head_libvirt_0_dll d001827.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%"virNetSocketDupFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetSocketDupFD__imp__virNetSocketDupFD__head_libvirt_0_dll d001826.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%!virNetSocketClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetSocketClose__imp__virNetSocketClose__head_libvirt_0_dll d001825.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virNetSocketAddIOCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetSocketAddIOCallback__imp__virNetSocketAddIOCallback__head_libvirt_0_dll d001824.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virNetSocketAccept.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetSocketAccept__imp__virNetSocketAccept__head_libvirt_0_dll d001823.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerUpdateServices.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerUpdateServices__imp__virNetServerUpdateServices__head_libvirt_0_dll d001822.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetServerSetTLSContext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetServerSetTLSContext__imp__virNetServerSetTLSContext__head_libvirt_0_dll d001821.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetServerServiceToggle.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetServerServiceToggle__imp__virNetServerServiceToggle__head_libvirt_0_dll d001820.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetServerServiceSetDispatcher.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetServerServiceSetDispatcher__imp__virNetServerServiceSetDispatcher__head_libvirt_0_dll d001819.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetServerServicePreExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetServerServicePreExecRestart__imp__virNetServerServicePreExecRestart__head_libvirt_0_dll d001818.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerServiceNewUNIX.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerServiceNewUNIX__imp__virNetServerServiceNewUNIX__head_libvirt_0_dll d001817.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetServerServiceNewTCP.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetServerServiceNewTCP__imp__virNetServerServiceNewTCP__head_libvirt_0_dll d001816.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virNetServerServiceNewPostExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virNetServerServiceNewPostExecRestart__imp__virNetServerServiceNewPostExecRestart__head_libvirt_0_dll d001815.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetServerServiceNewFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetServerServiceNewFD__imp__virNetServerServiceNewFD__head_libvirt_0_dll d001814.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerServiceIsReadonly.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetServerServiceIsReadonly__imp__virNetServerServiceIsReadonly__head_libvirt_0_dll d001813.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetServerServiceGetTLSContext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetServerServiceGetTLSContext__imp__virNetServerServiceGetTLSContext__head_libvirt_0_dll d001812.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerServiceGetPort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerServiceGetPort__imp__virNetServerServiceGetPort__head_libvirt_0_dll d001811.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetServerServiceGetMaxRequests.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetServerServiceGetMaxRequests__imp__virNetServerServiceGetMaxRequests__head_libvirt_0_dll d001810.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerServiceGetAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerServiceGetAuth__imp__virNetServerServiceGetAuth__head_libvirt_0_dll d001809.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetServerServiceClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetServerServiceClose__imp__virNetServerServiceClose__head_libvirt_0_dll d001808.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virNetServerRun.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNetServerRun__imp__virNetServerRun__head_libvirt_0_dll d001807.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virNetServerRemoveShutdownInhibition.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virNetServerRemoveShutdownInhibition__imp__virNetServerRemoveShutdownInhibition__head_libvirt_0_dll d001806.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virNetServerQuit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNetServerQuit__imp__virNetServerQuit__head_libvirt_0_dll d001805.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virNetServerProgramUnknownError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetServerProgramUnknownError__imp__virNetServerProgramUnknownError__head_libvirt_0_dll d001804.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virNetServerProgramSendStreamError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetServerProgramSendStreamError__imp__virNetServerProgramSendStreamError__head_libvirt_0_dll d001803.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virNetServerProgramSendStreamData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetServerProgramSendStreamData__imp__virNetServerProgramSendStreamData__head_libvirt_0_dll d001802.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virNetServerProgramSendReplyError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetServerProgramSendReplyError__imp__virNetServerProgramSendReplyError__head_libvirt_0_dll d001801.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetServerProgramNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetServerProgramNew__imp__virNetServerProgramNew__head_libvirt_0_dll d001800.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerProgramMatches.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerProgramMatches__imp__virNetServerProgramMatches__head_libvirt_0_dll d001799.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerProgramGetVersion.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetServerProgramGetVersion__imp__virNetServerProgramGetVersion__head_libvirt_0_dll d001798.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetServerProgramGetPriority.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetServerProgramGetPriority__imp__virNetServerProgramGetPriority__head_libvirt_0_dll d001797.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetServerProgramGetID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetServerProgramGetID__imp__virNetServerProgramGetID__head_libvirt_0_dll d001796.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerProgramDispatch.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetServerProgramDispatch__imp__virNetServerProgramDispatch__head_libvirt_0_dll d001795.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetServerPreExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerPreExecRestart__imp__virNetServerPreExecRestart__head_libvirt_0_dll d001794.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetServerNewPostExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetServerNewPostExecRestart__imp__virNetServerNewPostExecRestart__head_libvirt_0_dll d001793.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virNetServerNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNetServerNew__imp__virNetServerNew__head_libvirt_0_dll d001792.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÿvirNetServerMDNSStop.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetServerMDNSStop__imp__virNetServerMDNSStop__head_libvirt_0_dll d001791.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%þvirNetServerMDNSStart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetServerMDNSStart__imp__virNetServerMDNSStart__head_libvirt_0_dll d001790.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ývirNetServerMDNSRemoveGroup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetServerMDNSRemoveGroup__imp__virNetServerMDNSRemoveGroup__head_libvirt_0_dll d001789.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%üvirNetServerMDNSRemoveEntry.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetServerMDNSRemoveEntry__imp__virNetServerMDNSRemoveEntry__head_libvirt_0_dll d001788.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ûvirNetServerMDNSNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetServerMDNSNew__imp__virNetServerMDNSNew__head_libvirt_0_dll d001787.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%úvirNetServerMDNSGroupFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetServerMDNSGroupFree__imp__virNetServerMDNSGroupFree__head_libvirt_0_dll d001786.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ùvirNetServerMDNSFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetServerMDNSFree__imp__virNetServerMDNSFree__head_libvirt_0_dll d001785.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%øvirNetServerMDNSEntryFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetServerMDNSEntryFree__imp__virNetServerMDNSEntryFree__head_libvirt_0_dll d001784.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%÷virNetServerMDNSAddGroup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetServerMDNSAddGroup__imp__virNetServerMDNSAddGroup__head_libvirt_0_dll d001783.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%övirNetServerMDNSAddEntry.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetServerMDNSAddEntry__imp__virNetServerMDNSAddEntry__head_libvirt_0_dll d001782.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%õvirNetServerKeepAliveRequired.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetServerKeepAliveRequired__imp__virNetServerKeepAliveRequired__head_libvirt_0_dll d001781.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ôvirNetServerIsPrivileged.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetServerIsPrivileged__imp__virNetServerIsPrivileged__head_libvirt_0_dll d001780.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%óvirNetServerClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetServerClose__imp__virNetServerClose__head_libvirt_0_dll d001779.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%òvirNetServerClientWantClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetServerClientWantClose__imp__virNetServerClientWantClose__head_libvirt_0_dll d001778.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ñvirNetServerClientStartKeepAlive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetServerClientStartKeepAlive__imp__virNetServerClientStartKeepAlive__head_libvirt_0_dll d001777.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ðvirNetServerClientSetDispatcher.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetServerClientSetDispatcher__imp__virNetServerClientSetDispatcher__head_libvirt_0_dll d001776.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ïvirNetServerClientSetCloseHook.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetServerClientSetCloseHook__imp__virNetServerClientSetCloseHook__head_libvirt_0_dll d001775.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%îvirNetServerClientSetAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetServerClientSetAuth__imp__virNetServerClientSetAuth__head_libvirt_0_dll d001774.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ívirNetServerClientSendMessage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetServerClientSendMessage__imp__virNetServerClientSendMessage__head_libvirt_0_dll d001773.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ìvirNetServerClientRemoveFilter.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetServerClientRemoveFilter__imp__virNetServerClientRemoveFilter__head_libvirt_0_dll d001772.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ëvirNetServerClientRemoteAddrString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetServerClientRemoteAddrString__imp__virNetServerClientRemoteAddrString__head_libvirt_0_dll d001771.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%êvirNetServerClientPreExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetServerClientPreExecRestart__imp__virNetServerClientPreExecRestart__head_libvirt_0_dll d001770.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%évirNetServerClientNewPostExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virNetServerClientNewPostExecRestart__imp__virNetServerClientNewPostExecRestart__head_libvirt_0_dll d001769.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%èvirNetServerClientNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetServerClientNew__imp__virNetServerClientNew__head_libvirt_0_dll d001768.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%çvirNetServerClientNeedAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerClientNeedAuth__imp__virNetServerClientNeedAuth__head_libvirt_0_dll d001767.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ævirNetServerClientLocalAddrString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetServerClientLocalAddrString__imp__virNetServerClientLocalAddrString__head_libvirt_0_dll d001766.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%åvirNetServerClientIsSecure.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerClientIsSecure__imp__virNetServerClientIsSecure__head_libvirt_0_dll d001765.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ävirNetServerClientIsLocal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetServerClientIsLocal__imp__virNetServerClientIsLocal__head_libvirt_0_dll d001764.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ãvirNetServerClientIsClosed.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetServerClientIsClosed__imp__virNetServerClientIsClosed__head_libvirt_0_dll d001763.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%âvirNetServerClientInitKeepAlive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetServerClientInitKeepAlive__imp__virNetServerClientInitKeepAlive__head_libvirt_0_dll d001762.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ávirNetServerClientInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetServerClientInit__imp__virNetServerClientInit__head_libvirt_0_dll d001761.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%àvirNetServerClientImmediateClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetServerClientImmediateClose__imp__virNetServerClientImmediateClose__head_libvirt_0_dll d001760.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ßvirNetServerClientHasTLSSession.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetServerClientHasTLSSession__imp__virNetServerClientHasTLSSession__head_libvirt_0_dll d001759.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÞvirNetServerClientGetUNIXIdentity.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetServerClientGetUNIXIdentity__imp__virNetServerClientGetUNIXIdentity__head_libvirt_0_dll d001758.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÝvirNetServerClientGetTLSSession.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetServerClientGetTLSSession__imp__virNetServerClientGetTLSSession__head_libvirt_0_dll d001757.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÜvirNetServerClientGetTLSKeySize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetServerClientGetTLSKeySize__imp__virNetServerClientGetTLSKeySize__head_libvirt_0_dll d001756.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÛvirNetServerClientGetSELinuxContext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virNetServerClientGetSELinuxContext__imp__virNetServerClientGetSELinuxContext__head_libvirt_0_dll d001755.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÚvirNetServerClientGetReadonly.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetServerClientGetReadonly__imp__virNetServerClientGetReadonly__head_libvirt_0_dll d001754.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÙvirNetServerClientGetPrivateData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetServerClientGetPrivateData__imp__virNetServerClientGetPrivateData__head_libvirt_0_dll d001753.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ØvirNetServerClientGetIdentity.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetServerClientGetIdentity__imp__virNetServerClientGetIdentity__head_libvirt_0_dll d001752.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%×virNetServerClientGetFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetServerClientGetFD__imp__virNetServerClientGetFD__head_libvirt_0_dll d001751.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÖvirNetServerClientGetAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetServerClientGetAuth__imp__virNetServerClientGetAuth__head_libvirt_0_dll d001750.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÕvirNetServerClientDelayedClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetServerClientDelayedClose__imp__virNetServerClientDelayedClose__head_libvirt_0_dll d001749.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÔvirNetServerClientClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetServerClientClose__imp__virNetServerClientClose__head_libvirt_0_dll d001748.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÓvirNetServerClientAddFilter.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetServerClientAddFilter__imp__virNetServerClientAddFilter__head_libvirt_0_dll d001747.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÒvirNetServerAutoShutdown.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetServerAutoShutdown__imp__virNetServerAutoShutdown__head_libvirt_0_dll d001746.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÑvirNetServerAddSignalHandler.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetServerAddSignalHandler__imp__virNetServerAddSignalHandler__head_libvirt_0_dll d001745.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÐvirNetServerAddShutdownInhibition.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetServerAddShutdownInhibition__imp__virNetServerAddShutdownInhibition__head_libvirt_0_dll d001744.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÏvirNetServerAddService.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetServerAddService__imp__virNetServerAddService__head_libvirt_0_dll d001743.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÎvirNetServerAddProgram.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetServerAddProgram__imp__virNetServerAddProgram__head_libvirt_0_dll d001742.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ÍvirNetSSHSessionSetHostKeyVerification.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virNetSSHSessionSetHostKeyVerification__imp__virNetSSHSessionSetHostKeyVerification__head_libvirt_0_dll d001741.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÌvirNetSSHSessionSetChannelCommand.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetSSHSessionSetChannelCommand__imp__virNetSSHSessionSetChannelCommand__head_libvirt_0_dll d001740.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ËvirNetSSHSessionHasCachedData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetSSHSessionHasCachedData__imp__virNetSSHSessionHasCachedData__head_libvirt_0_dll d001739.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÊvirNetSSHSessionConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetSSHSessionConnect__imp__virNetSSHSessionConnect__head_libvirt_0_dll d001738.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÉvirNetSSHSessionAuthSetCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetSSHSessionAuthSetCallback__imp__virNetSSHSessionAuthSetCallback__head_libvirt_0_dll d001737.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÈvirNetSSHSessionAuthReset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetSSHSessionAuthReset__imp__virNetSSHSessionAuthReset__head_libvirt_0_dll d001736.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÇvirNetSSHSessionAuthAddPrivKeyAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetSSHSessionAuthAddPrivKeyAuth__imp__virNetSSHSessionAuthAddPrivKeyAuth__head_libvirt_0_dll d001735.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÆvirNetSSHSessionAuthAddPasswordAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virNetSSHSessionAuthAddPasswordAuth__imp__virNetSSHSessionAuthAddPasswordAuth__head_libvirt_0_dll d001734.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÅvirNetSSHSessionAuthAddKeyboardAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virNetSSHSessionAuthAddKeyboardAuth__imp__virNetSSHSessionAuthAddKeyboardAuth__head_libvirt_0_dll d001733.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÄvirNetSSHSessionAuthAddAgentAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetSSHSessionAuthAddAgentAuth__imp__virNetSSHSessionAuthAddAgentAuth__head_libvirt_0_dll d001732.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÃvirNetSSHChannelWrite.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetSSHChannelWrite__imp__virNetSSHChannelWrite__head_libvirt_0_dll d001731.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÂvirNetSSHChannelRead.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNetSSHChannelRead__imp__virNetSSHChannelRead__head_libvirt_0_dll d001730.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÁvirNetMessageSaveError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetMessageSaveError__imp__virNetMessageSaveError__head_libvirt_0_dll d001729.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÀvirNetMessageQueueServe.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetMessageQueueServe__imp__virNetMessageQueueServe__head_libvirt_0_dll d001728.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¿virNetMessageQueuePush.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetMessageQueuePush__imp__virNetMessageQueuePush__head_libvirt_0_dll d001727.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¾virNetMessageNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNetMessageNew__imp__virNetMessageNew__head_libvirt_0_dll d001726.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%½virNetMessageFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetMessageFree__imp__virNetMessageFree__head_libvirt_0_dll d001725.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¼virNetMessageEncodePayloadRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetMessageEncodePayloadRaw__imp__virNetMessageEncodePayloadRaw__head_libvirt_0_dll d001724.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%»virNetMessageEncodePayload.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetMessageEncodePayload__imp__virNetMessageEncodePayload__head_libvirt_0_dll d001723.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ºvirNetMessageEncodeNumFDs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetMessageEncodeNumFDs__imp__virNetMessageEncodeNumFDs__head_libvirt_0_dll d001722.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¹virNetMessageEncodeHeader.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetMessageEncodeHeader__imp__virNetMessageEncodeHeader__head_libvirt_0_dll d001721.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¸virNetMessageDupFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetMessageDupFD__imp__virNetMessageDupFD__head_libvirt_0_dll d001720.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%·virNetMessageDecodePayload.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetMessageDecodePayload__imp__virNetMessageDecodePayload__head_libvirt_0_dll d001719.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¶virNetMessageDecodeNumFDs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetMessageDecodeNumFDs__imp__virNetMessageDecodeNumFDs__head_libvirt_0_dll d001718.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%µvirNetMessageDecodeLength.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetMessageDecodeLength__imp__virNetMessageDecodeLength__head_libvirt_0_dll d001717.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%´virNetMessageDecodeHeader.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetMessageDecodeHeader__imp__virNetMessageDecodeHeader__head_libvirt_0_dll d001716.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%³virNetMessageClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetMessageClear__imp__virNetMessageClear__head_libvirt_0_dll d001715.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%²virNetDevVlanParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetDevVlanParse__imp__virNetDevVlanParse__head_libvirt_0_dll d001714.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%±virNetDevVlanFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetDevVlanFree__imp__virNetDevVlanFree__head_libvirt_0_dll d001713.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%°virNetDevVlanFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetDevVlanFormat__imp__virNetDevVlanFormat__head_libvirt_0_dll d001712.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¯virNetDevVlanEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetDevVlanEqual__imp__virNetDevVlanEqual__head_libvirt_0_dll d001711.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%®virNetDevVlanCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetDevVlanCopy__imp__virNetDevVlanCopy__head_libvirt_0_dll d001710.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%­virNetDevVlanClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetDevVlanClear__imp__virNetDevVlanClear__head_libvirt_0_dll d001709.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¬virNetDevVethDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetDevVethDelete__imp__virNetDevVethDelete__head_libvirt_0_dll d001708.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%«virNetDevVethCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetDevVethCreate__imp__virNetDevVethCreate__head_libvirt_0_dll d001707.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ªvirNetDevValidateConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetDevValidateConfig__imp__virNetDevValidateConfig__head_libvirt_0_dll d001706.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%©virNetDevVPortTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetDevVPortTypeToString__imp__virNetDevVPortTypeToString__head_libvirt_0_dll d001705.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¨virNetDevVPortTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetDevVPortTypeFromString__imp__virNetDevVPortTypeFromString__head_libvirt_0_dll d001704.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%§virNetDevVPortProfileParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetDevVPortProfileParse__imp__virNetDevVPortProfileParse__head_libvirt_0_dll d001703.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¦virNetDevVPortProfileOpTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virNetDevVPortProfileOpTypeToString__imp__virNetDevVPortProfileOpTypeToString__head_libvirt_0_dll d001702.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¥virNetDevVPortProfileOpTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virNetDevVPortProfileOpTypeFromString__imp__virNetDevVPortProfileOpTypeFromString__head_libvirt_0_dll d001701.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¤virNetDevVPortProfileMerge3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetDevVPortProfileMerge3__imp__virNetDevVPortProfileMerge3__head_libvirt_0_dll d001700.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%£virNetDevVPortProfileFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetDevVPortProfileFormat__imp__virNetDevVPortProfileFormat__head_libvirt_0_dll d001699.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¢virNetDevVPortProfileEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetDevVPortProfileEqual__imp__virNetDevVPortProfileEqual__head_libvirt_0_dll d001698.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¡virNetDevVPortProfileDisassociate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNetDevVPortProfileDisassociate__imp__virNetDevVPortProfileDisassociate__head_libvirt_0_dll d001697.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virNetDevVPortProfileCheckNoExtras.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetDevVPortProfileCheckNoExtras__imp__virNetDevVPortProfileCheckNoExtras__head_libvirt_0_dll d001696.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ŸvirNetDevVPortProfileCheckComplete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetDevVPortProfileCheckComplete__imp__virNetDevVPortProfileCheckComplete__head_libvirt_0_dll d001695.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%žvirNetDevVPortProfileAssociate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetDevVPortProfileAssociate__imp__virNetDevVPortProfileAssociate__head_libvirt_0_dll d001694.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virNetDevTapGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetDevTapGetName__imp__virNetDevTapGetName__head_libvirt_0_dll d001693.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%œvirNetDevTapDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetDevTapDelete__imp__virNetDevTapDelete__head_libvirt_0_dll d001692.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%›virNetDevTapCreateInBridgePort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetDevTapCreateInBridgePort__imp__virNetDevTapCreateInBridgePort__head_libvirt_0_dll d001691.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%švirNetDevTapCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetDevTapCreate__imp__virNetDevTapCreate__head_libvirt_0_dll d001690.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%™virNetDevSetupControl.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetDevSetupControl__imp__virNetDevSetupControl__head_libvirt_0_dll d001689.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%˜virNetDevSetOnline.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetDevSetOnline__imp__virNetDevSetOnline__head_libvirt_0_dll d001688.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%—virNetDevSetNamespace.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetDevSetNamespace__imp__virNetDevSetNamespace__head_libvirt_0_dll d001687.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%–virNetDevSetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNetDevSetName__imp__virNetDevSetName__head_libvirt_0_dll d001686.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%•virNetDevSetMTUFromDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetDevSetMTUFromDevice__imp__virNetDevSetMTUFromDevice__head_libvirt_0_dll d001685.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%”virNetDevSetMTU.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNetDevSetMTU__imp__virNetDevSetMTU__head_libvirt_0_dll d001684.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%“virNetDevSetMAC.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNetDevSetMAC__imp__virNetDevSetMAC__head_libvirt_0_dll d001683.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%’virNetDevSetIPv4Address.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetDevSetIPv4Address__imp__virNetDevSetIPv4Address__head_libvirt_0_dll d001682.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%‘virNetDevRestoreNetConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetDevRestoreNetConfig__imp__virNetDevRestoreNetConfig__head_libvirt_0_dll d001681.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNetDevRestoreMacAddress.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetDevRestoreMacAddress__imp__virNetDevRestoreMacAddress__head_libvirt_0_dll d001680.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNetDevReplaceNetConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetDevReplaceNetConfig__imp__virNetDevReplaceNetConfig__head_libvirt_0_dll d001679.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŽvirNetDevReplaceMacAddress.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetDevReplaceMacAddress__imp__virNetDevReplaceMacAddress__head_libvirt_0_dll d001678.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virNetDevOpenvswitchSetMigrateData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetDevOpenvswitchSetMigrateData__imp__virNetDevOpenvswitchSetMigrateData__head_libvirt_0_dll d001677.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ŒvirNetDevOpenvswitchRemovePort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNetDevOpenvswitchRemovePort__imp__virNetDevOpenvswitchRemovePort__head_libvirt_0_dll d001676.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%‹virNetDevOpenvswitchGetMigrateData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetDevOpenvswitchGetMigrateData__imp__virNetDevOpenvswitchGetMigrateData__head_libvirt_0_dll d001675.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŠvirNetDevOpenvswitchAddPort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetDevOpenvswitchAddPort__imp__virNetDevOpenvswitchAddPort__head_libvirt_0_dll d001674.o/ 1378126332 1000 425 100644 613 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%‰virNetDevMacVLanVPortProfileRegisterCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2f{_virNetDevMacVLanVPortProfileRegisterCallback__imp__virNetDevMacVLanVPortProfileRegisterCallback__head_libvirt_0_dll d001673.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ˆvirNetDevMacVLanRestartWithVPortProfile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virNetDevMacVLanRestartWithVPortProfile__imp__virNetDevMacVLanRestartWithVPortProfile__head_libvirt_0_dll d001672.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%‡virNetDevMacVLanDeleteWithVPortProfile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virNetDevMacVLanDeleteWithVPortProfile__imp__virNetDevMacVLanDeleteWithVPortProfile__head_libvirt_0_dll d001671.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%†virNetDevMacVLanDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetDevMacVLanDelete__imp__virNetDevMacVLanDelete__head_libvirt_0_dll d001670.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%…virNetDevMacVLanCreateWithVPortProfile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virNetDevMacVLanCreateWithVPortProfile__imp__virNetDevMacVLanCreateWithVPortProfile__head_libvirt_0_dll d001669.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%„virNetDevMacVLanCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetDevMacVLanCreate__imp__virNetDevMacVLanCreate__head_libvirt_0_dll d001668.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ƒvirNetDevLinkDump.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetDevLinkDump__imp__virNetDevLinkDump__head_libvirt_0_dll d001667.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‚virNetDevIsVirtualFunction.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetDevIsVirtualFunction__imp__virNetDevIsVirtualFunction__head_libvirt_0_dll d001666.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virNetDevIsOnline.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetDevIsOnline__imp__virNetDevIsOnline__head_libvirt_0_dll d001665.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%€virNetDevGetVirtualFunctions.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetDevGetVirtualFunctions__imp__virNetDevGetVirtualFunctions__head_libvirt_0_dll d001664.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNetDevGetVirtualFunctionInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetDevGetVirtualFunctionInfo__imp__virNetDevGetVirtualFunctionInfo__head_libvirt_0_dll d001663.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%~virNetDevGetVirtualFunctionIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetDevGetVirtualFunctionIndex__imp__virNetDevGetVirtualFunctionIndex__head_libvirt_0_dll d001662.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%}virNetDevGetVLanID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetDevGetVLanID__imp__virNetDevGetVLanID__head_libvirt_0_dll d001661.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%|virNetDevGetPhysicalFunction.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetDevGetPhysicalFunction__imp__virNetDevGetPhysicalFunction__head_libvirt_0_dll d001660.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%{virNetDevGetMTU.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNetDevGetMTU__imp__virNetDevGetMTU__head_libvirt_0_dll d001659.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%zvirNetDevGetMAC.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNetDevGetMAC__imp__virNetDevGetMAC__head_libvirt_0_dll d001658.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%yvirNetDevGetIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetDevGetIndex__imp__virNetDevGetIndex__head_libvirt_0_dll d001657.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%xvirNetDevGetIPv4Address.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetDevGetIPv4Address__imp__virNetDevGetIPv4Address__head_libvirt_0_dll d001656.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%wvirNetDevExists.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNetDevExists__imp__virNetDevExists__head_libvirt_0_dll d001655.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%vvirNetDevClearIPv4Address.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetDevClearIPv4Address__imp__virNetDevClearIPv4Address__head_libvirt_0_dll d001654.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%uvirNetDevBridgeSetSTPDelay.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetDevBridgeSetSTPDelay__imp__virNetDevBridgeSetSTPDelay__head_libvirt_0_dll d001653.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%tvirNetDevBridgeSetSTP.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetDevBridgeSetSTP__imp__virNetDevBridgeSetSTP__head_libvirt_0_dll d001652.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%svirNetDevBridgeRemovePort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetDevBridgeRemovePort__imp__virNetDevBridgeRemovePort__head_libvirt_0_dll d001651.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%rvirNetDevBridgeGetSTPDelay.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetDevBridgeGetSTPDelay__imp__virNetDevBridgeGetSTPDelay__head_libvirt_0_dll d001650.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%qvirNetDevBridgeGetSTP.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetDevBridgeGetSTP__imp__virNetDevBridgeGetSTP__head_libvirt_0_dll d001649.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%pvirNetDevBridgeDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetDevBridgeDelete__imp__virNetDevBridgeDelete__head_libvirt_0_dll d001648.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ovirNetDevBridgeCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetDevBridgeCreate__imp__virNetDevBridgeCreate__head_libvirt_0_dll d001647.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%nvirNetDevBridgeAddPort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetDevBridgeAddPort__imp__virNetDevBridgeAddPort__head_libvirt_0_dll d001646.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%mvirNetDevBandwidthUpdateRate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetDevBandwidthUpdateRate__imp__virNetDevBandwidthUpdateRate__head_libvirt_0_dll d001645.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%lvirNetDevBandwidthUnplug.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetDevBandwidthUnplug__imp__virNetDevBandwidthUnplug__head_libvirt_0_dll d001644.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%kvirNetDevBandwidthSet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetDevBandwidthSet__imp__virNetDevBandwidthSet__head_libvirt_0_dll d001643.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%jvirNetDevBandwidthPlug.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetDevBandwidthPlug__imp__virNetDevBandwidthPlug__head_libvirt_0_dll d001642.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ivirNetDevBandwidthParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetDevBandwidthParse__imp__virNetDevBandwidthParse__head_libvirt_0_dll d001641.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%hvirNetDevBandwidthFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetDevBandwidthFree__imp__virNetDevBandwidthFree__head_libvirt_0_dll d001640.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%gvirNetDevBandwidthFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetDevBandwidthFormat__imp__virNetDevBandwidthFormat__head_libvirt_0_dll d001639.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%fvirNetDevBandwidthEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetDevBandwidthEqual__imp__virNetDevBandwidthEqual__head_libvirt_0_dll d001638.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%evirNetDevBandwidthCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetDevBandwidthCopy__imp__virNetDevBandwidthCopy__head_libvirt_0_dll d001637.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%dvirNetDevBandwidthClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetDevBandwidthClear__imp__virNetDevBandwidthClear__head_libvirt_0_dll d001636.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%cvirNetDevAddRoute.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetDevAddRoute__imp__virNetDevAddRoute__head_libvirt_0_dll d001635.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%bvirNetClientStreamSetError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetClientStreamSetError__imp__virNetClientStreamSetError__head_libvirt_0_dll d001634.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%avirNetClientStreamSendPacket.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetClientStreamSendPacket__imp__virNetClientStreamSendPacket__head_libvirt_0_dll d001633.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%`virNetClientStreamRecvPacket.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetClientStreamRecvPacket__imp__virNetClientStreamRecvPacket__head_libvirt_0_dll d001632.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%_virNetClientStreamRaiseError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetClientStreamRaiseError__imp__virNetClientStreamRaiseError__head_libvirt_0_dll d001631.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%^virNetClientStreamQueuePacket.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetClientStreamQueuePacket__imp__virNetClientStreamQueuePacket__head_libvirt_0_dll d001630.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%]virNetClientStreamNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetClientStreamNew__imp__virNetClientStreamNew__head_libvirt_0_dll d001629.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%\virNetClientStreamMatches.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetClientStreamMatches__imp__virNetClientStreamMatches__head_libvirt_0_dll d001628.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%[virNetClientStreamEventUpdateCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virNetClientStreamEventUpdateCallback__imp__virNetClientStreamEventUpdateCallback__head_libvirt_0_dll d001627.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ZvirNetClientStreamEventRemoveCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virNetClientStreamEventRemoveCallback__imp__virNetClientStreamEventRemoveCallback__head_libvirt_0_dll d001626.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%YvirNetClientStreamEventAddCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNetClientStreamEventAddCallback__imp__virNetClientStreamEventAddCallback__head_libvirt_0_dll d001625.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%XvirNetClientStreamEOF.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetClientStreamEOF__imp__virNetClientStreamEOF__head_libvirt_0_dll d001624.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%WvirNetClientSetTLSSession.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetClientSetTLSSession__imp__virNetClientSetTLSSession__head_libvirt_0_dll d001623.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%VvirNetClientSetCloseCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetClientSetCloseCallback__imp__virNetClientSetCloseCallback__head_libvirt_0_dll d001622.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%UvirNetClientSendWithReplyStream.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNetClientSendWithReplyStream__imp__virNetClientSendWithReplyStream__head_libvirt_0_dll d001621.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%TvirNetClientSendWithReply.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetClientSendWithReply__imp__virNetClientSendWithReply__head_libvirt_0_dll d001620.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%SvirNetClientSendNonBlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetClientSendNonBlock__imp__virNetClientSendNonBlock__head_libvirt_0_dll d001619.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%RvirNetClientSendNoReply.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetClientSendNoReply__imp__virNetClientSendNoReply__head_libvirt_0_dll d001618.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%QvirNetClientRemoveStream.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNetClientRemoveStream__imp__virNetClientRemoveStream__head_libvirt_0_dll d001617.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%PvirNetClientRemoteAddrString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNetClientRemoteAddrString__imp__virNetClientRemoteAddrString__head_libvirt_0_dll d001616.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%OvirNetClientRegisterKeepAlive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetClientRegisterKeepAlive__imp__virNetClientRegisterKeepAlive__head_libvirt_0_dll d001615.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%NvirNetClientRegisterAsyncIO.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetClientRegisterAsyncIO__imp__virNetClientRegisterAsyncIO__head_libvirt_0_dll d001614.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%MvirNetClientProgramNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetClientProgramNew__imp__virNetClientProgramNew__head_libvirt_0_dll d001613.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%LvirNetClientProgramMatches.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetClientProgramMatches__imp__virNetClientProgramMatches__head_libvirt_0_dll d001612.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%KvirNetClientProgramGetVersion.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetClientProgramGetVersion__imp__virNetClientProgramGetVersion__head_libvirt_0_dll d001611.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%JvirNetClientProgramGetProgram.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNetClientProgramGetProgram__imp__virNetClientProgramGetProgram__head_libvirt_0_dll d001610.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%IvirNetClientProgramDispatch.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetClientProgramDispatch__imp__virNetClientProgramDispatch__head_libvirt_0_dll d001609.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%HvirNetClientProgramCall.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetClientProgramCall__imp__virNetClientProgramCall__head_libvirt_0_dll d001608.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%GvirNetClientNewUNIX.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNetClientNewUNIX__imp__virNetClientNewUNIX__head_libvirt_0_dll d001607.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%FvirNetClientNewTCP.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetClientNewTCP__imp__virNetClientNewTCP__head_libvirt_0_dll d001606.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%EvirNetClientNewSSH.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetClientNewSSH__imp__virNetClientNewSSH__head_libvirt_0_dll d001605.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%DvirNetClientNewLibSSH2.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetClientNewLibSSH2__imp__virNetClientNewLibSSH2__head_libvirt_0_dll d001604.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%CvirNetClientNewExternal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetClientNewExternal__imp__virNetClientNewExternal__head_libvirt_0_dll d001603.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%BvirNetClientLocalAddrString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNetClientLocalAddrString__imp__virNetClientLocalAddrString__head_libvirt_0_dll d001602.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%AvirNetClientKeepAliveStop.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetClientKeepAliveStop__imp__virNetClientKeepAliveStop__head_libvirt_0_dll d001601.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%@virNetClientKeepAliveStart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNetClientKeepAliveStart__imp__virNetClientKeepAliveStart__head_libvirt_0_dll d001600.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%?virNetClientKeepAliveIsSupported.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNetClientKeepAliveIsSupported__imp__virNetClientKeepAliveIsSupported__head_libvirt_0_dll d001599.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%>virNetClientIsOpen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNetClientIsOpen__imp__virNetClientIsOpen__head_libvirt_0_dll d001598.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%=virNetClientIsEncrypted.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNetClientIsEncrypted__imp__virNetClientIsEncrypted__head_libvirt_0_dll d001597.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%<virNetClientHasPassFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetClientHasPassFD__imp__virNetClientHasPassFD__head_libvirt_0_dll d001596.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%;virNetClientGetTLSKeySize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNetClientGetTLSKeySize__imp__virNetClientGetTLSKeySize__head_libvirt_0_dll d001595.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%:virNetClientGetFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetClientGetFD__imp__virNetClientGetFD__head_libvirt_0_dll d001594.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%9virNetClientDupFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetClientDupFD__imp__virNetClientDupFD__head_libvirt_0_dll d001593.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%8virNetClientClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virNetClientClose__imp__virNetClientClose__head_libvirt_0_dll d001592.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%7virNetClientAddStream.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNetClientAddStream__imp__virNetClientAddStream__head_libvirt_0_dll d001591.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%6virNetClientAddProgram.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNetClientAddProgram__imp__virNetClientAddProgram__head_libvirt_0_dll d001590.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%5virNWFilterVarValueGetSimple.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNWFilterVarValueGetSimple__imp__virNWFilterVarValueGetSimple__head_libvirt_0_dll d001589.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%4virNWFilterVarValueGetNthValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNWFilterVarValueGetNthValue__imp__virNWFilterVarValueGetNthValue__head_libvirt_0_dll d001588.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%3virNWFilterVarValueGetCardinality.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNWFilterVarValueGetCardinality__imp__virNWFilterVarValueGetCardinality__head_libvirt_0_dll d001587.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%2virNWFilterVarValueFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNWFilterVarValueFree__imp__virNWFilterVarValueFree__head_libvirt_0_dll d001586.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%1virNWFilterVarValueEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNWFilterVarValueEqual__imp__virNWFilterVarValueEqual__head_libvirt_0_dll d001585.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%0virNWFilterVarValueDelValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNWFilterVarValueDelValue__imp__virNWFilterVarValueDelValue__head_libvirt_0_dll d001584.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%/virNWFilterVarValueCreateSimpleCopyValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virNWFilterVarValueCreateSimpleCopyValue__imp__virNWFilterVarValueCreateSimpleCopyValue__head_libvirt_0_dll d001583.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%.virNWFilterVarValueCreateSimple.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNWFilterVarValueCreateSimple__imp__virNWFilterVarValueCreateSimple__head_libvirt_0_dll d001582.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%-virNWFilterVarValueCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNWFilterVarValueCopy__imp__virNWFilterVarValueCopy__head_libvirt_0_dll d001581.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%,virNWFilterVarValueAddValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virNWFilterVarValueAddValue__imp__virNWFilterVarValueAddValue__head_libvirt_0_dll d001580.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%+virNWFilterVarCombIterNext.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNWFilterVarCombIterNext__imp__virNWFilterVarCombIterNext__head_libvirt_0_dll d001579.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%*virNWFilterVarCombIterGetVarValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNWFilterVarCombIterGetVarValue__imp__virNWFilterVarCombIterGetVarValue__head_libvirt_0_dll d001578.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%)virNWFilterVarCombIterFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNWFilterVarCombIterFree__imp__virNWFilterVarCombIterFree__head_libvirt_0_dll d001577.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%(virNWFilterVarCombIterCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNWFilterVarCombIterCreate__imp__virNWFilterVarCombIterCreate__head_libvirt_0_dll d001576.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%'virNWFilterVarAccessPrint.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNWFilterVarAccessPrint__imp__virNWFilterVarAccessPrint__head_libvirt_0_dll d001575.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%&virNWFilterVarAccessIsAvailable.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNWFilterVarAccessIsAvailable__imp__virNWFilterVarAccessIsAvailable__head_libvirt_0_dll d001574.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%%virNWFilterVarAccessGetVarName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNWFilterVarAccessGetVarName__imp__virNWFilterVarAccessGetVarName__head_libvirt_0_dll d001573.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%$virNWFilterUnlockFilterUpdates.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNWFilterUnlockFilterUpdates__imp__virNWFilterUnlockFilterUpdates__head_libvirt_0_dll d001572.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%#virNWFilterUndefineEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNWFilterUndefineEnsureACL__imp__virNWFilterUndefineEnsureACL__head_libvirt_0_dll d001571.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%"virNWFilterUndefine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virNWFilterUndefine__imp__virNWFilterUndefine__head_libvirt_0_dll d001570.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%!virNWFilterUnRegisterCallbackDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virNWFilterUnRegisterCallbackDriver__imp__virNWFilterUnRegisterCallbackDriver__head_libvirt_0_dll d001569.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virNWFilterTestUnassignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNWFilterTestUnassignDef__imp__virNWFilterTestUnassignDef__head_libvirt_0_dll d001568.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virNWFilterRuleProtocolTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virNWFilterRuleProtocolTypeToString__imp__virNWFilterRuleProtocolTypeToString__head_libvirt_0_dll d001567.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virNWFilterRuleDirectionTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virNWFilterRuleDirectionTypeToString__imp__virNWFilterRuleDirectionTypeToString__head_libvirt_0_dll d001566.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNWFilterRuleActionTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNWFilterRuleActionTypeToString__imp__virNWFilterRuleActionTypeToString__head_libvirt_0_dll d001565.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNWFilterRegisterCallbackDriver.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNWFilterRegisterCallbackDriver__imp__virNWFilterRegisterCallbackDriver__head_libvirt_0_dll d001564.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virNWFilterRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virNWFilterRef__imp__virNWFilterRef__head_libvirt_0_dll d001563.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNWFilterPrintTCPFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNWFilterPrintTCPFlags__imp__virNWFilterPrintTCPFlags__head_libvirt_0_dll d001562.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNWFilterPrintStateMatchFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNWFilterPrintStateMatchFlags__imp__virNWFilterPrintStateMatchFlags__head_libvirt_0_dll d001561.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virNWFilterObjUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNWFilterObjUnlock__imp__virNWFilterObjUnlock__head_libvirt_0_dll d001560.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virNWFilterObjSaveDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNWFilterObjSaveDef__imp__virNWFilterObjSaveDef__head_libvirt_0_dll d001559.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virNWFilterObjRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNWFilterObjRemove__imp__virNWFilterObjRemove__head_libvirt_0_dll d001558.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virNWFilterObjLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNWFilterObjLock__imp__virNWFilterObjLock__head_libvirt_0_dll d001557.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNWFilterObjListFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virNWFilterObjListFree__imp__virNWFilterObjListFree__head_libvirt_0_dll d001556.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNWFilterObjFindByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNWFilterObjFindByUUID__imp__virNWFilterObjFindByUUID__head_libvirt_0_dll d001555.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNWFilterObjFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNWFilterObjFindByName__imp__virNWFilterObjFindByName__head_libvirt_0_dll d001554.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNWFilterObjDeleteDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNWFilterObjDeleteDef__imp__virNWFilterObjDeleteDef__head_libvirt_0_dll d001553.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNWFilterObjAssignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNWFilterObjAssignDef__imp__virNWFilterObjAssignDef__head_libvirt_0_dll d001552.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNWFilterLookupByUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNWFilterLookupByUUIDString__imp__virNWFilterLookupByUUIDString__head_libvirt_0_dll d001551.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNWFilterLookupByUUIDEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNWFilterLookupByUUIDEnsureACL__imp__virNWFilterLookupByUUIDEnsureACL__head_libvirt_0_dll d001550.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virNWFilterLookupByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNWFilterLookupByUUID__imp__virNWFilterLookupByUUID__head_libvirt_0_dll d001549.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virNWFilterLookupByNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNWFilterLookupByNameEnsureACL__imp__virNWFilterLookupByNameEnsureACL__head_libvirt_0_dll d001548.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virNWFilterLookupByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNWFilterLookupByName__imp__virNWFilterLookupByName__head_libvirt_0_dll d001547.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virNWFilterLockFilterUpdates.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNWFilterLockFilterUpdates__imp__virNWFilterLockFilterUpdates__head_libvirt_0_dll d001546.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virNWFilterLoadAllConfigs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNWFilterLoadAllConfigs__imp__virNWFilterLoadAllConfigs__head_libvirt_0_dll d001545.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNWFilterJumpTargetTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virNWFilterJumpTargetTypeToString__imp__virNWFilterJumpTargetTypeToString__head_libvirt_0_dll d001544.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNWFilterInstFiltersOnAllVMs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNWFilterInstFiltersOnAllVMs__imp__virNWFilterInstFiltersOnAllVMs__head_libvirt_0_dll d001543.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNWFilterIPAddrMapShutdown.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNWFilterIPAddrMapShutdown__imp__virNWFilterIPAddrMapShutdown__head_libvirt_0_dll d001542.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virNWFilterIPAddrMapInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNWFilterIPAddrMapInit__imp__virNWFilterIPAddrMapInit__head_libvirt_0_dll d001541.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNWFilterIPAddrMapGetIPAddr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNWFilterIPAddrMapGetIPAddr__imp__virNWFilterIPAddrMapGetIPAddr__head_libvirt_0_dll d001540.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNWFilterIPAddrMapDelIPAddr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNWFilterIPAddrMapDelIPAddr__imp__virNWFilterIPAddrMapDelIPAddr__head_libvirt_0_dll d001539.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNWFilterIPAddrMapAddIPAddr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNWFilterIPAddrMapAddIPAddr__imp__virNWFilterIPAddrMapAddIPAddr__head_libvirt_0_dll d001538.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virNWFilterHashTableRemoveEntry.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virNWFilterHashTableRemoveEntry__imp__virNWFilterHashTableRemoveEntry__head_libvirt_0_dll d001537.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virNWFilterHashTablePutAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNWFilterHashTablePutAll__imp__virNWFilterHashTablePutAll__head_libvirt_0_dll d001536.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÿvirNWFilterHashTablePut.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virNWFilterHashTablePut__imp__virNWFilterHashTablePut__head_libvirt_0_dll d001535.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%þvirNWFilterHashTableFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNWFilterHashTableFree__imp__virNWFilterHashTableFree__head_libvirt_0_dll d001534.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ývirNWFilterHashTableEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNWFilterHashTableEqual__imp__virNWFilterHashTableEqual__head_libvirt_0_dll d001533.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%üvirNWFilterHashTableCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virNWFilterHashTableCreate__imp__virNWFilterHashTableCreate__head_libvirt_0_dll d001532.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ûvirNWFilterGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNWFilterGetXMLDescEnsureACL__imp__virNWFilterGetXMLDescEnsureACL__head_libvirt_0_dll d001531.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%úvirNWFilterGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virNWFilterGetXMLDesc__imp__virNWFilterGetXMLDesc__head_libvirt_0_dll d001530.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ùvirNWFilterGetUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNWFilterGetUUIDString__imp__virNWFilterGetUUIDString__head_libvirt_0_dll d001529.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%øvirNWFilterGetUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNWFilterGetUUID__imp__virNWFilterGetUUID__head_libvirt_0_dll d001528.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%÷virNWFilterGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNWFilterGetName__imp__virNWFilterGetName__head_libvirt_0_dll d001527.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%övirNWFilterFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virNWFilterFree__imp__virNWFilterFree__head_libvirt_0_dll d001526.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%õvirNWFilterDefineXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virNWFilterDefineXMLEnsureACL__imp__virNWFilterDefineXMLEnsureACL__head_libvirt_0_dll d001525.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ôvirNWFilterDefineXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNWFilterDefineXML__imp__virNWFilterDefineXML__head_libvirt_0_dll d001524.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%óvirNWFilterDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virNWFilterDefParseString__imp__virNWFilterDefParseString__head_libvirt_0_dll d001523.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%òvirNWFilterDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virNWFilterDefFree__imp__virNWFilterDefFree__head_libvirt_0_dll d001522.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ñvirNWFilterDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virNWFilterDefFormat__imp__virNWFilterDefFormat__head_libvirt_0_dll d001521.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ðvirNWFilterConfLayerShutdown.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virNWFilterConfLayerShutdown__imp__virNWFilterConfLayerShutdown__head_libvirt_0_dll d001520.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ïvirNWFilterConfLayerInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virNWFilterConfLayerInit__imp__virNWFilterConfLayerInit__head_libvirt_0_dll d001519.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%îvirNWFilterClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virNWFilterClass__imp__virNWFilterClass__head_libvirt_0_dll d001518.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ívirNWFilterChainSuffixTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virNWFilterChainSuffixTypeToString__imp__virNWFilterChainSuffixTypeToString__head_libvirt_0_dll d001517.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ìvirNWFilterCallbackDriversUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virNWFilterCallbackDriversUnlock__imp__virNWFilterCallbackDriversUnlock__head_libvirt_0_dll d001516.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ëvirNWFilterCallbackDriversLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virNWFilterCallbackDriversLock__imp__virNWFilterCallbackDriversLock__head_libvirt_0_dll d001515.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%êvirMutexUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virMutexUnlock__imp__virMutexUnlock__head_libvirt_0_dll d001514.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%évirMutexLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virMutexLock__imp__virMutexLock__head_libvirt_0_dll d001513.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%èvirMutexInitRecursive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virMutexInitRecursive__imp__virMutexInitRecursive__head_libvirt_0_dll d001512.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%çvirMutexInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virMutexInit__imp__virMutexInit__head_libvirt_0_dll d001511.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ævirMutexDestroy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virMutexDestroy__imp__virMutexDestroy__head_libvirt_0_dll d001510.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%åvirManageVport.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virManageVport__imp__virManageVport__head_libvirt_0_dll d001509.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ävirMacAddrSetRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virMacAddrSetRaw__imp__virMacAddrSetRaw__head_libvirt_0_dll d001508.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ãvirMacAddrSet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virMacAddrSet__imp__virMacAddrSet__head_libvirt_0_dll d001507.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%âvirMacAddrParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virMacAddrParse__imp__virMacAddrParse__head_libvirt_0_dll d001506.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ávirMacAddrIsUnicast.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virMacAddrIsUnicast__imp__virMacAddrIsUnicast__head_libvirt_0_dll d001505.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%àvirMacAddrIsMulticast.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virMacAddrIsMulticast__imp__virMacAddrIsMulticast__head_libvirt_0_dll d001504.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ßvirMacAddrIsBroadcastRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virMacAddrIsBroadcastRaw__imp__virMacAddrIsBroadcastRaw__head_libvirt_0_dll d001503.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÞvirMacAddrGetRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virMacAddrGetRaw__imp__virMacAddrGetRaw__head_libvirt_0_dll d001502.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÝvirMacAddrGenerate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virMacAddrGenerate__imp__virMacAddrGenerate__head_libvirt_0_dll d001501.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÜvirMacAddrFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virMacAddrFormat__imp__virMacAddrFormat__head_libvirt_0_dll d001500.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÛvirMacAddrCompare.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virMacAddrCompare__imp__virMacAddrCompare__head_libvirt_0_dll d001499.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÚvirMacAddrCmpRaw.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virMacAddrCmpRaw__imp__virMacAddrCmpRaw__head_libvirt_0_dll d001498.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ÙvirMacAddrCmp.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virMacAddrCmp__imp__virMacAddrCmp__head_libvirt_0_dll d001497.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ØvirLogVMessage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virLogVMessage__imp__virLogVMessage__head_libvirt_0_dll d001496.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%×virLogUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virLogUnlock__imp__virLogUnlock__head_libvirt_0_dll d001495.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÖvirLogSetFromEnv.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virLogSetFromEnv__imp__virLogSetFromEnv__head_libvirt_0_dll d001494.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÕvirLogSetDefaultPriority.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virLogSetDefaultPriority__imp__virLogSetDefaultPriority__head_libvirt_0_dll d001493.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÔvirLogSetBufferSize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virLogSetBufferSize__imp__virLogSetBufferSize__head_libvirt_0_dll d001492.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ÓvirLogReset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virLogReset__imp__virLogReset__head_libvirt_0_dll d001491.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÒvirLogProbablyLogMessage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virLogProbablyLogMessage__imp__virLogProbablyLogMessage__head_libvirt_0_dll d001490.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÑvirLogPriorityFromSyslog.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virLogPriorityFromSyslog__imp__virLogPriorityFromSyslog__head_libvirt_0_dll d001489.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÐvirLogParseOutputs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virLogParseOutputs__imp__virLogParseOutputs__head_libvirt_0_dll d001488.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÏvirLogParseFilters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virLogParseFilters__imp__virLogParseFilters__head_libvirt_0_dll d001487.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÎvirLogParseDefaultPriority.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virLogParseDefaultPriority__imp__virLogParseDefaultPriority__head_libvirt_0_dll d001486.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ÍvirLogMessage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virLogMessage__imp__virLogMessage__head_libvirt_0_dll d001485.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ÌvirLogLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_virLogLock__imp__virLogLock__head_libvirt_0_dll d001484.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ËvirLogGetOutputs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virLogGetOutputs__imp__virLogGetOutputs__head_libvirt_0_dll d001483.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÊvirLogGetNbOutputs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virLogGetNbOutputs__imp__virLogGetNbOutputs__head_libvirt_0_dll d001482.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÉvirLogGetNbFilters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virLogGetNbFilters__imp__virLogGetNbFilters__head_libvirt_0_dll d001481.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÈvirLogGetFilters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virLogGetFilters__imp__virLogGetFilters__head_libvirt_0_dll d001480.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÇvirLogGetDefaultPriority.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virLogGetDefaultPriority__imp__virLogGetDefaultPriority__head_libvirt_0_dll d001479.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÆvirLogEmergencyDumpAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virLogEmergencyDumpAll__imp__virLogEmergencyDumpAll__head_libvirt_0_dll d001478.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÅvirLogDefineOutput.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virLogDefineOutput__imp__virLogDefineOutput__head_libvirt_0_dll d001477.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÄvirLogDefineFilter.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virLogDefineFilter__imp__virLogDefineFilter__head_libvirt_0_dll d001476.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÃvirLockSpaceReleaseResourcesForOwner.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virLockSpaceReleaseResourcesForOwner__imp__virLockSpaceReleaseResourcesForOwner__head_libvirt_0_dll d001475.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÂvirLockSpaceReleaseResource.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virLockSpaceReleaseResource__imp__virLockSpaceReleaseResource__head_libvirt_0_dll d001474.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÁvirLockSpacePreExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virLockSpacePreExecRestart__imp__virLockSpacePreExecRestart__head_libvirt_0_dll d001473.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÀvirLockSpaceNewPostExecRestart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virLockSpaceNewPostExecRestart__imp__virLockSpaceNewPostExecRestart__head_libvirt_0_dll d001472.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¿virLockSpaceNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virLockSpaceNew__imp__virLockSpaceNew__head_libvirt_0_dll d001471.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¾virLockSpaceGetDirectory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virLockSpaceGetDirectory__imp__virLockSpaceGetDirectory__head_libvirt_0_dll d001470.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%½virLockSpaceFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virLockSpaceFree__imp__virLockSpaceFree__head_libvirt_0_dll d001469.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¼virLockSpaceDeleteResource.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virLockSpaceDeleteResource__imp__virLockSpaceDeleteResource__head_libvirt_0_dll d001468.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%»virLockSpaceCreateResource.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virLockSpaceCreateResource__imp__virLockSpaceCreateResource__head_libvirt_0_dll d001467.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ºvirLockSpaceAcquireResource.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virLockSpaceAcquireResource__imp__virLockSpaceAcquireResource__head_libvirt_0_dll d001466.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¹virLockManagerSetPluginDir.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virLockManagerSetPluginDir__imp__virLockManagerSetPluginDir__head_libvirt_0_dll d001465.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¸virLockManagerRelease.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virLockManagerRelease__imp__virLockManagerRelease__head_libvirt_0_dll d001464.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%·virLockManagerPluginUsesState.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virLockManagerPluginUsesState__imp__virLockManagerPluginUsesState__head_libvirt_0_dll d001463.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¶virLockManagerPluginUnref.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virLockManagerPluginUnref__imp__virLockManagerPluginUnref__head_libvirt_0_dll d001462.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%µvirLockManagerPluginRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virLockManagerPluginRef__imp__virLockManagerPluginRef__head_libvirt_0_dll d001461.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%´virLockManagerPluginNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virLockManagerPluginNew__imp__virLockManagerPluginNew__head_libvirt_0_dll d001460.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%³virLockManagerPluginGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virLockManagerPluginGetName__imp__virLockManagerPluginGetName__head_libvirt_0_dll d001459.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%²virLockManagerNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virLockManagerNew__imp__virLockManagerNew__head_libvirt_0_dll d001458.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%±virLockManagerInquire.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virLockManagerInquire__imp__virLockManagerInquire__head_libvirt_0_dll d001457.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%°virLockManagerFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virLockManagerFree__imp__virLockManagerFree__head_libvirt_0_dll d001456.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¯virLockManagerAddResource.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virLockManagerAddResource__imp__virLockManagerAddResource__head_libvirt_0_dll d001455.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%®virLockManagerAcquire.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virLockManagerAcquire__imp__virLockManagerAcquire__head_libvirt_0_dll d001454.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%­virLastErrorIsSystemErrno.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virLastErrorIsSystemErrno__imp__virLastErrorIsSystemErrno__head_libvirt_0_dll d001453.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¬virKeycodeValueTranslate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virKeycodeValueTranslate__imp__virKeycodeValueTranslate__head_libvirt_0_dll d001452.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%«virKeycodeValueFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virKeycodeValueFromString__imp__virKeycodeValueFromString__head_libvirt_0_dll d001451.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ªvirKeycodeSetTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virKeycodeSetTypeToString__imp__virKeycodeSetTypeToString__head_libvirt_0_dll d001450.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%©virKeycodeSetTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virKeycodeSetTypeFromString__imp__virKeycodeSetTypeFromString__head_libvirt_0_dll d001449.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¨virKeyFileNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virKeyFileNew__imp__virKeyFileNew__head_libvirt_0_dll d001448.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%§virKeyFileLoadFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virKeyFileLoadFile__imp__virKeyFileLoadFile__head_libvirt_0_dll d001447.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¦virKeyFileLoadData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virKeyFileLoadData__imp__virKeyFileLoadData__head_libvirt_0_dll d001446.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¥virKeyFileHasValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virKeyFileHasValue__imp__virKeyFileHasValue__head_libvirt_0_dll d001445.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¤virKeyFileHasGroup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virKeyFileHasGroup__imp__virKeyFileHasGroup__head_libvirt_0_dll d001444.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%£virKeyFileGetValueString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virKeyFileGetValueString__imp__virKeyFileGetValueString__head_libvirt_0_dll d001443.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¢virKeyFileFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virKeyFileFree__imp__virKeyFileFree__head_libvirt_0_dll d001442.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¡virJSONValueToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virJSONValueToString__imp__virJSONValueToString__head_libvirt_0_dll d001441.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virJSONValueObjectRemoveKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virJSONValueObjectRemoveKey__imp__virJSONValueObjectRemoveKey__head_libvirt_0_dll d001440.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŸvirJSONValueObjectKeysNumber.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virJSONValueObjectKeysNumber__imp__virJSONValueObjectKeysNumber__head_libvirt_0_dll d001439.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%žvirJSONValueObjectIsNull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virJSONValueObjectIsNull__imp__virJSONValueObjectIsNull__head_libvirt_0_dll d001438.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virJSONValueObjectHasKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virJSONValueObjectHasKey__imp__virJSONValueObjectHasKey__head_libvirt_0_dll d001437.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%œvirJSONValueObjectGetValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virJSONValueObjectGetValue__imp__virJSONValueObjectGetValue__head_libvirt_0_dll d001436.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%›virJSONValueObjectGetString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virJSONValueObjectGetString__imp__virJSONValueObjectGetString__head_libvirt_0_dll d001435.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%švirJSONValueObjectGetNumberUlong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virJSONValueObjectGetNumberUlong__imp__virJSONValueObjectGetNumberUlong__head_libvirt_0_dll d001434.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%™virJSONValueObjectGetNumberUint.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virJSONValueObjectGetNumberUint__imp__virJSONValueObjectGetNumberUint__head_libvirt_0_dll d001433.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%˜virJSONValueObjectGetNumberLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virJSONValueObjectGetNumberLong__imp__virJSONValueObjectGetNumberLong__head_libvirt_0_dll d001432.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%—virJSONValueObjectGetNumberInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virJSONValueObjectGetNumberInt__imp__virJSONValueObjectGetNumberInt__head_libvirt_0_dll d001431.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%–virJSONValueObjectGetNumberDouble.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virJSONValueObjectGetNumberDouble__imp__virJSONValueObjectGetNumberDouble__head_libvirt_0_dll d001430.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%•virJSONValueObjectGetKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virJSONValueObjectGetKey__imp__virJSONValueObjectGetKey__head_libvirt_0_dll d001429.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%”virJSONValueObjectGetBoolean.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virJSONValueObjectGetBoolean__imp__virJSONValueObjectGetBoolean__head_libvirt_0_dll d001428.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%“virJSONValueObjectGet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virJSONValueObjectGet__imp__virJSONValueObjectGet__head_libvirt_0_dll d001427.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%’virJSONValueObjectAppendString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virJSONValueObjectAppendString__imp__virJSONValueObjectAppendString__head_libvirt_0_dll d001426.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%‘virJSONValueObjectAppendNumberUlong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virJSONValueObjectAppendNumberUlong__imp__virJSONValueObjectAppendNumberUlong__head_libvirt_0_dll d001425.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virJSONValueObjectAppendNumberUint.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virJSONValueObjectAppendNumberUint__imp__virJSONValueObjectAppendNumberUint__head_libvirt_0_dll d001424.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virJSONValueObjectAppendNumberLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virJSONValueObjectAppendNumberLong__imp__virJSONValueObjectAppendNumberLong__head_libvirt_0_dll d001423.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ŽvirJSONValueObjectAppendNumberInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virJSONValueObjectAppendNumberInt__imp__virJSONValueObjectAppendNumberInt__head_libvirt_0_dll d001422.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virJSONValueObjectAppendNumberDouble.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virJSONValueObjectAppendNumberDouble__imp__virJSONValueObjectAppendNumberDouble__head_libvirt_0_dll d001421.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŒvirJSONValueObjectAppendNull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virJSONValueObjectAppendNull__imp__virJSONValueObjectAppendNull__head_libvirt_0_dll d001420.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%‹virJSONValueObjectAppendBoolean.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virJSONValueObjectAppendBoolean__imp__virJSONValueObjectAppendBoolean__head_libvirt_0_dll d001419.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ŠvirJSONValueObjectAppend.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virJSONValueObjectAppend__imp__virJSONValueObjectAppend__head_libvirt_0_dll d001418.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%‰virJSONValueNewStringLen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virJSONValueNewStringLen__imp__virJSONValueNewStringLen__head_libvirt_0_dll d001417.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ˆvirJSONValueNewString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virJSONValueNewString__imp__virJSONValueNewString__head_libvirt_0_dll d001416.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%‡virJSONValueNewObject.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virJSONValueNewObject__imp__virJSONValueNewObject__head_libvirt_0_dll d001415.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%†virJSONValueNewNumberUlong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virJSONValueNewNumberUlong__imp__virJSONValueNewNumberUlong__head_libvirt_0_dll d001414.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%…virJSONValueNewNumberUint.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virJSONValueNewNumberUint__imp__virJSONValueNewNumberUint__head_libvirt_0_dll d001413.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%„virJSONValueNewNumberLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virJSONValueNewNumberLong__imp__virJSONValueNewNumberLong__head_libvirt_0_dll d001412.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ƒvirJSONValueNewNumberInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virJSONValueNewNumberInt__imp__virJSONValueNewNumberInt__head_libvirt_0_dll d001411.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‚virJSONValueNewNumberDouble.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virJSONValueNewNumberDouble__imp__virJSONValueNewNumberDouble__head_libvirt_0_dll d001410.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virJSONValueNewNull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virJSONValueNewNull__imp__virJSONValueNewNull__head_libvirt_0_dll d001409.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%€virJSONValueNewBoolean.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virJSONValueNewBoolean__imp__virJSONValueNewBoolean__head_libvirt_0_dll d001408.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virJSONValueNewArray.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virJSONValueNewArray__imp__virJSONValueNewArray__head_libvirt_0_dll d001407.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%~virJSONValueIsNull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virJSONValueIsNull__imp__virJSONValueIsNull__head_libvirt_0_dll d001406.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%}virJSONValueGetString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virJSONValueGetString__imp__virJSONValueGetString__head_libvirt_0_dll d001405.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%|virJSONValueGetNumberUlong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virJSONValueGetNumberUlong__imp__virJSONValueGetNumberUlong__head_libvirt_0_dll d001404.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%{virJSONValueGetNumberUint.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virJSONValueGetNumberUint__imp__virJSONValueGetNumberUint__head_libvirt_0_dll d001403.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%zvirJSONValueGetNumberLong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virJSONValueGetNumberLong__imp__virJSONValueGetNumberLong__head_libvirt_0_dll d001402.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%yvirJSONValueGetNumberInt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virJSONValueGetNumberInt__imp__virJSONValueGetNumberInt__head_libvirt_0_dll d001401.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%xvirJSONValueGetNumberDouble.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virJSONValueGetNumberDouble__imp__virJSONValueGetNumberDouble__head_libvirt_0_dll d001400.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%wvirJSONValueGetBoolean.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virJSONValueGetBoolean__imp__virJSONValueGetBoolean__head_libvirt_0_dll d001399.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%vvirJSONValueFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virJSONValueFromString__imp__virJSONValueFromString__head_libvirt_0_dll d001398.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%uvirJSONValueFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virJSONValueFree__imp__virJSONValueFree__head_libvirt_0_dll d001397.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%tvirJSONValueArraySize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virJSONValueArraySize__imp__virJSONValueArraySize__head_libvirt_0_dll d001396.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%svirJSONValueArrayGet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virJSONValueArrayGet__imp__virJSONValueArrayGet__head_libvirt_0_dll d001395.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%rvirJSONValueArrayAppend.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virJSONValueArrayAppend__imp__virJSONValueArrayAppend__head_libvirt_0_dll d001394.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%qvirIsDevMapperDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virIsDevMapperDevice__imp__virIsDevMapperDevice__head_libvirt_0_dll d001393.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%pvirIsCapableVport.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virIsCapableVport__imp__virIsCapableVport__head_libvirt_0_dll d001392.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ovirIsCapableFCHost.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virIsCapableFCHost__imp__virIsCapableFCHost__head_libvirt_0_dll d001391.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%nvirInterfaceUndefineEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virInterfaceUndefineEnsureACL__imp__virInterfaceUndefineEnsureACL__head_libvirt_0_dll d001390.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%mvirInterfaceUndefine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virInterfaceUndefine__imp__virInterfaceUndefine__head_libvirt_0_dll d001389.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%lvirInterfaceRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virInterfaceRemove__imp__virInterfaceRemove__head_libvirt_0_dll d001388.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%kvirInterfaceRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virInterfaceRef__imp__virInterfaceRef__head_libvirt_0_dll d001387.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%jvirInterfaceObjUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virInterfaceObjUnlock__imp__virInterfaceObjUnlock__head_libvirt_0_dll d001386.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ivirInterfaceObjLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virInterfaceObjLock__imp__virInterfaceObjLock__head_libvirt_0_dll d001385.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%hvirInterfaceObjListFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virInterfaceObjListFree__imp__virInterfaceObjListFree__head_libvirt_0_dll d001384.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%gvirInterfaceObjListClone.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virInterfaceObjListClone__imp__virInterfaceObjListClone__head_libvirt_0_dll d001383.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%fvirInterfaceLookupByNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virInterfaceLookupByNameEnsureACL__imp__virInterfaceLookupByNameEnsureACL__head_libvirt_0_dll d001382.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%evirInterfaceLookupByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virInterfaceLookupByName__imp__virInterfaceLookupByName__head_libvirt_0_dll d001381.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%dvirInterfaceLookupByMACStringEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virInterfaceLookupByMACStringEnsureACL__imp__virInterfaceLookupByMACStringEnsureACL__head_libvirt_0_dll d001380.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%cvirInterfaceLookupByMACString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virInterfaceLookupByMACString__imp__virInterfaceLookupByMACString__head_libvirt_0_dll d001379.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%bvirInterfaceIsActiveEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virInterfaceIsActiveEnsureACL__imp__virInterfaceIsActiveEnsureACL__head_libvirt_0_dll d001378.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%avirInterfaceIsActive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virInterfaceIsActive__imp__virInterfaceIsActive__head_libvirt_0_dll d001377.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%`virInterfaceGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virInterfaceGetXMLDescEnsureACL__imp__virInterfaceGetXMLDescEnsureACL__head_libvirt_0_dll d001376.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%_virInterfaceGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virInterfaceGetXMLDesc__imp__virInterfaceGetXMLDesc__head_libvirt_0_dll d001375.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%^virInterfaceGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virInterfaceGetName__imp__virInterfaceGetName__head_libvirt_0_dll d001374.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%]virInterfaceGetMACString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virInterfaceGetMACString__imp__virInterfaceGetMACString__head_libvirt_0_dll d001373.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%\virInterfaceGetConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virInterfaceGetConnect__imp__virInterfaceGetConnect__head_libvirt_0_dll d001372.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%[virInterfaceFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virInterfaceFree__imp__virInterfaceFree__head_libvirt_0_dll d001371.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ZvirInterfaceFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virInterfaceFindByName__imp__virInterfaceFindByName__head_libvirt_0_dll d001370.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%YvirInterfaceFindByMACString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virInterfaceFindByMACString__imp__virInterfaceFindByMACString__head_libvirt_0_dll d001369.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%XvirInterfaceDestroyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virInterfaceDestroyEnsureACL__imp__virInterfaceDestroyEnsureACL__head_libvirt_0_dll d001368.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%WvirInterfaceDestroy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virInterfaceDestroy__imp__virInterfaceDestroy__head_libvirt_0_dll d001367.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%VvirInterfaceDefineXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virInterfaceDefineXMLEnsureACL__imp__virInterfaceDefineXMLEnsureACL__head_libvirt_0_dll d001366.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%UvirInterfaceDefineXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virInterfaceDefineXML__imp__virInterfaceDefineXML__head_libvirt_0_dll d001365.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%TvirInterfaceDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virInterfaceDefParseString__imp__virInterfaceDefParseString__head_libvirt_0_dll d001364.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%SvirInterfaceDefParseNode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virInterfaceDefParseNode__imp__virInterfaceDefParseNode__head_libvirt_0_dll d001363.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%RvirInterfaceDefParseFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virInterfaceDefParseFile__imp__virInterfaceDefParseFile__head_libvirt_0_dll d001362.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%QvirInterfaceDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virInterfaceDefFree__imp__virInterfaceDefFree__head_libvirt_0_dll d001361.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%PvirInterfaceDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virInterfaceDefFormat__imp__virInterfaceDefFormat__head_libvirt_0_dll d001360.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%OvirInterfaceCreateEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virInterfaceCreateEnsureACL__imp__virInterfaceCreateEnsureACL__head_libvirt_0_dll d001359.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%NvirInterfaceCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virInterfaceCreate__imp__virInterfaceCreate__head_libvirt_0_dll d001358.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%MvirInterfaceClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virInterfaceClass__imp__virInterfaceClass__head_libvirt_0_dll d001357.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%LvirInterfaceChangeRollbackEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virInterfaceChangeRollbackEnsureACL__imp__virInterfaceChangeRollbackEnsureACL__head_libvirt_0_dll d001356.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%KvirInterfaceChangeRollback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virInterfaceChangeRollback__imp__virInterfaceChangeRollback__head_libvirt_0_dll d001355.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%JvirInterfaceChangeCommitEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virInterfaceChangeCommitEnsureACL__imp__virInterfaceChangeCommitEnsureACL__head_libvirt_0_dll d001354.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%IvirInterfaceChangeCommit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virInterfaceChangeCommit__imp__virInterfaceChangeCommit__head_libvirt_0_dll d001353.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%HvirInterfaceChangeBeginEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virInterfaceChangeBeginEnsureACL__imp__virInterfaceChangeBeginEnsureACL__head_libvirt_0_dll d001352.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%GvirInterfaceChangeBegin.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virInterfaceChangeBegin__imp__virInterfaceChangeBegin__head_libvirt_0_dll d001351.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%FvirInterfaceAssignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virInterfaceAssignDef__imp__virInterfaceAssignDef__head_libvirt_0_dll d001350.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%EvirInsertElementsN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virInsertElementsN__imp__virInsertElementsN__head_libvirt_0_dll d001349.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%DvirInitialize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virInitialize__imp__virInitialize__head_libvirt_0_dll d001348.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%CvirInitctlSetRunLevel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virInitctlSetRunLevel__imp__virInitctlSetRunLevel__head_libvirt_0_dll d001347.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%BvirIndexToDiskName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virIndexToDiskName__imp__virIndexToDiskName__head_libvirt_0_dll d001346.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%AvirIdentitySetCurrent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virIdentitySetCurrent__imp__virIdentitySetCurrent__head_libvirt_0_dll d001345.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%@virIdentitySetAttr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virIdentitySetAttr__imp__virIdentitySetAttr__head_libvirt_0_dll d001344.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%?virIdentityNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virIdentityNew__imp__virIdentityNew__head_libvirt_0_dll d001343.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%>virIdentityIsEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virIdentityIsEqual__imp__virIdentityIsEqual__head_libvirt_0_dll d001342.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%=virIdentityGetSystem.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virIdentityGetSystem__imp__virIdentityGetSystem__head_libvirt_0_dll d001341.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%<virIdentityGetCurrent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virIdentityGetCurrent__imp__virIdentityGetCurrent__head_libvirt_0_dll d001340.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%;virIdentityGetAttr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virIdentityGetAttr__imp__virIdentityGetAttr__head_libvirt_0_dll d001339.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%:virHookPresent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virHookPresent__imp__virHookPresent__head_libvirt_0_dll d001338.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%9virHookInitialize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virHookInitialize__imp__virHookInitialize__head_libvirt_0_dll d001337.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%8virHookCall.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virHookCall__imp__virHookCall__head_libvirt_0_dll d001336.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%7virHexToBin.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virHexToBin__imp__virHexToBin__head_libvirt_0_dll d001335.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%6virHashUpdateEntry.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virHashUpdateEntry__imp__virHashUpdateEntry__head_libvirt_0_dll d001334.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%5virHashTableSize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virHashTableSize__imp__virHashTableSize__head_libvirt_0_dll d001333.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%4virHashSteal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virHashSteal__imp__virHashSteal__head_libvirt_0_dll d001332.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%3virHashSize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virHashSize__imp__virHashSize__head_libvirt_0_dll d001331.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%2virHashSearch.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virHashSearch__imp__virHashSearch__head_libvirt_0_dll d001330.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%1virHashRemoveSet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virHashRemoveSet__imp__virHashRemoveSet__head_libvirt_0_dll d001329.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%0virHashRemoveEntry.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virHashRemoveEntry__imp__virHashRemoveEntry__head_libvirt_0_dll d001328.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%/virHashRemoveAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virHashRemoveAll__imp__virHashRemoveAll__head_libvirt_0_dll d001327.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%.virHashLookup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virHashLookup__imp__virHashLookup__head_libvirt_0_dll d001326.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%-virHashGetItems.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virHashGetItems__imp__virHashGetItems__head_libvirt_0_dll d001325.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%,virHashFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virHashFree__imp__virHashFree__head_libvirt_0_dll d001324.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%+virHashForEach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virHashForEach__imp__virHashForEach__head_libvirt_0_dll d001323.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%*virHashEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virHashEqual__imp__virHashEqual__head_libvirt_0_dll d001322.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%)virHashCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virHashCreate__imp__virHashCreate__head_libvirt_0_dll d001321.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%(virHashAddEntry.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virHashAddEntry__imp__virHashAddEntry__head_libvirt_0_dll d001320.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%'virGetVersion.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virGetVersion__imp__virGetVersion__head_libvirt_0_dll d001319.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%&virGetUserRuntimeDirectory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virGetUserRuntimeDirectory__imp__virGetUserRuntimeDirectory__head_libvirt_0_dll d001318.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%%virGetUserName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virGetUserName__imp__virGetUserName__head_libvirt_0_dll d001317.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%$virGetUserID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virGetUserID__imp__virGetUserID__head_libvirt_0_dll d001316.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%#virGetUserDirectoryByUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virGetUserDirectoryByUID__imp__virGetUserDirectoryByUID__head_libvirt_0_dll d001315.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%"virGetUserDirectory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virGetUserDirectory__imp__virGetUserDirectory__head_libvirt_0_dll d001314.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%!virGetUserConfigDirectory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virGetUserConfigDirectory__imp__virGetUserConfigDirectory__head_libvirt_0_dll d001313.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virGetUserCacheDirectory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virGetUserCacheDirectory__imp__virGetUserCacheDirectory__head_libvirt_0_dll d001312.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virGetUnprivSGIOSysfsPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virGetUnprivSGIOSysfsPath__imp__virGetUnprivSGIOSysfsPath__head_libvirt_0_dll d001311.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virGetStream.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virGetStream__imp__virGetStream__head_libvirt_0_dll d001310.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetStorageVol.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virGetStorageVol__imp__virGetStorageVol__head_libvirt_0_dll d001309.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetStoragePool.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virGetStoragePool__imp__virGetStoragePool__head_libvirt_0_dll d001308.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virGetSecret.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virGetSecret__imp__virGetSecret__head_libvirt_0_dll d001307.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetNodeDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virGetNodeDevice__imp__virGetNodeDevice__head_libvirt_0_dll d001306.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virGetNetwork.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virGetNetwork__imp__virGetNetwork__head_libvirt_0_dll d001305.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetNWFilter.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virGetNWFilter__imp__virGetNWFilter__head_libvirt_0_dll d001304.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virGetLastErrorMessage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virGetLastErrorMessage__imp__virGetLastErrorMessage__head_libvirt_0_dll d001303.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetLastError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virGetLastError__imp__virGetLastError__head_libvirt_0_dll d001302.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetInterface.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virGetInterface__imp__virGetInterface__head_libvirt_0_dll d001301.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetHostname.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virGetHostname__imp__virGetHostname__head_libvirt_0_dll d001300.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetHostUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virGetHostUUID__imp__virGetHostUUID__head_libvirt_0_dll d001299.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetGroupName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virGetGroupName__imp__virGetGroupName__head_libvirt_0_dll d001298.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virGetGroupList.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virGetGroupList__imp__virGetGroupList__head_libvirt_0_dll d001297.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virGetGroupID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virGetGroupID__imp__virGetGroupID__head_libvirt_0_dll d001296.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virGetFCHostNameByWWN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virGetFCHostNameByWWN__imp__virGetFCHostNameByWWN__head_libvirt_0_dll d001295.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virGetDomainSnapshot.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virGetDomainSnapshot__imp__virGetDomainSnapshot__head_libvirt_0_dll d001294.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% virGetDomain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virGetDomain__imp__virGetDomain__head_libvirt_0_dll d001293.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virGetDeviceUnprivSGIO.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virGetDeviceUnprivSGIO__imp__virGetDeviceUnprivSGIO__head_libvirt_0_dll d001292.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virGetDeviceID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virGetDeviceID__imp__virGetDeviceID__head_libvirt_0_dll d001291.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% virGetConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virGetConnect__imp__virGetConnect__head_libvirt_0_dll d001290.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% virFreeError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virFreeError__imp__virFreeError__head_libvirt_0_dll d001289.o/ 1378126332 1000 425 100644 494 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%virFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_virFree(__imp__virFree__head_libvirt_0_dlld001288.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virFormatIntDecimal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virFormatIntDecimal__imp__virFormatIntDecimal__head_libvirt_0_dll d001287.o/ 1378126332 1000 425 100644 494 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%virFork.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ_virFork(__imp__virFork__head_libvirt_0_dlld001286.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virFindFileInPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virFindFileInPath__imp__virFindFileInPath__head_libvirt_0_dll d001285.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virFindFCHostCapableVport.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virFindFCHostCapableVport__imp__virFindFCHostCapableVport__head_libvirt_0_dll d001284.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virFileWriteStr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virFileWriteStr__imp__virFileWriteStr__head_libvirt_0_dll d001283.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virFileWrapperFdNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virFileWrapperFdNew__imp__virFileWrapperFdNew__head_libvirt_0_dll d001282.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virFileWrapperFdFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virFileWrapperFdFree__imp__virFileWrapperFdFree__head_libvirt_0_dll d001281.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virFileWrapperFdClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virFileWrapperFdClose__imp__virFileWrapperFdClose__head_libvirt_0_dll d001280.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÿvirFileWaitForDevices.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virFileWaitForDevices__imp__virFileWaitForDevices__head_libvirt_0_dll d001279.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%þvirFileUpdatePerm.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virFileUpdatePerm__imp__virFileUpdatePerm__head_libvirt_0_dll d001278.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ývirFileUnlock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virFileUnlock__imp__virFileUnlock__head_libvirt_0_dll d001277.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%üvirFileTouch.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virFileTouch__imp__virFileTouch__head_libvirt_0_dll d001276.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ûvirFileStripSuffix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virFileStripSuffix__imp__virFileStripSuffix__head_libvirt_0_dll d001275.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%úvirFileSkipRoot.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virFileSkipRoot__imp__virFileSkipRoot__head_libvirt_0_dll d001274.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ùvirFileSanitizePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virFileSanitizePath__imp__virFileSanitizePath__head_libvirt_0_dll d001273.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%øvirFileRewrite.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virFileRewrite__imp__virFileRewrite__head_libvirt_0_dll d001272.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%÷virFileResolveLink.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virFileResolveLink__imp__virFileResolveLink__head_libvirt_0_dll d001271.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%övirFileResolveAllLinks.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virFileResolveAllLinks__imp__virFileResolveAllLinks__head_libvirt_0_dll d001270.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%õvirFileReadLimFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virFileReadLimFD__imp__virFileReadLimFD__head_libvirt_0_dll d001269.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ôvirFileReadAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virFileReadAll__imp__virFileReadAll__head_libvirt_0_dll d001268.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%óvirFilePrintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virFilePrintf__imp__virFilePrintf__head_libvirt_0_dll d001267.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%òvirFileOpenTty.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virFileOpenTty__imp__virFileOpenTty__head_libvirt_0_dll d001266.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ñvirFileOpenAs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virFileOpenAs__imp__virFileOpenAs__head_libvirt_0_dll d001265.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ðvirFileNBDDeviceAssociate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virFileNBDDeviceAssociate__imp__virFileNBDDeviceAssociate__head_libvirt_0_dll d001264.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ïvirFileMatchesNameSuffix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virFileMatchesNameSuffix__imp__virFileMatchesNameSuffix__head_libvirt_0_dll d001263.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%îvirFileMakePathWithMode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virFileMakePathWithMode__imp__virFileMakePathWithMode__head_libvirt_0_dll d001262.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ívirFileMakePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virFileMakePath__imp__virFileMakePath__head_libvirt_0_dll d001261.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ìvirFileLoopDeviceAssociate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virFileLoopDeviceAssociate__imp__virFileLoopDeviceAssociate__head_libvirt_0_dll d001260.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ëvirFileLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virFileLock__imp__virFileLock__head_libvirt_0_dll d001259.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%êvirFileLinkPointsTo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virFileLinkPointsTo__imp__virFileLinkPointsTo__head_libvirt_0_dll d001258.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%évirFileIsLink.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virFileIsLink__imp__virFileIsLink__head_libvirt_0_dll d001257.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%èvirFileIsExecutable.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virFileIsExecutable__imp__virFileIsExecutable__head_libvirt_0_dll d001256.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%çvirFileIsDir.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virFileIsDir__imp__virFileIsDir__head_libvirt_0_dll d001255.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ævirFileIsAbsPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virFileIsAbsPath__imp__virFileIsAbsPath__head_libvirt_0_dll d001254.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%åvirFileHasSuffix.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virFileHasSuffix__imp__virFileHasSuffix__head_libvirt_0_dll d001253.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ävirFileFindMountPoint.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virFileFindMountPoint__imp__virFileFindMountPoint__head_libvirt_0_dll d001252.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ãvirFileFdopen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virFileFdopen__imp__virFileFdopen__head_libvirt_0_dll d001251.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%âvirFileFclose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virFileFclose__imp__virFileFclose__head_libvirt_0_dll d001250.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ávirFileExists.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virFileExists__imp__virFileExists__head_libvirt_0_dll d001249.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%àvirFileDirectFdFlag.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virFileDirectFdFlag__imp__virFileDirectFdFlag__head_libvirt_0_dll d001248.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ßvirFileDeleteTree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virFileDeleteTree__imp__virFileDeleteTree__head_libvirt_0_dll d001247.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ÞvirFileClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virFileClose__imp__virFileClose__head_libvirt_0_dll d001246.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÝvirFileBuildPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virFileBuildPath__imp__virFileBuildPath__head_libvirt_0_dll d001245.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÜvirFileAccessibleAs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virFileAccessibleAs__imp__virFileAccessibleAs__head_libvirt_0_dll d001244.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÛvirFileAbsPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virFileAbsPath__imp__virFileAbsPath__head_libvirt_0_dll d001243.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÚvirFDStreamSetIOHelper.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virFDStreamSetIOHelper__imp__virFDStreamSetIOHelper__head_libvirt_0_dll d001242.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÙvirFDStreamOpenFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virFDStreamOpenFile__imp__virFDStreamOpenFile__head_libvirt_0_dll d001241.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ØvirFDStreamOpen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virFDStreamOpen__imp__virFDStreamOpen__head_libvirt_0_dll d001240.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%×virFDStreamCreateFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virFDStreamCreateFile__imp__virFDStreamCreateFile__head_libvirt_0_dll d001239.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÖvirFDStreamConnectUNIX.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virFDStreamConnectUNIX__imp__virFDStreamConnectUNIX__head_libvirt_0_dll d001238.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ÕvirExpandN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_virExpandN__imp__virExpandN__head_libvirt_0_dll d001237.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÔvirEventUpdateTimeout.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virEventUpdateTimeout__imp__virEventUpdateTimeout__head_libvirt_0_dll d001236.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÓvirEventUpdateHandle.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virEventUpdateHandle__imp__virEventUpdateHandle__head_libvirt_0_dll d001235.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÒvirEventRunDefaultImpl.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virEventRunDefaultImpl__imp__virEventRunDefaultImpl__head_libvirt_0_dll d001234.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÑvirEventRemoveTimeout.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virEventRemoveTimeout__imp__virEventRemoveTimeout__head_libvirt_0_dll d001233.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÐvirEventRemoveHandle.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virEventRemoveHandle__imp__virEventRemoveHandle__head_libvirt_0_dll d001232.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÏvirEventRegisterImpl.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virEventRegisterImpl__imp__virEventRegisterImpl__head_libvirt_0_dll d001231.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÎvirEventRegisterDefaultImpl.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virEventRegisterDefaultImpl__imp__virEventRegisterDefaultImpl__head_libvirt_0_dll d001230.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÍvirEventPollUpdateTimeout.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virEventPollUpdateTimeout__imp__virEventPollUpdateTimeout__head_libvirt_0_dll d001229.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÌvirEventPollUpdateHandle.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virEventPollUpdateHandle__imp__virEventPollUpdateHandle__head_libvirt_0_dll d001228.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ËvirEventPollToNativeEvents.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virEventPollToNativeEvents__imp__virEventPollToNativeEvents__head_libvirt_0_dll d001227.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÊvirEventPollRunOnce.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virEventPollRunOnce__imp__virEventPollRunOnce__head_libvirt_0_dll d001226.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÉvirEventPollRemoveTimeout.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virEventPollRemoveTimeout__imp__virEventPollRemoveTimeout__head_libvirt_0_dll d001225.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÈvirEventPollRemoveHandle.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virEventPollRemoveHandle__imp__virEventPollRemoveHandle__head_libvirt_0_dll d001224.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÇvirEventPollInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virEventPollInit__imp__virEventPollInit__head_libvirt_0_dll d001223.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÆvirEventPollFromNativeEvents.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virEventPollFromNativeEvents__imp__virEventPollFromNativeEvents__head_libvirt_0_dll d001222.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÅvirEventPollAddTimeout.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virEventPollAddTimeout__imp__virEventPollAddTimeout__head_libvirt_0_dll d001221.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÄvirEventPollAddHandle.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virEventPollAddHandle__imp__virEventPollAddHandle__head_libvirt_0_dll d001220.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÃvirEventAddTimeout.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virEventAddTimeout__imp__virEventAddTimeout__head_libvirt_0_dll d001219.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÂvirEventAddHandle.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virEventAddHandle__imp__virEventAddHandle__head_libvirt_0_dll d001218.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÁvirErrorSetErrnoFromLastError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virErrorSetErrnoFromLastError__imp__virErrorSetErrnoFromLastError__head_libvirt_0_dll d001217.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÀvirErrorInitialize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virErrorInitialize__imp__virErrorInitialize__head_libvirt_0_dll d001216.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¿virEnumToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virEnumToString__imp__virEnumToString__head_libvirt_0_dll d001215.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¾virEnumFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virEnumFromString__imp__virEnumFromString__head_libvirt_0_dll d001214.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%½virDoubleToStr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virDoubleToStr__imp__virDoubleToStr__head_libvirt_0_dll d001213.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¼virDomainXMLOptionNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainXMLOptionNew__imp__virDomainXMLOptionNew__head_libvirt_0_dll d001212.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%»virDomainXMLOptionGetNamespace.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainXMLOptionGetNamespace__imp__virDomainXMLOptionGetNamespace__head_libvirt_0_dll d001211.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ºvirDomainWatchdogModelTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainWatchdogModelTypeToString__imp__virDomainWatchdogModelTypeToString__head_libvirt_0_dll d001210.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¹virDomainWatchdogModelTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainWatchdogModelTypeFromString__imp__virDomainWatchdogModelTypeFromString__head_libvirt_0_dll d001209.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¸virDomainWatchdogActionTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainWatchdogActionTypeToString__imp__virDomainWatchdogActionTypeToString__head_libvirt_0_dll d001208.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%·virDomainWatchdogActionTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainWatchdogActionTypeFromString__imp__virDomainWatchdogActionTypeFromString__head_libvirt_0_dll d001207.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¶virDomainVirtioEventIdxTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainVirtioEventIdxTypeToString__imp__virDomainVirtioEventIdxTypeToString__head_libvirt_0_dll d001206.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%µvirDomainVirtioEventIdxTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainVirtioEventIdxTypeFromString__imp__virDomainVirtioEventIdxTypeFromString__head_libvirt_0_dll d001205.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%´virDomainVirtTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainVirtTypeToString__imp__virDomainVirtTypeToString__head_libvirt_0_dll d001204.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%³virDomainVideoTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainVideoTypeToString__imp__virDomainVideoTypeToString__head_libvirt_0_dll d001203.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%²virDomainVideoTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainVideoTypeFromString__imp__virDomainVideoTypeFromString__head_libvirt_0_dll d001202.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%±virDomainVideoDefaultType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainVideoDefaultType__imp__virDomainVideoDefaultType__head_libvirt_0_dll d001201.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%°virDomainVideoDefaultRAM.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainVideoDefaultRAM__imp__virDomainVideoDefaultRAM__head_libvirt_0_dll d001200.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¯virDomainVideoDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainVideoDefFree__imp__virDomainVideoDefFree__head_libvirt_0_dll d001199.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%®virDomainVcpuPinIsDuplicate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainVcpuPinIsDuplicate__imp__virDomainVcpuPinIsDuplicate__head_libvirt_0_dll d001198.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%­virDomainVcpuPinFindByVcpu.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainVcpuPinFindByVcpu__imp__virDomainVcpuPinFindByVcpu__head_libvirt_0_dll d001197.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¬virDomainVcpuPinDel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainVcpuPinDel__imp__virDomainVcpuPinDel__head_libvirt_0_dll d001196.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%«virDomainVcpuPinDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainVcpuPinDefFree__imp__virDomainVcpuPinDefFree__head_libvirt_0_dll d001195.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ªvirDomainVcpuPinDefCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainVcpuPinDefCopy__imp__virDomainVcpuPinDefCopy__head_libvirt_0_dll d001194.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%©virDomainVcpuPinDefArrayFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainVcpuPinDefArrayFree__imp__virDomainVcpuPinDefArrayFree__head_libvirt_0_dll d001193.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¨virDomainVcpuPinAdd.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainVcpuPinAdd__imp__virDomainVcpuPinAdd__head_libvirt_0_dll d001192.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%§virDomainUpdateDeviceFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainUpdateDeviceFlagsEnsureACL__imp__virDomainUpdateDeviceFlagsEnsureACL__head_libvirt_0_dll d001191.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¦virDomainUpdateDeviceFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainUpdateDeviceFlags__imp__virDomainUpdateDeviceFlags__head_libvirt_0_dll d001190.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¥virDomainUndefineFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainUndefineFlagsEnsureACL__imp__virDomainUndefineFlagsEnsureACL__head_libvirt_0_dll d001189.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¤virDomainUndefineFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainUndefineFlags__imp__virDomainUndefineFlags__head_libvirt_0_dll d001188.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%£virDomainUndefineEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainUndefineEnsureACL__imp__virDomainUndefineEnsureACL__head_libvirt_0_dll d001187.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¢virDomainUndefine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainUndefine__imp__virDomainUndefine__head_libvirt_0_dll d001186.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¡virDomainTimerTrackTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainTimerTrackTypeToString__imp__virDomainTimerTrackTypeToString__head_libvirt_0_dll d001185.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virDomainTimerTrackTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainTimerTrackTypeFromString__imp__virDomainTimerTrackTypeFromString__head_libvirt_0_dll d001184.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ŸvirDomainTimerTickpolicyTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainTimerTickpolicyTypeToString__imp__virDomainTimerTickpolicyTypeToString__head_libvirt_0_dll d001183.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%žvirDomainTimerTickpolicyTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainTimerTickpolicyTypeFromString__imp__virDomainTimerTickpolicyTypeFromString__head_libvirt_0_dll d001182.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainTimerNameTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainTimerNameTypeToString__imp__virDomainTimerNameTypeToString__head_libvirt_0_dll d001181.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%œvirDomainTimerNameTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainTimerNameTypeFromString__imp__virDomainTimerNameTypeFromString__head_libvirt_0_dll d001180.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%›virDomainTimerModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainTimerModeTypeToString__imp__virDomainTimerModeTypeToString__head_libvirt_0_dll d001179.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%švirDomainTimerModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainTimerModeTypeFromString__imp__virDomainTimerModeTypeFromString__head_libvirt_0_dll d001178.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%™virDomainTaintTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainTaintTypeToString__imp__virDomainTaintTypeToString__head_libvirt_0_dll d001177.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%˜virDomainTaintTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainTaintTypeFromString__imp__virDomainTaintTypeFromString__head_libvirt_0_dll d001176.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%—virDomainTPMModelTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainTPMModelTypeToString__imp__virDomainTPMModelTypeToString__head_libvirt_0_dll d001175.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%–virDomainTPMModelTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainTPMModelTypeFromString__imp__virDomainTPMModelTypeFromString__head_libvirt_0_dll d001174.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%•virDomainTPMDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainTPMDefFree__imp__virDomainTPMDefFree__head_libvirt_0_dll d001173.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%”virDomainTPMBackendTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainTPMBackendTypeToString__imp__virDomainTPMBackendTypeToString__head_libvirt_0_dll d001172.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%“virDomainTPMBackendTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainTPMBackendTypeFromString__imp__virDomainTPMBackendTypeFromString__head_libvirt_0_dll d001171.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%’virDomainSuspendEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainSuspendEnsureACL__imp__virDomainSuspendEnsureACL__head_libvirt_0_dll d001170.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%‘virDomainSuspend.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainSuspend__imp__virDomainSuspend__head_libvirt_0_dll d001169.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainStateTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainStateTypeToString__imp__virDomainStateTypeToString__head_libvirt_0_dll d001168.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainStateTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainStateTypeFromString__imp__virDomainStateTypeFromString__head_libvirt_0_dll d001167.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŽvirDomainStateReasonToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainStateReasonToString__imp__virDomainStateReasonToString__head_libvirt_0_dll d001166.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainStateReasonFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainStateReasonFromString__imp__virDomainStateReasonFromString__head_libvirt_0_dll d001165.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ŒvirDomainStartupPolicyTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainStartupPolicyTypeToString__imp__virDomainStartupPolicyTypeToString__head_libvirt_0_dll d001164.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%‹virDomainStartupPolicyTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainStartupPolicyTypeFromString__imp__virDomainStartupPolicyTypeFromString__head_libvirt_0_dll d001163.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ŠvirDomainSoundModelTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainSoundModelTypeToString__imp__virDomainSoundModelTypeToString__head_libvirt_0_dll d001162.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%‰virDomainSoundModelTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainSoundModelTypeFromString__imp__virDomainSoundModelTypeFromString__head_libvirt_0_dll d001161.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ˆvirDomainSoundDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainSoundDefFree__imp__virDomainSoundDefFree__head_libvirt_0_dll d001160.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%‡virDomainSnapshotUpdateRelations.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainSnapshotUpdateRelations__imp__virDomainSnapshotUpdateRelations__head_libvirt_0_dll d001159.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%†virDomainSnapshotStateTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainSnapshotStateTypeToString__imp__virDomainSnapshotStateTypeToString__head_libvirt_0_dll d001158.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%…virDomainSnapshotStateTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainSnapshotStateTypeFromString__imp__virDomainSnapshotStateTypeFromString__head_libvirt_0_dll d001157.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%„virDomainSnapshotRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainSnapshotRef__imp__virDomainSnapshotRef__head_libvirt_0_dll d001156.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ƒvirDomainSnapshotObjListRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainSnapshotObjListRemove__imp__virDomainSnapshotObjListRemove__head_libvirt_0_dll d001155.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‚virDomainSnapshotObjListNum.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSnapshotObjListNum__imp__virDomainSnapshotObjListNum__head_libvirt_0_dll d001154.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainSnapshotObjListGetNames.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainSnapshotObjListGetNames__imp__virDomainSnapshotObjListGetNames__head_libvirt_0_dll d001153.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%€virDomainSnapshotNumEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainSnapshotNumEnsureACL__imp__virDomainSnapshotNumEnsureACL__head_libvirt_0_dll d001152.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainSnapshotNumChildrenEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainSnapshotNumChildrenEnsureACL__imp__virDomainSnapshotNumChildrenEnsureACL__head_libvirt_0_dll d001151.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%~virDomainSnapshotNumChildren.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainSnapshotNumChildren__imp__virDomainSnapshotNumChildren__head_libvirt_0_dll d001150.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%}virDomainSnapshotNum.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainSnapshotNum__imp__virDomainSnapshotNum__head_libvirt_0_dll d001149.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%|virDomainSnapshotLookupByNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainSnapshotLookupByNameEnsureACL__imp__virDomainSnapshotLookupByNameEnsureACL__head_libvirt_0_dll d001148.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%{virDomainSnapshotLookupByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainSnapshotLookupByName__imp__virDomainSnapshotLookupByName__head_libvirt_0_dll d001147.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%zvirDomainSnapshotLocationTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainSnapshotLocationTypeToString__imp__virDomainSnapshotLocationTypeToString__head_libvirt_0_dll d001146.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%yvirDomainSnapshotLocationTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainSnapshotLocationTypeFromString__imp__virDomainSnapshotLocationTypeFromString__head_libvirt_0_dll d001145.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%xvirDomainSnapshotListNamesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainSnapshotListNamesEnsureACL__imp__virDomainSnapshotListNamesEnsureACL__head_libvirt_0_dll d001144.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%wvirDomainSnapshotListNames.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSnapshotListNames__imp__virDomainSnapshotListNames__head_libvirt_0_dll d001143.o/ 1378126332 1000 425 100644 611 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%vvirDomainSnapshotListChildrenNamesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ1dy_virDomainSnapshotListChildrenNamesEnsureACL__imp__virDomainSnapshotListChildrenNamesEnsureACL__head_libvirt_0_dll d001142.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%uvirDomainSnapshotListChildrenNames.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainSnapshotListChildrenNames__imp__virDomainSnapshotListChildrenNames__head_libvirt_0_dll d001141.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%tvirDomainSnapshotListAllChildrenEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virDomainSnapshotListAllChildrenEnsureACL__imp__virDomainSnapshotListAllChildrenEnsureACL__head_libvirt_0_dll d001140.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%svirDomainSnapshotListAllChildren.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainSnapshotListAllChildren__imp__virDomainSnapshotListAllChildren__head_libvirt_0_dll d001139.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%rvirDomainSnapshotIsExternal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSnapshotIsExternal__imp__virDomainSnapshotIsExternal__head_libvirt_0_dll d001138.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%qvirDomainSnapshotIsCurrentEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainSnapshotIsCurrentEnsureACL__imp__virDomainSnapshotIsCurrentEnsureACL__head_libvirt_0_dll d001137.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%pvirDomainSnapshotIsCurrent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSnapshotIsCurrent__imp__virDomainSnapshotIsCurrent__head_libvirt_0_dll d001136.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ovirDomainSnapshotHasMetadataEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainSnapshotHasMetadataEnsureACL__imp__virDomainSnapshotHasMetadataEnsureACL__head_libvirt_0_dll d001135.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%nvirDomainSnapshotHasMetadata.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainSnapshotHasMetadata__imp__virDomainSnapshotHasMetadata__head_libvirt_0_dll d001134.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%mvirDomainSnapshotGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainSnapshotGetXMLDescEnsureACL__imp__virDomainSnapshotGetXMLDescEnsureACL__head_libvirt_0_dll d001133.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%lvirDomainSnapshotGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSnapshotGetXMLDesc__imp__virDomainSnapshotGetXMLDesc__head_libvirt_0_dll d001132.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%kvirDomainSnapshotGetParentEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainSnapshotGetParentEnsureACL__imp__virDomainSnapshotGetParentEnsureACL__head_libvirt_0_dll d001131.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%jvirDomainSnapshotGetParent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSnapshotGetParent__imp__virDomainSnapshotGetParent__head_libvirt_0_dll d001130.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ivirDomainSnapshotGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainSnapshotGetName__imp__virDomainSnapshotGetName__head_libvirt_0_dll d001129.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%hvirDomainSnapshotGetDomain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSnapshotGetDomain__imp__virDomainSnapshotGetDomain__head_libvirt_0_dll d001128.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%gvirDomainSnapshotGetConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSnapshotGetConnect__imp__virDomainSnapshotGetConnect__head_libvirt_0_dll d001127.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%fvirDomainSnapshotFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainSnapshotFree__imp__virDomainSnapshotFree__head_libvirt_0_dll d001126.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%evirDomainSnapshotForEachDescendant.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainSnapshotForEachDescendant__imp__virDomainSnapshotForEachDescendant__head_libvirt_0_dll d001125.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%dvirDomainSnapshotForEachChild.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainSnapshotForEachChild__imp__virDomainSnapshotForEachChild__head_libvirt_0_dll d001124.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%cvirDomainSnapshotForEach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainSnapshotForEach__imp__virDomainSnapshotForEach__head_libvirt_0_dll d001123.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%bvirDomainSnapshotFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSnapshotFindByName__imp__virDomainSnapshotFindByName__head_libvirt_0_dll d001122.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%avirDomainSnapshotDropParent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSnapshotDropParent__imp__virDomainSnapshotDropParent__head_libvirt_0_dll d001121.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%`virDomainSnapshotDeleteEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainSnapshotDeleteEnsureACL__imp__virDomainSnapshotDeleteEnsureACL__head_libvirt_0_dll d001120.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%_virDomainSnapshotDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainSnapshotDelete__imp__virDomainSnapshotDelete__head_libvirt_0_dll d001119.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%^virDomainSnapshotDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainSnapshotDefParseString__imp__virDomainSnapshotDefParseString__head_libvirt_0_dll d001118.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%]virDomainSnapshotDefIsExternal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainSnapshotDefIsExternal__imp__virDomainSnapshotDefIsExternal__head_libvirt_0_dll d001117.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%\virDomainSnapshotDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainSnapshotDefFree__imp__virDomainSnapshotDefFree__head_libvirt_0_dll d001116.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%[virDomainSnapshotDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSnapshotDefFormat__imp__virDomainSnapshotDefFormat__head_libvirt_0_dll d001115.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ZvirDomainSnapshotCurrentEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainSnapshotCurrentEnsureACL__imp__virDomainSnapshotCurrentEnsureACL__head_libvirt_0_dll d001114.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%YvirDomainSnapshotCurrent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainSnapshotCurrent__imp__virDomainSnapshotCurrent__head_libvirt_0_dll d001113.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%XvirDomainSnapshotCreateXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainSnapshotCreateXMLEnsureACL__imp__virDomainSnapshotCreateXMLEnsureACL__head_libvirt_0_dll d001112.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%WvirDomainSnapshotCreateXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSnapshotCreateXML__imp__virDomainSnapshotCreateXML__head_libvirt_0_dll d001111.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%VvirDomainSnapshotClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainSnapshotClass__imp__virDomainSnapshotClass__head_libvirt_0_dll d001110.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%UvirDomainSnapshotAssignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSnapshotAssignDef__imp__virDomainSnapshotAssignDef__head_libvirt_0_dll d001109.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%TvirDomainSnapshotAlignDisks.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSnapshotAlignDisks__imp__virDomainSnapshotAlignDisks__head_libvirt_0_dll d001108.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%SvirDomainSmbiosModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainSmbiosModeTypeToString__imp__virDomainSmbiosModeTypeToString__head_libvirt_0_dll d001107.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%RvirDomainSmbiosModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainSmbiosModeTypeFromString__imp__virDomainSmbiosModeTypeFromString__head_libvirt_0_dll d001106.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%QvirDomainSmartcardTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainSmartcardTypeToString__imp__virDomainSmartcardTypeToString__head_libvirt_0_dll d001105.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%PvirDomainSmartcardTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainSmartcardTypeFromString__imp__virDomainSmartcardTypeFromString__head_libvirt_0_dll d001104.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%OvirDomainSmartcardDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainSmartcardDefFree__imp__virDomainSmartcardDefFree__head_libvirt_0_dll d001103.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%NvirDomainSmartcardDefForeach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainSmartcardDefForeach__imp__virDomainSmartcardDefForeach__head_libvirt_0_dll d001102.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%MvirDomainShutoffReasonTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainShutoffReasonTypeToString__imp__virDomainShutoffReasonTypeToString__head_libvirt_0_dll d001101.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%LvirDomainShutoffReasonTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainShutoffReasonTypeFromString__imp__virDomainShutoffReasonTypeFromString__head_libvirt_0_dll d001100.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%KvirDomainShutdownReasonTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainShutdownReasonTypeToString__imp__virDomainShutdownReasonTypeToString__head_libvirt_0_dll d001099.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%JvirDomainShutdownReasonTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainShutdownReasonTypeFromString__imp__virDomainShutdownReasonTypeFromString__head_libvirt_0_dll d001098.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%IvirDomainShutdownFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainShutdownFlagsEnsureACL__imp__virDomainShutdownFlagsEnsureACL__head_libvirt_0_dll d001097.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%HvirDomainShutdownFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainShutdownFlags__imp__virDomainShutdownFlags__head_libvirt_0_dll d001096.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%GvirDomainShutdownEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainShutdownEnsureACL__imp__virDomainShutdownEnsureACL__head_libvirt_0_dll d001095.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%FvirDomainShutdown.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainShutdown__imp__virDomainShutdown__head_libvirt_0_dll d001094.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%EvirDomainSetVcpusFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainSetVcpusFlagsEnsureACL__imp__virDomainSetVcpusFlagsEnsureACL__head_libvirt_0_dll d001093.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%DvirDomainSetVcpusFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainSetVcpusFlags__imp__virDomainSetVcpusFlags__head_libvirt_0_dll d001092.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%CvirDomainSetVcpusEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSetVcpusEnsureACL__imp__virDomainSetVcpusEnsureACL__head_libvirt_0_dll d001091.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%BvirDomainSetVcpus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainSetVcpus__imp__virDomainSetVcpus__head_libvirt_0_dll d001090.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%AvirDomainSetSchedulerParametersFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virDomainSetSchedulerParametersFlagsEnsureACL__imp__virDomainSetSchedulerParametersFlagsEnsureACL__head_libvirt_0_dll d001089.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%@virDomainSetSchedulerParametersFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainSetSchedulerParametersFlags__imp__virDomainSetSchedulerParametersFlags__head_libvirt_0_dll d001088.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%?virDomainSetSchedulerParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virDomainSetSchedulerParametersEnsureACL__imp__virDomainSetSchedulerParametersEnsureACL__head_libvirt_0_dll d001087.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%>virDomainSetSchedulerParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainSetSchedulerParameters__imp__virDomainSetSchedulerParameters__head_libvirt_0_dll d001086.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%=virDomainSetNumaParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainSetNumaParametersEnsureACL__imp__virDomainSetNumaParametersEnsureACL__head_libvirt_0_dll d001085.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%<virDomainSetNumaParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSetNumaParameters__imp__virDomainSetNumaParameters__head_libvirt_0_dll d001084.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%;virDomainSetMetadataEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainSetMetadataEnsureACL__imp__virDomainSetMetadataEnsureACL__head_libvirt_0_dll d001083.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%:virDomainSetMetadata.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainSetMetadata__imp__virDomainSetMetadata__head_libvirt_0_dll d001082.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%9virDomainSetMemoryStatsPeriodEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainSetMemoryStatsPeriodEnsureACL__imp__virDomainSetMemoryStatsPeriodEnsureACL__head_libvirt_0_dll d001081.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%8virDomainSetMemoryStatsPeriod.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainSetMemoryStatsPeriod__imp__virDomainSetMemoryStatsPeriod__head_libvirt_0_dll d001080.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%7virDomainSetMemoryParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainSetMemoryParametersEnsureACL__imp__virDomainSetMemoryParametersEnsureACL__head_libvirt_0_dll d001079.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%6virDomainSetMemoryParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainSetMemoryParameters__imp__virDomainSetMemoryParameters__head_libvirt_0_dll d001078.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%5virDomainSetMemoryFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainSetMemoryFlagsEnsureACL__imp__virDomainSetMemoryFlagsEnsureACL__head_libvirt_0_dll d001077.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%4virDomainSetMemoryFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainSetMemoryFlags__imp__virDomainSetMemoryFlags__head_libvirt_0_dll d001076.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%3virDomainSetMemoryEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSetMemoryEnsureACL__imp__virDomainSetMemoryEnsureACL__head_libvirt_0_dll d001075.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%2virDomainSetMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainSetMemory__imp__virDomainSetMemory__head_libvirt_0_dll d001074.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%1virDomainSetMaxMemoryEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainSetMaxMemoryEnsureACL__imp__virDomainSetMaxMemoryEnsureACL__head_libvirt_0_dll d001073.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%0virDomainSetMaxMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainSetMaxMemory__imp__virDomainSetMaxMemory__head_libvirt_0_dll d001072.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%/virDomainSetInterfaceParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virDomainSetInterfaceParametersEnsureACL__imp__virDomainSetInterfaceParametersEnsureACL__head_libvirt_0_dll d001071.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%.virDomainSetInterfaceParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainSetInterfaceParameters__imp__virDomainSetInterfaceParameters__head_libvirt_0_dll d001070.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%-virDomainSetBlockIoTuneEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainSetBlockIoTuneEnsureACL__imp__virDomainSetBlockIoTuneEnsureACL__head_libvirt_0_dll d001069.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%,virDomainSetBlockIoTune.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainSetBlockIoTune__imp__virDomainSetBlockIoTune__head_libvirt_0_dll d001068.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%+virDomainSetBlkioParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainSetBlkioParametersEnsureACL__imp__virDomainSetBlkioParametersEnsureACL__head_libvirt_0_dll d001067.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%*virDomainSetBlkioParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSetBlkioParameters__imp__virDomainSetBlkioParameters__head_libvirt_0_dll d001066.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%)virDomainSetAutostartEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainSetAutostartEnsureACL__imp__virDomainSetAutostartEnsureACL__head_libvirt_0_dll d001065.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%(virDomainSetAutostart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainSetAutostart__imp__virDomainSetAutostart__head_libvirt_0_dll d001064.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%'virDomainSendProcessSignalEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainSendProcessSignalEnsureACL__imp__virDomainSendProcessSignalEnsureACL__head_libvirt_0_dll d001063.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%&virDomainSendProcessSignal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainSendProcessSignal__imp__virDomainSendProcessSignal__head_libvirt_0_dll d001062.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%%virDomainSendKeyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainSendKeyEnsureACL__imp__virDomainSendKeyEnsureACL__head_libvirt_0_dll d001061.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%$virDomainSendKey.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainSendKey__imp__virDomainSendKey__head_libvirt_0_dll d001060.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%#virDomainSeclabelTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainSeclabelTypeToString__imp__virDomainSeclabelTypeToString__head_libvirt_0_dll d001059.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%"virDomainSeclabelTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainSeclabelTypeFromString__imp__virDomainSeclabelTypeFromString__head_libvirt_0_dll d001058.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%!virDomainScreenshotEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainScreenshotEnsureACL__imp__virDomainScreenshotEnsureACL__head_libvirt_0_dll d001057.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virDomainScreenshot.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainScreenshot__imp__virDomainScreenshot__head_libvirt_0_dll d001056.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainSaveXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainSaveXML__imp__virDomainSaveXML__head_libvirt_0_dll d001055.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainSaveStatus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainSaveStatus__imp__virDomainSaveStatus__head_libvirt_0_dll d001054.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainSaveImageGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainSaveImageGetXMLDescEnsureACL__imp__virDomainSaveImageGetXMLDescEnsureACL__head_libvirt_0_dll d001053.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainSaveImageGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainSaveImageGetXMLDesc__imp__virDomainSaveImageGetXMLDesc__head_libvirt_0_dll d001052.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainSaveImageDefineXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainSaveImageDefineXMLEnsureACL__imp__virDomainSaveImageDefineXMLEnsureACL__head_libvirt_0_dll d001051.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainSaveImageDefineXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSaveImageDefineXML__imp__virDomainSaveImageDefineXML__head_libvirt_0_dll d001050.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainSaveFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainSaveFlagsEnsureACL__imp__virDomainSaveFlagsEnsureACL__head_libvirt_0_dll d001049.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainSaveFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainSaveFlags__imp__virDomainSaveFlags__head_libvirt_0_dll d001048.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainSaveEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainSaveEnsureACL__imp__virDomainSaveEnsureACL__head_libvirt_0_dll d001047.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainSaveConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainSaveConfig__imp__virDomainSaveConfig__head_libvirt_0_dll d001046.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virDomainSave.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virDomainSave__imp__virDomainSave__head_libvirt_0_dll d001045.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainRunningReasonTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainRunningReasonTypeToString__imp__virDomainRunningReasonTypeToString__head_libvirt_0_dll d001044.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainRunningReasonTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainRunningReasonTypeFromString__imp__virDomainRunningReasonTypeFromString__head_libvirt_0_dll d001043.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainRevertToSnapshotEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainRevertToSnapshotEnsureACL__imp__virDomainRevertToSnapshotEnsureACL__head_libvirt_0_dll d001042.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainRevertToSnapshot.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainRevertToSnapshot__imp__virDomainRevertToSnapshot__head_libvirt_0_dll d001041.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainResumeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainResumeEnsureACL__imp__virDomainResumeEnsureACL__head_libvirt_0_dll d001040.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainResume.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virDomainResume__imp__virDomainResume__head_libvirt_0_dll d001039.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainRestoreFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainRestoreFlagsEnsureACL__imp__virDomainRestoreFlagsEnsureACL__head_libvirt_0_dll d001038.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virDomainRestoreFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainRestoreFlags__imp__virDomainRestoreFlags__head_libvirt_0_dll d001037.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virDomainRestoreEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainRestoreEnsureACL__imp__virDomainRestoreEnsureACL__head_libvirt_0_dll d001036.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virDomainRestore.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainRestore__imp__virDomainRestore__head_libvirt_0_dll d001035.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virDomainResetEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainResetEnsureACL__imp__virDomainResetEnsureACL__head_libvirt_0_dll d001034.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virDomainReset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virDomainReset__imp__virDomainReset__head_libvirt_0_dll d001033.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virDomainRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virDomainRef__imp__virDomainRef__head_libvirt_0_dll d001032.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainRedirdevBusTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainRedirdevBusTypeToString__imp__virDomainRedirdevBusTypeToString__head_libvirt_0_dll d001031.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainRedirdevBusTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainRedirdevBusTypeFromString__imp__virDomainRedirdevBusTypeFromString__head_libvirt_0_dll d001030.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainRebootEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainRebootEnsureACL__imp__virDomainRebootEnsureACL__head_libvirt_0_dll d001029.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainReboot.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virDomainReboot__imp__virDomainReboot__head_libvirt_0_dll d001028.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainRNGModelTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainRNGModelTypeToString__imp__virDomainRNGModelTypeToString__head_libvirt_0_dll d001027.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainRNGBackendTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainRNGBackendTypeToString__imp__virDomainRNGBackendTypeToString__head_libvirt_0_dll d001026.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainQemuMonitorCommandEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainQemuMonitorCommandEnsureACL__imp__virDomainQemuMonitorCommandEnsureACL__head_libvirt_0_dll d001025.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainQemuAttachEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainQemuAttachEnsureACL__imp__virDomainQemuAttachEnsureACL__head_libvirt_0_dll d001024.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÿvirDomainQemuAgentCommandEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainQemuAgentCommandEnsureACL__imp__virDomainQemuAgentCommandEnsureACL__head_libvirt_0_dll d001023.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%þvirDomainPinVcpuFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainPinVcpuFlagsEnsureACL__imp__virDomainPinVcpuFlagsEnsureACL__head_libvirt_0_dll d001022.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ývirDomainPinVcpuFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainPinVcpuFlags__imp__virDomainPinVcpuFlags__head_libvirt_0_dll d001021.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%üvirDomainPinVcpuEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainPinVcpuEnsureACL__imp__virDomainPinVcpuEnsureACL__head_libvirt_0_dll d001020.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ûvirDomainPinVcpu.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainPinVcpu__imp__virDomainPinVcpu__head_libvirt_0_dll d001019.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%úvirDomainPinEmulatorEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainPinEmulatorEnsureACL__imp__virDomainPinEmulatorEnsureACL__head_libvirt_0_dll d001018.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ùvirDomainPinEmulator.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainPinEmulator__imp__virDomainPinEmulator__head_libvirt_0_dll d001017.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%øvirDomainPciRombarModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainPciRombarModeTypeToString__imp__virDomainPciRombarModeTypeToString__head_libvirt_0_dll d001016.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%÷virDomainPciRombarModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainPciRombarModeTypeFromString__imp__virDomainPciRombarModeTypeFromString__head_libvirt_0_dll d001015.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%övirDomainPausedReasonTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainPausedReasonTypeToString__imp__virDomainPausedReasonTypeToString__head_libvirt_0_dll d001014.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%õvirDomainPausedReasonTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainPausedReasonTypeFromString__imp__virDomainPausedReasonTypeFromString__head_libvirt_0_dll d001013.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ôvirDomainPMWakeupEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainPMWakeupEnsureACL__imp__virDomainPMWakeupEnsureACL__head_libvirt_0_dll d001012.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%óvirDomainPMWakeup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainPMWakeup__imp__virDomainPMWakeup__head_libvirt_0_dll d001011.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%òvirDomainPMSuspendedReasonTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainPMSuspendedReasonTypeToString__imp__virDomainPMSuspendedReasonTypeToString__head_libvirt_0_dll d001010.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ñvirDomainPMSuspendedReasonTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virDomainPMSuspendedReasonTypeFromString__imp__virDomainPMSuspendedReasonTypeFromString__head_libvirt_0_dll d001009.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ðvirDomainPMSuspendForDurationEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainPMSuspendForDurationEnsureACL__imp__virDomainPMSuspendForDurationEnsureACL__head_libvirt_0_dll d001008.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ïvirDomainPMSuspendForDuration.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainPMSuspendForDuration__imp__virDomainPMSuspendForDuration__head_libvirt_0_dll d001007.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%îvirDomainPMStateTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainPMStateTypeToString__imp__virDomainPMStateTypeToString__head_libvirt_0_dll d001006.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ívirDomainPMStateTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainPMStateTypeFromString__imp__virDomainPMStateTypeFromString__head_libvirt_0_dll d001005.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ìvirDomainOpenGraphicsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainOpenGraphicsEnsureACL__imp__virDomainOpenGraphicsEnsureACL__head_libvirt_0_dll d001004.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ëvirDomainOpenGraphics.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainOpenGraphics__imp__virDomainOpenGraphics__head_libvirt_0_dll d001003.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%êvirDomainOpenConsoleEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainOpenConsoleEnsureACL__imp__virDomainOpenConsoleEnsureACL__head_libvirt_0_dll d001002.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%évirDomainOpenConsole.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainOpenConsole__imp__virDomainOpenConsole__head_libvirt_0_dll d001001.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%èvirDomainOpenChannelEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainOpenChannelEnsureACL__imp__virDomainOpenChannelEnsureACL__head_libvirt_0_dll d001000.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%çvirDomainOpenChannel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainOpenChannel__imp__virDomainOpenChannel__head_libvirt_0_dll d000999.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ævirDomainObjTaint.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainObjTaint__imp__virDomainObjTaint__head_libvirt_0_dll d000998.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%åvirDomainObjSetState.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainObjSetState__imp__virDomainObjSetState__head_libvirt_0_dll d000997.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ävirDomainObjSetDefTransient.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainObjSetDefTransient__imp__virDomainObjSetDefTransient__head_libvirt_0_dll d000996.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ãvirDomainObjNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virDomainObjNew__imp__virDomainObjNew__head_libvirt_0_dll d000995.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%âvirDomainObjListRemoveLocked.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainObjListRemoveLocked__imp__virDomainObjListRemoveLocked__head_libvirt_0_dll d000994.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ávirDomainObjListRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainObjListRemove__imp__virDomainObjListRemove__head_libvirt_0_dll d000993.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%àvirDomainObjListNumOfDomains.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainObjListNumOfDomains__imp__virDomainObjListNumOfDomains__head_libvirt_0_dll d000992.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ßvirDomainObjListNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainObjListNew__imp__virDomainObjListNew__head_libvirt_0_dll d000991.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÞvirDomainObjListLoadAllConfigs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainObjListLoadAllConfigs__imp__virDomainObjListLoadAllConfigs__head_libvirt_0_dll d000990.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÝvirDomainObjListGetInactiveNames.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainObjListGetInactiveNames__imp__virDomainObjListGetInactiveNames__head_libvirt_0_dll d000989.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÜvirDomainObjListGetActiveIDs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainObjListGetActiveIDs__imp__virDomainObjListGetActiveIDs__head_libvirt_0_dll d000988.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÛvirDomainObjListForEach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainObjListForEach__imp__virDomainObjListForEach__head_libvirt_0_dll d000987.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÚvirDomainObjListFindByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainObjListFindByUUID__imp__virDomainObjListFindByUUID__head_libvirt_0_dll d000986.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÙvirDomainObjListFindByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainObjListFindByName__imp__virDomainObjListFindByName__head_libvirt_0_dll d000985.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ØvirDomainObjListFindByID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainObjListFindByID__imp__virDomainObjListFindByID__head_libvirt_0_dll d000984.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%×virDomainObjListExport.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainObjListExport__imp__virDomainObjListExport__head_libvirt_0_dll d000983.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÖvirDomainObjListAdd.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainObjListAdd__imp__virDomainObjListAdd__head_libvirt_0_dll d000982.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÕvirDomainObjGetState.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainObjGetState__imp__virDomainObjGetState__head_libvirt_0_dll d000981.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÔvirDomainObjGetPersistentDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainObjGetPersistentDef__imp__virDomainObjGetPersistentDef__head_libvirt_0_dll d000980.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÓvirDomainObjCopyPersistentDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainObjCopyPersistentDef__imp__virDomainObjCopyPersistentDef__head_libvirt_0_dll d000979.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÒvirDomainObjAssignDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainObjAssignDef__imp__virDomainObjAssignDef__head_libvirt_0_dll d000978.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÑvirDomainNumatuneMemModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainNumatuneMemModeTypeToString__imp__virDomainNumatuneMemModeTypeToString__head_libvirt_0_dll d000977.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ÐvirDomainNumatuneMemModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainNumatuneMemModeTypeFromString__imp__virDomainNumatuneMemModeTypeFromString__head_libvirt_0_dll d000976.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÏvirDomainNostateReasonTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainNostateReasonTypeToString__imp__virDomainNostateReasonTypeToString__head_libvirt_0_dll d000975.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÎvirDomainNostateReasonTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainNostateReasonTypeFromString__imp__virDomainNostateReasonTypeFromString__head_libvirt_0_dll d000974.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÍvirDomainNetTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainNetTypeToString__imp__virDomainNetTypeToString__head_libvirt_0_dll d000973.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÌvirDomainNetRemoveHostdev.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainNetRemoveHostdev__imp__virDomainNetRemoveHostdev__head_libvirt_0_dll d000972.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ËvirDomainNetRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainNetRemove__imp__virDomainNetRemove__head_libvirt_0_dll d000971.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÊvirDomainNetInsert.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainNetInsert__imp__virDomainNetInsert__head_libvirt_0_dll d000970.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÉvirDomainNetGetActualVlan.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainNetGetActualVlan__imp__virDomainNetGetActualVlan__head_libvirt_0_dll d000969.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÈvirDomainNetGetActualVirtPortProfile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainNetGetActualVirtPortProfile__imp__virDomainNetGetActualVirtPortProfile__head_libvirt_0_dll d000968.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÇvirDomainNetGetActualType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainNetGetActualType__imp__virDomainNetGetActualType__head_libvirt_0_dll d000967.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÆvirDomainNetGetActualHostdev.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainNetGetActualHostdev__imp__virDomainNetGetActualHostdev__head_libvirt_0_dll d000966.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÅvirDomainNetGetActualDirectMode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainNetGetActualDirectMode__imp__virDomainNetGetActualDirectMode__head_libvirt_0_dll d000965.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÄvirDomainNetGetActualDirectDev.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainNetGetActualDirectDev__imp__virDomainNetGetActualDirectDev__head_libvirt_0_dll d000964.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÃvirDomainNetGetActualBridgeName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainNetGetActualBridgeName__imp__virDomainNetGetActualBridgeName__head_libvirt_0_dll d000963.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÂvirDomainNetGetActualBandwidth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainNetGetActualBandwidth__imp__virDomainNetGetActualBandwidth__head_libvirt_0_dll d000962.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÁvirDomainNetGenerateMAC.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainNetGenerateMAC__imp__virDomainNetGenerateMAC__head_libvirt_0_dll d000961.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÀvirDomainNetFindIdx.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainNetFindIdx__imp__virDomainNetFindIdx__head_libvirt_0_dll d000960.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¿virDomainNetFind.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainNetFind__imp__virDomainNetFind__head_libvirt_0_dll d000959.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¾virDomainNetDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainNetDefFree__imp__virDomainNetDefFree__head_libvirt_0_dll d000958.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%½virDomainMigrateToURI3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainMigrateToURI3__imp__virDomainMigrateToURI3__head_libvirt_0_dll d000957.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¼virDomainMigrateToURI2.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainMigrateToURI2__imp__virDomainMigrateToURI2__head_libvirt_0_dll d000956.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%»virDomainMigrateToURI.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainMigrateToURI__imp__virDomainMigrateToURI__head_libvirt_0_dll d000955.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ºvirDomainMigrateSetMaxSpeedEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainMigrateSetMaxSpeedEnsureACL__imp__virDomainMigrateSetMaxSpeedEnsureACL__head_libvirt_0_dll d000954.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¹virDomainMigrateSetMaxSpeed.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainMigrateSetMaxSpeed__imp__virDomainMigrateSetMaxSpeed__head_libvirt_0_dll d000953.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%¸virDomainMigrateSetMaxDowntimeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainMigrateSetMaxDowntimeEnsureACL__imp__virDomainMigrateSetMaxDowntimeEnsureACL__head_libvirt_0_dll d000952.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%·virDomainMigrateSetMaxDowntime.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainMigrateSetMaxDowntime__imp__virDomainMigrateSetMaxDowntime__head_libvirt_0_dll d000951.o/ 1378126332 1000 425 100644 613 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%¶virDomainMigrateSetCompressionCacheEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2f{_virDomainMigrateSetCompressionCacheEnsureACL__imp__virDomainMigrateSetCompressionCacheEnsureACL__head_libvirt_0_dll d000950.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%µvirDomainMigrateSetCompressionCache.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainMigrateSetCompressionCache__imp__virDomainMigrateSetCompressionCache__head_libvirt_0_dll d000949.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%´virDomainMigratePrepareTunnelEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainMigratePrepareTunnelEnsureACL__imp__virDomainMigratePrepareTunnelEnsureACL__head_libvirt_0_dll d000948.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%³virDomainMigratePrepareTunnel3ParamsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virDomainMigratePrepareTunnel3ParamsEnsureACL__imp__virDomainMigratePrepareTunnel3ParamsEnsureACL__head_libvirt_0_dll d000947.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%²virDomainMigratePrepareTunnel3Params.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainMigratePrepareTunnel3Params__imp__virDomainMigratePrepareTunnel3Params__head_libvirt_0_dll d000946.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%±virDomainMigratePrepareTunnel3EnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainMigratePrepareTunnel3EnsureACL__imp__virDomainMigratePrepareTunnel3EnsureACL__head_libvirt_0_dll d000945.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%°virDomainMigratePrepareTunnel3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainMigratePrepareTunnel3__imp__virDomainMigratePrepareTunnel3__head_libvirt_0_dll d000944.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¯virDomainMigratePrepareTunnel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainMigratePrepareTunnel__imp__virDomainMigratePrepareTunnel__head_libvirt_0_dll d000943.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%®virDomainMigratePrepareEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainMigratePrepareEnsureACL__imp__virDomainMigratePrepareEnsureACL__head_libvirt_0_dll d000942.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%­virDomainMigratePrepare3ParamsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainMigratePrepare3ParamsEnsureACL__imp__virDomainMigratePrepare3ParamsEnsureACL__head_libvirt_0_dll d000941.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¬virDomainMigratePrepare3Params.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainMigratePrepare3Params__imp__virDomainMigratePrepare3Params__head_libvirt_0_dll d000940.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%«virDomainMigratePrepare3EnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainMigratePrepare3EnsureACL__imp__virDomainMigratePrepare3EnsureACL__head_libvirt_0_dll d000939.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ªvirDomainMigratePrepare3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainMigratePrepare3__imp__virDomainMigratePrepare3__head_libvirt_0_dll d000938.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%©virDomainMigratePrepare2EnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainMigratePrepare2EnsureACL__imp__virDomainMigratePrepare2EnsureACL__head_libvirt_0_dll d000937.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¨virDomainMigratePrepare2.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainMigratePrepare2__imp__virDomainMigratePrepare2__head_libvirt_0_dll d000936.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%§virDomainMigratePrepare.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainMigratePrepare__imp__virDomainMigratePrepare__head_libvirt_0_dll d000935.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¦virDomainMigratePerformEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainMigratePerformEnsureACL__imp__virDomainMigratePerformEnsureACL__head_libvirt_0_dll d000934.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%¥virDomainMigratePerform3ParamsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainMigratePerform3ParamsEnsureACL__imp__virDomainMigratePerform3ParamsEnsureACL__head_libvirt_0_dll d000933.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¤virDomainMigratePerform3Params.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainMigratePerform3Params__imp__virDomainMigratePerform3Params__head_libvirt_0_dll d000932.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%£virDomainMigratePerform3EnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainMigratePerform3EnsureACL__imp__virDomainMigratePerform3EnsureACL__head_libvirt_0_dll d000931.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¢virDomainMigratePerform3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainMigratePerform3__imp__virDomainMigratePerform3__head_libvirt_0_dll d000930.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¡virDomainMigratePerform.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainMigratePerform__imp__virDomainMigratePerform__head_libvirt_0_dll d000929.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virDomainMigrateGetMaxSpeedEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainMigrateGetMaxSpeedEnsureACL__imp__virDomainMigrateGetMaxSpeedEnsureACL__head_libvirt_0_dll d000928.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŸvirDomainMigrateGetMaxSpeed.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainMigrateGetMaxSpeed__imp__virDomainMigrateGetMaxSpeed__head_libvirt_0_dll d000927.o/ 1378126332 1000 425 100644 613 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%žvirDomainMigrateGetCompressionCacheEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2f{_virDomainMigrateGetCompressionCacheEnsureACL__imp__virDomainMigrateGetCompressionCacheEnsureACL__head_libvirt_0_dll d000926.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainMigrateGetCompressionCache.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainMigrateGetCompressionCache__imp__virDomainMigrateGetCompressionCache__head_libvirt_0_dll d000925.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%œvirDomainMigrateFinishEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainMigrateFinishEnsureACL__imp__virDomainMigrateFinishEnsureACL__head_libvirt_0_dll d000924.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%›virDomainMigrateFinish3ParamsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainMigrateFinish3ParamsEnsureACL__imp__virDomainMigrateFinish3ParamsEnsureACL__head_libvirt_0_dll d000923.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%švirDomainMigrateFinish3Params.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainMigrateFinish3Params__imp__virDomainMigrateFinish3Params__head_libvirt_0_dll d000922.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%™virDomainMigrateFinish3EnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainMigrateFinish3EnsureACL__imp__virDomainMigrateFinish3EnsureACL__head_libvirt_0_dll d000921.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%˜virDomainMigrateFinish3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainMigrateFinish3__imp__virDomainMigrateFinish3__head_libvirt_0_dll d000920.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%—virDomainMigrateFinish2EnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainMigrateFinish2EnsureACL__imp__virDomainMigrateFinish2EnsureACL__head_libvirt_0_dll d000919.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%–virDomainMigrateFinish2.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainMigrateFinish2__imp__virDomainMigrateFinish2__head_libvirt_0_dll d000918.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%•virDomainMigrateFinish.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainMigrateFinish__imp__virDomainMigrateFinish__head_libvirt_0_dll d000917.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%”virDomainMigrateConfirm3ParamsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainMigrateConfirm3ParamsEnsureACL__imp__virDomainMigrateConfirm3ParamsEnsureACL__head_libvirt_0_dll d000916.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%“virDomainMigrateConfirm3Params.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainMigrateConfirm3Params__imp__virDomainMigrateConfirm3Params__head_libvirt_0_dll d000915.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%’virDomainMigrateConfirm3EnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainMigrateConfirm3EnsureACL__imp__virDomainMigrateConfirm3EnsureACL__head_libvirt_0_dll d000914.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%‘virDomainMigrateConfirm3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainMigrateConfirm3__imp__virDomainMigrateConfirm3__head_libvirt_0_dll d000913.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainMigrateBegin3ParamsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainMigrateBegin3ParamsEnsureACL__imp__virDomainMigrateBegin3ParamsEnsureACL__head_libvirt_0_dll d000912.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainMigrateBegin3Params.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainMigrateBegin3Params__imp__virDomainMigrateBegin3Params__head_libvirt_0_dll d000911.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ŽvirDomainMigrateBegin3EnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainMigrateBegin3EnsureACL__imp__virDomainMigrateBegin3EnsureACL__head_libvirt_0_dll d000910.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainMigrateBegin3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainMigrateBegin3__imp__virDomainMigrateBegin3__head_libvirt_0_dll d000909.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ŒvirDomainMigrate3.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainMigrate3__imp__virDomainMigrate3__head_libvirt_0_dll d000908.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%‹virDomainMigrate2.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainMigrate2__imp__virDomainMigrate2__head_libvirt_0_dll d000907.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ŠvirDomainMigrate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainMigrate__imp__virDomainMigrate__head_libvirt_0_dll d000906.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‰virDomainMemoryStatsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainMemoryStatsEnsureACL__imp__virDomainMemoryStatsEnsureACL__head_libvirt_0_dll d000905.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ˆvirDomainMemoryStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainMemoryStats__imp__virDomainMemoryStats__head_libvirt_0_dll d000904.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‡virDomainMemoryPeekEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainMemoryPeekEnsureACL__imp__virDomainMemoryPeekEnsureACL__head_libvirt_0_dll d000903.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%†virDomainMemoryPeek.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainMemoryPeek__imp__virDomainMemoryPeek__head_libvirt_0_dll d000902.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%…virDomainMemballoonModelTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainMemballoonModelTypeToString__imp__virDomainMemballoonModelTypeToString__head_libvirt_0_dll d000901.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%„virDomainMemballoonModelTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainMemballoonModelTypeFromString__imp__virDomainMemballoonModelTypeFromString__head_libvirt_0_dll d000900.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ƒvirDomainMemDumpTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainMemDumpTypeToString__imp__virDomainMemDumpTypeToString__head_libvirt_0_dll d000899.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%‚virDomainMemDumpTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainMemDumpTypeFromString__imp__virDomainMemDumpTypeFromString__head_libvirt_0_dll d000898.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainManagedSaveRemoveEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainManagedSaveRemoveEnsureACL__imp__virDomainManagedSaveRemoveEnsureACL__head_libvirt_0_dll d000897.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%€virDomainManagedSaveRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainManagedSaveRemove__imp__virDomainManagedSaveRemove__head_libvirt_0_dll d000896.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainManagedSaveEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainManagedSaveEnsureACL__imp__virDomainManagedSaveEnsureACL__head_libvirt_0_dll d000895.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%~virDomainManagedSave.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainManagedSave__imp__virDomainManagedSave__head_libvirt_0_dll d000894.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%}virDomainLxcOpenNamespaceEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainLxcOpenNamespaceEnsureACL__imp__virDomainLxcOpenNamespaceEnsureACL__head_libvirt_0_dll d000893.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%|virDomainLookupVcpuPin.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainLookupVcpuPin__imp__virDomainLookupVcpuPin__head_libvirt_0_dll d000892.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%{virDomainLookupByUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainLookupByUUIDString__imp__virDomainLookupByUUIDString__head_libvirt_0_dll d000891.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%zvirDomainLookupByUUIDEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainLookupByUUIDEnsureACL__imp__virDomainLookupByUUIDEnsureACL__head_libvirt_0_dll d000890.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%yvirDomainLookupByUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainLookupByUUID__imp__virDomainLookupByUUID__head_libvirt_0_dll d000889.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%xvirDomainLookupByNameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainLookupByNameEnsureACL__imp__virDomainLookupByNameEnsureACL__head_libvirt_0_dll d000888.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%wvirDomainLookupByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainLookupByName__imp__virDomainLookupByName__head_libvirt_0_dll d000887.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%vvirDomainLookupByIDEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainLookupByIDEnsureACL__imp__virDomainLookupByIDEnsureACL__head_libvirt_0_dll d000886.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%uvirDomainLookupByID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainLookupByID__imp__virDomainLookupByID__head_libvirt_0_dll d000885.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%tvirDomainLockProcessStart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainLockProcessStart__imp__virDomainLockProcessStart__head_libvirt_0_dll d000884.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%svirDomainLockProcessResume.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainLockProcessResume__imp__virDomainLockProcessResume__head_libvirt_0_dll d000883.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%rvirDomainLockProcessPause.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainLockProcessPause__imp__virDomainLockProcessPause__head_libvirt_0_dll d000882.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%qvirDomainLockProcessInquire.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainLockProcessInquire__imp__virDomainLockProcessInquire__head_libvirt_0_dll d000881.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%pvirDomainLockLeaseDetach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainLockLeaseDetach__imp__virDomainLockLeaseDetach__head_libvirt_0_dll d000880.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ovirDomainLockLeaseAttach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainLockLeaseAttach__imp__virDomainLockLeaseAttach__head_libvirt_0_dll d000879.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%nvirDomainLockFailureTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainLockFailureTypeToString__imp__virDomainLockFailureTypeToString__head_libvirt_0_dll d000878.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%mvirDomainLockFailureTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainLockFailureTypeFromString__imp__virDomainLockFailureTypeFromString__head_libvirt_0_dll d000877.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%lvirDomainLockDiskDetach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainLockDiskDetach__imp__virDomainLockDiskDetach__head_libvirt_0_dll d000876.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%kvirDomainLockDiskAttach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainLockDiskAttach__imp__virDomainLockDiskAttach__head_libvirt_0_dll d000875.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%jvirDomainLiveConfigHelperMethod.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainLiveConfigHelperMethod__imp__virDomainLiveConfigHelperMethod__head_libvirt_0_dll d000874.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ivirDomainListSnapshots.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainListSnapshots__imp__virDomainListSnapshots__head_libvirt_0_dll d000873.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%hvirDomainListAllSnapshotsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainListAllSnapshotsEnsureACL__imp__virDomainListAllSnapshotsEnsureACL__head_libvirt_0_dll d000872.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%gvirDomainListAllSnapshots.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainListAllSnapshots__imp__virDomainListAllSnapshots__head_libvirt_0_dll d000871.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%fvirDomainLifecycleTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainLifecycleTypeToString__imp__virDomainLifecycleTypeToString__head_libvirt_0_dll d000870.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%evirDomainLifecycleTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainLifecycleTypeFromString__imp__virDomainLifecycleTypeFromString__head_libvirt_0_dll d000869.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%dvirDomainLifecycleCrashTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainLifecycleCrashTypeToString__imp__virDomainLifecycleCrashTypeToString__head_libvirt_0_dll d000868.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%cvirDomainLifecycleCrashTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainLifecycleCrashTypeFromString__imp__virDomainLifecycleCrashTypeFromString__head_libvirt_0_dll d000867.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%bvirDomainLeaseRemoveAt.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainLeaseRemoveAt__imp__virDomainLeaseRemoveAt__head_libvirt_0_dll d000866.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%avirDomainLeaseRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainLeaseRemove__imp__virDomainLeaseRemove__head_libvirt_0_dll d000865.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%`virDomainLeaseInsertPreAlloced.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainLeaseInsertPreAlloced__imp__virDomainLeaseInsertPreAlloced__head_libvirt_0_dll d000864.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%_virDomainLeaseInsertPreAlloc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainLeaseInsertPreAlloc__imp__virDomainLeaseInsertPreAlloc__head_libvirt_0_dll d000863.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%^virDomainLeaseInsert.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainLeaseInsert__imp__virDomainLeaseInsert__head_libvirt_0_dll d000862.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%]virDomainLeaseIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainLeaseIndex__imp__virDomainLeaseIndex__head_libvirt_0_dll d000861.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%\virDomainLeaseDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainLeaseDefFree__imp__virDomainLeaseDefFree__head_libvirt_0_dll d000860.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%[virDomainIsUpdatedEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainIsUpdatedEnsureACL__imp__virDomainIsUpdatedEnsureACL__head_libvirt_0_dll d000859.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ZvirDomainIsUpdated.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainIsUpdated__imp__virDomainIsUpdated__head_libvirt_0_dll d000858.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%YvirDomainIsPersistentEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainIsPersistentEnsureACL__imp__virDomainIsPersistentEnsureACL__head_libvirt_0_dll d000857.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%XvirDomainIsPersistent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainIsPersistent__imp__virDomainIsPersistent__head_libvirt_0_dll d000856.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%WvirDomainIsActiveEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainIsActiveEnsureACL__imp__virDomainIsActiveEnsureACL__head_libvirt_0_dll d000855.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%VvirDomainIsActive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainIsActive__imp__virDomainIsActive__head_libvirt_0_dll d000854.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%UvirDomainIoEventFdTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainIoEventFdTypeToString__imp__virDomainIoEventFdTypeToString__head_libvirt_0_dll d000853.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%TvirDomainIoEventFdTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainIoEventFdTypeFromString__imp__virDomainIoEventFdTypeFromString__head_libvirt_0_dll d000852.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%SvirDomainInterfaceStatsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainInterfaceStatsEnsureACL__imp__virDomainInterfaceStatsEnsureACL__head_libvirt_0_dll d000851.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%RvirDomainInterfaceStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainInterfaceStats__imp__virDomainInterfaceStats__head_libvirt_0_dll d000850.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%QvirDomainInputDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainInputDefFree__imp__virDomainInputDefFree__head_libvirt_0_dll d000849.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%PvirDomainInjectNMIEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainInjectNMIEnsureACL__imp__virDomainInjectNMIEnsureACL__head_libvirt_0_dll d000848.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%OvirDomainInjectNMI.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainInjectNMI__imp__virDomainInjectNMI__head_libvirt_0_dll d000847.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%NvirDomainHypervTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainHypervTypeToString__imp__virDomainHypervTypeToString__head_libvirt_0_dll d000846.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%MvirDomainHypervTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainHypervTypeFromString__imp__virDomainHypervTypeFromString__head_libvirt_0_dll d000845.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%LvirDomainHubTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainHubTypeToString__imp__virDomainHubTypeToString__head_libvirt_0_dll d000844.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%KvirDomainHubTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainHubTypeFromString__imp__virDomainHubTypeFromString__head_libvirt_0_dll d000843.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%JvirDomainHostdevSubsysTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainHostdevSubsysTypeToString__imp__virDomainHostdevSubsysTypeToString__head_libvirt_0_dll d000842.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%IvirDomainHostdevRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainHostdevRemove__imp__virDomainHostdevRemove__head_libvirt_0_dll d000841.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%HvirDomainHostdevModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainHostdevModeTypeToString__imp__virDomainHostdevModeTypeToString__head_libvirt_0_dll d000840.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%GvirDomainHostdevInsert.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainHostdevInsert__imp__virDomainHostdevInsert__head_libvirt_0_dll d000839.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%FvirDomainHostdevFind.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainHostdevFind__imp__virDomainHostdevFind__head_libvirt_0_dll d000838.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%EvirDomainHostdevDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainHostdevDefFree__imp__virDomainHostdevDefFree__head_libvirt_0_dll d000837.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%DvirDomainHostdevDefClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainHostdevDefClear__imp__virDomainHostdevDefClear__head_libvirt_0_dll d000836.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%CvirDomainHostdevDefAlloc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainHostdevDefAlloc__imp__virDomainHostdevDefAlloc__head_libvirt_0_dll d000835.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%BvirDomainHostdevCapsTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainHostdevCapsTypeToString__imp__virDomainHostdevCapsTypeToString__head_libvirt_0_dll d000834.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%AvirDomainHasManagedSaveImageEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainHasManagedSaveImageEnsureACL__imp__virDomainHasManagedSaveImageEnsureACL__head_libvirt_0_dll d000833.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%@virDomainHasManagedSaveImage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainHasManagedSaveImage__imp__virDomainHasManagedSaveImage__head_libvirt_0_dll d000832.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%?virDomainHasDiskMirror.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainHasDiskMirror__imp__virDomainHasDiskMirror__head_libvirt_0_dll d000831.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%>virDomainHasCurrentSnapshotEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainHasCurrentSnapshotEnsureACL__imp__virDomainHasCurrentSnapshotEnsureACL__head_libvirt_0_dll d000830.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%=virDomainHasCurrentSnapshot.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainHasCurrentSnapshot__imp__virDomainHasCurrentSnapshot__head_libvirt_0_dll d000829.o/ 1378126332 1000 425 100644 611 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%<virDomainGraphicsVNCSharePolicyTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ1dy_virDomainGraphicsVNCSharePolicyTypeToString__imp__virDomainGraphicsVNCSharePolicyTypeToString__head_libvirt_0_dll d000828.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%;virDomainGraphicsVNCSharePolicyTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virDomainGraphicsVNCSharePolicyTypeFromString__imp__virDomainGraphicsVNCSharePolicyTypeFromString__head_libvirt_0_dll d000827.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%:virDomainGraphicsTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainGraphicsTypeToString__imp__virDomainGraphicsTypeToString__head_libvirt_0_dll d000826.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%9virDomainGraphicsTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainGraphicsTypeFromString__imp__virDomainGraphicsTypeFromString__head_libvirt_0_dll d000825.o/ 1378126332 1000 425 100644 627 ` LL .textÜ$ 0`.idata$7ä.0À.idata$5è80À.idata$4ìB0À.idata$64ð0Àÿ%8virDomainGraphicsSpiceZlibCompressionTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ7p…_virDomainGraphicsSpiceZlibCompressionTypeToString__imp__virDomainGraphicsSpiceZlibCompressionTypeToString__head_libvirt_0_dll d000824.o/ 1378126332 1000 425 100644 635 ` LP .textÜ( 0`.idata$7ä20À.idata$5è<0À.idata$4ìF0À.idata$68ð0Àÿ%7virDomainGraphicsSpiceZlibCompressionTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ9t‰_virDomainGraphicsSpiceZlibCompressionTypeFromString__imp__virDomainGraphicsSpiceZlibCompressionTypeFromString__head_libvirt_0_dll d000823.o/ 1378126332 1000 425 100644 623 ` LL .textÜ$ 0`.idata$7ä.0À.idata$5è80À.idata$4ìB0À.idata$64ð0Àÿ%6virDomainGraphicsSpiceStreamingModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ5l_virDomainGraphicsSpiceStreamingModeTypeToString__imp__virDomainGraphicsSpiceStreamingModeTypeToString__head_libvirt_0_dll d000822.o/ 1378126332 1000 425 100644 627 ` LL .textÜ$ 0`.idata$7ä.0À.idata$5è80À.idata$4ìB0À.idata$64ð0Àÿ%5virDomainGraphicsSpiceStreamingModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ7p…_virDomainGraphicsSpiceStreamingModeTypeFromString__imp__virDomainGraphicsSpiceStreamingModeTypeFromString__head_libvirt_0_dll d000821.o/ 1378126332 1000 425 100644 639 ` LP .textÜ( 0`.idata$7ä20À.idata$5è<0À.idata$4ìF0À.idata$68ð0Àÿ%4virDomainGraphicsSpicePlaybackCompressionTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ;x_virDomainGraphicsSpicePlaybackCompressionTypeToString__imp__virDomainGraphicsSpicePlaybackCompressionTypeToString__head_libvirt_0_dll d000820.o/ 1378126332 1000 425 100644 647 ` LT .textÜ, 0`.idata$7ä60À.idata$5è@0À.idata$4ìJ0À.idata$6<ð0Àÿ%3virDomainGraphicsSpicePlaybackCompressionTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ=|‘_virDomainGraphicsSpicePlaybackCompressionTypeFromString__imp__virDomainGraphicsSpicePlaybackCompressionTypeFromString__head_libvirt_0_dll d000819.o/ 1378126332 1000 425 100644 611 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%2virDomainGraphicsSpiceMouseModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ1dy_virDomainGraphicsSpiceMouseModeTypeToString__imp__virDomainGraphicsSpiceMouseModeTypeToString__head_libvirt_0_dll d000818.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%1virDomainGraphicsSpiceMouseModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virDomainGraphicsSpiceMouseModeTypeFromString__imp__virDomainGraphicsSpiceMouseModeTypeFromString__head_libvirt_0_dll d000817.o/ 1378126332 1000 425 100644 627 ` LL .textÜ$ 0`.idata$7ä.0À.idata$5è80À.idata$4ìB0À.idata$64ð0Àÿ%0virDomainGraphicsSpiceJpegCompressionTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ7p…_virDomainGraphicsSpiceJpegCompressionTypeToString__imp__virDomainGraphicsSpiceJpegCompressionTypeToString__head_libvirt_0_dll d000816.o/ 1378126332 1000 425 100644 635 ` LP .textÜ( 0`.idata$7ä20À.idata$5è<0À.idata$4ìF0À.idata$68ð0Àÿ%/virDomainGraphicsSpiceJpegCompressionTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ9t‰_virDomainGraphicsSpiceJpegCompressionTypeFromString__imp__virDomainGraphicsSpiceJpegCompressionTypeFromString__head_libvirt_0_dll d000815.o/ 1378126332 1000 425 100644 633 ` LP .textÜ( 0`.idata$7ä20À.idata$5è<0À.idata$4ìF0À.idata$68ð0Àÿ%.virDomainGraphicsSpiceImageCompressionTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8r‡_virDomainGraphicsSpiceImageCompressionTypeToString__imp__virDomainGraphicsSpiceImageCompressionTypeToString__head_libvirt_0_dll d000814.o/ 1378126332 1000 425 100644 637 ` LP .textÜ( 0`.idata$7ä20À.idata$5è<0À.idata$4ìF0À.idata$68ð0Àÿ%-virDomainGraphicsSpiceImageCompressionTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:v‹_virDomainGraphicsSpiceImageCompressionTypeFromString__imp__virDomainGraphicsSpiceImageCompressionTypeFromString__head_libvirt_0_dll d000813.o/ 1378126332 1000 425 100644 637 ` LP .textÜ( 0`.idata$7ä20À.idata$5è<0À.idata$4ìF0À.idata$68ð0Àÿ%,virDomainGraphicsSpiceClipboardCopypasteTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:v‹_virDomainGraphicsSpiceClipboardCopypasteTypeToString__imp__virDomainGraphicsSpiceClipboardCopypasteTypeToString__head_libvirt_0_dll d000812.o/ 1378126332 1000 425 100644 645 ` LT .textÜ, 0`.idata$7ä60À.idata$5è@0À.idata$4ìJ0À.idata$6<ð0Àÿ%+virDomainGraphicsSpiceClipboardCopypasteTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<z_virDomainGraphicsSpiceClipboardCopypasteTypeFromString__imp__virDomainGraphicsSpiceClipboardCopypasteTypeFromString__head_libvirt_0_dll d000811.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%*virDomainGraphicsSpiceChannelNameTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virDomainGraphicsSpiceChannelNameTypeToString__imp__virDomainGraphicsSpiceChannelNameTypeToString__head_libvirt_0_dll d000810.o/ 1378126332 1000 425 100644 623 ` LL .textÜ$ 0`.idata$7ä.0À.idata$5è80À.idata$4ìB0À.idata$64ð0Àÿ%)virDomainGraphicsSpiceChannelNameTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ5l_virDomainGraphicsSpiceChannelNameTypeFromString__imp__virDomainGraphicsSpiceChannelNameTypeFromString__head_libvirt_0_dll d000809.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%(virDomainGraphicsSpiceChannelModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virDomainGraphicsSpiceChannelModeTypeToString__imp__virDomainGraphicsSpiceChannelModeTypeToString__head_libvirt_0_dll d000808.o/ 1378126332 1000 425 100644 623 ` LL .textÜ$ 0`.idata$7ä.0À.idata$5è80À.idata$4ìB0À.idata$64ð0Àÿ%'virDomainGraphicsSpiceChannelModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ5l_virDomainGraphicsSpiceChannelModeTypeFromString__imp__virDomainGraphicsSpiceChannelModeTypeFromString__head_libvirt_0_dll d000807.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%&virDomainGraphicsListenSetType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainGraphicsListenSetType__imp__virDomainGraphicsListenSetType__head_libvirt_0_dll d000806.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%%virDomainGraphicsListenSetNetwork.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainGraphicsListenSetNetwork__imp__virDomainGraphicsListenSetNetwork__head_libvirt_0_dll d000805.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%$virDomainGraphicsListenSetAddress.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainGraphicsListenSetAddress__imp__virDomainGraphicsListenSetAddress__head_libvirt_0_dll d000804.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%#virDomainGraphicsListenGetType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainGraphicsListenGetType__imp__virDomainGraphicsListenGetType__head_libvirt_0_dll d000803.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%"virDomainGraphicsListenGetNetwork.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainGraphicsListenGetNetwork__imp__virDomainGraphicsListenGetNetwork__head_libvirt_0_dll d000802.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%!virDomainGraphicsListenGetAddress.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainGraphicsListenGetAddress__imp__virDomainGraphicsListenGetAddress__head_libvirt_0_dll d000801.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virDomainGraphicsDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainGraphicsDefFree__imp__virDomainGraphicsDefFree__head_libvirt_0_dll d000800.o/ 1378126332 1000 425 100644 609 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%virDomainGraphicsAuthConnectedTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0bw_virDomainGraphicsAuthConnectedTypeToString__imp__virDomainGraphicsAuthConnectedTypeToString__head_libvirt_0_dll d000799.o/ 1378126332 1000 425 100644 613 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%virDomainGraphicsAuthConnectedTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2f{_virDomainGraphicsAuthConnectedTypeFromString__imp__virDomainGraphicsAuthConnectedTypeFromString__head_libvirt_0_dll d000798.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainGetXMLDescEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainGetXMLDescEnsureACL__imp__virDomainGetXMLDescEnsureACL__head_libvirt_0_dll d000797.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainGetXMLDesc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainGetXMLDesc__imp__virDomainGetXMLDesc__head_libvirt_0_dll d000796.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainGetVcpusFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainGetVcpusFlagsEnsureACL__imp__virDomainGetVcpusFlagsEnsureACL__head_libvirt_0_dll d000795.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainGetVcpusFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainGetVcpusFlags__imp__virDomainGetVcpusFlags__head_libvirt_0_dll d000794.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainGetVcpusEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainGetVcpusEnsureACL__imp__virDomainGetVcpusEnsureACL__head_libvirt_0_dll d000793.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainGetVcpus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainGetVcpus__imp__virDomainGetVcpus__head_libvirt_0_dll d000792.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainGetVcpuPinInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainGetVcpuPinInfoEnsureACL__imp__virDomainGetVcpuPinInfoEnsureACL__head_libvirt_0_dll d000791.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainGetVcpuPinInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainGetVcpuPinInfo__imp__virDomainGetVcpuPinInfo__head_libvirt_0_dll d000790.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainGetUUIDString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainGetUUIDString__imp__virDomainGetUUIDString__head_libvirt_0_dll d000789.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainGetUUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainGetUUID__imp__virDomainGetUUID__head_libvirt_0_dll d000788.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainGetStateEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainGetStateEnsureACL__imp__virDomainGetStateEnsureACL__head_libvirt_0_dll d000787.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainGetState.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainGetState__imp__virDomainGetState__head_libvirt_0_dll d000786.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%virDomainGetSecurityLabelListEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainGetSecurityLabelListEnsureACL__imp__virDomainGetSecurityLabelListEnsureACL__head_libvirt_0_dll d000785.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainGetSecurityLabelList.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainGetSecurityLabelList__imp__virDomainGetSecurityLabelList__head_libvirt_0_dll d000784.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainGetSecurityLabelEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainGetSecurityLabelEnsureACL__imp__virDomainGetSecurityLabelEnsureACL__head_libvirt_0_dll d000783.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainGetSecurityLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainGetSecurityLabel__imp__virDomainGetSecurityLabel__head_libvirt_0_dll d000782.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virDomainGetSchedulerTypeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainGetSchedulerTypeEnsureACL__imp__virDomainGetSchedulerTypeEnsureACL__head_libvirt_0_dll d000781.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virDomainGetSchedulerType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainGetSchedulerType__imp__virDomainGetSchedulerType__head_libvirt_0_dll d000780.o/ 1378126332 1000 425 100644 615 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ% virDomainGetSchedulerParametersFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3h}_virDomainGetSchedulerParametersFlagsEnsureACL__imp__virDomainGetSchedulerParametersFlagsEnsureACL__head_libvirt_0_dll d000779.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virDomainGetSchedulerParametersFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainGetSchedulerParametersFlags__imp__virDomainGetSchedulerParametersFlags__head_libvirt_0_dll d000778.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ% virDomainGetSchedulerParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virDomainGetSchedulerParametersEnsureACL__imp__virDomainGetSchedulerParametersEnsureACL__head_libvirt_0_dll d000777.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainGetSchedulerParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainGetSchedulerParameters__imp__virDomainGetSchedulerParameters__head_libvirt_0_dll d000776.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainGetRootFilesystem.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainGetRootFilesystem__imp__virDomainGetRootFilesystem__head_libvirt_0_dll d000775.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainGetOSTypeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainGetOSTypeEnsureACL__imp__virDomainGetOSTypeEnsureACL__head_libvirt_0_dll d000774.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainGetOSType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainGetOSType__imp__virDomainGetOSType__head_libvirt_0_dll d000773.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainGetNumaParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainGetNumaParametersEnsureACL__imp__virDomainGetNumaParametersEnsureACL__head_libvirt_0_dll d000772.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainGetNumaParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainGetNumaParameters__imp__virDomainGetNumaParameters__head_libvirt_0_dll d000771.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainGetName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainGetName__imp__virDomainGetName__head_libvirt_0_dll d000770.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainGetMetadataEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainGetMetadataEnsureACL__imp__virDomainGetMetadataEnsureACL__head_libvirt_0_dll d000769.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainGetMetadata.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainGetMetadata__imp__virDomainGetMetadata__head_libvirt_0_dll d000768.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÿvirDomainGetMemoryParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainGetMemoryParametersEnsureACL__imp__virDomainGetMemoryParametersEnsureACL__head_libvirt_0_dll d000767.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%þvirDomainGetMemoryParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainGetMemoryParameters__imp__virDomainGetMemoryParameters__head_libvirt_0_dll d000766.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ývirDomainGetMaxVcpusEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainGetMaxVcpusEnsureACL__imp__virDomainGetMaxVcpusEnsureACL__head_libvirt_0_dll d000765.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%üvirDomainGetMaxVcpus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainGetMaxVcpus__imp__virDomainGetMaxVcpus__head_libvirt_0_dll d000764.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ûvirDomainGetMaxMemoryEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainGetMaxMemoryEnsureACL__imp__virDomainGetMaxMemoryEnsureACL__head_libvirt_0_dll d000763.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%úvirDomainGetMaxMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainGetMaxMemory__imp__virDomainGetMaxMemory__head_libvirt_0_dll d000762.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ùvirDomainGetJobStatsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainGetJobStatsEnsureACL__imp__virDomainGetJobStatsEnsureACL__head_libvirt_0_dll d000761.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%øvirDomainGetJobStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainGetJobStats__imp__virDomainGetJobStats__head_libvirt_0_dll d000760.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%÷virDomainGetJobInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainGetJobInfoEnsureACL__imp__virDomainGetJobInfoEnsureACL__head_libvirt_0_dll d000759.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%övirDomainGetJobInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainGetJobInfo__imp__virDomainGetJobInfo__head_libvirt_0_dll d000758.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%õvirDomainGetInterfaceParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virDomainGetInterfaceParametersEnsureACL__imp__virDomainGetInterfaceParametersEnsureACL__head_libvirt_0_dll d000757.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ôvirDomainGetInterfaceParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainGetInterfaceParameters__imp__virDomainGetInterfaceParameters__head_libvirt_0_dll d000756.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%óvirDomainGetInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainGetInfoEnsureACL__imp__virDomainGetInfoEnsureACL__head_libvirt_0_dll d000755.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%òvirDomainGetInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainGetInfo__imp__virDomainGetInfo__head_libvirt_0_dll d000754.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ñvirDomainGetID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virDomainGetID__imp__virDomainGetID__head_libvirt_0_dll d000753.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ðvirDomainGetHostnameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainGetHostnameEnsureACL__imp__virDomainGetHostnameEnsureACL__head_libvirt_0_dll d000752.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ïvirDomainGetHostname.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainGetHostname__imp__virDomainGetHostname__head_libvirt_0_dll d000751.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%îvirDomainGetEmulatorPinInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainGetEmulatorPinInfoEnsureACL__imp__virDomainGetEmulatorPinInfoEnsureACL__head_libvirt_0_dll d000750.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ívirDomainGetEmulatorPinInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainGetEmulatorPinInfo__imp__virDomainGetEmulatorPinInfo__head_libvirt_0_dll d000749.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ìvirDomainGetDiskErrorsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainGetDiskErrorsEnsureACL__imp__virDomainGetDiskErrorsEnsureACL__head_libvirt_0_dll d000748.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ëvirDomainGetDiskErrors.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainGetDiskErrors__imp__virDomainGetDiskErrors__head_libvirt_0_dll d000747.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%êvirDomainGetControlInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainGetControlInfoEnsureACL__imp__virDomainGetControlInfoEnsureACL__head_libvirt_0_dll d000746.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%évirDomainGetControlInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainGetControlInfo__imp__virDomainGetControlInfo__head_libvirt_0_dll d000745.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%èvirDomainGetConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainGetConnect__imp__virDomainGetConnect__head_libvirt_0_dll d000744.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%çvirDomainGetCPUStatsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainGetCPUStatsEnsureACL__imp__virDomainGetCPUStatsEnsureACL__head_libvirt_0_dll d000743.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ævirDomainGetCPUStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainGetCPUStats__imp__virDomainGetCPUStats__head_libvirt_0_dll d000742.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%åvirDomainGetBlockJobInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainGetBlockJobInfoEnsureACL__imp__virDomainGetBlockJobInfoEnsureACL__head_libvirt_0_dll d000741.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ävirDomainGetBlockJobInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainGetBlockJobInfo__imp__virDomainGetBlockJobInfo__head_libvirt_0_dll d000740.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ãvirDomainGetBlockIoTuneEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainGetBlockIoTuneEnsureACL__imp__virDomainGetBlockIoTuneEnsureACL__head_libvirt_0_dll d000739.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%âvirDomainGetBlockIoTune.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainGetBlockIoTune__imp__virDomainGetBlockIoTune__head_libvirt_0_dll d000738.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ávirDomainGetBlockInfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainGetBlockInfoEnsureACL__imp__virDomainGetBlockInfoEnsureACL__head_libvirt_0_dll d000737.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%àvirDomainGetBlockInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainGetBlockInfo__imp__virDomainGetBlockInfo__head_libvirt_0_dll d000736.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ßvirDomainGetBlkioParametersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainGetBlkioParametersEnsureACL__imp__virDomainGetBlkioParametersEnsureACL__head_libvirt_0_dll d000735.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÞvirDomainGetBlkioParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainGetBlkioParameters__imp__virDomainGetBlkioParameters__head_libvirt_0_dll d000734.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÝvirDomainGetAutostartEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainGetAutostartEnsureACL__imp__virDomainGetAutostartEnsureACL__head_libvirt_0_dll d000733.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÜvirDomainGetAutostart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainGetAutostart__imp__virDomainGetAutostart__head_libvirt_0_dll d000732.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ÛvirDomainFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virDomainFree__imp__virDomainFree__head_libvirt_0_dll d000731.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÚvirDomainFeatureStateTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainFeatureStateTypeToString__imp__virDomainFeatureStateTypeToString__head_libvirt_0_dll d000730.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÙvirDomainFeatureStateTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainFeatureStateTypeFromString__imp__virDomainFeatureStateTypeFromString__head_libvirt_0_dll d000729.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ØvirDomainFSWrpolicyTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainFSWrpolicyTypeToString__imp__virDomainFSWrpolicyTypeToString__head_libvirt_0_dll d000728.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%×virDomainFSWrpolicyTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainFSWrpolicyTypeFromString__imp__virDomainFSWrpolicyTypeFromString__head_libvirt_0_dll d000727.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÖvirDomainFSTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainFSTypeToString__imp__virDomainFSTypeToString__head_libvirt_0_dll d000726.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÕvirDomainFSTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainFSTypeFromString__imp__virDomainFSTypeFromString__head_libvirt_0_dll d000725.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÔvirDomainFSTrimEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainFSTrimEnsureACL__imp__virDomainFSTrimEnsureACL__head_libvirt_0_dll d000724.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÓvirDomainFSTrim.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virDomainFSTrim__imp__virDomainFSTrim__head_libvirt_0_dll d000723.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÒvirDomainFSIndexByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainFSIndexByName__imp__virDomainFSIndexByName__head_libvirt_0_dll d000722.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÑvirDomainFSDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainFSDefFree__imp__virDomainFSDefFree__head_libvirt_0_dll d000721.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÐvirDomainEventWatchdogNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainEventWatchdogNewFromObj__imp__virDomainEventWatchdogNewFromObj__head_libvirt_0_dll d000720.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÏvirDomainEventWatchdogNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainEventWatchdogNewFromDom__imp__virDomainEventWatchdogNewFromDom__head_libvirt_0_dll d000719.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÎvirDomainEventTrayChangeNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainEventTrayChangeNewFromObj__imp__virDomainEventTrayChangeNewFromObj__head_libvirt_0_dll d000718.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÍvirDomainEventTrayChangeNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainEventTrayChangeNewFromDom__imp__virDomainEventTrayChangeNewFromDom__head_libvirt_0_dll d000717.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÌvirDomainEventStateRegisterID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainEventStateRegisterID__imp__virDomainEventStateRegisterID__head_libvirt_0_dll d000716.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ËvirDomainEventStateRegister.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainEventStateRegister__imp__virDomainEventStateRegister__head_libvirt_0_dll d000715.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÊvirDomainEventStateQueue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainEventStateQueue__imp__virDomainEventStateQueue__head_libvirt_0_dll d000714.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÉvirDomainEventStateNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainEventStateNew__imp__virDomainEventStateNew__head_libvirt_0_dll d000713.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÈvirDomainEventStateFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainEventStateFree__imp__virDomainEventStateFree__head_libvirt_0_dll d000712.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÇvirDomainEventStateEventID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainEventStateEventID__imp__virDomainEventStateEventID__head_libvirt_0_dll d000711.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÆvirDomainEventStateDeregisterID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainEventStateDeregisterID__imp__virDomainEventStateDeregisterID__head_libvirt_0_dll d000710.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÅvirDomainEventStateDeregister.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainEventStateDeregister__imp__virDomainEventStateDeregister__head_libvirt_0_dll d000709.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÄvirDomainEventRebootNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainEventRebootNewFromObj__imp__virDomainEventRebootNewFromObj__head_libvirt_0_dll d000708.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÃvirDomainEventRebootNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainEventRebootNewFromDom__imp__virDomainEventRebootNewFromDom__head_libvirt_0_dll d000707.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÂvirDomainEventRebootNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainEventRebootNew__imp__virDomainEventRebootNew__head_libvirt_0_dll d000706.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÁvirDomainEventRTCChangeNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainEventRTCChangeNewFromObj__imp__virDomainEventRTCChangeNewFromObj__head_libvirt_0_dll d000705.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÀvirDomainEventRTCChangeNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainEventRTCChangeNewFromDom__imp__virDomainEventRTCChangeNewFromDom__head_libvirt_0_dll d000704.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¿virDomainEventPMWakeupNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainEventPMWakeupNewFromObj__imp__virDomainEventPMWakeupNewFromObj__head_libvirt_0_dll d000703.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¾virDomainEventPMWakeupNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainEventPMWakeupNewFromDom__imp__virDomainEventPMWakeupNewFromDom__head_libvirt_0_dll d000702.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%½virDomainEventPMSuspendNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainEventPMSuspendNewFromObj__imp__virDomainEventPMSuspendNewFromObj__head_libvirt_0_dll d000701.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¼virDomainEventPMSuspendNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainEventPMSuspendNewFromDom__imp__virDomainEventPMSuspendNewFromDom__head_libvirt_0_dll d000700.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%»virDomainEventPMSuspendDiskNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainEventPMSuspendDiskNewFromObj__imp__virDomainEventPMSuspendDiskNewFromObj__head_libvirt_0_dll d000699.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ºvirDomainEventPMSuspendDiskNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainEventPMSuspendDiskNewFromDom__imp__virDomainEventPMSuspendDiskNewFromDom__head_libvirt_0_dll d000698.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¹virDomainEventNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainEventNewFromObj__imp__virDomainEventNewFromObj__head_libvirt_0_dll d000697.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¸virDomainEventNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainEventNewFromDom__imp__virDomainEventNewFromDom__head_libvirt_0_dll d000696.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%·virDomainEventNewFromDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainEventNewFromDef__imp__virDomainEventNewFromDef__head_libvirt_0_dll d000695.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¶virDomainEventNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainEventNew__imp__virDomainEventNew__head_libvirt_0_dll d000694.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%µvirDomainEventIOErrorReasonNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainEventIOErrorReasonNewFromObj__imp__virDomainEventIOErrorReasonNewFromObj__head_libvirt_0_dll d000693.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%´virDomainEventIOErrorReasonNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainEventIOErrorReasonNewFromDom__imp__virDomainEventIOErrorReasonNewFromDom__head_libvirt_0_dll d000692.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%³virDomainEventIOErrorNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainEventIOErrorNewFromObj__imp__virDomainEventIOErrorNewFromObj__head_libvirt_0_dll d000691.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%²virDomainEventIOErrorNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainEventIOErrorNewFromDom__imp__virDomainEventIOErrorNewFromDom__head_libvirt_0_dll d000690.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%±virDomainEventGraphicsNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainEventGraphicsNewFromObj__imp__virDomainEventGraphicsNewFromObj__head_libvirt_0_dll d000689.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%°virDomainEventGraphicsNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainEventGraphicsNewFromDom__imp__virDomainEventGraphicsNewFromDom__head_libvirt_0_dll d000688.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¯virDomainEventFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainEventFree__imp__virDomainEventFree__head_libvirt_0_dll d000687.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%®virDomainEventDiskChangeNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainEventDiskChangeNewFromObj__imp__virDomainEventDiskChangeNewFromObj__head_libvirt_0_dll d000686.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%­virDomainEventDiskChangeNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainEventDiskChangeNewFromDom__imp__virDomainEventDiskChangeNewFromDom__head_libvirt_0_dll d000685.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¬virDomainEventDeviceRemovedNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainEventDeviceRemovedNewFromObj__imp__virDomainEventDeviceRemovedNewFromObj__head_libvirt_0_dll d000684.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%«virDomainEventDeviceRemovedNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainEventDeviceRemovedNewFromDom__imp__virDomainEventDeviceRemovedNewFromDom__head_libvirt_0_dll d000683.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ªvirDomainEventControlErrorNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainEventControlErrorNewFromObj__imp__virDomainEventControlErrorNewFromObj__head_libvirt_0_dll d000682.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%©virDomainEventControlErrorNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainEventControlErrorNewFromDom__imp__virDomainEventControlErrorNewFromDom__head_libvirt_0_dll d000681.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¨virDomainEventBlockJobNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainEventBlockJobNewFromObj__imp__virDomainEventBlockJobNewFromObj__head_libvirt_0_dll d000680.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%§virDomainEventBlockJobNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainEventBlockJobNewFromDom__imp__virDomainEventBlockJobNewFromDom__head_libvirt_0_dll d000679.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¦virDomainEventBalloonChangeNewFromObj.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainEventBalloonChangeNewFromObj__imp__virDomainEventBalloonChangeNewFromObj__head_libvirt_0_dll d000678.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¥virDomainEventBalloonChangeNewFromDom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainEventBalloonChangeNewFromDom__imp__virDomainEventBalloonChangeNewFromDom__head_libvirt_0_dll d000677.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¤virDomainEmulatorPinDel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainEmulatorPinDel__imp__virDomainEmulatorPinDel__head_libvirt_0_dll d000676.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%£virDomainEmulatorPinAdd.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainEmulatorPinAdd__imp__virDomainEmulatorPinAdd__head_libvirt_0_dll d000675.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¢virDomainDiskTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainDiskTypeToString__imp__virDomainDiskTypeToString__head_libvirt_0_dll d000674.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¡virDomainDiskTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainDiskTypeFromString__imp__virDomainDiskTypeFromString__head_libvirt_0_dll d000673.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virDomainDiskSourceIsBlockType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainDiskSourceIsBlockType__imp__virDomainDiskSourceIsBlockType__head_libvirt_0_dll d000672.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ŸvirDomainDiskRemoveByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainDiskRemoveByName__imp__virDomainDiskRemoveByName__head_libvirt_0_dll d000671.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%žvirDomainDiskRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainDiskRemove__imp__virDomainDiskRemove__head_libvirt_0_dll d000670.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainDiskProtocolTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainDiskProtocolTypeToString__imp__virDomainDiskProtocolTypeToString__head_libvirt_0_dll d000669.o/ 1378126332 1000 425 100644 609 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%œvirDomainDiskProtocolTransportTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0bw_virDomainDiskProtocolTransportTypeToString__imp__virDomainDiskProtocolTransportTypeToString__head_libvirt_0_dll d000668.o/ 1378126332 1000 425 100644 613 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%›virDomainDiskProtocolTransportTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2f{_virDomainDiskProtocolTransportTypeFromString__imp__virDomainDiskProtocolTransportTypeFromString__head_libvirt_0_dll d000667.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%švirDomainDiskPathByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainDiskPathByName__imp__virDomainDiskPathByName__head_libvirt_0_dll d000666.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%™virDomainDiskIoTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainDiskIoTypeToString__imp__virDomainDiskIoTypeToString__head_libvirt_0_dll d000665.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%˜virDomainDiskIoTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainDiskIoTypeFromString__imp__virDomainDiskIoTypeFromString__head_libvirt_0_dll d000664.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%—virDomainDiskInsertPreAlloced.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainDiskInsertPreAlloced__imp__virDomainDiskInsertPreAlloced__head_libvirt_0_dll d000663.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%–virDomainDiskInsert.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainDiskInsert__imp__virDomainDiskInsert__head_libvirt_0_dll d000662.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%•virDomainDiskIndexByName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainDiskIndexByName__imp__virDomainDiskIndexByName__head_libvirt_0_dll d000661.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%”virDomainDiskHostDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainDiskHostDefFree__imp__virDomainDiskHostDefFree__head_libvirt_0_dll d000660.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%“virDomainDiskGeometryTransTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainDiskGeometryTransTypeToString__imp__virDomainDiskGeometryTransTypeToString__head_libvirt_0_dll d000659.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%’virDomainDiskGeometryTransTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virDomainDiskGeometryTransTypeFromString__imp__virDomainDiskGeometryTransTypeFromString__head_libvirt_0_dll d000658.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‘virDomainDiskFindByBusAndDst.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainDiskFindByBusAndDst__imp__virDomainDiskFindByBusAndDst__head_libvirt_0_dll d000657.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainDiskErrorPolicyTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainDiskErrorPolicyTypeToString__imp__virDomainDiskErrorPolicyTypeToString__head_libvirt_0_dll d000656.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%virDomainDiskErrorPolicyTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainDiskErrorPolicyTypeFromString__imp__virDomainDiskErrorPolicyTypeFromString__head_libvirt_0_dll d000655.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ŽvirDomainDiskDiscardTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainDiskDiscardTypeToString__imp__virDomainDiskDiscardTypeToString__head_libvirt_0_dll d000654.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainDiskDeviceTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainDiskDeviceTypeToString__imp__virDomainDiskDeviceTypeToString__head_libvirt_0_dll d000653.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ŒvirDomainDiskDefGetSecurityLabelDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainDiskDefGetSecurityLabelDef__imp__virDomainDiskDefGetSecurityLabelDef__head_libvirt_0_dll d000652.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%‹virDomainDiskDefGenSecurityLabelDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainDiskDefGenSecurityLabelDef__imp__virDomainDiskDefGenSecurityLabelDef__head_libvirt_0_dll d000651.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ŠvirDomainDiskDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainDiskDefFree__imp__virDomainDiskDefFree__head_libvirt_0_dll d000650.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‰virDomainDiskDefForeachPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainDiskDefForeachPath__imp__virDomainDiskDefForeachPath__head_libvirt_0_dll d000649.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ˆvirDomainDiskDefAssignAddress.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainDiskDefAssignAddress__imp__virDomainDiskDefAssignAddress__head_libvirt_0_dll d000648.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%‡virDomainDiskCopyOnReadTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainDiskCopyOnReadTypeToString__imp__virDomainDiskCopyOnReadTypeToString__head_libvirt_0_dll d000647.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%†virDomainDiskCopyOnReadTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainDiskCopyOnReadTypeFromString__imp__virDomainDiskCopyOnReadTypeFromString__head_libvirt_0_dll d000646.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%…virDomainDiskCacheTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainDiskCacheTypeToString__imp__virDomainDiskCacheTypeToString__head_libvirt_0_dll d000645.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%„virDomainDiskCacheTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainDiskCacheTypeFromString__imp__virDomainDiskCacheTypeFromString__head_libvirt_0_dll d000644.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ƒvirDomainDiskBusTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainDiskBusTypeToString__imp__virDomainDiskBusTypeToString__head_libvirt_0_dll d000643.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‚virDomainDeviceTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainDeviceTypeToString__imp__virDomainDeviceTypeToString__head_libvirt_0_dll d000642.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainDeviceInfoIterate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainDeviceInfoIterate__imp__virDomainDeviceInfoIterate__head_libvirt_0_dll d000641.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%€virDomainDeviceInfoCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainDeviceInfoCopy__imp__virDomainDeviceInfoCopy__head_libvirt_0_dll d000640.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainDeviceFindControllerModel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainDeviceFindControllerModel__imp__virDomainDeviceFindControllerModel__head_libvirt_0_dll d000639.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%~virDomainDeviceDefParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainDeviceDefParse__imp__virDomainDeviceDefParse__head_libvirt_0_dll d000638.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%}virDomainDeviceDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainDeviceDefFree__imp__virDomainDeviceDefFree__head_libvirt_0_dll d000637.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%|virDomainDeviceDefCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainDeviceDefCopy__imp__virDomainDeviceDefCopy__head_libvirt_0_dll d000636.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%{virDomainDeviceAddressTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainDeviceAddressTypeToString__imp__virDomainDeviceAddressTypeToString__head_libvirt_0_dll d000635.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%zvirDomainDeviceAddressIsValid.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainDeviceAddressIsValid__imp__virDomainDeviceAddressIsValid__head_libvirt_0_dll d000634.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%yvirDomainDetachDeviceFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainDetachDeviceFlagsEnsureACL__imp__virDomainDetachDeviceFlagsEnsureACL__head_libvirt_0_dll d000633.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%xvirDomainDetachDeviceFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainDetachDeviceFlags__imp__virDomainDetachDeviceFlags__head_libvirt_0_dll d000632.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%wvirDomainDetachDeviceEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainDetachDeviceEnsureACL__imp__virDomainDetachDeviceEnsureACL__head_libvirt_0_dll d000631.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%vvirDomainDetachDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainDetachDevice__imp__virDomainDetachDevice__head_libvirt_0_dll d000630.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%uvirDomainDestroyFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainDestroyFlagsEnsureACL__imp__virDomainDestroyFlagsEnsureACL__head_libvirt_0_dll d000629.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%tvirDomainDestroyFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainDestroyFlags__imp__virDomainDestroyFlags__head_libvirt_0_dll d000628.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%svirDomainDestroyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainDestroyEnsureACL__imp__virDomainDestroyEnsureACL__head_libvirt_0_dll d000627.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%rvirDomainDestroy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainDestroy__imp__virDomainDestroy__head_libvirt_0_dll d000626.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%qvirDomainDeleteConfig.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainDeleteConfig__imp__virDomainDeleteConfig__head_libvirt_0_dll d000625.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%pvirDomainDefineXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainDefineXMLEnsureACL__imp__virDomainDefineXMLEnsureACL__head_libvirt_0_dll d000624.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ovirDomainDefineXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainDefineXML__imp__virDomainDefineXML__head_libvirt_0_dll d000623.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%nvirDomainDefPostParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainDefPostParse__imp__virDomainDefPostParse__head_libvirt_0_dll d000622.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%mvirDomainDefParseString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainDefParseString__imp__virDomainDefParseString__head_libvirt_0_dll d000621.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%lvirDomainDefParseNode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainDefParseNode__imp__virDomainDefParseNode__head_libvirt_0_dll d000620.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%kvirDomainDefParseFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainDefParseFile__imp__virDomainDefParseFile__head_libvirt_0_dll d000619.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%jvirDomainDefNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virDomainDefNew__imp__virDomainDefNew__head_libvirt_0_dll d000618.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ivirDomainDefMaybeAddController.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainDefMaybeAddController__imp__virDomainDefMaybeAddController__head_libvirt_0_dll d000617.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%hvirDomainDefGetSecurityLabelDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainDefGetSecurityLabelDef__imp__virDomainDefGetSecurityLabelDef__head_libvirt_0_dll d000616.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%gvirDomainDefGetDefaultEmulator.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainDefGetDefaultEmulator__imp__virDomainDefGetDefaultEmulator__head_libvirt_0_dll d000615.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%fvirDomainDefGenSecurityLabelDef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainDefGenSecurityLabelDef__imp__virDomainDefGenSecurityLabelDef__head_libvirt_0_dll d000614.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%evirDomainDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainDefFree__imp__virDomainDefFree__head_libvirt_0_dll d000613.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%dvirDomainDefFormatInternal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainDefFormatInternal__imp__virDomainDefFormatInternal__head_libvirt_0_dll d000612.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%cvirDomainDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainDefFormat__imp__virDomainDefFormat__head_libvirt_0_dll d000611.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%bvirDomainDefFindDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainDefFindDevice__imp__virDomainDefFindDevice__head_libvirt_0_dll d000610.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%avirDomainDefCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainDefCopy__imp__virDomainDefCopy__head_libvirt_0_dll d000609.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%`virDomainDefCompatibleDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainDefCompatibleDevice__imp__virDomainDefCompatibleDevice__head_libvirt_0_dll d000608.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%_virDomainDefClearPCIAddresses.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainDefClearPCIAddresses__imp__virDomainDefClearPCIAddresses__head_libvirt_0_dll d000607.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%^virDomainDefClearDeviceAliases.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainDefClearDeviceAliases__imp__virDomainDefClearDeviceAliases__head_libvirt_0_dll d000606.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%]virDomainDefClearCCWAddresses.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainDefClearCCWAddresses__imp__virDomainDefClearCCWAddresses__head_libvirt_0_dll d000605.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%\virDomainDefCheckABIStability.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainDefCheckABIStability__imp__virDomainDefCheckABIStability__head_libvirt_0_dll d000604.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%[virDomainDefAddImplicitControllers.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainDefAddImplicitControllers__imp__virDomainDefAddImplicitControllers__head_libvirt_0_dll d000603.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ZvirDomainCreateXMLWithFilesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainCreateXMLWithFilesEnsureACL__imp__virDomainCreateXMLWithFilesEnsureACL__head_libvirt_0_dll d000602.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%YvirDomainCreateXMLWithFiles.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainCreateXMLWithFiles__imp__virDomainCreateXMLWithFiles__head_libvirt_0_dll d000601.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%XvirDomainCreateXMLEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainCreateXMLEnsureACL__imp__virDomainCreateXMLEnsureACL__head_libvirt_0_dll d000600.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%WvirDomainCreateXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainCreateXML__imp__virDomainCreateXML__head_libvirt_0_dll d000599.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%VvirDomainCreateWithFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainCreateWithFlagsEnsureACL__imp__virDomainCreateWithFlagsEnsureACL__head_libvirt_0_dll d000598.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%UvirDomainCreateWithFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainCreateWithFlags__imp__virDomainCreateWithFlags__head_libvirt_0_dll d000597.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%TvirDomainCreateWithFilesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainCreateWithFilesEnsureACL__imp__virDomainCreateWithFilesEnsureACL__head_libvirt_0_dll d000596.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%SvirDomainCreateWithFiles.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainCreateWithFiles__imp__virDomainCreateWithFiles__head_libvirt_0_dll d000595.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%RvirDomainCreateLinux.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainCreateLinux__imp__virDomainCreateLinux__head_libvirt_0_dll d000594.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%QvirDomainCreateEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainCreateEnsureACL__imp__virDomainCreateEnsureACL__head_libvirt_0_dll d000593.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%PvirDomainCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virDomainCreate__imp__virDomainCreate__head_libvirt_0_dll d000592.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%OvirDomainCpuPlacementModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainCpuPlacementModeTypeToString__imp__virDomainCpuPlacementModeTypeToString__head_libvirt_0_dll d000591.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%NvirDomainCpuPlacementModeTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainCpuPlacementModeTypeFromString__imp__virDomainCpuPlacementModeTypeFromString__head_libvirt_0_dll d000590.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%MvirDomainCoreDumpEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainCoreDumpEnsureACL__imp__virDomainCoreDumpEnsureACL__head_libvirt_0_dll d000589.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%LvirDomainCoreDump.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainCoreDump__imp__virDomainCoreDump__head_libvirt_0_dll d000588.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%KvirDomainControllerTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainControllerTypeToString__imp__virDomainControllerTypeToString__head_libvirt_0_dll d000587.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%JvirDomainControllerRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainControllerRemove__imp__virDomainControllerRemove__head_libvirt_0_dll d000586.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%IvirDomainControllerModelUSBTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainControllerModelUSBTypeToString__imp__virDomainControllerModelUSBTypeToString__head_libvirt_0_dll d000585.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%HvirDomainControllerModelUSBTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virDomainControllerModelUSBTypeFromString__imp__virDomainControllerModelUSBTypeFromString__head_libvirt_0_dll d000584.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%GvirDomainControllerModelSCSITypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virDomainControllerModelSCSITypeToString__imp__virDomainControllerModelSCSITypeToString__head_libvirt_0_dll d000583.o/ 1378126332 1000 425 100644 609 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%FvirDomainControllerModelSCSITypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0bw_virDomainControllerModelSCSITypeFromString__imp__virDomainControllerModelSCSITypeFromString__head_libvirt_0_dll d000582.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%EvirDomainControllerModelPCITypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainControllerModelPCITypeToString__imp__virDomainControllerModelPCITypeToString__head_libvirt_0_dll d000581.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%DvirDomainControllerInsertPreAlloced.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainControllerInsertPreAlloced__imp__virDomainControllerInsertPreAlloced__head_libvirt_0_dll d000580.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%CvirDomainControllerInsert.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainControllerInsert__imp__virDomainControllerInsert__head_libvirt_0_dll d000579.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%BvirDomainControllerFind.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainControllerFind__imp__virDomainControllerFind__head_libvirt_0_dll d000578.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%AvirDomainControllerDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainControllerDefFree__imp__virDomainControllerDefFree__head_libvirt_0_dll d000577.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%@virDomainConfigFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainConfigFile__imp__virDomainConfigFile__head_libvirt_0_dll d000576.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%?virDomainConfVMNWFilterTeardown.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainConfVMNWFilterTeardown__imp__virDomainConfVMNWFilterTeardown__head_libvirt_0_dll d000575.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%>virDomainConfNWFilterTeardown.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainConfNWFilterTeardown__imp__virDomainConfNWFilterTeardown__head_libvirt_0_dll d000574.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%=virDomainConfNWFilterRegister.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainConfNWFilterRegister__imp__virDomainConfNWFilterRegister__head_libvirt_0_dll d000573.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%<virDomainConfNWFilterInstantiate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainConfNWFilterInstantiate__imp__virDomainConfNWFilterInstantiate__head_libvirt_0_dll d000572.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%;virDomainClockOffsetTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainClockOffsetTypeToString__imp__virDomainClockOffsetTypeToString__head_libvirt_0_dll d000571.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%:virDomainClockOffsetTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainClockOffsetTypeFromString__imp__virDomainClockOffsetTypeFromString__head_libvirt_0_dll d000570.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%9virDomainClockBasisTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainClockBasisTypeToString__imp__virDomainClockBasisTypeToString__head_libvirt_0_dll d000569.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%8virDomainClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virDomainClass__imp__virDomainClass__head_libvirt_0_dll d000568.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%7virDomainChrTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainChrTypeToString__imp__virDomainChrTypeToString__head_libvirt_0_dll d000567.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%6virDomainChrTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainChrTypeFromString__imp__virDomainChrTypeFromString__head_libvirt_0_dll d000566.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%5virDomainChrTcpProtocolTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainChrTcpProtocolTypeToString__imp__virDomainChrTcpProtocolTypeToString__head_libvirt_0_dll d000565.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%4virDomainChrTcpProtocolTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainChrTcpProtocolTypeFromString__imp__virDomainChrTcpProtocolTypeFromString__head_libvirt_0_dll d000564.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%3virDomainChrSpicevmcTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virDomainChrSpicevmcTypeToString__imp__virDomainChrSpicevmcTypeToString__head_libvirt_0_dll d000563.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%2virDomainChrSpicevmcTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainChrSpicevmcTypeFromString__imp__virDomainChrSpicevmcTypeFromString__head_libvirt_0_dll d000562.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%1virDomainChrSourceDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainChrSourceDefFree__imp__virDomainChrSourceDefFree__head_libvirt_0_dll d000561.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%0virDomainChrSourceDefCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainChrSourceDefCopy__imp__virDomainChrSourceDefCopy__head_libvirt_0_dll d000560.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%/virDomainChrSourceDefClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainChrSourceDefClear__imp__virDomainChrSourceDefClear__head_libvirt_0_dll d000559.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%.virDomainChrSerialTargetTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainChrSerialTargetTypeToString__imp__virDomainChrSerialTargetTypeToString__head_libvirt_0_dll d000558.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%-virDomainChrSerialTargetTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDomainChrSerialTargetTypeFromString__imp__virDomainChrSerialTargetTypeFromString__head_libvirt_0_dll d000557.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%,virDomainChrRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainChrRemove__imp__virDomainChrRemove__head_libvirt_0_dll d000556.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%+virDomainChrInsert.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainChrInsert__imp__virDomainChrInsert__head_libvirt_0_dll d000555.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%*virDomainChrGetDomainPtrs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainChrGetDomainPtrs__imp__virDomainChrGetDomainPtrs__head_libvirt_0_dll d000554.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%)virDomainChrFind.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainChrFind__imp__virDomainChrFind__head_libvirt_0_dll d000553.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%(virDomainChrEquals.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainChrEquals__imp__virDomainChrEquals__head_libvirt_0_dll d000552.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%'virDomainChrDefNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainChrDefNew__imp__virDomainChrDefNew__head_libvirt_0_dll d000551.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%&virDomainChrDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainChrDefFree__imp__virDomainChrDefFree__head_libvirt_0_dll d000550.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%%virDomainChrDefForeach.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainChrDefForeach__imp__virDomainChrDefForeach__head_libvirt_0_dll d000549.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%$virDomainChrConsoleTargetTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virDomainChrConsoleTargetTypeToString__imp__virDomainChrConsoleTargetTypeToString__head_libvirt_0_dll d000548.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%#virDomainChrConsoleTargetTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virDomainChrConsoleTargetTypeFromString__imp__virDomainChrConsoleTargetTypeFromString__head_libvirt_0_dll d000547.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%"virDomainBootMenuTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainBootMenuTypeToString__imp__virDomainBootMenuTypeToString__head_libvirt_0_dll d000546.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%!virDomainBootMenuTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainBootMenuTypeFromString__imp__virDomainBootMenuTypeFromString__head_libvirt_0_dll d000545.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ% virDomainBlockedReasonTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainBlockedReasonTypeToString__imp__virDomainBlockedReasonTypeToString__head_libvirt_0_dll d000544.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainBlockedReasonTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDomainBlockedReasonTypeFromString__imp__virDomainBlockedReasonTypeFromString__head_libvirt_0_dll d000543.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainBlockStatsFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virDomainBlockStatsFlagsEnsureACL__imp__virDomainBlockStatsFlagsEnsureACL__head_libvirt_0_dll d000542.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainBlockStatsFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainBlockStatsFlags__imp__virDomainBlockStatsFlags__head_libvirt_0_dll d000541.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainBlockStatsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virDomainBlockStatsEnsureACL__imp__virDomainBlockStatsEnsureACL__head_libvirt_0_dll d000540.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainBlockStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainBlockStats__imp__virDomainBlockStats__head_libvirt_0_dll d000539.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainBlockResizeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainBlockResizeEnsureACL__imp__virDomainBlockResizeEnsureACL__head_libvirt_0_dll d000538.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainBlockResize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainBlockResize__imp__virDomainBlockResize__head_libvirt_0_dll d000537.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainBlockRebaseEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainBlockRebaseEnsureACL__imp__virDomainBlockRebaseEnsureACL__head_libvirt_0_dll d000536.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainBlockRebase.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainBlockRebase__imp__virDomainBlockRebase__head_libvirt_0_dll d000535.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainBlockPullEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainBlockPullEnsureACL__imp__virDomainBlockPullEnsureACL__head_libvirt_0_dll d000534.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainBlockPull.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainBlockPull__imp__virDomainBlockPull__head_libvirt_0_dll d000533.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainBlockPeekEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainBlockPeekEnsureACL__imp__virDomainBlockPeekEnsureACL__head_libvirt_0_dll d000532.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainBlockPeek.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainBlockPeek__imp__virDomainBlockPeek__head_libvirt_0_dll d000531.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virDomainBlockJobSetSpeedEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virDomainBlockJobSetSpeedEnsureACL__imp__virDomainBlockJobSetSpeedEnsureACL__head_libvirt_0_dll d000530.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainBlockJobSetSpeed.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainBlockJobSetSpeed__imp__virDomainBlockJobSetSpeed__head_libvirt_0_dll d000529.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%virDomainBlockJobAbortEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virDomainBlockJobAbortEnsureACL__imp__virDomainBlockJobAbortEnsureACL__head_libvirt_0_dll d000528.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainBlockJobAbort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainBlockJobAbort__imp__virDomainBlockJobAbort__head_libvirt_0_dll d000527.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virDomainBlockCommitEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virDomainBlockCommitEnsureACL__imp__virDomainBlockCommitEnsureACL__head_libvirt_0_dll d000526.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virDomainBlockCommit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainBlockCommit__imp__virDomainBlockCommit__head_libvirt_0_dll d000525.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virDomainAuditVcpu.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainAuditVcpu__imp__virDomainAuditVcpu__head_libvirt_0_dll d000524.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virDomainAuditStop.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainAuditStop__imp__virDomainAuditStop__head_libvirt_0_dll d000523.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virDomainAuditStart.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDomainAuditStart__imp__virDomainAuditStart__head_libvirt_0_dll d000522.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virDomainAuditSecurityLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDomainAuditSecurityLabel__imp__virDomainAuditSecurityLabel__head_libvirt_0_dll d000521.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainAuditRedirdev.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virDomainAuditRedirdev__imp__virDomainAuditRedirdev__head_libvirt_0_dll d000520.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainAuditNetDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virDomainAuditNetDevice__imp__virDomainAuditNetDevice__head_libvirt_0_dll d000519.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainAuditNet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainAuditNet__imp__virDomainAuditNet__head_libvirt_0_dll d000518.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainAuditMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainAuditMemory__imp__virDomainAuditMemory__head_libvirt_0_dll d000517.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainAuditInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainAuditInit__imp__virDomainAuditInit__head_libvirt_0_dll d000516.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainAuditHostdev.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainAuditHostdev__imp__virDomainAuditHostdev__head_libvirt_0_dll d000515.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virDomainAuditFS.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDomainAuditFS__imp__virDomainAuditFS__head_libvirt_0_dll d000514.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virDomainAuditDisk.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDomainAuditDisk__imp__virDomainAuditDisk__head_libvirt_0_dll d000513.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virDomainAuditCgroupPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDomainAuditCgroupPath__imp__virDomainAuditCgroupPath__head_libvirt_0_dll d000512.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÿvirDomainAuditCgroupMajor.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainAuditCgroupMajor__imp__virDomainAuditCgroupMajor__head_libvirt_0_dll d000511.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%þvirDomainAuditCgroup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDomainAuditCgroup__imp__virDomainAuditCgroup__head_libvirt_0_dll d000510.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ývirDomainAttachDeviceFlagsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virDomainAttachDeviceFlagsEnsureACL__imp__virDomainAttachDeviceFlagsEnsureACL__head_libvirt_0_dll d000509.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%üvirDomainAttachDeviceFlags.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainAttachDeviceFlags__imp__virDomainAttachDeviceFlags__head_libvirt_0_dll d000508.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ûvirDomainAttachDeviceEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virDomainAttachDeviceEnsureACL__imp__virDomainAttachDeviceEnsureACL__head_libvirt_0_dll d000507.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%úvirDomainAttachDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virDomainAttachDevice__imp__virDomainAttachDevice__head_libvirt_0_dll d000506.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ùvirDomainActualNetDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDomainActualNetDefFree__imp__virDomainActualNetDefFree__head_libvirt_0_dll d000505.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%øvirDomainAbortJobEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDomainAbortJobEnsureACL__imp__virDomainAbortJobEnsureACL__head_libvirt_0_dll d000504.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%÷virDomainAbortJob.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDomainAbortJob__imp__virDomainAbortJob__head_libvirt_0_dll d000503.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%övirDispatchError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virDispatchError__imp__virDispatchError__head_libvirt_0_dll d000502.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%õvirDiskNameToIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDiskNameToIndex__imp__virDiskNameToIndex__head_libvirt_0_dll d000501.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ôvirDiskNameToBusDeviceIndex.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDiskNameToBusDeviceIndex__imp__virDiskNameToBusDeviceIndex__head_libvirt_0_dll d000500.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%óvirDirCreate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virDirCreate__imp__virDirCreate__head_libvirt_0_dll d000499.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%òvirDevicePCIAddressParseXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virDevicePCIAddressParseXML__imp__virDevicePCIAddressParseXML__head_libvirt_0_dll d000498.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ñvirDevicePCIAddressIsValid.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virDevicePCIAddressIsValid__imp__virDevicePCIAddressIsValid__head_libvirt_0_dll d000497.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ðvirDevicePCIAddressFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virDevicePCIAddressFormat__imp__virDevicePCIAddressFormat__head_libvirt_0_dll d000496.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ïvirDevicePCIAddressEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virDevicePCIAddressEqual__imp__virDevicePCIAddressEqual__head_libvirt_0_dll d000495.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%îvirDeviceAddressPciMultiTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virDeviceAddressPciMultiTypeToString__imp__virDeviceAddressPciMultiTypeToString__head_libvirt_0_dll d000494.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ívirDeviceAddressPciMultiTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virDeviceAddressPciMultiTypeFromString__imp__virDeviceAddressPciMultiTypeFromString__head_libvirt_0_dll d000493.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ìvirDeleteElementsN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDeleteElementsN__imp__virDeleteElementsN__head_libvirt_0_dll d000492.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ëvirDefaultErrorFunc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDefaultErrorFunc__imp__virDefaultErrorFunc__head_libvirt_0_dll d000491.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%êvirDBusMessageRead.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virDBusMessageRead__imp__virDBusMessageRead__head_libvirt_0_dll d000490.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%évirDBusMessageEncode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDBusMessageEncode__imp__virDBusMessageEncode__head_libvirt_0_dll d000489.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%èvirDBusMessageDecode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDBusMessageDecode__imp__virDBusMessageDecode__head_libvirt_0_dll d000488.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%çvirDBusHasSystemBus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDBusHasSystemBus__imp__virDBusHasSystemBus__head_libvirt_0_dll d000487.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ævirDBusGetSystemBus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virDBusGetSystemBus__imp__virDBusGetSystemBus__head_libvirt_0_dll d000486.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%åvirDBusGetSessionBus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virDBusGetSessionBus__imp__virDBusGetSessionBus__head_libvirt_0_dll d000485.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ävirDBusCallMethod.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virDBusCallMethod__imp__virDBusCallMethod__head_libvirt_0_dll d000484.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ãvirCopyLastError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCopyLastError__imp__virCopyLastError__head_libvirt_0_dll d000483.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%âvirConnectUnregisterCloseCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virConnectUnregisterCloseCallback__imp__virConnectUnregisterCloseCallback__head_libvirt_0_dll d000482.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ávirConnectSupportsFeatureEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virConnectSupportsFeatureEnsureACL__imp__virConnectSupportsFeatureEnsureACL__head_libvirt_0_dll d000481.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%àvirConnectSupportsFeature.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virConnectSupportsFeature__imp__virConnectSupportsFeature__head_libvirt_0_dll d000480.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ßvirConnectSetKeepAlive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virConnectSetKeepAlive__imp__virConnectSetKeepAlive__head_libvirt_0_dll d000479.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÞvirConnectRegisterCloseCallback.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virConnectRegisterCloseCallback__imp__virConnectRegisterCloseCallback__head_libvirt_0_dll d000478.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ÝvirConnectRef.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virConnectRef__imp__virConnectRef__head_libvirt_0_dll d000477.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÜvirConnectOpenReadOnly.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virConnectOpenReadOnly__imp__virConnectOpenReadOnly__head_libvirt_0_dll d000476.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÛvirConnectOpenEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virConnectOpenEnsureACL__imp__virConnectOpenEnsureACL__head_libvirt_0_dll d000475.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÚvirConnectOpenAuth.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virConnectOpenAuth__imp__virConnectOpenAuth__head_libvirt_0_dll d000474.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÙvirConnectOpen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virConnectOpen__imp__virConnectOpen__head_libvirt_0_dll d000473.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ØvirConnectNumOfStoragePoolsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virConnectNumOfStoragePoolsEnsureACL__imp__virConnectNumOfStoragePoolsEnsureACL__head_libvirt_0_dll d000472.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%×virConnectNumOfStoragePoolsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virConnectNumOfStoragePoolsCheckACL__imp__virConnectNumOfStoragePoolsCheckACL__head_libvirt_0_dll d000471.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÖvirConnectNumOfStoragePools.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virConnectNumOfStoragePools__imp__virConnectNumOfStoragePools__head_libvirt_0_dll d000470.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÕvirConnectNumOfSecretsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virConnectNumOfSecretsEnsureACL__imp__virConnectNumOfSecretsEnsureACL__head_libvirt_0_dll d000469.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÔvirConnectNumOfSecretsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectNumOfSecretsCheckACL__imp__virConnectNumOfSecretsCheckACL__head_libvirt_0_dll d000468.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÓvirConnectNumOfSecrets.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virConnectNumOfSecrets__imp__virConnectNumOfSecrets__head_libvirt_0_dll d000467.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÒvirConnectNumOfNetworksEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectNumOfNetworksEnsureACL__imp__virConnectNumOfNetworksEnsureACL__head_libvirt_0_dll d000466.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÑvirConnectNumOfNetworksCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virConnectNumOfNetworksCheckACL__imp__virConnectNumOfNetworksCheckACL__head_libvirt_0_dll d000465.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÐvirConnectNumOfNetworks.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virConnectNumOfNetworks__imp__virConnectNumOfNetworks__head_libvirt_0_dll d000464.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÏvirConnectNumOfNWFiltersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virConnectNumOfNWFiltersEnsureACL__imp__virConnectNumOfNWFiltersEnsureACL__head_libvirt_0_dll d000463.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÎvirConnectNumOfNWFiltersCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectNumOfNWFiltersCheckACL__imp__virConnectNumOfNWFiltersCheckACL__head_libvirt_0_dll d000462.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÍvirConnectNumOfNWFilters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virConnectNumOfNWFilters__imp__virConnectNumOfNWFilters__head_libvirt_0_dll d000461.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÌvirConnectNumOfInterfacesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virConnectNumOfInterfacesEnsureACL__imp__virConnectNumOfInterfacesEnsureACL__head_libvirt_0_dll d000460.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ËvirConnectNumOfInterfacesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virConnectNumOfInterfacesCheckACL__imp__virConnectNumOfInterfacesCheckACL__head_libvirt_0_dll d000459.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÊvirConnectNumOfInterfaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virConnectNumOfInterfaces__imp__virConnectNumOfInterfaces__head_libvirt_0_dll d000458.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÉvirConnectNumOfDomainsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virConnectNumOfDomainsEnsureACL__imp__virConnectNumOfDomainsEnsureACL__head_libvirt_0_dll d000457.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÈvirConnectNumOfDomainsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectNumOfDomainsCheckACL__imp__virConnectNumOfDomainsCheckACL__head_libvirt_0_dll d000456.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÇvirConnectNumOfDomains.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virConnectNumOfDomains__imp__virConnectNumOfDomains__head_libvirt_0_dll d000455.o/ 1378126332 1000 425 100644 611 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%ÆvirConnectNumOfDefinedStoragePoolsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ1dy_virConnectNumOfDefinedStoragePoolsEnsureACL__imp__virConnectNumOfDefinedStoragePoolsEnsureACL__head_libvirt_0_dll d000454.o/ 1378126332 1000 425 100644 609 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%ÅvirConnectNumOfDefinedStoragePoolsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0bw_virConnectNumOfDefinedStoragePoolsCheckACL__imp__virConnectNumOfDefinedStoragePoolsCheckACL__head_libvirt_0_dll d000453.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÄvirConnectNumOfDefinedStoragePools.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virConnectNumOfDefinedStoragePools__imp__virConnectNumOfDefinedStoragePools__head_libvirt_0_dll d000452.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ÃvirConnectNumOfDefinedNetworksEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virConnectNumOfDefinedNetworksEnsureACL__imp__virConnectNumOfDefinedNetworksEnsureACL__head_libvirt_0_dll d000451.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ÂvirConnectNumOfDefinedNetworksCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virConnectNumOfDefinedNetworksCheckACL__imp__virConnectNumOfDefinedNetworksCheckACL__head_libvirt_0_dll d000450.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÁvirConnectNumOfDefinedNetworks.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectNumOfDefinedNetworks__imp__virConnectNumOfDefinedNetworks__head_libvirt_0_dll d000449.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ÀvirConnectNumOfDefinedInterfacesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virConnectNumOfDefinedInterfacesEnsureACL__imp__virConnectNumOfDefinedInterfacesEnsureACL__head_libvirt_0_dll d000448.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%¿virConnectNumOfDefinedInterfacesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virConnectNumOfDefinedInterfacesCheckACL__imp__virConnectNumOfDefinedInterfacesCheckACL__head_libvirt_0_dll d000447.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¾virConnectNumOfDefinedInterfaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectNumOfDefinedInterfaces__imp__virConnectNumOfDefinedInterfaces__head_libvirt_0_dll d000446.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%½virConnectNumOfDefinedDomainsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virConnectNumOfDefinedDomainsEnsureACL__imp__virConnectNumOfDefinedDomainsEnsureACL__head_libvirt_0_dll d000445.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¼virConnectNumOfDefinedDomainsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virConnectNumOfDefinedDomainsCheckACL__imp__virConnectNumOfDefinedDomainsCheckACL__head_libvirt_0_dll d000444.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%»virConnectNumOfDefinedDomains.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectNumOfDefinedDomains__imp__virConnectNumOfDefinedDomains__head_libvirt_0_dll d000443.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ºvirConnectListStoragePoolsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virConnectListStoragePoolsEnsureACL__imp__virConnectListStoragePoolsEnsureACL__head_libvirt_0_dll d000442.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¹virConnectListStoragePoolsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virConnectListStoragePoolsCheckACL__imp__virConnectListStoragePoolsCheckACL__head_libvirt_0_dll d000441.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¸virConnectListStoragePools.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virConnectListStoragePools__imp__virConnectListStoragePools__head_libvirt_0_dll d000440.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%·virConnectListSecretsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectListSecretsEnsureACL__imp__virConnectListSecretsEnsureACL__head_libvirt_0_dll d000439.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%¶virConnectListSecretsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectListSecretsCheckACL__imp__virConnectListSecretsCheckACL__head_libvirt_0_dll d000438.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%µvirConnectListSecrets.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virConnectListSecrets__imp__virConnectListSecrets__head_libvirt_0_dll d000437.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%´virConnectListNetworksEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virConnectListNetworksEnsureACL__imp__virConnectListNetworksEnsureACL__head_libvirt_0_dll d000436.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%³virConnectListNetworksCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectListNetworksCheckACL__imp__virConnectListNetworksCheckACL__head_libvirt_0_dll d000435.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%²virConnectListNetworks.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virConnectListNetworks__imp__virConnectListNetworks__head_libvirt_0_dll d000434.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%±virConnectListNWFiltersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectListNWFiltersEnsureACL__imp__virConnectListNWFiltersEnsureACL__head_libvirt_0_dll d000433.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%°virConnectListNWFiltersCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virConnectListNWFiltersCheckACL__imp__virConnectListNWFiltersCheckACL__head_libvirt_0_dll d000432.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¯virConnectListNWFilters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virConnectListNWFilters__imp__virConnectListNWFilters__head_libvirt_0_dll d000431.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%®virConnectListInterfacesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virConnectListInterfacesEnsureACL__imp__virConnectListInterfacesEnsureACL__head_libvirt_0_dll d000430.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%­virConnectListInterfacesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectListInterfacesCheckACL__imp__virConnectListInterfacesCheckACL__head_libvirt_0_dll d000429.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%¬virConnectListInterfaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virConnectListInterfaces__imp__virConnectListInterfaces__head_libvirt_0_dll d000428.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%«virConnectListDomainsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectListDomainsEnsureACL__imp__virConnectListDomainsEnsureACL__head_libvirt_0_dll d000427.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ªvirConnectListDomainsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectListDomainsCheckACL__imp__virConnectListDomainsCheckACL__head_libvirt_0_dll d000426.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%©virConnectListDomains.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virConnectListDomains__imp__virConnectListDomains__head_libvirt_0_dll d000425.o/ 1378126332 1000 425 100644 609 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%¨virConnectListDefinedStoragePoolsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0bw_virConnectListDefinedStoragePoolsEnsureACL__imp__virConnectListDefinedStoragePoolsEnsureACL__head_libvirt_0_dll d000424.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%§virConnectListDefinedStoragePoolsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virConnectListDefinedStoragePoolsCheckACL__imp__virConnectListDefinedStoragePoolsCheckACL__head_libvirt_0_dll d000423.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¦virConnectListDefinedStoragePools.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virConnectListDefinedStoragePools__imp__virConnectListDefinedStoragePools__head_libvirt_0_dll d000422.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%¥virConnectListDefinedNetworksEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virConnectListDefinedNetworksEnsureACL__imp__virConnectListDefinedNetworksEnsureACL__head_libvirt_0_dll d000421.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%¤virConnectListDefinedNetworksCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virConnectListDefinedNetworksCheckACL__imp__virConnectListDefinedNetworksCheckACL__head_libvirt_0_dll d000420.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%£virConnectListDefinedNetworks.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectListDefinedNetworks__imp__virConnectListDefinedNetworks__head_libvirt_0_dll d000419.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%¢virConnectListDefinedInterfacesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virConnectListDefinedInterfacesEnsureACL__imp__virConnectListDefinedInterfacesEnsureACL__head_libvirt_0_dll d000418.o/ 1378126332 1000 425 100644 599 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%¡virConnectListDefinedInterfacesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ-\q_virConnectListDefinedInterfacesCheckACL__imp__virConnectListDefinedInterfacesCheckACL__head_libvirt_0_dll d000417.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ% virConnectListDefinedInterfaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virConnectListDefinedInterfaces__imp__virConnectListDefinedInterfaces__head_libvirt_0_dll d000416.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ŸvirConnectListDefinedDomainsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virConnectListDefinedDomainsEnsureACL__imp__virConnectListDefinedDomainsEnsureACL__head_libvirt_0_dll d000415.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%žvirConnectListDefinedDomainsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virConnectListDefinedDomainsCheckACL__imp__virConnectListDefinedDomainsCheckACL__head_libvirt_0_dll d000414.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virConnectListDefinedDomains.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virConnectListDefinedDomains__imp__virConnectListDefinedDomains__head_libvirt_0_dll d000413.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%œvirConnectListAllStoragePoolsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virConnectListAllStoragePoolsEnsureACL__imp__virConnectListAllStoragePoolsEnsureACL__head_libvirt_0_dll d000412.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%›virConnectListAllStoragePoolsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virConnectListAllStoragePoolsCheckACL__imp__virConnectListAllStoragePoolsCheckACL__head_libvirt_0_dll d000411.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%švirConnectListAllStoragePools.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectListAllStoragePools__imp__virConnectListAllStoragePools__head_libvirt_0_dll d000410.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%™virConnectListAllSecretsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virConnectListAllSecretsEnsureACL__imp__virConnectListAllSecretsEnsureACL__head_libvirt_0_dll d000409.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%˜virConnectListAllSecretsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectListAllSecretsCheckACL__imp__virConnectListAllSecretsCheckACL__head_libvirt_0_dll d000408.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%—virConnectListAllSecrets.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virConnectListAllSecrets__imp__virConnectListAllSecrets__head_libvirt_0_dll d000407.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%–virConnectListAllNodeDevicesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virConnectListAllNodeDevicesEnsureACL__imp__virConnectListAllNodeDevicesEnsureACL__head_libvirt_0_dll d000406.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%•virConnectListAllNodeDevicesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virConnectListAllNodeDevicesCheckACL__imp__virConnectListAllNodeDevicesCheckACL__head_libvirt_0_dll d000405.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%”virConnectListAllNodeDevices.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virConnectListAllNodeDevices__imp__virConnectListAllNodeDevices__head_libvirt_0_dll d000404.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%“virConnectListAllNetworksEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virConnectListAllNetworksEnsureACL__imp__virConnectListAllNetworksEnsureACL__head_libvirt_0_dll d000403.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%’virConnectListAllNetworksCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virConnectListAllNetworksCheckACL__imp__virConnectListAllNetworksCheckACL__head_libvirt_0_dll d000402.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%‘virConnectListAllNetworks.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virConnectListAllNetworks__imp__virConnectListAllNetworks__head_libvirt_0_dll d000401.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virConnectListAllNWFiltersEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virConnectListAllNWFiltersEnsureACL__imp__virConnectListAllNWFiltersEnsureACL__head_libvirt_0_dll d000400.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virConnectListAllNWFiltersCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virConnectListAllNWFiltersCheckACL__imp__virConnectListAllNWFiltersCheckACL__head_libvirt_0_dll d000399.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ŽvirConnectListAllNWFilters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virConnectListAllNWFilters__imp__virConnectListAllNWFilters__head_libvirt_0_dll d000398.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%virConnectListAllInterfacesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virConnectListAllInterfacesEnsureACL__imp__virConnectListAllInterfacesEnsureACL__head_libvirt_0_dll d000397.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ŒvirConnectListAllInterfacesCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virConnectListAllInterfacesCheckACL__imp__virConnectListAllInterfacesCheckACL__head_libvirt_0_dll d000396.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‹virConnectListAllInterfaces.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virConnectListAllInterfaces__imp__virConnectListAllInterfaces__head_libvirt_0_dll d000395.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ŠvirConnectListAllDomainsEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virConnectListAllDomainsEnsureACL__imp__virConnectListAllDomainsEnsureACL__head_libvirt_0_dll d000394.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%‰virConnectListAllDomainsCheckACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectListAllDomainsCheckACL__imp__virConnectListAllDomainsCheckACL__head_libvirt_0_dll d000393.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ˆvirConnectListAllDomains.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virConnectListAllDomains__imp__virConnectListAllDomains__head_libvirt_0_dll d000392.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%‡virConnectIsSecure.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virConnectIsSecure__imp__virConnectIsSecure__head_libvirt_0_dll d000391.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%†virConnectIsEncrypted.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virConnectIsEncrypted__imp__virConnectIsEncrypted__head_libvirt_0_dll d000390.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%…virConnectIsAlive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virConnectIsAlive__imp__virConnectIsAlive__head_libvirt_0_dll d000389.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%„virConnectGetVersionEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectGetVersionEnsureACL__imp__virConnectGetVersionEnsureACL__head_libvirt_0_dll d000388.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ƒvirConnectGetVersion.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virConnectGetVersion__imp__virConnectGetVersion__head_libvirt_0_dll d000387.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%‚virConnectGetURIEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virConnectGetURIEnsureACL__imp__virConnectGetURIEnsureACL__head_libvirt_0_dll d000386.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virConnectGetURI.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virConnectGetURI__imp__virConnectGetURI__head_libvirt_0_dll d000385.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%€virConnectGetTypeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virConnectGetTypeEnsureACL__imp__virConnectGetTypeEnsureACL__head_libvirt_0_dll d000384.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virConnectGetType.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virConnectGetType__imp__virConnectGetType__head_libvirt_0_dll d000383.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%~virConnectGetSysinfoEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectGetSysinfoEnsureACL__imp__virConnectGetSysinfoEnsureACL__head_libvirt_0_dll d000382.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%}virConnectGetSysinfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virConnectGetSysinfo__imp__virConnectGetSysinfo__head_libvirt_0_dll d000381.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%|virConnectGetMaxVcpusEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectGetMaxVcpusEnsureACL__imp__virConnectGetMaxVcpusEnsureACL__head_libvirt_0_dll d000380.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%{virConnectGetMaxVcpus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virConnectGetMaxVcpus__imp__virConnectGetMaxVcpus__head_libvirt_0_dll d000379.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%zvirConnectGetLibVersionEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectGetLibVersionEnsureACL__imp__virConnectGetLibVersionEnsureACL__head_libvirt_0_dll d000378.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%yvirConnectGetLibVersion.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virConnectGetLibVersion__imp__virConnectGetLibVersion__head_libvirt_0_dll d000377.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%xvirConnectGetHostnameEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectGetHostnameEnsureACL__imp__virConnectGetHostnameEnsureACL__head_libvirt_0_dll d000376.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%wvirConnectGetHostname.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virConnectGetHostname__imp__virConnectGetHostname__head_libvirt_0_dll d000375.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%vvirConnectGetCapabilitiesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virConnectGetCapabilitiesEnsureACL__imp__virConnectGetCapabilitiesEnsureACL__head_libvirt_0_dll d000374.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%uvirConnectGetCapabilities.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virConnectGetCapabilities__imp__virConnectGetCapabilities__head_libvirt_0_dll d000373.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%tvirConnectFindStoragePoolSourcesEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virConnectFindStoragePoolSourcesEnsureACL__imp__virConnectFindStoragePoolSourcesEnsureACL__head_libvirt_0_dll d000372.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%svirConnectFindStoragePoolSources.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectFindStoragePoolSources__imp__virConnectFindStoragePoolSources__head_libvirt_0_dll d000371.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%rvirConnectDomainXMLToNativeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virConnectDomainXMLToNativeEnsureACL__imp__virConnectDomainXMLToNativeEnsureACL__head_libvirt_0_dll d000370.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%qvirConnectDomainXMLToNative.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virConnectDomainXMLToNative__imp__virConnectDomainXMLToNative__head_libvirt_0_dll d000369.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%pvirConnectDomainXMLFromNativeEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virConnectDomainXMLFromNativeEnsureACL__imp__virConnectDomainXMLFromNativeEnsureACL__head_libvirt_0_dll d000368.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ovirConnectDomainXMLFromNative.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectDomainXMLFromNative__imp__virConnectDomainXMLFromNative__head_libvirt_0_dll d000367.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%nvirConnectDomainEventRegisterEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virConnectDomainEventRegisterEnsureACL__imp__virConnectDomainEventRegisterEnsureACL__head_libvirt_0_dll d000366.o/ 1378126332 1000 425 100644 603 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%mvirConnectDomainEventRegisterAnyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ/`u_virConnectDomainEventRegisterAnyEnsureACL__imp__virConnectDomainEventRegisterAnyEnsureACL__head_libvirt_0_dll d000365.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%lvirConnectDomainEventRegisterAny.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virConnectDomainEventRegisterAny__imp__virConnectDomainEventRegisterAny__head_libvirt_0_dll d000364.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%kvirConnectDomainEventRegister.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectDomainEventRegister__imp__virConnectDomainEventRegister__head_libvirt_0_dll d000363.o/ 1378126332 1000 425 100644 601 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%jvirConnectDomainEventDeregisterEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.^s_virConnectDomainEventDeregisterEnsureACL__imp__virConnectDomainEventDeregisterEnsureACL__head_libvirt_0_dll d000362.o/ 1378126332 1000 425 100644 611 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%ivirConnectDomainEventDeregisterAnyEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ1dy_virConnectDomainEventDeregisterAnyEnsureACL__imp__virConnectDomainEventDeregisterAnyEnsureACL__head_libvirt_0_dll d000361.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%hvirConnectDomainEventDeregisterAny.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virConnectDomainEventDeregisterAny__imp__virConnectDomainEventDeregisterAny__head_libvirt_0_dll d000360.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%gvirConnectDomainEventDeregister.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virConnectDomainEventDeregister__imp__virConnectDomainEventDeregister__head_libvirt_0_dll d000359.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%fvirConnectCompareCPUEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virConnectCompareCPUEnsureACL__imp__virConnectCompareCPUEnsureACL__head_libvirt_0_dll d000358.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%evirConnectCompareCPU.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virConnectCompareCPU__imp__virConnectCompareCPU__head_libvirt_0_dll d000357.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%dvirConnectClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virConnectClose__imp__virConnectClose__head_libvirt_0_dll d000356.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%cvirConnectClass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virConnectClass__imp__virConnectClass__head_libvirt_0_dll d000355.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%bvirConnectBaselineCPUEnsureACL.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virConnectBaselineCPUEnsureACL__imp__virConnectBaselineCPUEnsureACL__head_libvirt_0_dll d000354.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%avirConnectBaselineCPU.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virConnectBaselineCPU__imp__virConnectBaselineCPU__head_libvirt_0_dll d000353.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%`virConnectAuthPtrDefault.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virConnectAuthPtrDefault__imp__virConnectAuthPtrDefault__head_libvirt_0_dll d000352.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%_virConnSetErrorFunc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virConnSetErrorFunc__imp__virConnSetErrorFunc__head_libvirt_0_dll d000351.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%^virConnResetLastError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virConnResetLastError__imp__virConnResetLastError__head_libvirt_0_dll d000350.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%]virConnGetLastError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virConnGetLastError__imp__virConnGetLastError__head_libvirt_0_dll d000349.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%\virConnCopyLastError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virConnCopyLastError__imp__virConnCopyLastError__head_libvirt_0_dll d000348.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%[virConfWriteMem.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virConfWriteMem__imp__virConfWriteMem__head_libvirt_0_dll d000347.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ZvirConfWriteFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virConfWriteFile__imp__virConfWriteFile__head_libvirt_0_dll d000346.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%YvirConfSetValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virConfSetValue__imp__virConfSetValue__head_libvirt_0_dll d000345.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%XvirConfReadMem.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virConfReadMem__imp__virConfReadMem__head_libvirt_0_dll d000344.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%WvirConfReadFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virConfReadFile__imp__virConfReadFile__head_libvirt_0_dll d000343.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%VvirConfNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_virConfNew__imp__virConfNew__head_libvirt_0_dll d000342.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%UvirConfGetValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virConfGetValue__imp__virConfGetValue__head_libvirt_0_dll d000341.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%TvirConfFreeValue.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virConfFreeValue__imp__virConfFreeValue__head_libvirt_0_dll d000340.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%SvirConfFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virConfFree__imp__virConfFree__head_libvirt_0_dll d000339.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%RvirCondWaitUntil.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCondWaitUntil__imp__virCondWaitUntil__head_libvirt_0_dll d000338.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%QvirCondWait.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virCondWait__imp__virCondWait__head_libvirt_0_dll d000337.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%PvirCondSignal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virCondSignal__imp__virCondSignal__head_libvirt_0_dll d000336.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%OvirCondInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virCondInit__imp__virCondInit__head_libvirt_0_dll d000335.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%NvirCondDestroy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virCondDestroy__imp__virCondDestroy__head_libvirt_0_dll d000334.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%MvirCondBroadcast.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCondBroadcast__imp__virCondBroadcast__head_libvirt_0_dll d000333.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%LvirCompareLimitUlong.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCompareLimitUlong__imp__virCompareLimitUlong__head_libvirt_0_dll d000332.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%KvirCommandWriteArgLog.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virCommandWriteArgLog__imp__virCommandWriteArgLog__head_libvirt_0_dll d000331.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%JvirCommandWait.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virCommandWait__imp__virCommandWait__head_libvirt_0_dll d000330.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%IvirCommandToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCommandToString__imp__virCommandToString__head_libvirt_0_dll d000329.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%HvirCommandSetWorkingDirectory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virCommandSetWorkingDirectory__imp__virCommandSetWorkingDirectory__head_libvirt_0_dll d000328.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%GvirCommandSetUID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCommandSetUID__imp__virCommandSetUID__head_libvirt_0_dll d000327.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%FvirCommandSetSELinuxLabel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virCommandSetSELinuxLabel__imp__virCommandSetSELinuxLabel__head_libvirt_0_dll d000326.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%EvirCommandSetPreExecHook.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCommandSetPreExecHook__imp__virCommandSetPreExecHook__head_libvirt_0_dll d000325.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%DvirCommandSetPidFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCommandSetPidFile__imp__virCommandSetPidFile__head_libvirt_0_dll d000324.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%CvirCommandSetOutputFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virCommandSetOutputFD__imp__virCommandSetOutputFD__head_libvirt_0_dll d000323.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%BvirCommandSetOutputBuffer.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virCommandSetOutputBuffer__imp__virCommandSetOutputBuffer__head_libvirt_0_dll d000322.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%AvirCommandSetMaxProcesses.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virCommandSetMaxProcesses__imp__virCommandSetMaxProcesses__head_libvirt_0_dll d000321.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%@virCommandSetMaxMemLock.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCommandSetMaxMemLock__imp__virCommandSetMaxMemLock__head_libvirt_0_dll d000320.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%?virCommandSetMaxFiles.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virCommandSetMaxFiles__imp__virCommandSetMaxFiles__head_libvirt_0_dll d000319.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%>virCommandSetInputFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCommandSetInputFD__imp__virCommandSetInputFD__head_libvirt_0_dll d000318.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%=virCommandSetInputBuffer.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCommandSetInputBuffer__imp__virCommandSetInputBuffer__head_libvirt_0_dll d000317.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%<virCommandSetGID.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCommandSetGID__imp__virCommandSetGID__head_libvirt_0_dll d000316.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%;virCommandSetErrorFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCommandSetErrorFD__imp__virCommandSetErrorFD__head_libvirt_0_dll d000315.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%:virCommandSetErrorBuffer.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCommandSetErrorBuffer__imp__virCommandSetErrorBuffer__head_libvirt_0_dll d000314.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%9virCommandSetAppArmorProfile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virCommandSetAppArmorProfile__imp__virCommandSetAppArmorProfile__head_libvirt_0_dll d000313.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%8virCommandRunAsync.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCommandRunAsync__imp__virCommandRunAsync__head_libvirt_0_dll d000312.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%7virCommandRun.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virCommandRun__imp__virCommandRun__head_libvirt_0_dll d000311.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%6virCommandRequireHandshake.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virCommandRequireHandshake__imp__virCommandRequireHandshake__head_libvirt_0_dll d000310.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%5virCommandPassFD.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCommandPassFD__imp__virCommandPassFD__head_libvirt_0_dll d000309.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%4virCommandNonblockingFDs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCommandNonblockingFDs__imp__virCommandNonblockingFDs__head_libvirt_0_dll d000308.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%3virCommandNewArgs.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virCommandNewArgs__imp__virCommandNewArgs__head_libvirt_0_dll d000307.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%2virCommandNewArgList.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCommandNewArgList__imp__virCommandNewArgList__head_libvirt_0_dll d000306.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%1virCommandNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virCommandNew__imp__virCommandNew__head_libvirt_0_dll d000305.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%0virCommandHandshakeWait.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCommandHandshakeWait__imp__virCommandHandshakeWait__head_libvirt_0_dll d000304.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%/virCommandHandshakeNotify.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virCommandHandshakeNotify__imp__virCommandHandshakeNotify__head_libvirt_0_dll d000303.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%.virCommandFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virCommandFree__imp__virCommandFree__head_libvirt_0_dll d000302.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%-virCommandExec.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virCommandExec__imp__virCommandExec__head_libvirt_0_dll d000301.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%,virCommandDoAsyncIO.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virCommandDoAsyncIO__imp__virCommandDoAsyncIO__head_libvirt_0_dll d000300.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%+virCommandDaemonize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virCommandDaemonize__imp__virCommandDaemonize__head_libvirt_0_dll d000299.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%*virCommandClearCaps.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virCommandClearCaps__imp__virCommandClearCaps__head_libvirt_0_dll d000298.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%)virCommandAllowCap.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCommandAllowCap__imp__virCommandAllowCap__head_libvirt_0_dll d000297.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%(virCommandAddEnvString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCommandAddEnvString__imp__virCommandAddEnvString__head_libvirt_0_dll d000296.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%'virCommandAddEnvPassCommon.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virCommandAddEnvPassCommon__imp__virCommandAddEnvPassCommon__head_libvirt_0_dll d000295.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%&virCommandAddEnvPass.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCommandAddEnvPass__imp__virCommandAddEnvPass__head_libvirt_0_dll d000294.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%%virCommandAddEnvPair.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCommandAddEnvPair__imp__virCommandAddEnvPair__head_libvirt_0_dll d000293.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%$virCommandAddEnvFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCommandAddEnvFormat__imp__virCommandAddEnvFormat__head_libvirt_0_dll d000292.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%#virCommandAddEnvBuffer.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCommandAddEnvBuffer__imp__virCommandAddEnvBuffer__head_libvirt_0_dll d000291.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%"virCommandAddArgSet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virCommandAddArgSet__imp__virCommandAddArgSet__head_libvirt_0_dll d000290.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%!virCommandAddArgPair.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCommandAddArgPair__imp__virCommandAddArgPair__head_libvirt_0_dll d000289.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virCommandAddArgList.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCommandAddArgList__imp__virCommandAddArgList__head_libvirt_0_dll d000288.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCommandAddArgFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCommandAddArgFormat__imp__virCommandAddArgFormat__head_libvirt_0_dll d000287.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCommandAddArgBuffer.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCommandAddArgBuffer__imp__virCommandAddArgBuffer__head_libvirt_0_dll d000286.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virCommandAddArg.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCommandAddArg__imp__virCommandAddArg__head_libvirt_0_dll d000285.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virCommandAbort.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virCommandAbort__imp__virCommandAbort__head_libvirt_0_dll d000284.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCloseCallbacksUnset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCloseCallbacksUnset__imp__virCloseCallbacksUnset__head_libvirt_0_dll d000283.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virCloseCallbacksSet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCloseCallbacksSet__imp__virCloseCallbacksSet__head_libvirt_0_dll d000282.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virCloseCallbacksRun.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCloseCallbacksRun__imp__virCloseCallbacksRun__head_libvirt_0_dll d000281.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virCloseCallbacksNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCloseCallbacksNew__imp__virCloseCallbacksNew__head_libvirt_0_dll d000280.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCloseCallbacksGetConn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCloseCallbacksGetConn__imp__virCloseCallbacksGetConn__head_libvirt_0_dll d000279.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virCloseCallbacksGet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCloseCallbacksGet__imp__virCloseCallbacksGet__head_libvirt_0_dll d000278.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virClassNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virClassNew__imp__virClassNew__head_libvirt_0_dll d000277.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virClassName.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virClassName__imp__virClassName__head_libvirt_0_dll d000276.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virClassIsDerivedFrom.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virClassIsDerivedFrom__imp__virClassIsDerivedFrom__head_libvirt_0_dll d000275.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virClassForObjectLockable.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virClassForObjectLockable__imp__virClassForObjectLockable__head_libvirt_0_dll d000274.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virClassForObject.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virClassForObject__imp__virClassForObject__head_libvirt_0_dll d000273.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virChrdevOpen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virChrdevOpen__imp__virChrdevOpen__head_libvirt_0_dll d000272.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virChrdevFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virChrdevFree__imp__virChrdevFree__head_libvirt_0_dll d000271.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virChrdevAlloc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virChrdevAlloc__imp__virChrdevAlloc__head_libvirt_0_dll d000270.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virCgroupSetMemorySoftLimit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virCgroupSetMemorySoftLimit__imp__virCgroupSetMemorySoftLimit__head_libvirt_0_dll d000269.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virCgroupSetMemoryHardLimit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virCgroupSetMemoryHardLimit__imp__virCgroupSetMemoryHardLimit__head_libvirt_0_dll d000268.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% virCgroupSetMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCgroupSetMemory__imp__virCgroupSetMemory__head_libvirt_0_dll d000267.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% virCgroupSetMemSwapHardLimit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virCgroupSetMemSwapHardLimit__imp__virCgroupSetMemSwapHardLimit__head_libvirt_0_dll d000266.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ% virCgroupSetFreezerState.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCgroupSetFreezerState__imp__virCgroupSetFreezerState__head_libvirt_0_dll d000265.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCgroupSetCpusetMems.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCgroupSetCpusetMems__imp__virCgroupSetCpusetMems__head_libvirt_0_dll d000264.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCgroupSetCpusetCpus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCgroupSetCpusetCpus__imp__virCgroupSetCpusetCpus__head_libvirt_0_dll d000263.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virCgroupSetCpuShares.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virCgroupSetCpuShares__imp__virCgroupSetCpuShares__head_libvirt_0_dll d000262.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCgroupSetCpuCfsQuota.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupSetCpuCfsQuota__imp__virCgroupSetCpuCfsQuota__head_libvirt_0_dll d000261.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCgroupSetCpuCfsPeriod.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCgroupSetCpuCfsPeriod__imp__virCgroupSetCpuCfsPeriod__head_libvirt_0_dll d000260.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virCgroupSetBlkioWeight.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupSetBlkioWeight__imp__virCgroupSetBlkioWeight__head_libvirt_0_dll d000259.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virCgroupSetBlkioDeviceWeight.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virCgroupSetBlkioDeviceWeight__imp__virCgroupSetBlkioDeviceWeight__head_libvirt_0_dll d000258.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%virCgroupRemoveRecursively.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virCgroupRemoveRecursively__imp__virCgroupRemoveRecursively__head_libvirt_0_dll d000257.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virCgroupRemove.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virCgroupRemove__imp__virCgroupRemove__head_libvirt_0_dll d000256.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÿvirCgroupPathOfController.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virCgroupPathOfController__imp__virCgroupPathOfController__head_libvirt_0_dll d000255.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%þvirCgroupNewVcpu.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCgroupNewVcpu__imp__virCgroupNewVcpu__head_libvirt_0_dll d000254.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ývirCgroupNewSelf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCgroupNewSelf__imp__virCgroupNewSelf__head_libvirt_0_dll d000253.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%üvirCgroupNewPartition.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virCgroupNewPartition__imp__virCgroupNewPartition__head_libvirt_0_dll d000252.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ûvirCgroupNewMachine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virCgroupNewMachine__imp__virCgroupNewMachine__head_libvirt_0_dll d000251.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%úvirCgroupNewIgnoreError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupNewIgnoreError__imp__virCgroupNewIgnoreError__head_libvirt_0_dll d000250.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ùvirCgroupNewEmulator.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCgroupNewEmulator__imp__virCgroupNewEmulator__head_libvirt_0_dll d000249.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%øvirCgroupNewDomainPartition.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virCgroupNewDomainPartition__imp__virCgroupNewDomainPartition__head_libvirt_0_dll d000248.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%÷virCgroupNewDetectMachine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virCgroupNewDetectMachine__imp__virCgroupNewDetectMachine__head_libvirt_0_dll d000247.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%övirCgroupNewDetect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCgroupNewDetect__imp__virCgroupNewDetect__head_libvirt_0_dll d000246.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%õvirCgroupMoveTask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virCgroupMoveTask__imp__virCgroupMoveTask__head_libvirt_0_dll d000245.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ôvirCgroupKillRecursive.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCgroupKillRecursive__imp__virCgroupKillRecursive__head_libvirt_0_dll d000244.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%óvirCgroupKillPainfully.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCgroupKillPainfully__imp__virCgroupKillPainfully__head_libvirt_0_dll d000243.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%òvirCgroupKill.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virCgroupKill__imp__virCgroupKill__head_libvirt_0_dll d000242.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ñvirCgroupIsolateMount.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virCgroupIsolateMount__imp__virCgroupIsolateMount__head_libvirt_0_dll d000241.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ðvirCgroupHasController.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCgroupHasController__imp__virCgroupHasController__head_libvirt_0_dll d000240.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ïvirCgroupGetMemoryUsage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupGetMemoryUsage__imp__virCgroupGetMemoryUsage__head_libvirt_0_dll d000239.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%îvirCgroupGetMemorySoftLimit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virCgroupGetMemorySoftLimit__imp__virCgroupGetMemorySoftLimit__head_libvirt_0_dll d000238.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ívirCgroupGetMemoryHardLimit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virCgroupGetMemoryHardLimit__imp__virCgroupGetMemoryHardLimit__head_libvirt_0_dll d000237.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ìvirCgroupGetMemSwapUsage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCgroupGetMemSwapUsage__imp__virCgroupGetMemSwapUsage__head_libvirt_0_dll d000236.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ëvirCgroupGetMemSwapHardLimit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virCgroupGetMemSwapHardLimit__imp__virCgroupGetMemSwapHardLimit__head_libvirt_0_dll d000235.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%êvirCgroupGetFreezerState.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCgroupGetFreezerState__imp__virCgroupGetFreezerState__head_libvirt_0_dll d000234.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%évirCgroupGetCpusetMems.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCgroupGetCpusetMems__imp__virCgroupGetCpusetMems__head_libvirt_0_dll d000233.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%èvirCgroupGetCpusetCpus.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCgroupGetCpusetCpus__imp__virCgroupGetCpusetCpus__head_libvirt_0_dll d000232.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%çvirCgroupGetCpuacctUsage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCgroupGetCpuacctUsage__imp__virCgroupGetCpuacctUsage__head_libvirt_0_dll d000231.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ævirCgroupGetCpuacctStat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupGetCpuacctStat__imp__virCgroupGetCpuacctStat__head_libvirt_0_dll d000230.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%åvirCgroupGetCpuacctPercpuUsage.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virCgroupGetCpuacctPercpuUsage__imp__virCgroupGetCpuacctPercpuUsage__head_libvirt_0_dll d000229.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ävirCgroupGetCpuShares.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virCgroupGetCpuShares__imp__virCgroupGetCpuShares__head_libvirt_0_dll d000228.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ãvirCgroupGetCpuCfsQuota.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupGetCpuCfsQuota__imp__virCgroupGetCpuCfsQuota__head_libvirt_0_dll d000227.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%âvirCgroupGetCpuCfsPeriod.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCgroupGetCpuCfsPeriod__imp__virCgroupGetCpuCfsPeriod__head_libvirt_0_dll d000226.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ávirCgroupGetBlkioWeight.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupGetBlkioWeight__imp__virCgroupGetBlkioWeight__head_libvirt_0_dll d000225.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%àvirCgroupFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virCgroupFree__imp__virCgroupFree__head_libvirt_0_dll d000224.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ßvirCgroupDenyDevicePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupDenyDevicePath__imp__virCgroupDenyDevicePath__head_libvirt_0_dll d000223.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÞvirCgroupDenyDeviceMajor.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCgroupDenyDeviceMajor__imp__virCgroupDenyDeviceMajor__head_libvirt_0_dll d000222.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÝvirCgroupDenyDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virCgroupDenyDevice__imp__virCgroupDenyDevice__head_libvirt_0_dll d000221.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÜvirCgroupDenyAllDevices.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCgroupDenyAllDevices__imp__virCgroupDenyAllDevices__head_libvirt_0_dll d000220.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÛvirCgroupControllerTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virCgroupControllerTypeToString__imp__virCgroupControllerTypeToString__head_libvirt_0_dll d000219.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÚvirCgroupControllerTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virCgroupControllerTypeFromString__imp__virCgroupControllerTypeFromString__head_libvirt_0_dll d000218.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÙvirCgroupAvailable.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCgroupAvailable__imp__virCgroupAvailable__head_libvirt_0_dll d000217.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ØvirCgroupAllowDevicePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCgroupAllowDevicePath__imp__virCgroupAllowDevicePath__head_libvirt_0_dll d000216.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%×virCgroupAllowDeviceMajor.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virCgroupAllowDeviceMajor__imp__virCgroupAllowDeviceMajor__head_libvirt_0_dll d000215.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÖvirCgroupAllowDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virCgroupAllowDevice__imp__virCgroupAllowDevice__head_libvirt_0_dll d000214.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÕvirCgroupAddTaskController.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virCgroupAddTaskController__imp__virCgroupAddTaskController__head_libvirt_0_dll d000213.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÔvirCgroupAddTask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virCgroupAddTask__imp__virCgroupAddTask__head_libvirt_0_dll d000212.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÓvirCapabilitiesSetHostCPU.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_virCapabilitiesSetHostCPU__imp__virCapabilitiesSetHostCPU__head_libvirt_0_dll d000211.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ÒvirCapabilitiesNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCapabilitiesNew__imp__virCapabilitiesNew__head_libvirt_0_dll d000210.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÑvirCapabilitiesGetCpusForNodemask.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virCapabilitiesGetCpusForNodemask__imp__virCapabilitiesGetCpusForNodemask__head_libvirt_0_dll d000209.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÐvirCapabilitiesFreeNUMAInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virCapabilitiesFreeNUMAInfo__imp__virCapabilitiesFreeNUMAInfo__head_libvirt_0_dll d000208.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÏvirCapabilitiesFreeMachines.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virCapabilitiesFreeMachines__imp__virCapabilitiesFreeMachines__head_libvirt_0_dll d000207.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÎvirCapabilitiesFormatXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virCapabilitiesFormatXML__imp__virCapabilitiesFormatXML__head_libvirt_0_dll d000206.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÍvirCapabilitiesDefaultGuestMachine.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virCapabilitiesDefaultGuestMachine__imp__virCapabilitiesDefaultGuestMachine__head_libvirt_0_dll d000205.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ÌvirCapabilitiesDefaultGuestEmulator.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virCapabilitiesDefaultGuestEmulator__imp__virCapabilitiesDefaultGuestEmulator__head_libvirt_0_dll d000204.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ËvirCapabilitiesDefaultGuestArch.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virCapabilitiesDefaultGuestArch__imp__virCapabilitiesDefaultGuestArch__head_libvirt_0_dll d000203.o/ 1378126332 1000 425 100644 611 ` LH .textÜ  0`.idata$7ä*0À.idata$5è40À.idata$4ì>0À.idata$60ð0Àÿ%ÊvirCapabilitiesClearHostNUMACellCPUTopology.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ1dy_virCapabilitiesClearHostNUMACellCPUTopology__imp__virCapabilitiesClearHostNUMACellCPUTopology__head_libvirt_0_dll d000202.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÉvirCapabilitiesAllocMachines.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virCapabilitiesAllocMachines__imp__virCapabilitiesAllocMachines__head_libvirt_0_dll d000201.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÈvirCapabilitiesAddHostNUMACell.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virCapabilitiesAddHostNUMACell__imp__virCapabilitiesAddHostNUMACell__head_libvirt_0_dll d000200.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ÇvirCapabilitiesAddHostMigrateTransport.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virCapabilitiesAddHostMigrateTransport__imp__virCapabilitiesAddHostMigrateTransport__head_libvirt_0_dll d000199.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÆvirCapabilitiesAddHostFeature.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virCapabilitiesAddHostFeature__imp__virCapabilitiesAddHostFeature__head_libvirt_0_dll d000198.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ÅvirCapabilitiesAddGuestFeature.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virCapabilitiesAddGuestFeature__imp__virCapabilitiesAddGuestFeature__head_libvirt_0_dll d000197.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ÄvirCapabilitiesAddGuestDomain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virCapabilitiesAddGuestDomain__imp__virCapabilitiesAddGuestDomain__head_libvirt_0_dll d000196.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÃvirCapabilitiesAddGuest.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virCapabilitiesAddGuest__imp__virCapabilitiesAddGuest__head_libvirt_0_dll d000195.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÂvirCPUModeTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCPUModeTypeToString__imp__virCPUModeTypeToString__head_libvirt_0_dll d000194.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ÁvirCPUDefUpdateFeature.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virCPUDefUpdateFeature__imp__virCPUDefUpdateFeature__head_libvirt_0_dll d000193.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ÀvirCPUDefParseXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virCPUDefParseXML__imp__virCPUDefParseXML__head_libvirt_0_dll d000192.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¿virCPUDefFreeModel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCPUDefFreeModel__imp__virCPUDefFreeModel__head_libvirt_0_dll d000191.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¾virCPUDefFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virCPUDefFree__imp__virCPUDefFree__head_libvirt_0_dll d000190.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%½virCPUDefFormatBuf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCPUDefFormatBuf__imp__virCPUDefFormatBuf__head_libvirt_0_dll d000189.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¼virCPUDefFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virCPUDefFormat__imp__virCPUDefFormat__head_libvirt_0_dll d000188.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%»virCPUDefCopyModel.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virCPUDefCopyModel__imp__virCPUDefCopyModel__head_libvirt_0_dll d000187.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ºvirCPUDefCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virCPUDefCopy__imp__virCPUDefCopy__head_libvirt_0_dll d000186.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¹virCPUDefAddFeature.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virCPUDefAddFeature__imp__virCPUDefAddFeature__head_libvirt_0_dll d000185.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¸virBuildPathInternal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virBuildPathInternal__imp__virBuildPathInternal__head_libvirt_0_dll d000184.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%·virBufferVasprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virBufferVasprintf__imp__virBufferVasprintf__head_libvirt_0_dll d000183.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¶virBufferUse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virBufferUse__imp__virBufferUse__head_libvirt_0_dll d000182.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%µvirBufferURIEncodeString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virBufferURIEncodeString__imp__virBufferURIEncodeString__head_libvirt_0_dll d000181.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%´virBufferTrim.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virBufferTrim__imp__virBufferTrim__head_libvirt_0_dll d000180.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%³virBufferStrcat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virBufferStrcat__imp__virBufferStrcat__head_libvirt_0_dll d000179.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%²virBufferGetIndent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virBufferGetIndent__imp__virBufferGetIndent__head_libvirt_0_dll d000178.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%±virBufferFreeAndReset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virBufferFreeAndReset__imp__virBufferFreeAndReset__head_libvirt_0_dll d000177.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%°virBufferEscapeString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virBufferEscapeString__imp__virBufferEscapeString__head_libvirt_0_dll d000176.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¯virBufferEscapeShell.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virBufferEscapeShell__imp__virBufferEscapeShell__head_libvirt_0_dll d000175.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%®virBufferEscapeSexpr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virBufferEscapeSexpr__imp__virBufferEscapeSexpr__head_libvirt_0_dll d000174.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%­virBufferEscape.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virBufferEscape__imp__virBufferEscape__head_libvirt_0_dll d000173.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¬virBufferError.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virBufferError__imp__virBufferError__head_libvirt_0_dll d000172.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%«virBufferCurrentContent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_virBufferCurrentContent__imp__virBufferCurrentContent__head_libvirt_0_dll d000171.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ªvirBufferContentAndReset.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virBufferContentAndReset__imp__virBufferContentAndReset__head_libvirt_0_dll d000170.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%©virBufferAsprintf.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virBufferAsprintf__imp__virBufferAsprintf__head_libvirt_0_dll d000169.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%¨virBufferAdjustIndent.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virBufferAdjustIndent__imp__virBufferAdjustIndent__head_libvirt_0_dll d000168.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%§virBufferAddChar.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virBufferAddChar__imp__virBufferAddChar__head_libvirt_0_dll d000167.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¦virBufferAdd.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virBufferAdd__imp__virBufferAdd__head_libvirt_0_dll d000166.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%¥virBlkioDeviceWeightArrayClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virBlkioDeviceWeightArrayClear__imp__virBlkioDeviceWeightArrayClear__head_libvirt_0_dll d000165.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¤virBitmapToData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virBitmapToData__imp__virBitmapToData__head_libvirt_0_dll d000164.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%£virBitmapString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virBitmapString__imp__virBitmapString__head_libvirt_0_dll d000163.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%¢virBitmapSize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virBitmapSize__imp__virBitmapSize__head_libvirt_0_dll d000162.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%¡virBitmapSetBit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virBitmapSetBit__imp__virBitmapSetBit__head_libvirt_0_dll d000161.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% virBitmapSetAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virBitmapSetAll__imp__virBitmapSetAll__head_libvirt_0_dll d000160.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ŸvirBitmapParse.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virBitmapParse__imp__virBitmapParse__head_libvirt_0_dll d000159.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%žvirBitmapNextSetBit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virBitmapNextSetBit__imp__virBitmapNextSetBit__head_libvirt_0_dll d000158.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%virBitmapNextClearBit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_virBitmapNextClearBit__imp__virBitmapNextClearBit__head_libvirt_0_dll d000157.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%œvirBitmapNewData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virBitmapNewData__imp__virBitmapNewData__head_libvirt_0_dll d000156.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%›virBitmapNewCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virBitmapNewCopy__imp__virBitmapNewCopy__head_libvirt_0_dll d000155.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%švirBitmapNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virBitmapNew__imp__virBitmapNew__head_libvirt_0_dll d000154.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%™virBitmapIsAllSet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virBitmapIsAllSet__imp__virBitmapIsAllSet__head_libvirt_0_dll d000153.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%˜virBitmapIsAllClear.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virBitmapIsAllClear__imp__virBitmapIsAllClear__head_libvirt_0_dll d000152.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%—virBitmapGetBit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virBitmapGetBit__imp__virBitmapGetBit__head_libvirt_0_dll d000151.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%–virBitmapFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virBitmapFree__imp__virBitmapFree__head_libvirt_0_dll d000150.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%•virBitmapFormat.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virBitmapFormat__imp__virBitmapFormat__head_libvirt_0_dll d000149.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%”virBitmapEqual.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virBitmapEqual__imp__virBitmapEqual__head_libvirt_0_dll d000148.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%“virBitmapCountBits.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virBitmapCountBits__imp__virBitmapCountBits__head_libvirt_0_dll d000147.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%’virBitmapCopy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virBitmapCopy__imp__virBitmapCopy__head_libvirt_0_dll d000146.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%‘virBitmapClearBit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virBitmapClearBit__imp__virBitmapClearBit__head_libvirt_0_dll d000145.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virBitmapClearAll.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virBitmapClearAll__imp__virBitmapClearAll__head_libvirt_0_dll d000144.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virAuthGetUsernamePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virAuthGetUsernamePath__imp__virAuthGetUsernamePath__head_libvirt_0_dll d000143.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ŽvirAuthGetUsername.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virAuthGetUsername__imp__virAuthGetUsername__head_libvirt_0_dll d000142.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%virAuthGetPasswordPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_virAuthGetPasswordPath__imp__virAuthGetPasswordPath__head_libvirt_0_dll d000141.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ŒvirAuthGetPassword.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virAuthGetPassword__imp__virAuthGetPassword__head_libvirt_0_dll d000140.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%‹virAuthGetConfigFilePathURI.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virAuthGetConfigFilePathURI__imp__virAuthGetConfigFilePathURI__head_libvirt_0_dll d000139.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ŠvirAuthGetConfigFilePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virAuthGetConfigFilePath__imp__virAuthGetConfigFilePath__head_libvirt_0_dll d000138.o/ 1378126332 1000 425 100644 541 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%‰virAuthConfigNewData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ6K_virAuthConfigNewData__imp__virAuthConfigNewData__head_libvirt_0_dll d000137.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%ˆvirAuthConfigNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virAuthConfigNew__imp__virAuthConfigNew__head_libvirt_0_dll d000136.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%‡virAuthConfigLookup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virAuthConfigLookup__imp__virAuthConfigLookup__head_libvirt_0_dll d000135.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%†virAuthConfigFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virAuthConfigFree__imp__virAuthConfigFree__head_libvirt_0_dll d000134.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%…virAuditSend.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virAuditSend__imp__virAuditSend__head_libvirt_0_dll d000133.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%„virAuditOpen.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_virAuditOpen__imp__virAuditOpen__head_libvirt_0_dll d000132.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%ƒvirAuditLog.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virAuditLog__imp__virAuditLog__head_libvirt_0_dll d000131.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%‚virAuditEncode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_virAuditEncode__imp__virAuditEncode__head_libvirt_0_dll d000130.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%virAuditClose.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_virAuditClose__imp__virAuditClose__head_libvirt_0_dll d000129.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%€virAsprintfInternal.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virAsprintfInternal__imp__virAsprintfInternal__head_libvirt_0_dll d000128.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%virArgvToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virArgvToString__imp__virArgvToString__head_libvirt_0_dll d000127.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%~virArchToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virArchToString__imp__virArchToString__head_libvirt_0_dll d000126.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%}virArchGetWordSize.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_virArchGetWordSize__imp__virArchGetWordSize__head_libvirt_0_dll d000125.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%|virArchGetEndian.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virArchGetEndian__imp__virArchGetEndian__head_libvirt_0_dll d000124.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%{virArchFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virArchFromString__imp__virArchFromString__head_libvirt_0_dll d000123.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%zvirArchFromHost.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virArchFromHost__imp__virArchFromHost__head_libvirt_0_dll d000122.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%yvirAllocVar.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_virAllocVar__imp__virAllocVar__head_libvirt_0_dll d000121.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%xvirAllocTestOOM.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_virAllocTestOOM__imp__virAllocTestOOM__head_libvirt_0_dll d000120.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%wvirAllocTestInit.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virAllocTestInit__imp__virAllocTestInit__head_libvirt_0_dll d000119.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%vvirAllocTestHook.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_virAllocTestHook__imp__virAllocTestHook__head_libvirt_0_dll d000118.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%uvirAllocTestCount.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_virAllocTestCount__imp__virAllocTestCount__head_libvirt_0_dll d000117.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%tvirAllocN.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_virAllocN__imp__virAllocN__head_libvirt_0_dll d000116.o/ 1378126332 1000 425 100644 505 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%svirAlloc.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3_virAlloc__imp__virAlloc__head_libvirt_0_dll d000115.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%rvirAccessPermStorageVolTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virAccessPermStorageVolTypeToString__imp__virAccessPermStorageVolTypeToString__head_libvirt_0_dll d000114.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%qvirAccessPermStorageVolTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virAccessPermStorageVolTypeFromString__imp__virAccessPermStorageVolTypeFromString__head_libvirt_0_dll d000113.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%pvirAccessPermStoragePoolTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virAccessPermStoragePoolTypeToString__imp__virAccessPermStoragePoolTypeToString__head_libvirt_0_dll d000112.o/ 1378126332 1000 425 100644 597 ` LD .textÜ 0`.idata$7ä&0À.idata$5è00À.idata$4ì:0À.idata$6,ð0Àÿ%ovirAccessPermStoragePoolTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,Zo_virAccessPermStoragePoolTypeFromString__imp__virAccessPermStoragePoolTypeFromString__head_libvirt_0_dll d000111.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%nvirAccessPermSecretTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virAccessPermSecretTypeToString__imp__virAccessPermSecretTypeToString__head_libvirt_0_dll d000110.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%mvirAccessPermSecretTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virAccessPermSecretTypeFromString__imp__virAccessPermSecretTypeFromString__head_libvirt_0_dll d000109.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%lvirAccessPermNodeDeviceTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virAccessPermNodeDeviceTypeToString__imp__virAccessPermNodeDeviceTypeToString__head_libvirt_0_dll d000108.o/ 1378126332 1000 425 100644 591 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%kvirAccessPermNodeDeviceTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ+Xm_virAccessPermNodeDeviceTypeFromString__imp__virAccessPermNodeDeviceTypeFromString__head_libvirt_0_dll d000107.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%jvirAccessPermNetworkTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virAccessPermNetworkTypeToString__imp__virAccessPermNetworkTypeToString__head_libvirt_0_dll d000106.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%ivirAccessPermNetworkTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virAccessPermNetworkTypeFromString__imp__virAccessPermNetworkTypeFromString__head_libvirt_0_dll d000105.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%hvirAccessPermNWFilterTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virAccessPermNWFilterTypeToString__imp__virAccessPermNWFilterTypeToString__head_libvirt_0_dll d000104.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%gvirAccessPermNWFilterTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_virAccessPermNWFilterTypeFromString__imp__virAccessPermNWFilterTypeFromString__head_libvirt_0_dll d000103.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%fvirAccessPermInterfaceTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virAccessPermInterfaceTypeToString__imp__virAccessPermInterfaceTypeToString__head_libvirt_0_dll d000102.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%evirAccessPermInterfaceTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_virAccessPermInterfaceTypeFromString__imp__virAccessPermInterfaceTypeFromString__head_libvirt_0_dll d000101.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%dvirAccessPermDomainTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virAccessPermDomainTypeToString__imp__virAccessPermDomainTypeToString__head_libvirt_0_dll d000100.o/ 1378126332 1000 425 100644 579 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%cvirAccessPermDomainTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ'Pe_virAccessPermDomainTypeFromString__imp__virAccessPermDomainTypeFromString__head_libvirt_0_dll d000099.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%bvirAccessPermConnectTypeToString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virAccessPermConnectTypeToString__imp__virAccessPermConnectTypeToString__head_libvirt_0_dll d000098.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%avirAccessPermConnectTypeFromString.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_virAccessPermConnectTypeFromString__imp__virAccessPermConnectTypeFromString__head_libvirt_0_dll d000097.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%`virAccessManagerSetDefault.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virAccessManagerSetDefault__imp__virAccessManagerSetDefault__head_libvirt_0_dll d000096.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%_virAccessManagerNewStack.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_virAccessManagerNewStack__imp__virAccessManagerNewStack__head_libvirt_0_dll d000095.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%^virAccessManagerNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_virAccessManagerNew__imp__virAccessManagerNew__head_libvirt_0_dll d000094.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%]virAccessManagerGetDefault.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_virAccessManagerGetDefault__imp__virAccessManagerGetDefault__head_libvirt_0_dll d000093.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%\virAccessManagerCheckStorageVol.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virAccessManagerCheckStorageVol__imp__virAccessManagerCheckStorageVol__head_libvirt_0_dll d000092.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%[virAccessManagerCheckStoragePool.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_virAccessManagerCheckStoragePool__imp__virAccessManagerCheckStoragePool__head_libvirt_0_dll d000091.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ZvirAccessManagerCheckSecret.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virAccessManagerCheckSecret__imp__virAccessManagerCheckSecret__head_libvirt_0_dll d000090.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%YvirAccessManagerCheckNodeDevice.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_virAccessManagerCheckNodeDevice__imp__virAccessManagerCheckNodeDevice__head_libvirt_0_dll d000089.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%XvirAccessManagerCheckNetwork.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virAccessManagerCheckNetwork__imp__virAccessManagerCheckNetwork__head_libvirt_0_dll d000088.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%WvirAccessManagerCheckNWFilter.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_virAccessManagerCheckNWFilter__imp__virAccessManagerCheckNWFilter__head_libvirt_0_dll d000087.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%VvirAccessManagerCheckInterface.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__virAccessManagerCheckInterface__imp__virAccessManagerCheckInterface__head_libvirt_0_dll d000086.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%UvirAccessManagerCheckDomain.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_virAccessManagerCheckDomain__imp__virAccessManagerCheckDomain__head_libvirt_0_dll d000085.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%TvirAccessManagerCheckConnect.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_virAccessManagerCheckConnect__imp__virAccessManagerCheckConnect__head_libvirt_0_dll d000084.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Sstring2sexpr.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_string2sexpr__imp__string2sexpr__head_libvirt_0_dll d000083.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%Rsexpr_u64.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_sexpr_u64__imp__sexpr_u64__head_libvirt_0_dll d000082.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Qsexpr_string.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_sexpr_string__imp__sexpr_string__head_libvirt_0_dll d000081.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Psexpr_node_copy.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_sexpr_node_copy__imp__sexpr_node_copy__head_libvirt_0_dll d000080.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Osexpr_node.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_sexpr_node__imp__sexpr_node__head_libvirt_0_dll d000079.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%Nsexpr_nil.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_sexpr_nil__imp__sexpr_nil__head_libvirt_0_dll d000078.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Msexpr_lookup.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_sexpr_lookup__imp__sexpr_lookup__head_libvirt_0_dll d000077.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%Lsexpr_int.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_sexpr_int__imp__sexpr_int__head_libvirt_0_dll d000076.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%Ksexpr_has.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_sexpr_has__imp__sexpr_has__head_libvirt_0_dll d000075.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Jsexpr_free.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_sexpr_free__imp__sexpr_free__head_libvirt_0_dll d000074.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%Isexpr_fmt_node.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_sexpr_fmt_node__imp__sexpr_fmt_node__head_libvirt_0_dll d000073.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Hsexpr_float.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_sexpr_float__imp__sexpr_float__head_libvirt_0_dll d000072.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Gsexpr_cons.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_sexpr_cons__imp__sexpr_cons__head_libvirt_0_dll d000071.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Fsexpr_append.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_sexpr_append__imp__sexpr_append__head_libvirt_0_dll d000070.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%Esexpr2string.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_sexpr2string__imp__sexpr2string__head_libvirt_0_dll d000069.o/ 1378126332 1000 425 100644 505 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%Dsafezero.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3_safezero__imp__safezero__head_libvirt_0_dll d000068.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%Csafewrite.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_safewrite__imp__safewrite__head_libvirt_0_dll d000067.o/ 1378126332 1000 425 100644 505 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%Bsaferead.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ3_saferead__imp__saferead__head_libvirt_0_dll d000066.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%AnodeSuspendForDuration.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_nodeSuspendForDuration__imp__nodeSuspendForDuration__head_libvirt_0_dll d000065.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%@nodeSetMemoryParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_nodeSetMemoryParameters__imp__nodeSetMemoryParameters__head_libvirt_0_dll d000064.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%?nodeGetMemoryStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_nodeGetMemoryStats__imp__nodeGetMemoryStats__head_libvirt_0_dll d000063.o/ 1378126332 1000 425 100644 551 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%>nodeGetMemoryParameters.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ<Q_nodeGetMemoryParameters__imp__nodeGetMemoryParameters__head_libvirt_0_dll d000062.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%=nodeGetInfo.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_nodeGetInfo__imp__nodeGetInfo__head_libvirt_0_dll d000061.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%<nodeGetFreeMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_nodeGetFreeMemory__imp__nodeGetFreeMemory__head_libvirt_0_dll d000060.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%;nodeGetCellsFreeMemory.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_nodeGetCellsFreeMemory__imp__nodeGetCellsFreeMemory__head_libvirt_0_dll d000059.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%:nodeGetCPUStats.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_nodeGetCPUStats__imp__nodeGetCPUStats__head_libvirt_0_dll d000058.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%9nodeGetCPUMap.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_nodeGetCPUMap__imp__nodeGetCPUMap__head_libvirt_0_dll d000057.o/ 1378126332 1000 425 100644 527 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%8nodeGetCPUCount.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ,A_nodeGetCPUCount__imp__nodeGetCPUCount__head_libvirt_0_dll d000056.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%7nodeGetCPUBitmap.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_nodeGetCPUBitmap__imp__nodeGetCPUBitmap__head_libvirt_0_dll d000055.o/ 1378126332 1000 425 100644 529 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%6nodeCapsInitNUMA.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ.C_nodeCapsInitNUMA__imp__nodeCapsInitNUMA__head_libvirt_0_dll d000054.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%5iptablesRemoveUdpInput.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_iptablesRemoveUdpInput__imp__iptablesRemoveUdpInput__head_libvirt_0_dll d000053.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%4iptablesRemoveTcpInput.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_iptablesRemoveTcpInput__imp__iptablesRemoveTcpInput__head_libvirt_0_dll d000052.o/ 1378126332 1000 425 100644 585 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%3iptablesRemoveOutputFixUdpChecksum.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(Rg_iptablesRemoveOutputFixUdpChecksum__imp__iptablesRemoveOutputFixUdpChecksum__head_libvirt_0_dll d000051.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%2iptablesRemoveForwardRejectOut.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__iptablesRemoveForwardRejectOut__imp__iptablesRemoveForwardRejectOut__head_libvirt_0_dll d000050.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%1iptablesRemoveForwardRejectIn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_iptablesRemoveForwardRejectIn__imp__iptablesRemoveForwardRejectIn__head_libvirt_0_dll d000049.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%0iptablesRemoveForwardMasquerade.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_iptablesRemoveForwardMasquerade__imp__iptablesRemoveForwardMasquerade__head_libvirt_0_dll d000048.o/ 1378126332 1000 425 100644 587 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%/iptablesRemoveForwardAllowRelatedIn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ)Ti_iptablesRemoveForwardAllowRelatedIn__imp__iptablesRemoveForwardAllowRelatedIn__head_libvirt_0_dll d000047.o/ 1378126332 1000 425 100644 567 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%.iptablesRemoveForwardAllowOut.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ#H]_iptablesRemoveForwardAllowOut__imp__iptablesRemoveForwardAllowOut__head_libvirt_0_dll d000046.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%-iptablesRemoveForwardAllowIn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_iptablesRemoveForwardAllowIn__imp__iptablesRemoveForwardAllowIn__head_libvirt_0_dll d000045.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%,iptablesRemoveForwardAllowCross.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_iptablesRemoveForwardAllowCross__imp__iptablesRemoveForwardAllowCross__head_libvirt_0_dll d000044.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%+iptablesAddUdpInput.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_iptablesAddUdpInput__imp__iptablesAddUdpInput__head_libvirt_0_dll d000043.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%*iptablesAddTcpInput.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_iptablesAddTcpInput__imp__iptablesAddTcpInput__head_libvirt_0_dll d000042.o/ 1378126332 1000 425 100644 575 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%)iptablesAddOutputFixUdpChecksum.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ%La_iptablesAddOutputFixUdpChecksum__imp__iptablesAddOutputFixUdpChecksum__head_libvirt_0_dll d000041.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%(iptablesAddForwardRejectOut.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_iptablesAddForwardRejectOut__imp__iptablesAddForwardRejectOut__head_libvirt_0_dll d000040.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%'iptablesAddForwardRejectIn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_iptablesAddForwardRejectIn__imp__iptablesAddForwardRejectIn__head_libvirt_0_dll d000039.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%&iptablesAddForwardMasquerade.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_iptablesAddForwardMasquerade__imp__iptablesAddForwardMasquerade__head_libvirt_0_dll d000038.o/ 1378126332 1000 425 100644 577 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%%iptablesAddForwardAllowRelatedIn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&Nc_iptablesAddForwardAllowRelatedIn__imp__iptablesAddForwardAllowRelatedIn__head_libvirt_0_dll d000037.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%$iptablesAddForwardAllowOut.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_iptablesAddForwardAllowOut__imp__iptablesAddForwardAllowOut__head_libvirt_0_dll d000036.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%#iptablesAddForwardAllowIn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_iptablesAddForwardAllowIn__imp__iptablesAddForwardAllowIn__head_libvirt_0_dll d000035.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%"iptablesAddForwardAllowCross.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_iptablesAddForwardAllowCross__imp__iptablesAddForwardAllowCross__head_libvirt_0_dll d000034.o/ 1378126332 1000 425 100644 589 ` L@ .textÜ 0`.idata$7ä"0À.idata$5è,0À.idata$4ì60À.idata$6(ð0Àÿ%!esxVI_DateTime_ConvertToCalendarTime.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*Vk_esxVI_DateTime_ConvertToCalendarTime__imp__esxVI_DateTime_ConvertToCalendarTime__head_libvirt_0_dll d000033.o/ 1378126332 1000 425 100644 561 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ% esxUtil_ParseDatastorePath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ BW_esxUtil_ParseDatastorePath__imp__esxUtil_ParseDatastorePath__head_libvirt_0_dll d000032.o/ 1378126332 1000 425 100644 563 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%esxUtil_EscapeDatastoreItem.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ!DY_esxUtil_EscapeDatastoreItem__imp__esxUtil_EscapeDatastoreItem__head_libvirt_0_dll d000031.o/ 1378126332 1000 425 100644 565 ` L8 .textÜ 0`.idata$7ä0À.idata$5è$0À.idata$4ì.0À.idata$6 ð0Àÿ%ebtablesRemoveForwardAllowIn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"F[_ebtablesRemoveForwardAllowIn__imp__ebtablesRemoveForwardAllowIn__head_libvirt_0_dll d000030.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ebtablesContextNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_ebtablesContextNew__imp__ebtablesContextNew__head_libvirt_0_dll d000029.o/ 1378126332 1000 425 100644 539 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%ebtablesContextFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ4I_ebtablesContextFree__imp__ebtablesContextFree__head_libvirt_0_dll d000028.o/ 1378126332 1000 425 100644 573 ` L< .textÜ 0`.idata$7ä0À.idata$5è(0À.idata$4ì20À.idata$6$ð0Àÿ%ebtablesAddForwardPolicyReject.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$J__ebtablesAddForwardPolicyReject__imp__ebtablesAddForwardPolicyReject__head_libvirt_0_dll d000027.o/ 1378126332 1000 425 100644 555 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%ebtablesAddForwardAllowIn.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ@U_ebtablesAddForwardAllowIn__imp__ebtablesAddForwardAllowIn__head_libvirt_0_dll d000026.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%dnsmasqSave.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_dnsmasqSave__imp__dnsmasqSave__head_libvirt_0_dll d000025.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%dnsmasqReload.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_dnsmasqReload__imp__dnsmasqReload__head_libvirt_0_dll d000024.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%dnsmasqDelete.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_dnsmasqDelete__imp__dnsmasqDelete__head_libvirt_0_dll d000023.o/ 1378126332 1000 425 100644 531 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%dnsmasqContextNew.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ0E_dnsmasqContextNew__imp__dnsmasqContextNew__head_libvirt_0_dll d000022.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%dnsmasqContextFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_dnsmasqContextFree__imp__dnsmasqContextFree__head_libvirt_0_dll d000021.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%dnsmasqCapsRefresh.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_dnsmasqCapsRefresh__imp__dnsmasqCapsRefresh__head_libvirt_0_dll d000020.o/ 1378126332 1000 425 100644 549 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%dnsmasqCapsNewFromFile.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ:O_dnsmasqCapsNewFromFile__imp__dnsmasqCapsNewFromFile__head_libvirt_0_dll d000019.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%dnsmasqCapsNewFromBuffer.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_dnsmasqCapsNewFromBuffer__imp__dnsmasqCapsNewFromBuffer__head_libvirt_0_dll d000018.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%dnsmasqCapsNewFromBinary.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_dnsmasqCapsNewFromBinary__imp__dnsmasqCapsNewFromBinary__head_libvirt_0_dll d000017.o/ 1378126332 1000 425 100644 543 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ%dnsmasqCapsGetVersion.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ8M_dnsmasqCapsGetVersion__imp__dnsmasqCapsGetVersion__head_libvirt_0_dll d000016.o/ 1378126332 1000 425 100644 553 ` L4 .textÜ  0`.idata$7ä0À.idata$5è 0À.idata$4ì*0À.idata$6ð0Àÿ%dnsmasqCapsGetBinaryPath.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ>S_dnsmasqCapsGetBinaryPath__imp__dnsmasqCapsGetBinaryPath__head_libvirt_0_dll d000015.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%dnsmasqCapsGet.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_dnsmasqCapsGet__imp__dnsmasqCapsGet__head_libvirt_0_dll d000014.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% dnsmasqAddHost.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_dnsmasqAddHost__imp__dnsmasqAddHost__head_libvirt_0_dll d000013.o/ 1378126332 1000 425 100644 537 ` L0 .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì&0À.idata$6ð0Àÿ% dnsmasqAddDhcpHost.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ2G_dnsmasqAddDhcpHost__imp__dnsmasqAddDhcpHost__head_libvirt_0_dll d000012.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ% cpuUpdate.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_cpuUpdate__imp__cpuUpdate__head_libvirt_0_dll d000011.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ% cpuNodeData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_cpuNodeData__imp__cpuNodeData__head_libvirt_0_dll d000010.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ% cpuMapOverride.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_cpuMapOverride__imp__cpuMapOverride__head_libvirt_0_dll d000009.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%cpuHasFeature.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_cpuHasFeature__imp__cpuHasFeature__head_libvirt_0_dll d000008.o/ 1378126332 1000 425 100644 517 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%cpuGuestData.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ&;_cpuGuestData__imp__cpuGuestData__head_libvirt_0_dll d000007.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%cpuEncode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_cpuEncode__imp__cpuEncode__head_libvirt_0_dll d000006.o/ 1378126332 1000 425 100644 507 ` L$ .textÜü 0`.idata$7ä0À.idata$5è0À.idata$4ì0À.idata$6 ð0Àÿ%cpuDecode.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ 5_cpuDecode__imp__cpuDecode__head_libvirt_0_dll d000005.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%cpuDataFree.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_cpuDataFree__imp__cpuDataFree__head_libvirt_0_dll d000004.o/ 1378126332 1000 425 100644 519 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%cpuCompareXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ(=_cpuCompareXML__imp__cpuCompareXML__head_libvirt_0_dll d000003.o/ 1378126332 1000 425 100644 513 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%cpuCompare.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ"7_cpuCompare__imp__cpuCompare__head_libvirt_0_dll d000002.o/ 1378126332 1000 425 100644 525 ` L, .textÜ 0`.idata$7ä0À.idata$5è0À.idata$4ì"0À.idata$6ð0Àÿ%cpuBaselineXML.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ*?_cpuBaselineXML__imp__cpuBaselineXML__head_libvirt_0_dll d000001.o/ 1378126332 1000 425 100644 515 ` L( .textÜ 0`.idata$7ä 0À.idata$5è0À.idata$4ì0À.idata$6ð0Àÿ%cpuBaseline.text.idata$7.idata$5.idata$4.idata$6@feat.00ÿÿ$9_cpuBaseline__imp__cpuBaseline__head_libvirt_0_dll libvirt-php-0.5.4/winsrc/libvirt-php.sln0000644000175000017500000000124713032736614015175 00000000000000 Microsoft Visual Studio Solution File, Format Version 9.00 # Visual C++ Express 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvirt-php", "libvirt-php.vcproj", "{17E2ED2D-E605-4A76-8C1E-82152B5E0491}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {17E2ED2D-E605-4A76-8C1E-82152B5E0491}.Debug|Win32.ActiveCfg = Debug|Win32 {17E2ED2D-E605-4A76-8C1E-82152B5E0491}.Debug|Win32.Build.0 = Debug|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal libvirt-php-0.5.4/winsrc/libvirt-php.vcproj0000644000175000017500000001204213032736614015677 00000000000000 libvirt-php-0.5.4/winsrc/stdafx.cpp0000644000175000017500000000013113032736614014203 00000000000000// stdafx.cpp : source file that includes just the standard includes #include "stdafx.h" libvirt-php-0.5.4/winsrc/stdafx.h0000644000175000017500000000026013032736614013653 00000000000000#ifdef WINDOWS #pragma once /* PHP Extension headers */ /* include zend win32 config first */ #include "zend_config.w32.h" /* include standard header */ #include "php.h" #endiflibvirt-php-0.5.4/winsrc/include/0000755000175000017500000000000013032736614013716 500000000000000libvirt-php-0.5.4/winsrc/include/iconv.h0000644000175000017500000000055413032736614015131 00000000000000#ifndef _LIBICONV_H #define _LIBICONV_H #include #ifdef __cplusplus extern "C" { #endif typedef void* iconv_t; iconv_t iconv_open(const char *tocode, const char *fromcode); int iconv_close(iconv_t cd); size_t iconv(iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft); #ifdef __cplusplus } #endif #endif//_LIBICONV_Hlibvirt-php-0.5.4/winsrc/include/libvirt/0000755000175000017500000000000013032736614015371 500000000000000libvirt-php-0.5.4/winsrc/include/libvirt/libvirt-lxc.h0000644000175000017500000000351313032736614017723 00000000000000/* -*- c -*- * libvirt-lxc.h: Interfaces specific for LXC driver * Summary: lxc specific interfaces * Description: Provides the interfaces of the libvirt library to handle * LXC specific methods * * Copyright (C) 2012-2013 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . * * Author: Daniel P. Berrange */ #ifndef __VIR_LXC_H__ # define __VIR_LXC_H__ # include # ifdef __cplusplus extern "C" { # endif int virDomainLxcOpenNamespace(virDomainPtr domain, int **fdlist, unsigned int flags); int virDomainLxcEnterNamespace(virDomainPtr domain, unsigned int nfdlist, int *fdlist, unsigned int *noldfdlist, int **oldfdlist, unsigned int flags); int virDomainLxcEnterSecurityLabel(virSecurityModelPtr model, virSecurityLabelPtr label, virSecurityLabelPtr oldlabel, unsigned int flags); # ifdef __cplusplus } # endif #endif /* __VIR_LXC_H__ */ libvirt-php-0.5.4/winsrc/include/libvirt/libvirt-qemu.h0000644000175000017500000000377013032736614020111 00000000000000/* -*- c -*- * libvirt-qemu.h: Interfaces specific for QEMU/KVM driver * Summary: qemu specific interfaces * Description: Provides the interfaces of the libvirt library to handle * qemu specific methods * * Copyright (C) 2010, 2012 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . * * Author: Chris Lalancette */ #ifndef __VIR_QEMU_H__ # define __VIR_QEMU_H__ # include # ifdef __cplusplus extern "C" { # endif typedef enum { VIR_DOMAIN_QEMU_MONITOR_COMMAND_DEFAULT = 0, VIR_DOMAIN_QEMU_MONITOR_COMMAND_HMP = (1 << 0), /* cmd is in HMP */ } virDomainQemuMonitorCommandFlags; int virDomainQemuMonitorCommand(virDomainPtr domain, const char *cmd, char **result, unsigned int flags); virDomainPtr virDomainQemuAttach(virConnectPtr domain, unsigned int pid_value, unsigned int flags); typedef enum { VIR_DOMAIN_QEMU_AGENT_COMMAND_MIN = -2, VIR_DOMAIN_QEMU_AGENT_COMMAND_BLOCK = -2, VIR_DOMAIN_QEMU_AGENT_COMMAND_DEFAULT = -1, VIR_DOMAIN_QEMU_AGENT_COMMAND_NOWAIT = 0, } virDomainQemuAgentCommandTimeoutValues; char *virDomainQemuAgentCommand(virDomainPtr domain, const char *cmd, int timeout, unsigned int flags); # ifdef __cplusplus } # endif #endif /* __VIR_QEMU_H__ */ libvirt-php-0.5.4/winsrc/include/libvirt/libvirt.h0000644000175000017500000057552213032736614017155 00000000000000/* -*- c -*- * libvirt.h: Core interfaces for the libvirt library * Summary: core interfaces for the libvirt library * Description: Provides the interfaces of the libvirt library to handle * virtualized domains * * Copyright (C) 2005-2006, 2010-2013 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * . * * Author: Daniel Veillard */ #ifndef __VIR_VIRLIB_H__ #define __VIR_VIRLIB_H__ #include #ifdef __cplusplus extern "C" { #endif #ifndef VIR_DEPRECATED /* The feature is present in gcc-3.1 and newer. */ # if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1) # define VIR_DEPRECATED __attribute__((__deprecated__)) # else # define VIR_DEPRECATED /* nothing */ # endif #endif /* VIR_DEPRECATED */ #ifdef WIN32 # ifdef LIBVIRT_STATIC # define VIR_EXPORT_VAR extern # else # ifdef IN_LIBVIRT # define VIR_EXPORT_VAR __declspec(dllexport) # else # define VIR_EXPORT_VAR __declspec(dllimport) extern # endif # endif #else # define VIR_EXPORT_VAR extern #endif /* General note - throughout this file, any linear enumeration which * might be expanded in the future has an optional *_LAST value that * gives the size of the enum at the time of compilation, if the user * defines VIR_ENUM_SENTINELS. Enumerations for bit values do not * have a *_LAST value, but additional bits may be defined. */ /* * virFreeCallback: * @opaque: opaque user data provided at registration * * Type for a callback cleanup function to be paired with a callback. This * function will be called as a final chance to clean up the @opaque * registered with the primary callback, at the time when the primary * callback is deregistered. * * It is forbidden to call any other libvirt APIs from an * implementation of this callback, since it can be invoked * from a context which is not re-entrant safe. Failure to * abide by this requirement may lead to application deadlocks * or crashes. */ typedef void (*virFreeCallback)(void *opaque); /** * virConnect: * * a virConnect is a private structure representing a connection to * the Hypervisor. */ typedef struct _virConnect virConnect; /** * virConnectPtr: * * a virConnectPtr is pointer to a virConnect private structure, this is the * type used to reference a connection to the Hypervisor in the API. */ typedef virConnect *virConnectPtr; /** * virDomain: * * a virDomain is a private structure representing a domain. */ typedef struct _virDomain virDomain; /** * virDomainPtr: * * a virDomainPtr is pointer to a virDomain private structure, this is the * type used to reference a domain in the API. */ typedef virDomain *virDomainPtr; /** * virDomainState: * * A domain may be in different states at a given point in time */ typedef enum { VIR_DOMAIN_NOSTATE = 0, /* no state */ VIR_DOMAIN_RUNNING = 1, /* the domain is running */ VIR_DOMAIN_BLOCKED = 2, /* the domain is blocked on resource */ VIR_DOMAIN_PAUSED = 3, /* the domain is paused by user */ VIR_DOMAIN_SHUTDOWN= 4, /* the domain is being shut down */ VIR_DOMAIN_SHUTOFF = 5, /* the domain is shut off */ VIR_DOMAIN_CRASHED = 6, /* the domain is crashed */ VIR_DOMAIN_PMSUSPENDED = 7, /* the domain is suspended by guest power management */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_LAST /* * NB: this enum value will increase over time as new events are * added to the libvirt API. It reflects the last state supported * by this version of the libvirt API. */ #endif } virDomainState; typedef enum { VIR_DOMAIN_NOSTATE_UNKNOWN = 0, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_NOSTATE_LAST #endif } virDomainNostateReason; typedef enum { VIR_DOMAIN_RUNNING_UNKNOWN = 0, VIR_DOMAIN_RUNNING_BOOTED = 1, /* normal startup from boot */ VIR_DOMAIN_RUNNING_MIGRATED = 2, /* migrated from another host */ VIR_DOMAIN_RUNNING_RESTORED = 3, /* restored from a state file */ VIR_DOMAIN_RUNNING_FROM_SNAPSHOT = 4, /* restored from snapshot */ VIR_DOMAIN_RUNNING_UNPAUSED = 5, /* returned from paused state */ VIR_DOMAIN_RUNNING_MIGRATION_CANCELED = 6, /* returned from migration */ VIR_DOMAIN_RUNNING_SAVE_CANCELED = 7, /* returned from failed save process */ VIR_DOMAIN_RUNNING_WAKEUP = 8, /* returned from pmsuspended due to wakeup event */ VIR_DOMAIN_RUNNING_CRASHED = 9, /* resumed from crashed */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_RUNNING_LAST #endif } virDomainRunningReason; typedef enum { VIR_DOMAIN_BLOCKED_UNKNOWN = 0, /* the reason is unknown */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_BLOCKED_LAST #endif } virDomainBlockedReason; typedef enum { VIR_DOMAIN_PAUSED_UNKNOWN = 0, /* the reason is unknown */ VIR_DOMAIN_PAUSED_USER = 1, /* paused on user request */ VIR_DOMAIN_PAUSED_MIGRATION = 2, /* paused for offline migration */ VIR_DOMAIN_PAUSED_SAVE = 3, /* paused for save */ VIR_DOMAIN_PAUSED_DUMP = 4, /* paused for offline core dump */ VIR_DOMAIN_PAUSED_IOERROR = 5, /* paused due to a disk I/O error */ VIR_DOMAIN_PAUSED_WATCHDOG = 6, /* paused due to a watchdog event */ VIR_DOMAIN_PAUSED_FROM_SNAPSHOT = 7, /* paused after restoring from snapshot */ VIR_DOMAIN_PAUSED_SHUTTING_DOWN = 8, /* paused during shutdown process */ VIR_DOMAIN_PAUSED_SNAPSHOT = 9, /* paused while creating a snapshot */ VIR_DOMAIN_PAUSED_CRASHED = 10, /* paused due to a guest crash */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_PAUSED_LAST #endif } virDomainPausedReason; typedef enum { VIR_DOMAIN_SHUTDOWN_UNKNOWN = 0, /* the reason is unknown */ VIR_DOMAIN_SHUTDOWN_USER = 1, /* shutting down on user request */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_SHUTDOWN_LAST #endif } virDomainShutdownReason; typedef enum { VIR_DOMAIN_SHUTOFF_UNKNOWN = 0, /* the reason is unknown */ VIR_DOMAIN_SHUTOFF_SHUTDOWN = 1, /* normal shutdown */ VIR_DOMAIN_SHUTOFF_DESTROYED = 2, /* forced poweroff */ VIR_DOMAIN_SHUTOFF_CRASHED = 3, /* domain crashed */ VIR_DOMAIN_SHUTOFF_MIGRATED = 4, /* migrated to another host */ VIR_DOMAIN_SHUTOFF_SAVED = 5, /* saved to a file */ VIR_DOMAIN_SHUTOFF_FAILED = 6, /* domain failed to start */ VIR_DOMAIN_SHUTOFF_FROM_SNAPSHOT = 7, /* restored from a snapshot which was * taken while domain was shutoff */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_SHUTOFF_LAST #endif } virDomainShutoffReason; typedef enum { VIR_DOMAIN_CRASHED_UNKNOWN = 0, /* crashed for unknown reason */ VIR_DOMAIN_CRASHED_PANICKED = 1, /* domain panicked */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_CRASHED_LAST #endif } virDomainCrashedReason; typedef enum { VIR_DOMAIN_PMSUSPENDED_UNKNOWN = 0, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_PMSUSPENDED_LAST #endif } virDomainPMSuspendedReason; typedef enum { VIR_DOMAIN_PMSUSPENDED_DISK_UNKNOWN = 0, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_PMSUSPENDED_DISK_LAST #endif } virDomainPMSuspendedDiskReason; /** * virDomainControlState: * * Current state of a control interface to the domain. */ typedef enum { VIR_DOMAIN_CONTROL_OK = 0, /* operational, ready to accept commands */ VIR_DOMAIN_CONTROL_JOB = 1, /* background job is running (can be monitored by virDomainGetJobInfo); only limited set of commands may be allowed */ VIR_DOMAIN_CONTROL_OCCUPIED = 2, /* occupied by a running command */ VIR_DOMAIN_CONTROL_ERROR = 3, /* unusable, domain cannot be fully operated */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_CONTROL_LAST #endif } virDomainControlState; /** * virDomainControlInfo: * * Structure filled in by virDomainGetControlInfo and providing details about * current state of control interface to a domain. */ typedef struct _virDomainControlInfo virDomainControlInfo; struct _virDomainControlInfo { unsigned int state; /* control state, one of virDomainControlState */ unsigned int details; /* state details, currently 0 */ unsigned long long stateTime; /* for how long (in msec) control interface has been in current state (except for OK and ERROR states) */ }; /** * virDomainControlInfoPtr: * * Pointer to virDomainControlInfo structure. */ typedef virDomainControlInfo *virDomainControlInfoPtr; /** * virDomainModificationImpact: * * Several modification APIs take flags to determine whether a change * to the domain affects just the running instance, just the * persistent definition, or both at the same time. The counterpart * query APIs also take the same flags to determine whether to query * the running instance or persistent definition, although both cannot * be queried at once. * * The use of VIR_DOMAIN_AFFECT_CURRENT will resolve to either * VIR_DOMAIN_AFFECT_LIVE or VIR_DOMAIN_AFFECT_CONFIG according to * current domain state. VIR_DOMAIN_AFFECT_LIVE requires a running * domain, and VIR_DOMAIN_AFFECT_CONFIG requires a persistent domain * (whether or not it is running). * * These enums should not conflict with those of virTypedParameterFlags. */ typedef enum { VIR_DOMAIN_AFFECT_CURRENT = 0, /* Affect current domain state. */ VIR_DOMAIN_AFFECT_LIVE = 1 << 0, /* Affect running domain state. */ VIR_DOMAIN_AFFECT_CONFIG = 1 << 1, /* Affect persistent domain state. */ /* 1 << 2 is reserved for virTypedParameterFlags */ } virDomainModificationImpact; /** * virDomainInfoPtr: * * a virDomainInfo is a structure filled by virDomainGetInfo() and extracting * runtime information for a given active Domain */ typedef struct _virDomainInfo virDomainInfo; struct _virDomainInfo { unsigned char state; /* the running state, one of virDomainState */ unsigned long maxMem; /* the maximum memory in KBytes allowed */ unsigned long memory; /* the memory in KBytes used by the domain */ unsigned short nrVirtCpu; /* the number of virtual CPUs for the domain */ unsigned long long cpuTime; /* the CPU time used in nanoseconds */ }; /** * virDomainInfoPtr: * * a virDomainInfoPtr is a pointer to a virDomainInfo structure. */ typedef virDomainInfo *virDomainInfoPtr; /** * virDomainCreateFlags: * * Flags OR'ed together to provide specific behaviour when creating a * Domain. */ typedef enum { VIR_DOMAIN_NONE = 0, /* Default behavior */ VIR_DOMAIN_START_PAUSED = 1 << 0, /* Launch guest in paused state */ VIR_DOMAIN_START_AUTODESTROY = 1 << 1, /* Automatically kill guest when virConnectPtr is closed */ VIR_DOMAIN_START_BYPASS_CACHE = 1 << 2, /* Avoid file system cache pollution */ VIR_DOMAIN_START_FORCE_BOOT = 1 << 3, /* Boot, discarding any managed save */ } virDomainCreateFlags; /** * virNodeSuspendTarget: * * Flags to indicate which system-wide sleep state the host must be * transitioned to. */ typedef enum { VIR_NODE_SUSPEND_TARGET_MEM = 0, VIR_NODE_SUSPEND_TARGET_DISK = 1, VIR_NODE_SUSPEND_TARGET_HYBRID = 2, #ifdef VIR_ENUM_SENTINELS VIR_NODE_SUSPEND_TARGET_LAST /* This constant is subject to change */ #endif } virNodeSuspendTarget; /** * virStream: * * a virStream is a private structure representing a data stream. */ typedef struct _virStream virStream; /** * virStreamPtr: * * a virStreamPtr is pointer to a virStream private structure, this is the * type used to reference a data stream in the API. */ typedef virStream *virStreamPtr; /** * VIR_SECURITY_LABEL_BUFLEN: * * Macro providing the maximum length of the virSecurityLabel label string. * Note that this value is based on that used by Labeled NFS. */ #define VIR_SECURITY_LABEL_BUFLEN (4096 + 1) /** * virSecurityLabel: * * a virSecurityLabel is a structure filled by virDomainGetSecurityLabel(), * providing the security label and associated attributes for the specified * domain. * */ typedef struct _virSecurityLabel { char label[VIR_SECURITY_LABEL_BUFLEN]; /* security label string */ int enforcing; /* 1 if security policy is being enforced for domain */ } virSecurityLabel; /** * virSecurityLabelPtr: * * a virSecurityLabelPtr is a pointer to a virSecurityLabel. */ typedef virSecurityLabel *virSecurityLabelPtr; /** * VIR_SECURITY_MODEL_BUFLEN: * * Macro providing the maximum length of the virSecurityModel model string. */ #define VIR_SECURITY_MODEL_BUFLEN (256 + 1) /** * VIR_SECURITY_DOI_BUFLEN: * * Macro providing the maximum length of the virSecurityModel doi string. */ #define VIR_SECURITY_DOI_BUFLEN (256 + 1) /** * virSecurityModel: * * a virSecurityModel is a structure filled by virNodeGetSecurityModel(), * providing the per-hypervisor security model and DOI attributes for the * specified domain. * */ typedef struct _virSecurityModel { char model[VIR_SECURITY_MODEL_BUFLEN]; /* security model string */ char doi[VIR_SECURITY_DOI_BUFLEN]; /* domain of interpetation */ } virSecurityModel; /** * virSecurityModelPtr: * * a virSecurityModelPtr is a pointer to a virSecurityModel. */ typedef virSecurityModel *virSecurityModelPtr; /* Common data types shared among interfaces with name/type/value lists. */ /** * virTypedParameterType: * * Express the type of a virTypedParameter */ typedef enum { VIR_TYPED_PARAM_INT = 1, /* integer case */ VIR_TYPED_PARAM_UINT = 2, /* unsigned integer case */ VIR_TYPED_PARAM_LLONG = 3, /* long long case */ VIR_TYPED_PARAM_ULLONG = 4, /* unsigned long long case */ VIR_TYPED_PARAM_DOUBLE = 5, /* double case */ VIR_TYPED_PARAM_BOOLEAN = 6, /* boolean(character) case */ VIR_TYPED_PARAM_STRING = 7, /* string case */ #ifdef VIR_ENUM_SENTINELS VIR_TYPED_PARAM_LAST #endif } virTypedParameterType; /** * virTypedParameterFlags: * * Flags related to libvirt APIs that use virTypedParameter. * * These enums should not conflict with those of virDomainModificationImpact. */ typedef enum { /* 1 << 0 is reserved for virDomainModificationImpact */ /* 1 << 1 is reserved for virDomainModificationImpact */ /* Older servers lacked the ability to handle string typed * parameters. Attempts to set a string parameter with an older * server will fail at the client, but attempts to retrieve * parameters must not return strings from a new server to an * older client, so this flag exists to identify newer clients to * newer servers. This flag is automatically set when needed, so * the user does not have to worry about it; however, manually * setting the flag can be used to reject servers that cannot * return typed strings, even if no strings would be returned. */ VIR_TYPED_PARAM_STRING_OKAY = 1 << 2, } virTypedParameterFlags; /** * VIR_TYPED_PARAM_FIELD_LENGTH: * * Macro providing the field length of virTypedParameter name */ #define VIR_TYPED_PARAM_FIELD_LENGTH 80 /** * virTypedParameter: * * A named parameter, including a type and value. * * The types virSchedParameter, virBlkioParameter, and * virMemoryParameter are aliases of this type, for use when * targetting libvirt earlier than 0.9.2. */ typedef struct _virTypedParameter virTypedParameter; struct _virTypedParameter { char field[VIR_TYPED_PARAM_FIELD_LENGTH]; /* parameter name */ int type; /* parameter type, virTypedParameterType */ union { int i; /* type is INT */ unsigned int ui; /* type is UINT */ long long int l; /* type is LLONG */ unsigned long long int ul; /* type is ULLONG */ double d; /* type is DOUBLE */ char b; /* type is BOOLEAN */ char *s; /* type is STRING, may not be NULL */ } value; /* parameter value */ }; /** * virTypedParameterPtr: * * a pointer to a virTypedParameter structure. */ typedef virTypedParameter *virTypedParameterPtr; virTypedParameterPtr virTypedParamsGet (virTypedParameterPtr params, int nparams, const char *name); int virTypedParamsGetInt (virTypedParameterPtr params, int nparams, const char *name, int *value); int virTypedParamsGetUInt (virTypedParameterPtr params, int nparams, const char *name, unsigned int *value); int virTypedParamsGetLLong (virTypedParameterPtr params, int nparams, const char *name, long long *value); int virTypedParamsGetULLong (virTypedParameterPtr params, int nparams, const char *name, unsigned long long *value); int virTypedParamsGetDouble (virTypedParameterPtr params, int nparams, const char *name, double *value); int virTypedParamsGetBoolean(virTypedParameterPtr params, int nparams, const char *name, int *value); int virTypedParamsGetString (virTypedParameterPtr params, int nparams, const char *name, const char **value); int virTypedParamsAddInt (virTypedParameterPtr *params, int *nparams, int *maxparams, const char *name, int value); int virTypedParamsAddUInt (virTypedParameterPtr *params, int *nparams, int *maxparams, const char *name, unsigned int value); int virTypedParamsAddLLong (virTypedParameterPtr *params, int *nparams, int *maxparams, const char *name, long long value); int virTypedParamsAddULLong (virTypedParameterPtr *params, int *nparams, int *maxparams, const char *name, unsigned long long value); int virTypedParamsAddDouble (virTypedParameterPtr *params, int *nparams, int *maxparams, const char *name, double value); int virTypedParamsAddBoolean(virTypedParameterPtr *params, int *nparams, int *maxparams, const char *name, int value); int virTypedParamsAddString (virTypedParameterPtr *params, int *nparams, int *maxparams, const char *name, const char *value); int virTypedParamsAddFromString(virTypedParameterPtr *params, int *nparams, int *maxparams, const char *name, int type, const char *value); void virTypedParamsClear (virTypedParameterPtr params, int nparams); void virTypedParamsFree (virTypedParameterPtr params, int nparams); /* data types related to virNodePtr */ /** * virNodeInfoPtr: * * a virNodeInfo is a structure filled by virNodeGetInfo() and providing * the information for the Node. */ typedef struct _virNodeInfo virNodeInfo; struct _virNodeInfo { char model[32]; /* string indicating the CPU model */ unsigned long memory; /* memory size in kilobytes */ unsigned int cpus; /* the number of active CPUs */ unsigned int mhz; /* expected CPU frequency */ unsigned int nodes; /* the number of NUMA cell, 1 for unusual NUMA topologies or uniform memory access; check capabilities XML for the actual NUMA topology */ unsigned int sockets; /* number of CPU sockets per node if nodes > 1, 1 in case of unusual NUMA topology */ unsigned int cores; /* number of cores per socket, total number of processors in case of unusual NUMA topology*/ unsigned int threads; /* number of threads per core, 1 in case of unusual numa topology */ }; /** * VIR_NODE_CPU_STATS_FIELD_LENGTH: * * Macro providing the field length of virNodeCPUStats */ #define VIR_NODE_CPU_STATS_FIELD_LENGTH 80 /** * VIR_NODE_CPU_STATS_ALL_CPUS: * * Value for specifying request for the total CPU time/utilization */ typedef enum { VIR_NODE_CPU_STATS_ALL_CPUS = -1, } virNodeGetCPUStatsAllCPUs; /** * VIR_NODE_CPU_STATS_KERNEL: * * Macro for the cumulative CPU time which was spent by the kernel, * since the node booting up (in nanoseconds). */ #define VIR_NODE_CPU_STATS_KERNEL "kernel" /** * VIR_NODE_CPU_STATS_USER: * * The cumulative CPU time which was spent by user processes, * since the node booting up (in nanoseconds). */ #define VIR_NODE_CPU_STATS_USER "user" /** * VIR_NODE_CPU_STATS_IDLE: * * The cumulative idle CPU time, * since the node booting up (in nanoseconds). */ #define VIR_NODE_CPU_STATS_IDLE "idle" /** * VIR_NODE_CPU_STATS_IOWAIT: * * The cumulative I/O wait CPU time, * since the node booting up (in nanoseconds). */ #define VIR_NODE_CPU_STATS_IOWAIT "iowait" /** * VIR_NODE_CPU_STATS_UTILIZATION: * * The CPU utilization of a node. * The usage value is in percent and 100% represents all CPUs of * the node. */ #define VIR_NODE_CPU_STATS_UTILIZATION "utilization" /** * virNodeCPUStats: * * a virNodeCPUStats is a structure filled by virNodeGetCPUStats() * providing information about the CPU stats of the node. */ typedef struct _virNodeCPUStats virNodeCPUStats; struct _virNodeCPUStats { char field[VIR_NODE_CPU_STATS_FIELD_LENGTH]; unsigned long long value; }; /** * VIR_NODE_MEMORY_STATS_FIELD_LENGTH: * * Macro providing the field length of virNodeMemoryStats */ #define VIR_NODE_MEMORY_STATS_FIELD_LENGTH 80 /** * VIR_NODE_MEMORY_STATS_ALL_CELLS: * * Value for specifying request for the total memory of all cells. */ typedef enum { VIR_NODE_MEMORY_STATS_ALL_CELLS = -1, } virNodeGetMemoryStatsAllCells; /** * VIR_NODE_MEMORY_STATS_TOTAL: * * Macro for the total memory of specified cell: * it represents the maximum memory. */ #define VIR_NODE_MEMORY_STATS_TOTAL "total" /** * VIR_NODE_MEMORY_STATS_FREE: * * Macro for the free memory of specified cell: * On Linux, it includes buffer and cached memory, in case of * VIR_NODE_MEMORY_STATS_ALL_CELLS. */ #define VIR_NODE_MEMORY_STATS_FREE "free" /** * VIR_NODE_MEMORY_STATS_BUFFERS: * * Macro for the buffer memory: On Linux, it is only returned in case of * VIR_NODE_MEMORY_STATS_ALL_CELLS. */ #define VIR_NODE_MEMORY_STATS_BUFFERS "buffers" /** * VIR_NODE_MEMORY_STATS_CACHED: * * Macro for the cached memory: On Linux, it is only returned in case of * VIR_NODE_MEMORY_STATS_ALL_CELLS. */ #define VIR_NODE_MEMORY_STATS_CACHED "cached" /** * virNodeMemoryStats: * * a virNodeMemoryStats is a structure filled by virNodeGetMemoryStats() * providing information about the memory of the node. */ typedef struct _virNodeMemoryStats virNodeMemoryStats; struct _virNodeMemoryStats { char field[VIR_NODE_MEMORY_STATS_FIELD_LENGTH]; unsigned long long value; }; /* * VIR_NODE_MEMORY_SHARED_PAGES_TO_SCAN: * * Macro for typed parameter that represents how many present pages * to scan before the shared memory service goes to sleep. */ # define VIR_NODE_MEMORY_SHARED_PAGES_TO_SCAN "shm_pages_to_scan" /* * VIR_NODE_MEMORY_SHARED_SLEEP_MILLISECS: * * Macro for typed parameter that represents how many milliseconds * the shared memory service should sleep before next scan. */ # define VIR_NODE_MEMORY_SHARED_SLEEP_MILLISECS "shm_sleep_millisecs" /* * VIR_NODE_MEMORY_SHARED_PAGES_SHARED: * * Macro for typed parameter that represents how many the shared * memory pages are being used. */ # define VIR_NODE_MEMORY_SHARED_PAGES_SHARED "shm_pages_shared" /* * VIR_NODE_MEMORY_SHARED_PAGES_SHARING: * * Macro for typed parameter that represents how many sites are * sharing the pages i.e. how much saved. */ # define VIR_NODE_MEMORY_SHARED_PAGES_SHARING "shm_pages_sharing" /* VIR_NODE_MEMORY_SHARED_PAGES_UNSHARED: * * Macro for typed parameter that represents how many pages unique * but repeatedly checked for merging. */ # define VIR_NODE_MEMORY_SHARED_PAGES_UNSHARED "shm_pages_unshared" /* VIR_NODE_MEMORY_SHARED_PAGES_VOLATILE: * * Macro for typed parameter that represents how many pages changing * too fast to be placed in a tree. */ # define VIR_NODE_MEMORY_SHARED_PAGES_VOLATILE "shm_pages_volatile" /* VIR_NODE_MEMORY_SHARED_FULL_SCAN: * * Macro for typed parameter that represents how many times all * mergeable areas have been scanned. */ # define VIR_NODE_MEMORY_SHARED_FULL_SCANS "shm_full_scans" /* VIR_NODE_MEMORY_SHARED_MERGE_ACROSS_NODES: * * Macro for typed parameter that represents whether pages from * different NUMA nodes can be merged. The parameter has type int, * when its value is 0, only pages which physically reside in the * memory area of same NUMA node are merged; When its value is 1, * pages from all nodes can be merged. Other values are reserved * for future use. */ # define VIR_NODE_MEMORY_SHARED_MERGE_ACROSS_NODES "shm_merge_across_nodes" int virNodeGetMemoryParameters(virConnectPtr conn, virTypedParameterPtr params, int *nparams, unsigned int flags); int virNodeSetMemoryParameters(virConnectPtr conn, virTypedParameterPtr params, int nparams, unsigned int flags); /* * node CPU map */ int virNodeGetCPUMap(virConnectPtr conn, unsigned char **cpumap, unsigned int *online, unsigned int flags); /* Management of scheduler parameters */ /** * VIR_DOMAIN_SCHEDULER_CPU_SHARES: * * Macro represents proportional weight of the scheduler used on the * host cpu, when using the posix scheduler, as a ullong. */ #define VIR_DOMAIN_SCHEDULER_CPU_SHARES "cpu_shares" /** * VIR_DOMAIN_SCHEDULER_VCPU_PERIOD: * * Macro represents the enforcement period for a quota, in microseconds, * for vcpus only, when using the posix scheduler, as a ullong. */ #define VIR_DOMAIN_SCHEDULER_VCPU_PERIOD "vcpu_period" /** * VIR_DOMAIN_SCHEDULER_VCPU_QUOTA: * * Macro represents the maximum bandwidth to be used within a period for * vcpus only, when using the posix scheduler, as an llong. */ #define VIR_DOMAIN_SCHEDULER_VCPU_QUOTA "vcpu_quota" /** * VIR_DOMAIN_SCHEDULER_EMULATOR_PERIOD: * * Macro represents the enforcement period for a quota in microseconds, * when using the posix scheduler, for all emulator activity not tied to * vcpus, as a ullong. */ #define VIR_DOMAIN_SCHEDULER_EMULATOR_PERIOD "emulator_period" /** * VIR_DOMAIN_SCHEDULER_EMULATOR_QUOTA: * * Macro represents the maximum bandwidth to be used within a period for * all emulator activity not tied to vcpus, when using the posix scheduler, * as an llong. */ #define VIR_DOMAIN_SCHEDULER_EMULATOR_QUOTA "emulator_quota" /** * VIR_DOMAIN_SCHEDULER_WEIGHT: * * Macro represents the relative weight, when using the credit * scheduler, as a uint. */ #define VIR_DOMAIN_SCHEDULER_WEIGHT "weight" /** * VIR_DOMAIN_SCHEDULER_CAP: * * Macro represents the maximum scheduler cap, when using the credit * scheduler, as a uint. */ #define VIR_DOMAIN_SCHEDULER_CAP "cap" /** * VIR_DOMAIN_SCHEDULER_RESERVATION: * * Macro represents the scheduler reservation value, when using the * allocation scheduler, as an llong. */ #define VIR_DOMAIN_SCHEDULER_RESERVATION "reservation" /** * VIR_DOMAIN_SCHEDULER_LIMIT: * * Macro represents the scheduler limit value, when using the * allocation scheduler, as an llong. */ #define VIR_DOMAIN_SCHEDULER_LIMIT "limit" /** * VIR_DOMAIN_SCHEDULER_SHARES: * * Macro represents the scheduler shares value, when using the * allocation scheduler, as an int. */ #define VIR_DOMAIN_SCHEDULER_SHARES "shares" /* * Fetch scheduler parameters, caller allocates 'params' field of size 'nparams' */ int virDomainGetSchedulerParameters (virDomainPtr domain, virTypedParameterPtr params, int *nparams); int virDomainGetSchedulerParametersFlags (virDomainPtr domain, virTypedParameterPtr params, int *nparams, unsigned int flags); /* * Change scheduler parameters */ int virDomainSetSchedulerParameters (virDomainPtr domain, virTypedParameterPtr params, int nparams); int virDomainSetSchedulerParametersFlags (virDomainPtr domain, virTypedParameterPtr params, int nparams, unsigned int flags); /** * virDomainBlockStats: * * Block device stats for virDomainBlockStats. * * Hypervisors may return a field set to ((long long)-1) which indicates * that the hypervisor does not support that statistic. * * NB. Here 'long long' means 64 bit integer. */ typedef struct _virDomainBlockStats virDomainBlockStatsStruct; struct _virDomainBlockStats { long long rd_req; /* number of read requests */ long long rd_bytes; /* number of read bytes */ long long wr_req; /* number of write requests */ long long wr_bytes; /* number of written bytes */ long long errs; /* In Xen this returns the mysterious 'oo_req'. */ }; /** * virDomainBlockStatsPtr: * * A pointer to a virDomainBlockStats structure */ typedef virDomainBlockStatsStruct *virDomainBlockStatsPtr; /** * VIR_DOMAIN_BLOCK_STATS_FIELD_LENGTH: * * Macro providing the field length of parameter names when using * virDomainBlockStatsFlags(). */ #define VIR_DOMAIN_BLOCK_STATS_FIELD_LENGTH VIR_TYPED_PARAM_FIELD_LENGTH /** * VIR_DOMAIN_BLOCK_STATS_READ_BYTES: * * Macro represents the total number of read bytes of the * block device, as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_READ_BYTES "rd_bytes" /** * VIR_DOMAIN_BLOCK_STATS_READ_REQ: * * Macro represents the total read requests of the * block device, as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_READ_REQ "rd_operations" /** * VIR_DOMAIN_BLOCK_STATS_READ_TOTAL_TIMES: * * Macro represents the total time spend on cache reads in * nano-seconds of the block device, as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_READ_TOTAL_TIMES "rd_total_times" /** * VIR_DOMAIN_BLOCK_STATS_WRITE_BYTES: * * Macro represents the total number of write bytes of the * block device, as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_WRITE_BYTES "wr_bytes" /** * VIR_DOMAIN_BLOCK_STATS_WRITE_REQ: * * Macro represents the total write requests of the * block device, as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_WRITE_REQ "wr_operations" /** * VIR_DOMAIN_BLOCK_STATS_WRITE_TOTAL_TIMES: * * Macro represents the total time spend on cache writes in * nano-seconds of the block device, as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_WRITE_TOTAL_TIMES "wr_total_times" /** * VIR_DOMAIN_BLOCK_STATS_FLUSH_REQ: * * Macro represents the total flush requests of the * block device, as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_FLUSH_REQ "flush_operations" /** * VIR_DOMAIN_BLOCK_STATS_FLUSH_TOTAL_TIMES: * * Macro represents the total time spend on cache flushing in * nano-seconds of the block device, as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_FLUSH_TOTAL_TIMES "flush_total_times" /** * VIR_DOMAIN_BLOCK_STATS_ERRS: * * In Xen this returns the mysterious 'oo_req', as an llong. */ #define VIR_DOMAIN_BLOCK_STATS_ERRS "errs" /** * virDomainInterfaceStats: * * Network interface stats for virDomainInterfaceStats. * * Hypervisors may return a field set to ((long long)-1) which indicates * that the hypervisor does not support that statistic. * * NB. Here 'long long' means 64 bit integer. */ typedef struct _virDomainInterfaceStats virDomainInterfaceStatsStruct; struct _virDomainInterfaceStats { long long rx_bytes; long long rx_packets; long long rx_errs; long long rx_drop; long long tx_bytes; long long tx_packets; long long tx_errs; long long tx_drop; }; /** * virDomainInterfaceStatsPtr: * * A pointer to a virDomainInterfaceStats structure */ typedef virDomainInterfaceStatsStruct *virDomainInterfaceStatsPtr; /** * Memory Statistics Tags: */ typedef enum { /* The total amount of data read from swap space (in kB). */ VIR_DOMAIN_MEMORY_STAT_SWAP_IN = 0, /* The total amount of memory written out to swap space (in kB). */ VIR_DOMAIN_MEMORY_STAT_SWAP_OUT = 1, /* * Page faults occur when a process makes a valid access to virtual memory * that is not available. When servicing the page fault, if disk IO is * required, it is considered a major fault. If not, it is a minor fault. * These are expressed as the number of faults that have occurred. */ VIR_DOMAIN_MEMORY_STAT_MAJOR_FAULT = 2, VIR_DOMAIN_MEMORY_STAT_MINOR_FAULT = 3, /* * The amount of memory left completely unused by the system. Memory that * is available but used for reclaimable caches should NOT be reported as * free. This value is expressed in kB. */ VIR_DOMAIN_MEMORY_STAT_UNUSED = 4, /* * The total amount of usable memory as seen by the domain. This value * may be less than the amount of memory assigned to the domain if a * balloon driver is in use or if the guest OS does not initialize all * assigned pages. This value is expressed in kB. */ VIR_DOMAIN_MEMORY_STAT_AVAILABLE = 5, /* Current balloon value (in KB). */ VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON = 6, /* Resident Set Size of the process running the domain. This value * is in kB */ VIR_DOMAIN_MEMORY_STAT_RSS = 7, /* * The number of statistics supported by this version of the interface. * To add new statistics, add them to the enum and increase this value. */ VIR_DOMAIN_MEMORY_STAT_NR = 8, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_MEMORY_STAT_LAST = VIR_DOMAIN_MEMORY_STAT_NR #endif } virDomainMemoryStatTags; typedef struct _virDomainMemoryStat virDomainMemoryStatStruct; struct _virDomainMemoryStat { int tag; unsigned long long val; }; typedef virDomainMemoryStatStruct *virDomainMemoryStatPtr; /* Domain core dump flags. */ typedef enum { VIR_DUMP_CRASH = (1 << 0), /* crash after dump */ VIR_DUMP_LIVE = (1 << 1), /* live dump */ VIR_DUMP_BYPASS_CACHE = (1 << 2), /* avoid file system cache pollution */ VIR_DUMP_RESET = (1 << 3), /* reset domain after dump finishes */ VIR_DUMP_MEMORY_ONLY = (1 << 4), /* use dump-guest-memory */ } virDomainCoreDumpFlags; /* Domain migration flags. */ typedef enum { VIR_MIGRATE_LIVE = (1 << 0), /* live migration */ VIR_MIGRATE_PEER2PEER = (1 << 1), /* direct source -> dest host control channel */ /* Note the less-common spelling that we're stuck with: VIR_MIGRATE_TUNNELLED should be VIR_MIGRATE_TUNNELED */ VIR_MIGRATE_TUNNELLED = (1 << 2), /* tunnel migration data over libvirtd connection */ VIR_MIGRATE_PERSIST_DEST = (1 << 3), /* persist the VM on the destination */ VIR_MIGRATE_UNDEFINE_SOURCE = (1 << 4), /* undefine the VM on the source */ VIR_MIGRATE_PAUSED = (1 << 5), /* pause on remote side */ VIR_MIGRATE_NON_SHARED_DISK = (1 << 6), /* migration with non-shared storage with full disk copy */ VIR_MIGRATE_NON_SHARED_INC = (1 << 7), /* migration with non-shared storage with incremental copy */ /* (same base image shared between source and destination) */ VIR_MIGRATE_CHANGE_PROTECTION = (1 << 8), /* protect for changing domain configuration through the * whole migration process; this will be used automatically * when supported */ VIR_MIGRATE_UNSAFE = (1 << 9), /* force migration even if it is considered unsafe */ VIR_MIGRATE_OFFLINE = (1 << 10), /* offline migrate */ VIR_MIGRATE_COMPRESSED = (1 << 11), /* compress data during migration */ VIR_MIGRATE_ABORT_ON_ERROR = (1 << 12), /* abort migration on I/O errors happened during migration */ } virDomainMigrateFlags; /** * VIR_MIGRATE_PARAM_URI: * * virDomainMigrate* params field: URI to use for initiating domain migration * as VIR_TYPED_PARAM_STRING. It takes a hypervisor specific format. The * uri_transports element of the hypervisor capabilities XML includes details * of the supported URI schemes. When omitted libvirt will auto-generate * suitable default URI. It is typically only necessary to specify this URI if * the destination host has multiple interfaces and a specific interface is * required to transmit migration data. * * This filed may not be used when VIR_MIGRATE_TUNNELLED flag is set. */ #define VIR_MIGRATE_PARAM_URI "migrate_uri" /** * VIR_MIGRATE_PARAM_DEST_NAME: * * virDomainMigrate* params field: the name to be used for the domain on the * destination host as VIR_TYPED_PARAM_STRING. Omitting this parameter keeps * the domain name the same. This field is only allowed to be used with * hypervisors that support domain renaming during migration. */ #define VIR_MIGRATE_PARAM_DEST_NAME "destination_name" /** * VIR_MIGRATE_PARAM_DEST_XML: * * virDomainMigrate* params field: the new configuration to be used for the * domain on the destination host as VIR_TYPED_PARAM_STRING. The configuration * must include an identical set of virtual devices, to ensure a stable guest * ABI across migration. Only parameters related to host side configuration * can be changed in the XML. Hypervisors which support this field will forbid * migration if the provided XML would cause a change in the guest ABI. This * field cannot be used to rename the domain during migration (use * VIR_MIGRATE_PARAM_DEST_NAME field for that purpose). Domain name in the * destination XML must match the original domain name. * * Omitting this parameter keeps the original domain configuration. Using this * field with hypervisors that do not support changing domain configuration * during migration will result in a failure. */ #define VIR_MIGRATE_PARAM_DEST_XML "destination_xml" /** * VIR_MIGRATE_PARAM_BANDWIDTH: * * virDomainMigrate* params field: the maximum bandwidth (in MiB/s) that will * be used for migration as VIR_TYPED_PARAM_ULLONG. If set to 0 or omitted, * libvirt will choose a suitable default. Some hypervisors do not support this * feature and will return an error if this field is used and is not 0. */ #define VIR_MIGRATE_PARAM_BANDWIDTH "bandwidth" /** * VIR_MIGRATE_PARAM_GRAPHICS_URI: * * virDomainMigrate* params field: URI to use for migrating client's connection * to domain's graphical console as VIR_TYPED_PARAM_STRING. If specified, the * client will be asked to automatically reconnect using these parameters * instead of the automatically computed ones. This can be useful if, e.g., the * client does not have a direct access to the network virtualization hosts are * connected to and needs to connect through a proxy. The URI is formed as * follows: * * protocol://hostname[:port]/[?parameters] * * where protocol is either "spice" or "vnc" and parameters is a list of * protocol specific parameters separated by '&'. Currently recognized * parameters are "tlsPort" and "tlsSubject". For example, * * spice://target.host.com:1234/?tlsPort=4567 */ #define VIR_MIGRATE_PARAM_GRAPHICS_URI "graphics_uri" /* Domain migration. */ virDomainPtr virDomainMigrate (virDomainPtr domain, virConnectPtr dconn, unsigned long flags, const char *dname, const char *uri, unsigned long bandwidth); virDomainPtr virDomainMigrate2(virDomainPtr domain, virConnectPtr dconn, const char *dxml, unsigned long flags, const char *dname, const char *uri, unsigned long bandwidth); virDomainPtr virDomainMigrate3(virDomainPtr domain, virConnectPtr dconn, virTypedParameterPtr params, unsigned int nparams, unsigned int flags); int virDomainMigrateToURI (virDomainPtr domain, const char *duri, unsigned long flags, const char *dname, unsigned long bandwidth); int virDomainMigrateToURI2(virDomainPtr domain, const char *dconnuri, const char *miguri, const char *dxml, unsigned long flags, const char *dname, unsigned long bandwidth); int virDomainMigrateToURI3(virDomainPtr domain, const char *dconnuri, virTypedParameterPtr params, unsigned int nparams, unsigned int flags); int virDomainMigrateSetMaxDowntime (virDomainPtr domain, unsigned long long downtime, unsigned int flags); int virDomainMigrateGetCompressionCache(virDomainPtr domain, unsigned long long *cacheSize, unsigned int flags); int virDomainMigrateSetCompressionCache(virDomainPtr domain, unsigned long long cacheSize, unsigned int flags); int virDomainMigrateSetMaxSpeed(virDomainPtr domain, unsigned long bandwidth, unsigned int flags); int virDomainMigrateGetMaxSpeed(virDomainPtr domain, unsigned long *bandwidth, unsigned int flags); /** * VIR_NODEINFO_MAXCPUS: * @nodeinfo: virNodeInfo instance * * This macro is to calculate the total number of CPUs supported * but not necessary active in the host. */ #define VIR_NODEINFO_MAXCPUS(nodeinfo) ((nodeinfo).nodes*(nodeinfo).sockets*(nodeinfo).cores*(nodeinfo).threads) /** * virNodeInfoPtr: * * a virNodeInfoPtr is a pointer to a virNodeInfo structure. */ typedef virNodeInfo *virNodeInfoPtr; /** * virNodeCPUStatsPtr: * * a virNodeCPUStatsPtr is a pointer to a virNodeCPUStats structure. */ typedef virNodeCPUStats *virNodeCPUStatsPtr; /** * virNodeMemoryStatsPtr: * * a virNodeMemoryStatsPtr is a pointer to a virNodeMemoryStats structure. */ typedef virNodeMemoryStats *virNodeMemoryStatsPtr; /** * virConnectFlags * * Flags when opening a connection to a hypervisor */ typedef enum { VIR_CONNECT_RO = (1 << 0), /* A readonly connection */ VIR_CONNECT_NO_ALIASES = (1 << 1), /* Don't try to resolve URI aliases */ } virConnectFlags; typedef enum { VIR_CRED_USERNAME = 1, /* Identity to act as */ VIR_CRED_AUTHNAME = 2, /* Identify to authorize as */ VIR_CRED_LANGUAGE = 3, /* RFC 1766 languages, comma separated */ VIR_CRED_CNONCE = 4, /* client supplies a nonce */ VIR_CRED_PASSPHRASE = 5, /* Passphrase secret */ VIR_CRED_ECHOPROMPT = 6, /* Challenge response */ VIR_CRED_NOECHOPROMPT = 7, /* Challenge response */ VIR_CRED_REALM = 8, /* Authentication realm */ VIR_CRED_EXTERNAL = 9, /* Externally managed credential */ #ifdef VIR_ENUM_SENTINELS VIR_CRED_LAST /* More may be added - expect the unexpected */ #endif } virConnectCredentialType; struct _virConnectCredential { int type; /* One of virConnectCredentialType constants */ const char *prompt; /* Prompt to show to user */ const char *challenge; /* Additional challenge to show */ const char *defresult; /* Optional default result */ char *result; /* Result to be filled with user response (or defresult) */ unsigned int resultlen; /* Length of the result */ }; typedef struct _virConnectCredential virConnectCredential; typedef virConnectCredential *virConnectCredentialPtr; /** * virConnectAuthCallbackPtr: * @cred: list of virConnectCredential object to fetch from user * @ncred: size of cred list * @cbdata: opaque data passed to virConnectOpenAuth * * When authentication requires one or more interactions, this callback * is invoked. For each interaction supplied, data must be gathered * from the user and filled in to the 'result' and 'resultlen' fields. * If an interaction cannot be filled, fill in NULL and 0. * * Returns 0 if all interactions were filled, or -1 upon error */ typedef int (*virConnectAuthCallbackPtr)(virConnectCredentialPtr cred, unsigned int ncred, void *cbdata); struct _virConnectAuth { int *credtype; /* List of supported virConnectCredentialType values */ unsigned int ncredtype; virConnectAuthCallbackPtr cb; /* Callback used to collect credentials */ void *cbdata; }; typedef struct _virConnectAuth virConnectAuth; typedef virConnectAuth *virConnectAuthPtr; VIR_EXPORT_VAR virConnectAuthPtr virConnectAuthPtrDefault; /** * VIR_UUID_BUFLEN: * * This macro provides the length of the buffer required * for virDomainGetUUID() */ #define VIR_UUID_BUFLEN (16) /** * VIR_UUID_STRING_BUFLEN: * * This macro provides the length of the buffer required * for virDomainGetUUIDString() */ #define VIR_UUID_STRING_BUFLEN (36+1) /* library versioning */ /** * LIBVIR_VERSION_NUMBER: * * Macro providing the version of the library as * version * 1,000,000 + minor * 1000 + micro */ #define LIBVIR_VERSION_NUMBER 1001002 int virGetVersion (unsigned long *libVer, const char *type, unsigned long *typeVer); /* * Connection and disconnections to the Hypervisor */ int virInitialize (void); virConnectPtr virConnectOpen (const char *name); virConnectPtr virConnectOpenReadOnly (const char *name); virConnectPtr virConnectOpenAuth (const char *name, virConnectAuthPtr auth, unsigned int flags); int virConnectRef (virConnectPtr conn); int virConnectClose (virConnectPtr conn); const char * virConnectGetType (virConnectPtr conn); int virConnectGetVersion (virConnectPtr conn, unsigned long *hvVer); int virConnectGetLibVersion (virConnectPtr conn, unsigned long *libVer); char * virConnectGetHostname (virConnectPtr conn); char * virConnectGetURI (virConnectPtr conn); char * virConnectGetSysinfo (virConnectPtr conn, unsigned int flags); int virConnectSetKeepAlive(virConnectPtr conn, int interval, unsigned int count); typedef enum { VIR_CONNECT_CLOSE_REASON_ERROR = 0, /* Misc I/O error */ VIR_CONNECT_CLOSE_REASON_EOF = 1, /* End-of-file from server */ VIR_CONNECT_CLOSE_REASON_KEEPALIVE = 2, /* Keepalive timer triggered */ VIR_CONNECT_CLOSE_REASON_CLIENT = 3, /* Client requested it */ # ifdef VIR_ENUM_SENTINELS VIR_CONNECT_CLOSE_REASON_LAST # endif } virConnectCloseReason; /** * virConnectCloseFunc: * @conn: virConnect connection * @reason: reason why the connection was closed (one of virConnectCloseReason) * @opaque: opaque user data * * A callback function to be registered, and called when the connection * is closed. */ typedef void (*virConnectCloseFunc)(virConnectPtr conn, int reason, void *opaque); int virConnectRegisterCloseCallback(virConnectPtr conn, virConnectCloseFunc cb, void *opaque, virFreeCallback freecb); int virConnectUnregisterCloseCallback(virConnectPtr conn, virConnectCloseFunc cb); /* * Capabilities of the connection / driver. */ int virConnectGetMaxVcpus (virConnectPtr conn, const char *type); int virNodeGetInfo (virConnectPtr conn, virNodeInfoPtr info); char * virConnectGetCapabilities (virConnectPtr conn); int virNodeGetCPUStats (virConnectPtr conn, int cpuNum, virNodeCPUStatsPtr params, int *nparams, unsigned int flags); int virNodeGetMemoryStats (virConnectPtr conn, int cellNum, virNodeMemoryStatsPtr params, int *nparams, unsigned int flags); unsigned long long virNodeGetFreeMemory (virConnectPtr conn); int virNodeGetSecurityModel (virConnectPtr conn, virSecurityModelPtr secmodel); int virNodeSuspendForDuration (virConnectPtr conn, unsigned int target, unsigned long long duration, unsigned int flags); /* * Gather list of running domains */ int virConnectListDomains (virConnectPtr conn, int *ids, int maxids); /* * Number of domains */ int virConnectNumOfDomains (virConnectPtr conn); /* * Get connection from domain. */ virConnectPtr virDomainGetConnect (virDomainPtr domain); /* * Domain creation and destruction */ virDomainPtr virDomainCreateXML (virConnectPtr conn, const char *xmlDesc, unsigned int flags); virDomainPtr virDomainCreateXMLWithFiles(virConnectPtr conn, const char *xmlDesc, unsigned int nfiles, int *files, unsigned int flags); virDomainPtr virDomainLookupByName (virConnectPtr conn, const char *name); virDomainPtr virDomainLookupByID (virConnectPtr conn, int id); virDomainPtr virDomainLookupByUUID (virConnectPtr conn, const unsigned char *uuid); virDomainPtr virDomainLookupByUUIDString (virConnectPtr conn, const char *uuid); typedef enum { VIR_DOMAIN_SHUTDOWN_DEFAULT = 0, /* hypervisor choice */ VIR_DOMAIN_SHUTDOWN_ACPI_POWER_BTN = (1 << 0), /* Send ACPI event */ VIR_DOMAIN_SHUTDOWN_GUEST_AGENT = (1 << 1), /* Use guest agent */ VIR_DOMAIN_SHUTDOWN_INITCTL = (1 << 2), /* Use initctl */ VIR_DOMAIN_SHUTDOWN_SIGNAL = (1 << 3), /* Send a signal */ } virDomainShutdownFlagValues; int virDomainShutdown (virDomainPtr domain); int virDomainShutdownFlags (virDomainPtr domain, unsigned int flags); typedef enum { VIR_DOMAIN_REBOOT_DEFAULT = 0, /* hypervisor choice */ VIR_DOMAIN_REBOOT_ACPI_POWER_BTN = (1 << 0), /* Send ACPI event */ VIR_DOMAIN_REBOOT_GUEST_AGENT = (1 << 1), /* Use guest agent */ VIR_DOMAIN_REBOOT_INITCTL = (1 << 2), /* Use initctl */ VIR_DOMAIN_REBOOT_SIGNAL = (1 << 3), /* Send a signal */ } virDomainRebootFlagValues; int virDomainReboot (virDomainPtr domain, unsigned int flags); int virDomainReset (virDomainPtr domain, unsigned int flags); int virDomainDestroy (virDomainPtr domain); /** * virDomainDestroyFlagsValues: * * Flags used to provide specific behaviour to the * virDomainDestroyFlags() function */ typedef enum { VIR_DOMAIN_DESTROY_DEFAULT = 0, /* Default behavior - could lead to data loss!! */ VIR_DOMAIN_DESTROY_GRACEFUL = 1 << 0, /* only SIGTERM, no SIGKILL */ } virDomainDestroyFlagsValues; int virDomainDestroyFlags (virDomainPtr domain, unsigned int flags); int virDomainRef (virDomainPtr domain); int virDomainFree (virDomainPtr domain); /* * Domain suspend/resume */ int virDomainSuspend (virDomainPtr domain); int virDomainResume (virDomainPtr domain); int virDomainPMSuspendForDuration (virDomainPtr domain, unsigned int target, unsigned long long duration, unsigned int flags); int virDomainPMWakeup (virDomainPtr domain, unsigned int flags); /* * Domain save/restore */ /** * virDomainSaveRestoreFlags: * Flags for use in virDomainSaveFlags(), virDomainManagedSave(), * virDomainRestoreFlags(), and virDomainSaveImageDefineXML(). Not all * flags apply to all these functions. */ typedef enum { VIR_DOMAIN_SAVE_BYPASS_CACHE = 1 << 0, /* Avoid file system cache pollution */ VIR_DOMAIN_SAVE_RUNNING = 1 << 1, /* Favor running over paused */ VIR_DOMAIN_SAVE_PAUSED = 1 << 2, /* Favor paused over running */ } virDomainSaveRestoreFlags; int virDomainSave (virDomainPtr domain, const char *to); int virDomainSaveFlags (virDomainPtr domain, const char *to, const char *dxml, unsigned int flags); int virDomainRestore (virConnectPtr conn, const char *from); int virDomainRestoreFlags (virConnectPtr conn, const char *from, const char *dxml, unsigned int flags); char * virDomainSaveImageGetXMLDesc (virConnectPtr conn, const char *file, unsigned int flags); int virDomainSaveImageDefineXML (virConnectPtr conn, const char *file, const char *dxml, unsigned int flags); /* * Managed domain save */ int virDomainManagedSave (virDomainPtr dom, unsigned int flags); int virDomainHasManagedSaveImage(virDomainPtr dom, unsigned int flags); int virDomainManagedSaveRemove(virDomainPtr dom, unsigned int flags); /* * Domain core dump */ int virDomainCoreDump (virDomainPtr domain, const char *to, unsigned int flags); /* * Screenshot of current domain console */ char * virDomainScreenshot (virDomainPtr domain, virStreamPtr stream, unsigned int screen, unsigned int flags); /* * Domain runtime information, and collecting CPU statistics */ int virDomainGetInfo (virDomainPtr domain, virDomainInfoPtr info); int virDomainGetState (virDomainPtr domain, int *state, int *reason, unsigned int flags); /** * VIR_DOMAIN_CPU_STATS_CPUTIME: * cpu usage (sum of both vcpu and hypervisor usage) in nanoseconds, * as a ullong */ #define VIR_DOMAIN_CPU_STATS_CPUTIME "cpu_time" /** * VIR_DOMAIN_CPU_STATS_USERTIME: * cpu time charged to user instructions in nanoseconds, as a ullong */ #define VIR_DOMAIN_CPU_STATS_USERTIME "user_time" /** * VIR_DOMAIN_CPU_STATS_SYSTEMTIME: * cpu time charged to system instructions in nanoseconds, as a ullong */ #define VIR_DOMAIN_CPU_STATS_SYSTEMTIME "system_time" /** * VIR_DOMAIN_CPU_STATS_VCPUTIME: * vcpu usage in nanoseconds (cpu_time excluding hypervisor time), * as a ullong */ #define VIR_DOMAIN_CPU_STATS_VCPUTIME "vcpu_time" int virDomainGetCPUStats(virDomainPtr domain, virTypedParameterPtr params, unsigned int nparams, int start_cpu, unsigned int ncpus, unsigned int flags); int virDomainGetControlInfo (virDomainPtr domain, virDomainControlInfoPtr info, unsigned int flags); /* * Return scheduler type in effect 'sedf', 'credit', 'linux' */ char * virDomainGetSchedulerType(virDomainPtr domain, int *nparams); /* Manage blkio parameters. */ /** * VIR_DOMAIN_BLKIO_WEIGHT: * * Macro for the Blkio tunable weight: it represents the io weight * the guest can use, as a uint. */ #define VIR_DOMAIN_BLKIO_WEIGHT "weight" /** * VIR_DOMAIN_BLKIO_DEVICE_WEIGHT: * * Macro for the blkio tunable weight_device: it represents the * per-device weight, as a string. The string is parsed as a * series of /path/to/device,weight elements, separated by ','. */ #define VIR_DOMAIN_BLKIO_DEVICE_WEIGHT "device_weight" /* Set Blkio tunables for the domain*/ int virDomainSetBlkioParameters(virDomainPtr domain, virTypedParameterPtr params, int nparams, unsigned int flags); int virDomainGetBlkioParameters(virDomainPtr domain, virTypedParameterPtr params, int *nparams, unsigned int flags); /* Manage memory parameters. */ /** * VIR_DOMAIN_MEMORY_PARAM_UNLIMITED: * * Macro providing the virMemoryParameter value that indicates "unlimited" */ #define VIR_DOMAIN_MEMORY_PARAM_UNLIMITED 9007199254740991LL /* = INT64_MAX >> 10 */ /** * VIR_DOMAIN_MEMORY_HARD_LIMIT: * * Macro for the memory tunable hard_limit: it represents the maximum memory * the guest can use, as a ullong. */ #define VIR_DOMAIN_MEMORY_HARD_LIMIT "hard_limit" /** * VIR_DOMAIN_MEMORY_SOFT_LIMIT: * * Macro for the memory tunable soft_limit: it represents the memory upper * limit enforced during memory contention, as a ullong. */ #define VIR_DOMAIN_MEMORY_SOFT_LIMIT "soft_limit" /** * VIR_DOMAIN_MEMORY_MIN_GUARANTEE: * * Macro for the memory tunable min_guarantee: it represents the minimum * memory guaranteed to be reserved for the guest, as a ullong. */ #define VIR_DOMAIN_MEMORY_MIN_GUARANTEE "min_guarantee" /** * VIR_DOMAIN_MEMORY_SWAP_HARD_LIMIT: * * Macro for the swap tunable swap_hard_limit: it represents the maximum swap * plus memory the guest can use, as a ullong. This limit has to be more than * VIR_DOMAIN_MEMORY_HARD_LIMIT. */ #define VIR_DOMAIN_MEMORY_SWAP_HARD_LIMIT "swap_hard_limit" /* Set memory tunables for the domain*/ int virDomainSetMemoryParameters(virDomainPtr domain, virTypedParameterPtr params, int nparams, unsigned int flags); int virDomainGetMemoryParameters(virDomainPtr domain, virTypedParameterPtr params, int *nparams, unsigned int flags); /* Memory size modification flags. */ typedef enum { /* See virDomainModificationImpact for these flags. */ VIR_DOMAIN_MEM_CURRENT = VIR_DOMAIN_AFFECT_CURRENT, VIR_DOMAIN_MEM_LIVE = VIR_DOMAIN_AFFECT_LIVE, VIR_DOMAIN_MEM_CONFIG = VIR_DOMAIN_AFFECT_CONFIG, /* Additionally, these flags may be bitwise-OR'd in. */ VIR_DOMAIN_MEM_MAXIMUM = (1 << 2), /* affect Max rather than current */ } virDomainMemoryModFlags; /* Manage numa parameters */ /** * virDomainNumatuneMemMode: * Representation of the various modes in the element of * a domain. */ typedef enum { VIR_DOMAIN_NUMATUNE_MEM_STRICT = 0, VIR_DOMAIN_NUMATUNE_MEM_PREFERRED = 1, VIR_DOMAIN_NUMATUNE_MEM_INTERLEAVE = 2, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_NUMATUNE_MEM_LAST /* This constant is subject to change */ #endif } virDomainNumatuneMemMode; /** * VIR_DOMAIN_NUMA_NODESET: * * Macro for typed parameter name that lists the numa nodeset of a * domain, as a string. */ #define VIR_DOMAIN_NUMA_NODESET "numa_nodeset" /** * VIR_DOMAIN_NUMA_MODE: * * Macro for typed parameter name that lists the numa mode of a domain, * as an int containing a virDomainNumatuneMemMode value. */ #define VIR_DOMAIN_NUMA_MODE "numa_mode" int virDomainSetNumaParameters(virDomainPtr domain, virTypedParameterPtr params, int nparams, unsigned int flags); int virDomainGetNumaParameters(virDomainPtr domain, virTypedParameterPtr params, int *nparams, unsigned int flags); /* * Dynamic control of domains */ const char * virDomainGetName (virDomainPtr domain); unsigned int virDomainGetID (virDomainPtr domain); int virDomainGetUUID (virDomainPtr domain, unsigned char *uuid); int virDomainGetUUIDString (virDomainPtr domain, char *buf); char * virDomainGetOSType (virDomainPtr domain); unsigned long virDomainGetMaxMemory (virDomainPtr domain); int virDomainSetMaxMemory (virDomainPtr domain, unsigned long memory); int virDomainSetMemory (virDomainPtr domain, unsigned long memory); int virDomainSetMemoryFlags (virDomainPtr domain, unsigned long memory, unsigned int flags); int virDomainSetMemoryStatsPeriod (virDomainPtr domain, int period, unsigned int flags); int virDomainGetMaxVcpus (virDomainPtr domain); int virDomainGetSecurityLabel (virDomainPtr domain, virSecurityLabelPtr seclabel); char * virDomainGetHostname (virDomainPtr domain, unsigned int flags); int virDomainGetSecurityLabelList (virDomainPtr domain, virSecurityLabelPtr* seclabels); typedef enum { VIR_DOMAIN_METADATA_DESCRIPTION = 0, /* Operate on */ VIR_DOMAIN_METADATA_TITLE = 1, /* Operate on */ VIR_DOMAIN_METADATA_ELEMENT = 2, /* Operate on <metadata> */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_METADATA_LAST #endif } virDomainMetadataType; int virDomainSetMetadata(virDomainPtr domain, int type, const char *metadata, const char *key, const char *uri, unsigned int flags); char * virDomainGetMetadata(virDomainPtr domain, int type, const char *uri, unsigned int flags); /* * XML domain description */ /** * virDomainXMLFlags: * * Flags available for virDomainGetXMLDesc */ typedef enum { VIR_DOMAIN_XML_SECURE = (1 << 0), /* dump security sensitive information too */ VIR_DOMAIN_XML_INACTIVE = (1 << 1), /* dump inactive domain information */ VIR_DOMAIN_XML_UPDATE_CPU = (1 << 2), /* update guest CPU requirements according to host CPU */ VIR_DOMAIN_XML_MIGRATABLE = (1 << 3), /* dump XML suitable for migration */ } virDomainXMLFlags; char * virDomainGetXMLDesc (virDomainPtr domain, unsigned int flags); char * virConnectDomainXMLFromNative(virConnectPtr conn, const char *nativeFormat, const char *nativeConfig, unsigned int flags); char * virConnectDomainXMLToNative(virConnectPtr conn, const char *nativeFormat, const char *domainXml, unsigned int flags); int virDomainBlockStats (virDomainPtr dom, const char *disk, virDomainBlockStatsPtr stats, size_t size); int virDomainBlockStatsFlags (virDomainPtr dom, const char *disk, virTypedParameterPtr params, int *nparams, unsigned int flags); int virDomainInterfaceStats (virDomainPtr dom, const char *path, virDomainInterfaceStatsPtr stats, size_t size); /* Management of interface parameters */ /** * VIR_DOMAIN_BANDWIDTH_IN_AVERAGE: * * Macro represents the inbound average of NIC bandwidth, as a uint. */ #define VIR_DOMAIN_BANDWIDTH_IN_AVERAGE "inbound.average" /** * VIR_DOMAIN_BANDWIDTH_IN_PEAK: * * Macro represents the inbound peak of NIC bandwidth, as a uint. */ #define VIR_DOMAIN_BANDWIDTH_IN_PEAK "inbound.peak" /** * VIR_DOMAIN_BANDWIDTH_IN_BURST: * * Macro represents the inbound burst of NIC bandwidth, as a uint. */ #define VIR_DOMAIN_BANDWIDTH_IN_BURST "inbound.burst" /** * VIR_DOMAIN_BANDWIDTH_OUT_AVERAGE: * * Macro represents the outbound average of NIC bandwidth, as a uint. */ #define VIR_DOMAIN_BANDWIDTH_OUT_AVERAGE "outbound.average" /** * VIR_DOMAIN_BANDWIDTH_OUT_PEAK: * * Macro represents the outbound peak of NIC bandwidth, as a uint. */ #define VIR_DOMAIN_BANDWIDTH_OUT_PEAK "outbound.peak" /** * VIR_DOMAIN_BANDWIDTH_OUT_BURST: * * Macro represents the outbound burst of NIC bandwidth, as a uint. */ #define VIR_DOMAIN_BANDWIDTH_OUT_BURST "outbound.burst" int virDomainSetInterfaceParameters (virDomainPtr dom, const char *device, virTypedParameterPtr params, int nparams, unsigned int flags); int virDomainGetInterfaceParameters (virDomainPtr dom, const char *device, virTypedParameterPtr params, int *nparams, unsigned int flags); /* Management of domain block devices */ int virDomainBlockPeek (virDomainPtr dom, const char *disk, unsigned long long offset, size_t size, void *buffer, unsigned int flags); /** * virDomainBlockResizeFlags: * * Flags available for virDomainBlockResize(). */ typedef enum { VIR_DOMAIN_BLOCK_RESIZE_BYTES = 1 << 0, /* size in bytes instead of KiB */ } virDomainBlockResizeFlags; int virDomainBlockResize (virDomainPtr dom, const char *disk, unsigned long long size, unsigned int flags); /** virDomainBlockInfo: * * This struct provides information about the size of a block device backing store * * Examples: * * - Fully allocated raw file in filesystem: * * capacity, allocation, physical: All the same * * - Sparse raw file in filesystem: * * capacity: logical size of the file * * allocation, physical: number of blocks allocated to file * * - qcow2 file in filesystem * * capacity: logical size from qcow2 header * * allocation, physical: logical size of the file / highest qcow extent (identical) * * - qcow2 file in a block device * * capacity: logical size from qcow2 header * * allocation: highest qcow extent written * * physical: size of the block device container */ typedef struct _virDomainBlockInfo virDomainBlockInfo; typedef virDomainBlockInfo *virDomainBlockInfoPtr; struct _virDomainBlockInfo { unsigned long long capacity; /* logical size in bytes of the block device backing image */ unsigned long long allocation; /* highest allocated extent in bytes of the block device backing image */ unsigned long long physical; /* physical size in bytes of the container of the backing image */ }; int virDomainGetBlockInfo(virDomainPtr dom, const char *disk, virDomainBlockInfoPtr info, unsigned int flags); /* Management of domain memory */ int virDomainMemoryStats (virDomainPtr dom, virDomainMemoryStatPtr stats, unsigned int nr_stats, unsigned int flags); /* Memory peeking flags. */ typedef enum { VIR_MEMORY_VIRTUAL = 1 << 0, /* addresses are virtual addresses */ VIR_MEMORY_PHYSICAL = 1 << 1, /* addresses are physical addresses */ } virDomainMemoryFlags; int virDomainMemoryPeek (virDomainPtr dom, unsigned long long start, size_t size, void *buffer, unsigned int flags); /* * defined but not running domains */ virDomainPtr virDomainDefineXML (virConnectPtr conn, const char *xml); int virDomainUndefine (virDomainPtr domain); typedef enum { VIR_DOMAIN_UNDEFINE_MANAGED_SAVE = (1 << 0), /* Also remove any managed save */ VIR_DOMAIN_UNDEFINE_SNAPSHOTS_METADATA = (1 << 1), /* If last use of domain, then also remove any snapshot metadata */ /* Future undefine control flags should come here. */ } virDomainUndefineFlagsValues; int virDomainUndefineFlags (virDomainPtr domain, unsigned int flags); int virConnectNumOfDefinedDomains (virConnectPtr conn); int virConnectListDefinedDomains (virConnectPtr conn, char **const names, int maxnames); /** * virConnectListAllDomainsFlags: * * Flags used to tune which domains are listed by virConnectListAllDomains(). * Note that these flags come in groups; if all bits from a group are 0, * then that group is not used to filter results. */ typedef enum { VIR_CONNECT_LIST_DOMAINS_ACTIVE = 1 << 0, VIR_CONNECT_LIST_DOMAINS_INACTIVE = 1 << 1, VIR_CONNECT_LIST_DOMAINS_PERSISTENT = 1 << 2, VIR_CONNECT_LIST_DOMAINS_TRANSIENT = 1 << 3, VIR_CONNECT_LIST_DOMAINS_RUNNING = 1 << 4, VIR_CONNECT_LIST_DOMAINS_PAUSED = 1 << 5, VIR_CONNECT_LIST_DOMAINS_SHUTOFF = 1 << 6, VIR_CONNECT_LIST_DOMAINS_OTHER = 1 << 7, VIR_CONNECT_LIST_DOMAINS_MANAGEDSAVE = 1 << 8, VIR_CONNECT_LIST_DOMAINS_NO_MANAGEDSAVE = 1 << 9, VIR_CONNECT_LIST_DOMAINS_AUTOSTART = 1 << 10, VIR_CONNECT_LIST_DOMAINS_NO_AUTOSTART = 1 << 11, VIR_CONNECT_LIST_DOMAINS_HAS_SNAPSHOT = 1 << 12, VIR_CONNECT_LIST_DOMAINS_NO_SNAPSHOT = 1 << 13, } virConnectListAllDomainsFlags; int virConnectListAllDomains (virConnectPtr conn, virDomainPtr **domains, unsigned int flags); int virDomainCreate (virDomainPtr domain); int virDomainCreateWithFlags (virDomainPtr domain, unsigned int flags); int virDomainCreateWithFiles (virDomainPtr domain, unsigned int nfiles, int *files, unsigned int flags); int virDomainGetAutostart (virDomainPtr domain, int *autostart); int virDomainSetAutostart (virDomainPtr domain, int autostart); /** * virVcpuInfo: structure for information about a virtual CPU in a domain. */ typedef enum { VIR_VCPU_OFFLINE = 0, /* the virtual CPU is offline */ VIR_VCPU_RUNNING = 1, /* the virtual CPU is running */ VIR_VCPU_BLOCKED = 2, /* the virtual CPU is blocked on resource */ #ifdef VIR_ENUM_SENTINELS VIR_VCPU_LAST #endif } virVcpuState; typedef struct _virVcpuInfo virVcpuInfo; struct _virVcpuInfo { unsigned int number; /* virtual CPU number */ int state; /* value from virVcpuState */ unsigned long long cpuTime; /* CPU time used, in nanoseconds */ int cpu; /* real CPU number, or -1 if offline */ }; typedef virVcpuInfo *virVcpuInfoPtr; /* Flags for controlling virtual CPU hot-plugging. */ typedef enum { /* See virDomainModificationImpact for these flags. */ VIR_DOMAIN_VCPU_CURRENT = VIR_DOMAIN_AFFECT_CURRENT, VIR_DOMAIN_VCPU_LIVE = VIR_DOMAIN_AFFECT_LIVE, VIR_DOMAIN_VCPU_CONFIG = VIR_DOMAIN_AFFECT_CONFIG, /* Additionally, these flags may be bitwise-OR'd in. */ VIR_DOMAIN_VCPU_MAXIMUM = (1 << 2), /* Max rather than current count */ VIR_DOMAIN_VCPU_GUEST = (1 << 3), /* Modify state of the cpu in the guest */ } virDomainVcpuFlags; int virDomainSetVcpus (virDomainPtr domain, unsigned int nvcpus); int virDomainSetVcpusFlags (virDomainPtr domain, unsigned int nvcpus, unsigned int flags); int virDomainGetVcpusFlags (virDomainPtr domain, unsigned int flags); int virDomainPinVcpu (virDomainPtr domain, unsigned int vcpu, unsigned char *cpumap, int maplen); int virDomainPinVcpuFlags (virDomainPtr domain, unsigned int vcpu, unsigned char *cpumap, int maplen, unsigned int flags); int virDomainGetVcpuPinInfo (virDomainPtr domain, int ncpumaps, unsigned char *cpumaps, int maplen, unsigned int flags); int virDomainPinEmulator (virDomainPtr domain, unsigned char *cpumap, int maplen, unsigned int flags); int virDomainGetEmulatorPinInfo (virDomainPtr domain, unsigned char *cpumaps, int maplen, unsigned int flags); /** * VIR_USE_CPU: * @cpumap: pointer to a bit map of real CPUs (in 8-bit bytes) (IN/OUT) * @cpu: the physical CPU number * * This macro is to be used in conjunction with virDomainPinVcpu() API. * It sets the bit (CPU usable) of the related cpu in cpumap. */ #define VIR_USE_CPU(cpumap, cpu) ((cpumap)[(cpu) / 8] |= (1 << ((cpu) % 8))) /** * VIR_UNUSE_CPU: * @cpumap: pointer to a bit map of real CPUs (in 8-bit bytes) (IN/OUT) * @cpu: the physical CPU number * * This macro is to be used in conjunction with virDomainPinVcpu() API. * It resets the bit (CPU not usable) of the related cpu in cpumap. */ #define VIR_UNUSE_CPU(cpumap, cpu) ((cpumap)[(cpu) / 8] &= ~(1 << ((cpu) % 8))) /** * VIR_CPU_USED: * @cpumap: pointer to a bit map of real CPUs (in 8-bit bytes) (IN) * @cpu: the physical CPU number * * This macro can be used in conjunction with virNodeGetCPUMap() API. * It returns non-zero if the bit of the related CPU is set. */ #define VIR_CPU_USED(cpumap, cpu) ((cpumap)[(cpu) / 8] & (1 << ((cpu) % 8))) /** * VIR_CPU_MAPLEN: * @cpu: number of physical CPUs * * This macro is to be used in conjunction with virDomainPinVcpu() API. * It returns the length (in bytes) required to store the complete * CPU map between a single virtual & all physical CPUs of a domain. */ #define VIR_CPU_MAPLEN(cpu) (((cpu) + 7) / 8) int virDomainGetVcpus (virDomainPtr domain, virVcpuInfoPtr info, int maxinfo, unsigned char *cpumaps, int maplen); /** * VIR_CPU_USABLE: * @cpumaps: pointer to an array of cpumap (in 8-bit bytes) (IN) * @maplen: the length (in bytes) of one cpumap * @vcpu: the virtual CPU number * @cpu: the physical CPU number * * This macro is to be used in conjunction with virDomainGetVcpus() API. * VIR_CPU_USABLE macro returns a non-zero value (true) if the cpu * is usable by the vcpu, and 0 otherwise. */ #define VIR_CPU_USABLE(cpumaps, maplen, vcpu, cpu) \ VIR_CPU_USED(VIR_GET_CPUMAP(cpumaps, maplen, vcpu), cpu) /** * VIR_COPY_CPUMAP: * @cpumaps: pointer to an array of cpumap (in 8-bit bytes) (IN) * @maplen: the length (in bytes) of one cpumap * @vcpu: the virtual CPU number * @cpumap: pointer to a cpumap (in 8-bit bytes) (OUT) * This cpumap must be previously allocated by the caller * (ie: malloc(maplen)) * * This macro is to be used in conjunction with virDomainGetVcpus() and * virDomainPinVcpu() APIs. VIR_COPY_CPUMAP macro extracts the cpumap of * the specified vcpu from cpumaps array and copies it into cpumap to be used * later by virDomainPinVcpu() API. */ #define VIR_COPY_CPUMAP(cpumaps, maplen, vcpu, cpumap) \ memcpy(cpumap, VIR_GET_CPUMAP(cpumaps, maplen, vcpu), maplen) /** * VIR_GET_CPUMAP: * @cpumaps: pointer to an array of cpumap (in 8-bit bytes) (IN) * @maplen: the length (in bytes) of one cpumap * @vcpu: the virtual CPU number * * This macro is to be used in conjunction with virDomainGetVcpus() and * virDomainPinVcpu() APIs. VIR_GET_CPUMAP macro returns a pointer to the * cpumap of the specified vcpu from cpumaps array. */ #define VIR_GET_CPUMAP(cpumaps, maplen, vcpu) (&((cpumaps)[(vcpu) * (maplen)])) typedef enum { /* See virDomainModificationImpact for these flags. */ VIR_DOMAIN_DEVICE_MODIFY_CURRENT = VIR_DOMAIN_AFFECT_CURRENT, VIR_DOMAIN_DEVICE_MODIFY_LIVE = VIR_DOMAIN_AFFECT_LIVE, VIR_DOMAIN_DEVICE_MODIFY_CONFIG = VIR_DOMAIN_AFFECT_CONFIG, /* Additionally, these flags may be bitwise-OR'd in. */ VIR_DOMAIN_DEVICE_MODIFY_FORCE = (1 << 2), /* Forcibly modify device (ex. force eject a cdrom) */ } virDomainDeviceModifyFlags; int virDomainAttachDevice(virDomainPtr domain, const char *xml); int virDomainDetachDevice(virDomainPtr domain, const char *xml); int virDomainAttachDeviceFlags(virDomainPtr domain, const char *xml, unsigned int flags); int virDomainDetachDeviceFlags(virDomainPtr domain, const char *xml, unsigned int flags); int virDomainUpdateDeviceFlags(virDomainPtr domain, const char *xml, unsigned int flags); /* * BlockJob API */ /** * virDomainBlockJobType: * * VIR_DOMAIN_BLOCK_JOB_TYPE_PULL: Block Pull (virDomainBlockPull, or * virDomainBlockRebase without flags), job ends on completion * VIR_DOMAIN_BLOCK_JOB_TYPE_COPY: Block Copy (virDomainBlockRebase with * flags), job exists as long as mirroring is active * VIR_DOMAIN_BLOCK_JOB_TYPE_COMMIT: Block Commit (virDomainBlockCommit), * job ends on completion */ typedef enum { VIR_DOMAIN_BLOCK_JOB_TYPE_UNKNOWN = 0, VIR_DOMAIN_BLOCK_JOB_TYPE_PULL = 1, VIR_DOMAIN_BLOCK_JOB_TYPE_COPY = 2, VIR_DOMAIN_BLOCK_JOB_TYPE_COMMIT = 3, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_BLOCK_JOB_TYPE_LAST #endif } virDomainBlockJobType; /** * virDomainBlockJobAbortFlags: * * VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC: Request only, do not wait for completion * VIR_DOMAIN_BLOCK_JOB_ABORT_PIVOT: Pivot to mirror when ending a copy job */ typedef enum { VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC = 1 << 0, VIR_DOMAIN_BLOCK_JOB_ABORT_PIVOT = 1 << 1, } virDomainBlockJobAbortFlags; /* An iterator for monitoring block job operations */ typedef unsigned long long virDomainBlockJobCursor; typedef struct _virDomainBlockJobInfo virDomainBlockJobInfo; struct _virDomainBlockJobInfo { virDomainBlockJobType type; unsigned long bandwidth; /* * The following fields provide an indication of block job progress. @cur * indicates the current position and will be between 0 and @end. @end is * the final cursor position for this operation and represents completion. * To approximate progress, divide @cur by @end. */ virDomainBlockJobCursor cur; virDomainBlockJobCursor end; }; typedef virDomainBlockJobInfo *virDomainBlockJobInfoPtr; int virDomainBlockJobAbort(virDomainPtr dom, const char *disk, unsigned int flags); int virDomainGetBlockJobInfo(virDomainPtr dom, const char *disk, virDomainBlockJobInfoPtr info, unsigned int flags); int virDomainBlockJobSetSpeed(virDomainPtr dom, const char *disk, unsigned long bandwidth, unsigned int flags); int virDomainBlockPull(virDomainPtr dom, const char *disk, unsigned long bandwidth, unsigned int flags); /** * virDomainBlockRebaseFlags: * * Flags available for virDomainBlockRebase(). */ typedef enum { VIR_DOMAIN_BLOCK_REBASE_SHALLOW = 1 << 0, /* Limit copy to top of source backing chain */ VIR_DOMAIN_BLOCK_REBASE_REUSE_EXT = 1 << 1, /* Reuse existing external file for a copy */ VIR_DOMAIN_BLOCK_REBASE_COPY_RAW = 1 << 2, /* Make destination file raw */ VIR_DOMAIN_BLOCK_REBASE_COPY = 1 << 3, /* Start a copy job */ } virDomainBlockRebaseFlags; int virDomainBlockRebase(virDomainPtr dom, const char *disk, const char *base, unsigned long bandwidth, unsigned int flags); /** * virDomainBlockCommitFlags: * * Flags available for virDomainBlockCommit(). */ typedef enum { VIR_DOMAIN_BLOCK_COMMIT_SHALLOW = 1 << 0, /* NULL base means next backing file, not whole chain */ VIR_DOMAIN_BLOCK_COMMIT_DELETE = 1 << 1, /* Delete any files that are now invalid after their contents have been committed */ } virDomainBlockCommitFlags; int virDomainBlockCommit(virDomainPtr dom, const char *disk, const char *base, const char *top, unsigned long bandwidth, unsigned int flags); /* Block I/O throttling support */ /** * VIR_DOMAIN_BLOCK_IOTUNE_TOTAL_BYTES_SEC: * * Macro for the BlockIoTune tunable weight: it represents the total * bytes per second permitted through a block device, as a ullong. */ #define VIR_DOMAIN_BLOCK_IOTUNE_TOTAL_BYTES_SEC "total_bytes_sec" /** * VIR_DOMAIN_BLOCK_IOTUNE_READ_BYTES_SEC: * * Macro for the BlockIoTune tunable weight: it repersents the read * bytes per second permitted through a block device, as a ullong. */ #define VIR_DOMAIN_BLOCK_IOTUNE_READ_BYTES_SEC "read_bytes_sec" /** * VIR_DOMAIN_BLOCK_IOTUNE_WRITE_BYTES_SEC: * * Macro for the BlockIoTune tunable weight: it repersents the write * bytes per second permitted through a block device, as a ullong. */ #define VIR_DOMAIN_BLOCK_IOTUNE_WRITE_BYTES_SEC "write_bytes_sec" /** * VIR_DOMAIN_BLOCK_IOTUNE_TOTAL_IOPS_SEC: * * Macro for the BlockIoTune tunable weight: it repersents the total * I/O operations per second permitted through a block device, as a ullong. */ #define VIR_DOMAIN_BLOCK_IOTUNE_TOTAL_IOPS_SEC "total_iops_sec" /** * VIR_DOMAIN_BLOCK_IOTUNE_READ_IOPS_SEC: * * Macro for the BlockIoTune tunable weight: it repersents the read * I/O operations per second permitted through a block device, as a ullong. */ #define VIR_DOMAIN_BLOCK_IOTUNE_READ_IOPS_SEC "read_iops_sec" /** * VIR_DOMAIN_BLOCK_IOTUNE_WRITE_IOPS_SEC: * Macro for the BlockIoTune tunable weight: it repersents the write * I/O operations per second permitted through a block device, as a ullong. */ #define VIR_DOMAIN_BLOCK_IOTUNE_WRITE_IOPS_SEC "write_iops_sec" int virDomainSetBlockIoTune(virDomainPtr dom, const char *disk, virTypedParameterPtr params, int nparams, unsigned int flags); int virDomainGetBlockIoTune(virDomainPtr dom, const char *disk, virTypedParameterPtr params, int *nparams, unsigned int flags); /** * virDomainDiskErrorCode: * * Disk I/O error. */ typedef enum { VIR_DOMAIN_DISK_ERROR_NONE = 0, /* no error */ VIR_DOMAIN_DISK_ERROR_UNSPEC = 1, /* unspecified I/O error */ VIR_DOMAIN_DISK_ERROR_NO_SPACE = 2, /* no space left on the device */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_DISK_ERROR_LAST #endif } virDomainDiskErrorCode; /** * virDomainDiskError: * */ typedef struct _virDomainDiskError virDomainDiskError; typedef virDomainDiskError *virDomainDiskErrorPtr; struct _virDomainDiskError { char *disk; /* disk target */ int error; /* virDomainDiskErrorCode */ }; int virDomainGetDiskErrors(virDomainPtr dom, virDomainDiskErrorPtr errors, unsigned int maxerrors, unsigned int flags); /* * NUMA support */ int virNodeGetCellsFreeMemory(virConnectPtr conn, unsigned long long *freeMems, int startCell, int maxCells); /* * Virtual Networks API */ typedef enum { VIR_NETWORK_XML_INACTIVE = (1 << 0), /* dump inactive network information */ } virNetworkXMLFlags; /** * virNetwork: * * a virNetwork is a private structure representing a virtual network. */ typedef struct _virNetwork virNetwork; /** * virNetworkPtr: * * a virNetworkPtr is pointer to a virNetwork private structure, this is the * type used to reference a virtual network in the API. */ typedef virNetwork *virNetworkPtr; /* * Get connection from network. */ virConnectPtr virNetworkGetConnect (virNetworkPtr network); /* * List active networks */ int virConnectNumOfNetworks (virConnectPtr conn); int virConnectListNetworks (virConnectPtr conn, char **const names, int maxnames); /* * List inactive networks */ int virConnectNumOfDefinedNetworks (virConnectPtr conn); int virConnectListDefinedNetworks (virConnectPtr conn, char **const names, int maxnames); /* * virConnectListAllNetworks: * * Flags used to filter the returned networks. Flags in each group * are exclusive attributes of a network. */ typedef enum { VIR_CONNECT_LIST_NETWORKS_INACTIVE = 1 << 0, VIR_CONNECT_LIST_NETWORKS_ACTIVE = 1 << 1, VIR_CONNECT_LIST_NETWORKS_PERSISTENT = 1 << 2, VIR_CONNECT_LIST_NETWORKS_TRANSIENT = 1 << 3, VIR_CONNECT_LIST_NETWORKS_AUTOSTART = 1 << 4, VIR_CONNECT_LIST_NETWORKS_NO_AUTOSTART = 1 << 5, } virConnectListAllNetworksFlags; int virConnectListAllNetworks (virConnectPtr conn, virNetworkPtr **nets, unsigned int flags); /* * Lookup network by name or uuid */ virNetworkPtr virNetworkLookupByName (virConnectPtr conn, const char *name); virNetworkPtr virNetworkLookupByUUID (virConnectPtr conn, const unsigned char *uuid); virNetworkPtr virNetworkLookupByUUIDString (virConnectPtr conn, const char *uuid); /* * Create active transient network */ virNetworkPtr virNetworkCreateXML (virConnectPtr conn, const char *xmlDesc); /* * Define inactive persistent network */ virNetworkPtr virNetworkDefineXML (virConnectPtr conn, const char *xmlDesc); /* * Delete persistent network */ int virNetworkUndefine (virNetworkPtr network); /** * virNetworkUpdateCommand: * * describes which type of update to perform on a <network> * definition. * */ typedef enum { VIR_NETWORK_UPDATE_COMMAND_NONE = 0, /* (invalid) */ VIR_NETWORK_UPDATE_COMMAND_MODIFY = 1, /* modify an existing element */ VIR_NETWORK_UPDATE_COMMAND_DELETE = 2, /* delete an existing element */ VIR_NETWORK_UPDATE_COMMAND_ADD_LAST = 3, /* add an element at end of list */ VIR_NETWORK_UPDATE_COMMAND_ADD_FIRST = 4, /* add an element at start of list */ #ifdef VIR_ENUM_SENTINELS VIR_NETWORK_UPDATE_COMMAND_LAST #endif } virNetworkUpdateCommand; /** * virNetworkUpdateSection: * * describes which section of a <network> definition the provided * xml should be applied to. * */ typedef enum { VIR_NETWORK_SECTION_NONE = 0, /* (invalid) */ VIR_NETWORK_SECTION_BRIDGE = 1, /* <bridge> */ VIR_NETWORK_SECTION_DOMAIN = 2, /* <domain> */ VIR_NETWORK_SECTION_IP = 3, /* <ip> */ VIR_NETWORK_SECTION_IP_DHCP_HOST = 4, /* <ip>/<dhcp>/<host> */ VIR_NETWORK_SECTION_IP_DHCP_RANGE = 5, /* <ip>/<dhcp>/<range> */ VIR_NETWORK_SECTION_FORWARD = 6, /* <forward> */ VIR_NETWORK_SECTION_FORWARD_INTERFACE = 7, /* <forward>/<interface> */ VIR_NETWORK_SECTION_FORWARD_PF = 8, /* <forward>/<pf> */ VIR_NETWORK_SECTION_PORTGROUP = 9, /* <portgroup> */ VIR_NETWORK_SECTION_DNS_HOST = 10, /* <dns>/<host> */ VIR_NETWORK_SECTION_DNS_TXT = 11, /* <dns>/<txt> */ VIR_NETWORK_SECTION_DNS_SRV = 12, /* <dns>/<srv> */ #ifdef VIR_ENUM_SENTINELS VIR_NETWORK_SECTION_LAST #endif } virNetworkUpdateSection; /** * virNetworkUpdateFlags: * * Flags to control options for virNetworkUpdate() */ typedef enum { VIR_NETWORK_UPDATE_AFFECT_CURRENT = 0, /* affect live if network is active, config if it's not active */ VIR_NETWORK_UPDATE_AFFECT_LIVE = 1 << 0, /* affect live state of network only */ VIR_NETWORK_UPDATE_AFFECT_CONFIG = 1 << 1, /* affect persistent config only */ } virNetworkUpdateFlags; /* * Update an existing network definition */ int virNetworkUpdate(virNetworkPtr network, unsigned int command, /* virNetworkUpdateCommand */ unsigned int section, /* virNetworkUpdateSection */ int parentIndex, const char *xml, unsigned int flags); /* * Activate persistent network */ int virNetworkCreate (virNetworkPtr network); /* * Network destroy/free */ int virNetworkDestroy (virNetworkPtr network); int virNetworkRef (virNetworkPtr network); int virNetworkFree (virNetworkPtr network); /* * Network information */ const char* virNetworkGetName (virNetworkPtr network); int virNetworkGetUUID (virNetworkPtr network, unsigned char *uuid); int virNetworkGetUUIDString (virNetworkPtr network, char *buf); char * virNetworkGetXMLDesc (virNetworkPtr network, unsigned int flags); char * virNetworkGetBridgeName (virNetworkPtr network); int virNetworkGetAutostart (virNetworkPtr network, int *autostart); int virNetworkSetAutostart (virNetworkPtr network, int autostart); /* * Physical host interface configuration API */ /** * virInterface: * * a virInterface is a private structure representing a virtual interface. */ typedef struct _virInterface virInterface; /** * virInterfacePtr: * * a virInterfacePtr is pointer to a virInterface private structure, this is the * type used to reference a virtual interface in the API. */ typedef virInterface *virInterfacePtr; virConnectPtr virInterfaceGetConnect (virInterfacePtr iface); int virConnectNumOfInterfaces (virConnectPtr conn); int virConnectListInterfaces (virConnectPtr conn, char **const names, int maxnames); int virConnectNumOfDefinedInterfaces (virConnectPtr conn); int virConnectListDefinedInterfaces (virConnectPtr conn, char **const names, int maxnames); /* * virConnectListAllInterfaces: * * Flags used to filter the returned interfaces. */ typedef enum { VIR_CONNECT_LIST_INTERFACES_INACTIVE = 1 << 0, VIR_CONNECT_LIST_INTERFACES_ACTIVE = 1 << 1, } virConnectListAllInterfacesFlags; int virConnectListAllInterfaces (virConnectPtr conn, virInterfacePtr **ifaces, unsigned int flags); virInterfacePtr virInterfaceLookupByName (virConnectPtr conn, const char *name); virInterfacePtr virInterfaceLookupByMACString (virConnectPtr conn, const char *mac); const char* virInterfaceGetName (virInterfacePtr iface); const char* virInterfaceGetMACString (virInterfacePtr iface); typedef enum { VIR_INTERFACE_XML_INACTIVE = 1 << 0 /* dump inactive interface information */ } virInterfaceXMLFlags; char * virInterfaceGetXMLDesc (virInterfacePtr iface, unsigned int flags); virInterfacePtr virInterfaceDefineXML (virConnectPtr conn, const char *xmlDesc, unsigned int flags); int virInterfaceUndefine (virInterfacePtr iface); int virInterfaceCreate (virInterfacePtr iface, unsigned int flags); int virInterfaceDestroy (virInterfacePtr iface, unsigned int flags); int virInterfaceRef (virInterfacePtr iface); int virInterfaceFree (virInterfacePtr iface); int virInterfaceChangeBegin (virConnectPtr conn, unsigned int flags); int virInterfaceChangeCommit (virConnectPtr conn, unsigned int flags); int virInterfaceChangeRollback(virConnectPtr conn, unsigned int flags); /** * virStoragePool: * * a virStoragePool is a private structure representing a storage pool */ typedef struct _virStoragePool virStoragePool; /** * virStoragePoolPtr: * * a virStoragePoolPtr is pointer to a virStoragePool private structure, this is the * type used to reference a storage pool in the API. */ typedef virStoragePool *virStoragePoolPtr; typedef enum { VIR_STORAGE_POOL_INACTIVE = 0, /* Not running */ VIR_STORAGE_POOL_BUILDING = 1, /* Initializing pool, not available */ VIR_STORAGE_POOL_RUNNING = 2, /* Running normally */ VIR_STORAGE_POOL_DEGRADED = 3, /* Running degraded */ VIR_STORAGE_POOL_INACCESSIBLE = 4, /* Running, but not accessible */ #ifdef VIR_ENUM_SENTINELS VIR_STORAGE_POOL_STATE_LAST #endif } virStoragePoolState; typedef enum { VIR_STORAGE_POOL_BUILD_NEW = 0, /* Regular build from scratch */ VIR_STORAGE_POOL_BUILD_REPAIR = (1 << 0), /* Repair / reinitialize */ VIR_STORAGE_POOL_BUILD_RESIZE = (1 << 1), /* Extend existing pool */ VIR_STORAGE_POOL_BUILD_NO_OVERWRITE = (1 << 2), /* Do not overwrite existing pool */ VIR_STORAGE_POOL_BUILD_OVERWRITE = (1 << 3), /* Overwrite data */ } virStoragePoolBuildFlags; typedef enum { VIR_STORAGE_POOL_DELETE_NORMAL = 0, /* Delete metadata only (fast) */ VIR_STORAGE_POOL_DELETE_ZEROED = 1 << 0, /* Clear all data to zeros (slow) */ } virStoragePoolDeleteFlags; typedef struct _virStoragePoolInfo virStoragePoolInfo; struct _virStoragePoolInfo { int state; /* virStoragePoolState flags */ unsigned long long capacity; /* Logical size bytes */ unsigned long long allocation; /* Current allocation bytes */ unsigned long long available; /* Remaining free space bytes */ }; typedef virStoragePoolInfo *virStoragePoolInfoPtr; /** * virStorageVol: * * a virStorageVol is a private structure representing a storage volume */ typedef struct _virStorageVol virStorageVol; /** * virStorageVolPtr: * * a virStorageVolPtr is pointer to a virStorageVol private structure, this is the * type used to reference a storage volume in the API. */ typedef virStorageVol *virStorageVolPtr; typedef enum { VIR_STORAGE_VOL_FILE = 0, /* Regular file based volumes */ VIR_STORAGE_VOL_BLOCK = 1, /* Block based volumes */ VIR_STORAGE_VOL_DIR = 2, /* Directory-passthrough based volume */ VIR_STORAGE_VOL_NETWORK = 3, /* Network volumes like RBD (RADOS Block Device) */ #ifdef VIR_ENUM_SENTINELS VIR_STORAGE_VOL_LAST #endif } virStorageVolType; typedef enum { VIR_STORAGE_VOL_DELETE_NORMAL = 0, /* Delete metadata only (fast) */ VIR_STORAGE_VOL_DELETE_ZEROED = 1 << 0, /* Clear all data to zeros (slow) */ } virStorageVolDeleteFlags; typedef enum { VIR_STORAGE_VOL_WIPE_ALG_ZERO = 0, /* 1-pass, all zeroes */ VIR_STORAGE_VOL_WIPE_ALG_NNSA = 1, /* 4-pass NNSA Policy Letter NAP-14.1-C (XVI-8) */ VIR_STORAGE_VOL_WIPE_ALG_DOD = 2, /* 4-pass DoD 5220.22-M section 8-306 procedure */ VIR_STORAGE_VOL_WIPE_ALG_BSI = 3, /* 9-pass method recommended by the German Center of Security in Information Technologies */ VIR_STORAGE_VOL_WIPE_ALG_GUTMANN = 4, /* The canonical 35-pass sequence */ VIR_STORAGE_VOL_WIPE_ALG_SCHNEIER = 5, /* 7-pass method described by Bruce Schneier in "Applied Cryptography" (1996) */ VIR_STORAGE_VOL_WIPE_ALG_PFITZNER7 = 6, /* 7-pass random */ VIR_STORAGE_VOL_WIPE_ALG_PFITZNER33 = 7, /* 33-pass random */ VIR_STORAGE_VOL_WIPE_ALG_RANDOM = 8, /* 1-pass random */ #ifdef VIR_ENUM_SENTINELS VIR_STORAGE_VOL_WIPE_ALG_LAST /* * NB: this enum value will increase over time as new algorithms are * added to the libvirt API. It reflects the last algorithm supported * by this version of the libvirt API. */ #endif } virStorageVolWipeAlgorithm; typedef struct _virStorageVolInfo virStorageVolInfo; struct _virStorageVolInfo { int type; /* virStorageVolType flags */ unsigned long long capacity; /* Logical size bytes */ unsigned long long allocation; /* Current allocation bytes */ }; typedef virStorageVolInfo *virStorageVolInfoPtr; typedef enum { VIR_STORAGE_XML_INACTIVE = (1 << 0), /* dump inactive pool/volume information */ } virStorageXMLFlags; /* * Get connection from pool. */ virConnectPtr virStoragePoolGetConnect (virStoragePoolPtr pool); /* * List active storage pools */ int virConnectNumOfStoragePools (virConnectPtr conn); int virConnectListStoragePools (virConnectPtr conn, char **const names, int maxnames); /* * List inactive storage pools */ int virConnectNumOfDefinedStoragePools(virConnectPtr conn); int virConnectListDefinedStoragePools(virConnectPtr conn, char **const names, int maxnames); /* * virConnectListAllStoragePoolsFlags: * * Flags used to tune pools returned by virConnectListAllStoragePools(). * Note that these flags come in groups; if all bits from a group are 0, * then that group is not used to filter results. */ typedef enum { VIR_CONNECT_LIST_STORAGE_POOLS_INACTIVE = 1 << 0, VIR_CONNECT_LIST_STORAGE_POOLS_ACTIVE = 1 << 1, VIR_CONNECT_LIST_STORAGE_POOLS_PERSISTENT = 1 << 2, VIR_CONNECT_LIST_STORAGE_POOLS_TRANSIENT = 1 << 3, VIR_CONNECT_LIST_STORAGE_POOLS_AUTOSTART = 1 << 4, VIR_CONNECT_LIST_STORAGE_POOLS_NO_AUTOSTART = 1 << 5, /* List pools by type */ VIR_CONNECT_LIST_STORAGE_POOLS_DIR = 1 << 6, VIR_CONNECT_LIST_STORAGE_POOLS_FS = 1 << 7, VIR_CONNECT_LIST_STORAGE_POOLS_NETFS = 1 << 8, VIR_CONNECT_LIST_STORAGE_POOLS_LOGICAL = 1 << 9, VIR_CONNECT_LIST_STORAGE_POOLS_DISK = 1 << 10, VIR_CONNECT_LIST_STORAGE_POOLS_ISCSI = 1 << 11, VIR_CONNECT_LIST_STORAGE_POOLS_SCSI = 1 << 12, VIR_CONNECT_LIST_STORAGE_POOLS_MPATH = 1 << 13, VIR_CONNECT_LIST_STORAGE_POOLS_RBD = 1 << 14, VIR_CONNECT_LIST_STORAGE_POOLS_SHEEPDOG = 1 << 15, } virConnectListAllStoragePoolsFlags; int virConnectListAllStoragePools(virConnectPtr conn, virStoragePoolPtr **pools, unsigned int flags); /* * Query a host for storage pools of a particular type */ char * virConnectFindStoragePoolSources(virConnectPtr conn, const char *type, const char *srcSpec, unsigned int flags); /* * Lookup pool by name or uuid */ virStoragePoolPtr virStoragePoolLookupByName (virConnectPtr conn, const char *name); virStoragePoolPtr virStoragePoolLookupByUUID (virConnectPtr conn, const unsigned char *uuid); virStoragePoolPtr virStoragePoolLookupByUUIDString(virConnectPtr conn, const char *uuid); virStoragePoolPtr virStoragePoolLookupByVolume (virStorageVolPtr vol); /* * Creating/destroying pools */ virStoragePoolPtr virStoragePoolCreateXML (virConnectPtr conn, const char *xmlDesc, unsigned int flags); virStoragePoolPtr virStoragePoolDefineXML (virConnectPtr conn, const char *xmlDesc, unsigned int flags); int virStoragePoolBuild (virStoragePoolPtr pool, unsigned int flags); int virStoragePoolUndefine (virStoragePoolPtr pool); int virStoragePoolCreate (virStoragePoolPtr pool, unsigned int flags); int virStoragePoolDestroy (virStoragePoolPtr pool); int virStoragePoolDelete (virStoragePoolPtr pool, unsigned int flags); int virStoragePoolRef (virStoragePoolPtr pool); int virStoragePoolFree (virStoragePoolPtr pool); int virStoragePoolRefresh (virStoragePoolPtr pool, unsigned int flags); /* * StoragePool information */ const char* virStoragePoolGetName (virStoragePoolPtr pool); int virStoragePoolGetUUID (virStoragePoolPtr pool, unsigned char *uuid); int virStoragePoolGetUUIDString (virStoragePoolPtr pool, char *buf); int virStoragePoolGetInfo (virStoragePoolPtr vol, virStoragePoolInfoPtr info); char * virStoragePoolGetXMLDesc (virStoragePoolPtr pool, unsigned int flags); int virStoragePoolGetAutostart (virStoragePoolPtr pool, int *autostart); int virStoragePoolSetAutostart (virStoragePoolPtr pool, int autostart); /* * List/lookup storage volumes within a pool */ int virStoragePoolNumOfVolumes (virStoragePoolPtr pool); int virStoragePoolListVolumes (virStoragePoolPtr pool, char **const names, int maxnames); int virStoragePoolListAllVolumes (virStoragePoolPtr pool, virStorageVolPtr **vols, unsigned int flags); virConnectPtr virStorageVolGetConnect (virStorageVolPtr vol); /* * Lookup volumes based on various attributes */ virStorageVolPtr virStorageVolLookupByName (virStoragePoolPtr pool, const char *name); virStorageVolPtr virStorageVolLookupByKey (virConnectPtr conn, const char *key); virStorageVolPtr virStorageVolLookupByPath (virConnectPtr conn, const char *path); const char* virStorageVolGetName (virStorageVolPtr vol); const char* virStorageVolGetKey (virStorageVolPtr vol); typedef enum { VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA = 1 << 0, } virStorageVolCreateFlags; virStorageVolPtr virStorageVolCreateXML (virStoragePoolPtr pool, const char *xmldesc, unsigned int flags); virStorageVolPtr virStorageVolCreateXMLFrom (virStoragePoolPtr pool, const char *xmldesc, virStorageVolPtr clonevol, unsigned int flags); int virStorageVolDownload (virStorageVolPtr vol, virStreamPtr stream, unsigned long long offset, unsigned long long length, unsigned int flags); int virStorageVolUpload (virStorageVolPtr vol, virStreamPtr stream, unsigned long long offset, unsigned long long length, unsigned int flags); int virStorageVolDelete (virStorageVolPtr vol, unsigned int flags); int virStorageVolWipe (virStorageVolPtr vol, unsigned int flags); int virStorageVolWipePattern (virStorageVolPtr vol, unsigned int algorithm, unsigned int flags); int virStorageVolRef (virStorageVolPtr vol); int virStorageVolFree (virStorageVolPtr vol); int virStorageVolGetInfo (virStorageVolPtr vol, virStorageVolInfoPtr info); char * virStorageVolGetXMLDesc (virStorageVolPtr pool, unsigned int flags); char * virStorageVolGetPath (virStorageVolPtr vol); typedef enum { VIR_STORAGE_VOL_RESIZE_ALLOCATE = 1 << 0, /* force allocation of new size */ VIR_STORAGE_VOL_RESIZE_DELTA = 1 << 1, /* size is relative to current */ VIR_STORAGE_VOL_RESIZE_SHRINK = 1 << 2, /* allow decrease in capacity */ } virStorageVolResizeFlags; int virStorageVolResize (virStorageVolPtr vol, unsigned long long capacity, unsigned int flags); /** * virKeycodeSet: * * Enum to specify which keycode mapping is in use for virDomainSendKey(). */ typedef enum { VIR_KEYCODE_SET_LINUX = 0, VIR_KEYCODE_SET_XT = 1, VIR_KEYCODE_SET_ATSET1 = 2, VIR_KEYCODE_SET_ATSET2 = 3, VIR_KEYCODE_SET_ATSET3 = 4, VIR_KEYCODE_SET_OSX = 5, VIR_KEYCODE_SET_XT_KBD = 6, VIR_KEYCODE_SET_USB = 7, VIR_KEYCODE_SET_WIN32 = 8, VIR_KEYCODE_SET_RFB = 9, #ifdef VIR_ENUM_SENTINELS VIR_KEYCODE_SET_LAST /* * NB: this enum value will increase over time as new events are * added to the libvirt API. It reflects the last keycode set supported * by this version of the libvirt API. */ #endif } virKeycodeSet; /** * VIR_DOMAIN_SEND_KEY_MAX_KEYS: * * Maximum number of keycodes that can be sent in one virDomainSendKey() call. */ #define VIR_DOMAIN_SEND_KEY_MAX_KEYS 16 int virDomainSendKey(virDomainPtr domain, unsigned int codeset, unsigned int holdtime, unsigned int *keycodes, int nkeycodes, unsigned int flags); /* * These just happen to match Linux signal numbers. The numbers * will be mapped to whatever the SIGNUM is in the guest OS in * question by the agent delivering the signal. The names are * based on the POSIX / XSI signal standard though. * * Do not rely on all values matching Linux though. It is possible * this enum might be extended with new signals which have no * mapping in Linux. */ typedef enum { VIR_DOMAIN_PROCESS_SIGNAL_NOP = 0, /* No constant in POSIX/Linux */ VIR_DOMAIN_PROCESS_SIGNAL_HUP = 1, /* SIGHUP */ VIR_DOMAIN_PROCESS_SIGNAL_INT = 2, /* SIGINT */ VIR_DOMAIN_PROCESS_SIGNAL_QUIT = 3, /* SIGQUIT */ VIR_DOMAIN_PROCESS_SIGNAL_ILL = 4, /* SIGILL */ VIR_DOMAIN_PROCESS_SIGNAL_TRAP = 5, /* SIGTRAP */ VIR_DOMAIN_PROCESS_SIGNAL_ABRT = 6, /* SIGABRT */ VIR_DOMAIN_PROCESS_SIGNAL_BUS = 7, /* SIGBUS */ VIR_DOMAIN_PROCESS_SIGNAL_FPE = 8, /* SIGFPE */ VIR_DOMAIN_PROCESS_SIGNAL_KILL = 9, /* SIGKILL */ VIR_DOMAIN_PROCESS_SIGNAL_USR1 = 10, /* SIGUSR1 */ VIR_DOMAIN_PROCESS_SIGNAL_SEGV = 11, /* SIGSEGV */ VIR_DOMAIN_PROCESS_SIGNAL_USR2 = 12, /* SIGUSR2 */ VIR_DOMAIN_PROCESS_SIGNAL_PIPE = 13, /* SIGPIPE */ VIR_DOMAIN_PROCESS_SIGNAL_ALRM = 14, /* SIGALRM */ VIR_DOMAIN_PROCESS_SIGNAL_TERM = 15, /* SIGTERM */ VIR_DOMAIN_PROCESS_SIGNAL_STKFLT = 16, /* Not in POSIX (SIGSTKFLT on Linux )*/ VIR_DOMAIN_PROCESS_SIGNAL_CHLD = 17, /* SIGCHLD */ VIR_DOMAIN_PROCESS_SIGNAL_CONT = 18, /* SIGCONT */ VIR_DOMAIN_PROCESS_SIGNAL_STOP = 19, /* SIGSTOP */ VIR_DOMAIN_PROCESS_SIGNAL_TSTP = 20, /* SIGTSTP */ VIR_DOMAIN_PROCESS_SIGNAL_TTIN = 21, /* SIGTTIN */ VIR_DOMAIN_PROCESS_SIGNAL_TTOU = 22, /* SIGTTOU */ VIR_DOMAIN_PROCESS_SIGNAL_URG = 23, /* SIGURG */ VIR_DOMAIN_PROCESS_SIGNAL_XCPU = 24, /* SIGXCPU */ VIR_DOMAIN_PROCESS_SIGNAL_XFSZ = 25, /* SIGXFSZ */ VIR_DOMAIN_PROCESS_SIGNAL_VTALRM = 26, /* SIGVTALRM */ VIR_DOMAIN_PROCESS_SIGNAL_PROF = 27, /* SIGPROF */ VIR_DOMAIN_PROCESS_SIGNAL_WINCH = 28, /* Not in POSIX (SIGWINCH on Linux) */ VIR_DOMAIN_PROCESS_SIGNAL_POLL = 29, /* SIGPOLL (also known as SIGIO on Linux) */ VIR_DOMAIN_PROCESS_SIGNAL_PWR = 30, /* Not in POSIX (SIGPWR on Linux) */ VIR_DOMAIN_PROCESS_SIGNAL_SYS = 31, /* SIGSYS (also known as SIGUNUSED on Linux) */ VIR_DOMAIN_PROCESS_SIGNAL_RT0 = 32, /* SIGRTMIN */ VIR_DOMAIN_PROCESS_SIGNAL_RT1 = 33, /* SIGRTMIN + 1 */ VIR_DOMAIN_PROCESS_SIGNAL_RT2 = 34, /* SIGRTMIN + 2 */ VIR_DOMAIN_PROCESS_SIGNAL_RT3 = 35, /* SIGRTMIN + 3 */ VIR_DOMAIN_PROCESS_SIGNAL_RT4 = 36, /* SIGRTMIN + 4 */ VIR_DOMAIN_PROCESS_SIGNAL_RT5 = 37, /* SIGRTMIN + 5 */ VIR_DOMAIN_PROCESS_SIGNAL_RT6 = 38, /* SIGRTMIN + 6 */ VIR_DOMAIN_PROCESS_SIGNAL_RT7 = 39, /* SIGRTMIN + 7 */ VIR_DOMAIN_PROCESS_SIGNAL_RT8 = 40, /* SIGRTMIN + 8 */ VIR_DOMAIN_PROCESS_SIGNAL_RT9 = 41, /* SIGRTMIN + 9 */ VIR_DOMAIN_PROCESS_SIGNAL_RT10 = 42, /* SIGRTMIN + 10 */ VIR_DOMAIN_PROCESS_SIGNAL_RT11 = 43, /* SIGRTMIN + 11 */ VIR_DOMAIN_PROCESS_SIGNAL_RT12 = 44, /* SIGRTMIN + 12 */ VIR_DOMAIN_PROCESS_SIGNAL_RT13 = 45, /* SIGRTMIN + 13 */ VIR_DOMAIN_PROCESS_SIGNAL_RT14 = 46, /* SIGRTMIN + 14 */ VIR_DOMAIN_PROCESS_SIGNAL_RT15 = 47, /* SIGRTMIN + 15 */ VIR_DOMAIN_PROCESS_SIGNAL_RT16 = 48, /* SIGRTMIN + 16 */ VIR_DOMAIN_PROCESS_SIGNAL_RT17 = 49, /* SIGRTMIN + 17 */ VIR_DOMAIN_PROCESS_SIGNAL_RT18 = 50, /* SIGRTMIN + 18 */ VIR_DOMAIN_PROCESS_SIGNAL_RT19 = 51, /* SIGRTMIN + 19 */ VIR_DOMAIN_PROCESS_SIGNAL_RT20 = 52, /* SIGRTMIN + 20 */ VIR_DOMAIN_PROCESS_SIGNAL_RT21 = 53, /* SIGRTMIN + 21 */ VIR_DOMAIN_PROCESS_SIGNAL_RT22 = 54, /* SIGRTMIN + 22 */ VIR_DOMAIN_PROCESS_SIGNAL_RT23 = 55, /* SIGRTMIN + 23 */ VIR_DOMAIN_PROCESS_SIGNAL_RT24 = 56, /* SIGRTMIN + 24 */ VIR_DOMAIN_PROCESS_SIGNAL_RT25 = 57, /* SIGRTMIN + 25 */ VIR_DOMAIN_PROCESS_SIGNAL_RT26 = 58, /* SIGRTMIN + 26 */ VIR_DOMAIN_PROCESS_SIGNAL_RT27 = 59, /* SIGRTMIN + 27 */ VIR_DOMAIN_PROCESS_SIGNAL_RT28 = 60, /* SIGRTMIN + 28 */ VIR_DOMAIN_PROCESS_SIGNAL_RT29 = 61, /* SIGRTMIN + 29 */ VIR_DOMAIN_PROCESS_SIGNAL_RT30 = 62, /* SIGRTMIN + 30 */ VIR_DOMAIN_PROCESS_SIGNAL_RT31 = 63, /* SIGRTMIN + 31 */ VIR_DOMAIN_PROCESS_SIGNAL_RT32 = 64, /* SIGRTMIN + 32 / SIGRTMAX */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_PROCESS_SIGNAL_LAST #endif } virDomainProcessSignal; int virDomainSendProcessSignal(virDomainPtr domain, long long pid_value, unsigned int signum, unsigned int flags); /* * Deprecated calls */ virDomainPtr virDomainCreateLinux (virConnectPtr conn, const char *xmlDesc, unsigned int flags); /* * Host device enumeration */ /** * virNodeDevice: * * A virNodeDevice contains a node (host) device details. */ typedef struct _virNodeDevice virNodeDevice; /** * virNodeDevicePtr: * * A virNodeDevicePtr is a pointer to a virNodeDevice structure. Get * one via virNodeDeviceLookupByName, or virNodeDeviceCreate. Be sure * to call virNodeDeviceFree when done using a virNodeDevicePtr obtained * from any of the above functions to avoid leaking memory. */ typedef virNodeDevice *virNodeDevicePtr; int virNodeNumOfDevices (virConnectPtr conn, const char *cap, unsigned int flags); int virNodeListDevices (virConnectPtr conn, const char *cap, char **const names, int maxnames, unsigned int flags); /* * virConnectListAllNodeDevices: * * Flags used to filter the returned node devices. Flags in each group * are exclusive. Currently only one group to filter the devices by cap * type. */ typedef enum { VIR_CONNECT_LIST_NODE_DEVICES_CAP_SYSTEM = 1 << 0, /* System capability */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_PCI_DEV = 1 << 1, /* PCI device */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_USB_DEV = 1 << 2, /* USB device */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_USB_INTERFACE = 1 << 3, /* USB interface */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_NET = 1 << 4, /* Network device */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_HOST = 1 << 5, /* SCSI Host Bus Adapter */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_TARGET = 1 << 6, /* SCSI Target */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI = 1 << 7, /* SCSI device */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_STORAGE = 1 << 8, /* Storage device */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_FC_HOST = 1 << 9, /* FC Host Bus Adapter */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_VPORTS = 1 << 10, /* Capable of vport */ VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_GENERIC = 1 << 11, /* Capable of scsi_generic */ } virConnectListAllNodeDeviceFlags; int virConnectListAllNodeDevices (virConnectPtr conn, virNodeDevicePtr **devices, unsigned int flags); virNodeDevicePtr virNodeDeviceLookupByName (virConnectPtr conn, const char *name); virNodeDevicePtr virNodeDeviceLookupSCSIHostByWWN (virConnectPtr conn, const char *wwnn, const char *wwpn, unsigned int flags); const char * virNodeDeviceGetName (virNodeDevicePtr dev); const char * virNodeDeviceGetParent (virNodeDevicePtr dev); int virNodeDeviceNumOfCaps (virNodeDevicePtr dev); int virNodeDeviceListCaps (virNodeDevicePtr dev, char **const names, int maxnames); char * virNodeDeviceGetXMLDesc (virNodeDevicePtr dev, unsigned int flags); int virNodeDeviceRef (virNodeDevicePtr dev); int virNodeDeviceFree (virNodeDevicePtr dev); int virNodeDeviceDettach (virNodeDevicePtr dev); int virNodeDeviceDetachFlags(virNodeDevicePtr dev, const char *driverName, unsigned int flags); int virNodeDeviceReAttach (virNodeDevicePtr dev); int virNodeDeviceReset (virNodeDevicePtr dev); virNodeDevicePtr virNodeDeviceCreateXML (virConnectPtr conn, const char *xmlDesc, unsigned int flags); int virNodeDeviceDestroy (virNodeDevicePtr dev); /* * Domain Event Notification */ /** * virDomainEventType: * * a virDomainEventType is emitted during domain lifecycle events */ typedef enum { VIR_DOMAIN_EVENT_DEFINED = 0, VIR_DOMAIN_EVENT_UNDEFINED = 1, VIR_DOMAIN_EVENT_STARTED = 2, VIR_DOMAIN_EVENT_SUSPENDED = 3, VIR_DOMAIN_EVENT_RESUMED = 4, VIR_DOMAIN_EVENT_STOPPED = 5, VIR_DOMAIN_EVENT_SHUTDOWN = 6, VIR_DOMAIN_EVENT_PMSUSPENDED = 7, VIR_DOMAIN_EVENT_CRASHED = 8, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_LAST #endif } virDomainEventType; /** * virDomainEventDefinedDetailType: * * Details on the caused of the 'defined' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_DEFINED_ADDED = 0, /* Newly created config file */ VIR_DOMAIN_EVENT_DEFINED_UPDATED = 1, /* Changed config file */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_DEFINED_LAST #endif } virDomainEventDefinedDetailType; /** * virDomainEventUndefinedDetailType: * * Details on the caused of the 'undefined' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_UNDEFINED_REMOVED = 0, /* Deleted the config file */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_UNDEFINED_LAST #endif } virDomainEventUndefinedDetailType; /** * virDomainEventStartedDetailType: * * Details on the caused of the 'started' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_STARTED_BOOTED = 0, /* Normal startup from boot */ VIR_DOMAIN_EVENT_STARTED_MIGRATED = 1, /* Incoming migration from another host */ VIR_DOMAIN_EVENT_STARTED_RESTORED = 2, /* Restored from a state file */ VIR_DOMAIN_EVENT_STARTED_FROM_SNAPSHOT = 3, /* Restored from snapshot */ VIR_DOMAIN_EVENT_STARTED_WAKEUP = 4, /* Started due to wakeup event */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_STARTED_LAST #endif } virDomainEventStartedDetailType; /** * virDomainEventSuspendedDetailType: * * Details on the caused of the 'suspended' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_SUSPENDED_PAUSED = 0, /* Normal suspend due to admin pause */ VIR_DOMAIN_EVENT_SUSPENDED_MIGRATED = 1, /* Suspended for offline migration */ VIR_DOMAIN_EVENT_SUSPENDED_IOERROR = 2, /* Suspended due to a disk I/O error */ VIR_DOMAIN_EVENT_SUSPENDED_WATCHDOG = 3, /* Suspended due to a watchdog firing */ VIR_DOMAIN_EVENT_SUSPENDED_RESTORED = 4, /* Restored from paused state file */ VIR_DOMAIN_EVENT_SUSPENDED_FROM_SNAPSHOT = 5, /* Restored from paused snapshot */ VIR_DOMAIN_EVENT_SUSPENDED_API_ERROR = 6, /* suspended after failure during libvirt API call */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_SUSPENDED_LAST #endif } virDomainEventSuspendedDetailType; /** * virDomainEventResumedDetailType: * * Details on the caused of the 'resumed' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_RESUMED_UNPAUSED = 0, /* Normal resume due to admin unpause */ VIR_DOMAIN_EVENT_RESUMED_MIGRATED = 1, /* Resumed for completion of migration */ VIR_DOMAIN_EVENT_RESUMED_FROM_SNAPSHOT = 2, /* Resumed from snapshot */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_RESUMED_LAST #endif } virDomainEventResumedDetailType; /** * virDomainEventStoppedDetailType: * * Details on the caused of the 'stopped' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_STOPPED_SHUTDOWN = 0, /* Normal shutdown */ VIR_DOMAIN_EVENT_STOPPED_DESTROYED = 1, /* Forced poweroff from host */ VIR_DOMAIN_EVENT_STOPPED_CRASHED = 2, /* Guest crashed */ VIR_DOMAIN_EVENT_STOPPED_MIGRATED = 3, /* Migrated off to another host */ VIR_DOMAIN_EVENT_STOPPED_SAVED = 4, /* Saved to a state file */ VIR_DOMAIN_EVENT_STOPPED_FAILED = 5, /* Host emulator/mgmt failed */ VIR_DOMAIN_EVENT_STOPPED_FROM_SNAPSHOT = 6, /* offline snapshot loaded */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_STOPPED_LAST #endif } virDomainEventStoppedDetailType; /** * virDomainEventShutdownDetailType: * * Details about the 'shutdown' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_SHUTDOWN_FINISHED = 0, /* Guest finished shutdown sequence */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_SHUTDOWN_LAST #endif } virDomainEventShutdownDetailType; /** * virDomainEventPMSuspendedDetailType: * * Details about the 'pmsuspended' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_PMSUSPENDED_MEMORY = 0, /* Guest was PM suspended to memory */ VIR_DOMAIN_EVENT_PMSUSPENDED_DISK = 1, /* Guest was PM suspended to disk */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_PMSUSPENDED_LAST #endif } virDomainEventPMSuspendedDetailType; /* * Details about the 'crashed' lifecycle event */ typedef enum { VIR_DOMAIN_EVENT_CRASHED_PANICKED = 0, /* Guest was panicked */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_CRASHED_LAST #endif } virDomainEventCrashedDetailType; /** * virConnectDomainEventCallback: * @conn: virConnect connection * @dom: The domain on which the event occurred * @event: The specific virDomainEventType which occurred * @detail: event specific detail information * @opaque: opaque user data * * A callback function to be registered, and called when a domain event occurs * * Returns 0 (the return value is currently ignored) */ typedef int (*virConnectDomainEventCallback)(virConnectPtr conn, virDomainPtr dom, int event, int detail, void *opaque); int virConnectDomainEventRegister(virConnectPtr conn, virConnectDomainEventCallback cb, void *opaque, virFreeCallback freecb); int virConnectDomainEventDeregister(virConnectPtr conn, virConnectDomainEventCallback cb); /* * Events Implementation */ /** * virEventHandleType: * * a virEventHandleType is used similar to POLLxxx FD events, but is specific * to libvirt. A client app must translate to, and from POLL events when using * this construct. */ typedef enum { VIR_EVENT_HANDLE_READABLE = (1 << 0), VIR_EVENT_HANDLE_WRITABLE = (1 << 1), VIR_EVENT_HANDLE_ERROR = (1 << 2), VIR_EVENT_HANDLE_HANGUP = (1 << 3), } virEventHandleType; /** * virEventHandleCallback: * * @watch: watch on which the event occurred * @fd: file handle on which the event occurred * @events: bitset of events from virEventHandleType constants * @opaque: user data registered with handle * * Callback for receiving file handle events. The callback will * be invoked once for each event which is pending. */ typedef void (*virEventHandleCallback)(int watch, int fd, int events, void *opaque); /** * virEventAddHandleFunc: * @fd: file descriptor to listen on * @event: bitset of events on which to fire the callback * @cb: the callback to be called when an event occurrs * @opaque: user data to pass to the callback * @ff: the callback invoked to free opaque data blob * * Part of the EventImpl, this callback adds a file handle callback to * listen for specific events. The same file handle can be registered * multiple times provided the requested event sets are non-overlapping * * If the opaque user data requires free'ing when the handle * is unregistered, then a 2nd callback can be supplied for * this purpose. This callback needs to be invoked from a clean stack. * If 'ff' callbacks are invoked directly from the virEventRemoveHandleFunc * they will likely deadlock in libvirt. * * Returns a handle watch number to be used for updating * and unregistering for events */ typedef int (*virEventAddHandleFunc)(int fd, int event, virEventHandleCallback cb, void *opaque, virFreeCallback ff); /** * virEventUpdateHandleFunc: * @watch: file descriptor watch to modify * @event: new events to listen on * * Part of the EventImpl, this user-provided callback is notified when * events to listen on change */ typedef void (*virEventUpdateHandleFunc)(int watch, int event); /** * virEventRemoveHandleFunc: * @watch: file descriptor watch to stop listening on * * Part of the EventImpl, this user-provided callback is notified when * an fd is no longer being listened on. * * If a virEventHandleFreeFunc was supplied when the handle was * registered, it will be invoked some time during, or after this * function call, when it is safe to release the user data. * * Returns -1 if the file handle was not registered, 0 upon success */ typedef int (*virEventRemoveHandleFunc)(int watch); /** * virEventTimeoutCallback: * * @timer: timer id emitting the event * @opaque: user data registered with handle * * callback for receiving timer events */ typedef void (*virEventTimeoutCallback)(int timer, void *opaque); /** * virEventAddTimeoutFunc: * @timeout: The timeout to monitor * @cb: the callback to call when timeout has expired * @opaque: user data to pass to the callback * @ff: the callback invoked to free opaque data blob * * Part of the EventImpl, this user-defined callback handles adding an * event timeout. * * If the opaque user data requires free'ing when the handle * is unregistered, then a 2nd callback can be supplied for * this purpose. * * Returns a timer value */ typedef int (*virEventAddTimeoutFunc)(int timeout, virEventTimeoutCallback cb, void *opaque, virFreeCallback ff); /** * virEventUpdateTimeoutFunc: * @timer: the timer to modify * @timeout: the new timeout value * * Part of the EventImpl, this user-defined callback updates an * event timeout. */ typedef void (*virEventUpdateTimeoutFunc)(int timer, int timeout); /** * virEventRemoveTimeoutFunc: * @timer: the timer to remove * * Part of the EventImpl, this user-defined callback removes a timer * * If a virEventTimeoutFreeFunc was supplied when the handle was * registered, it will be invoked some time during, or after this * function call, when it is safe to release the user data. * * Returns 0 on success, -1 on failure */ typedef int (*virEventRemoveTimeoutFunc)(int timer); void virEventRegisterImpl(virEventAddHandleFunc addHandle, virEventUpdateHandleFunc updateHandle, virEventRemoveHandleFunc removeHandle, virEventAddTimeoutFunc addTimeout, virEventUpdateTimeoutFunc updateTimeout, virEventRemoveTimeoutFunc removeTimeout); int virEventRegisterDefaultImpl(void); int virEventRunDefaultImpl(void); int virEventAddHandle(int fd, int events, virEventHandleCallback cb, void *opaque, virFreeCallback ff); void virEventUpdateHandle(int watch, int events); int virEventRemoveHandle(int watch); int virEventAddTimeout(int frequency, virEventTimeoutCallback cb, void *opaque, virFreeCallback ff); void virEventUpdateTimeout(int timer, int frequency); int virEventRemoveTimeout(int timer); /* * Secret manipulation API */ /** * virSecret: * * A virSecret stores a secret value (e.g. a passphrase or encryption key) * and associated metadata. */ typedef struct _virSecret virSecret; typedef virSecret *virSecretPtr; typedef enum { VIR_SECRET_USAGE_TYPE_NONE = 0, VIR_SECRET_USAGE_TYPE_VOLUME = 1, VIR_SECRET_USAGE_TYPE_CEPH = 2, VIR_SECRET_USAGE_TYPE_ISCSI = 3, #ifdef VIR_ENUM_SENTINELS VIR_SECRET_USAGE_TYPE_LAST /* * NB: this enum value will increase over time as new events are * added to the libvirt API. It reflects the last secret owner ID * supported by this version of the libvirt API. */ #endif } virSecretUsageType; virConnectPtr virSecretGetConnect (virSecretPtr secret); int virConnectNumOfSecrets (virConnectPtr conn); int virConnectListSecrets (virConnectPtr conn, char **uuids, int maxuuids); /* * virConnectListAllSecrets: * * Flags used to filter the returned secrets. Flags in each group * are exclusive attributes of a secret. */ typedef enum { VIR_CONNECT_LIST_SECRETS_EPHEMERAL = 1 << 0, /* kept in memory, never stored persistently */ VIR_CONNECT_LIST_SECRETS_NO_EPHEMERAL = 1 << 1, VIR_CONNECT_LIST_SECRETS_PRIVATE = 1 << 2, /* not revealed to any caller of libvirt, nor to any other node */ VIR_CONNECT_LIST_SECRETS_NO_PRIVATE = 1 << 3, } virConnectListAllSecretsFlags; int virConnectListAllSecrets(virConnectPtr conn, virSecretPtr **secrets, unsigned int flags); virSecretPtr virSecretLookupByUUID(virConnectPtr conn, const unsigned char *uuid); virSecretPtr virSecretLookupByUUIDString(virConnectPtr conn, const char *uuid); virSecretPtr virSecretLookupByUsage(virConnectPtr conn, int usageType, const char *usageID); virSecretPtr virSecretDefineXML (virConnectPtr conn, const char *xml, unsigned int flags); int virSecretGetUUID (virSecretPtr secret, unsigned char *buf); int virSecretGetUUIDString (virSecretPtr secret, char *buf); int virSecretGetUsageType (virSecretPtr secret); const char * virSecretGetUsageID (virSecretPtr secret); char * virSecretGetXMLDesc (virSecretPtr secret, unsigned int flags); int virSecretSetValue (virSecretPtr secret, const unsigned char *value, size_t value_size, unsigned int flags); unsigned char * virSecretGetValue (virSecretPtr secret, size_t *value_size, unsigned int flags); int virSecretUndefine (virSecretPtr secret); int virSecretRef (virSecretPtr secret); int virSecretFree (virSecretPtr secret); typedef enum { VIR_STREAM_NONBLOCK = (1 << 0), } virStreamFlags; virStreamPtr virStreamNew(virConnectPtr conn, unsigned int flags); int virStreamRef(virStreamPtr st); int virStreamSend(virStreamPtr st, const char *data, size_t nbytes); int virStreamRecv(virStreamPtr st, char *data, size_t nbytes); /** * virStreamSourceFunc: * * @st: the stream object * @data: preallocated array to be filled with data * @nbytes: size of the data array * @opaque: optional application provided data * * The virStreamSourceFunc callback is used together * with the virStreamSendAll function for libvirt to * obtain the data that is to be sent. * * The callback will be invoked multiple times, * fetching data in small chunks. The application * should fill the 'data' array with up to 'nbytes' * of data and then return the number actual number * of bytes. The callback will continue to be * invoked until it indicates the end of the source * has been reached by returning 0. A return value * of -1 at any time will abort the send operation * * Returns the number of bytes filled, 0 upon end * of file, or -1 upon error */ typedef int (*virStreamSourceFunc)(virStreamPtr st, char *data, size_t nbytes, void *opaque); int virStreamSendAll(virStreamPtr st, virStreamSourceFunc handler, void *opaque); /** * virStreamSinkFunc: * * @st: the stream object * @data: preallocated array to be filled with data * @nbytes: size of the data array * @opaque: optional application provided data * * The virStreamSinkFunc callback is used together * with the virStreamRecvAll function for libvirt to * provide the data that has been received. * * The callback will be invoked multiple times, * providing data in small chunks. The application * should consume up 'nbytes' from the 'data' array * of data and then return the number actual number * of bytes consumed. The callback will continue to be * invoked until it indicates the end of the stream * has been reached. A return value of -1 at any time * will abort the receive operation * * Returns the number of bytes consumed or -1 upon * error */ typedef int (*virStreamSinkFunc)(virStreamPtr st, const char *data, size_t nbytes, void *opaque); int virStreamRecvAll(virStreamPtr st, virStreamSinkFunc handler, void *opaque); typedef enum { VIR_STREAM_EVENT_READABLE = (1 << 0), VIR_STREAM_EVENT_WRITABLE = (1 << 1), VIR_STREAM_EVENT_ERROR = (1 << 2), VIR_STREAM_EVENT_HANGUP = (1 << 3), } virStreamEventType; /** * virStreamEventCallback: * * @stream: stream on which the event occurred * @events: bitset of events from virEventHandleType constants * @opaque: user data registered with handle * * Callback for receiving stream events. The callback will * be invoked once for each event which is pending. */ typedef void (*virStreamEventCallback)(virStreamPtr stream, int events, void *opaque); int virStreamEventAddCallback(virStreamPtr stream, int events, virStreamEventCallback cb, void *opaque, virFreeCallback ff); int virStreamEventUpdateCallback(virStreamPtr stream, int events); int virStreamEventRemoveCallback(virStreamPtr stream); int virStreamFinish(virStreamPtr st); int virStreamAbort(virStreamPtr st); int virStreamFree(virStreamPtr st); int virDomainIsActive(virDomainPtr dom); int virDomainIsPersistent(virDomainPtr dom); int virDomainIsUpdated(virDomainPtr dom); int virNetworkIsActive(virNetworkPtr net); int virNetworkIsPersistent(virNetworkPtr net); int virStoragePoolIsActive(virStoragePoolPtr pool); int virStoragePoolIsPersistent(virStoragePoolPtr pool); int virInterfaceIsActive(virInterfacePtr iface); int virConnectIsEncrypted(virConnectPtr conn); int virConnectIsSecure(virConnectPtr conn); int virConnectIsAlive(virConnectPtr conn); /* * CPU specification API */ typedef enum { VIR_CPU_COMPARE_ERROR = -1, VIR_CPU_COMPARE_INCOMPATIBLE = 0, VIR_CPU_COMPARE_IDENTICAL = 1, VIR_CPU_COMPARE_SUPERSET = 2, #ifdef VIR_ENUM_SENTINELS VIR_CPU_COMPARE_LAST #endif } virCPUCompareResult; /** * virConnectCompareCPU: * * @conn: virConnect connection * @xmlDesc: XML description of either guest or host cpu with <cpu> root tag * @flags: comparison flags * * Compares given CPU with host cpu. * * Returns virCPUCompareResult. */ int virConnectCompareCPU(virConnectPtr conn, const char *xmlDesc, unsigned int flags); /** * virConnectBaselineCPUFlags * * Flags when getting XML description of a computed CPU */ typedef enum { VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES = (1 << 0), /* show all features */ } virConnectBaselineCPUFlags; /** * virConnectBaselineCPU: * * @conn: virConnect connection * @ncpus: number of CPUs in xmlCPUs * @xmlCPUs: array of XML descriptions of host CPUs * @flags: fine-tuning flags * * Computes the most feature-rich CPU which is compatible with all given * host CPUs. * * Returns XML description of the computed CPU or NULL on error. */ char *virConnectBaselineCPU(virConnectPtr conn, const char **xmlCPUs, unsigned int ncpus, unsigned int flags); typedef enum { VIR_DOMAIN_JOB_NONE = 0, /* No job is active */ VIR_DOMAIN_JOB_BOUNDED = 1, /* Job with a finite completion time */ VIR_DOMAIN_JOB_UNBOUNDED = 2, /* Job without a finite completion time */ VIR_DOMAIN_JOB_COMPLETED = 3, /* Job has finished, but isn't cleaned up */ VIR_DOMAIN_JOB_FAILED = 4, /* Job hit error, but isn't cleaned up */ VIR_DOMAIN_JOB_CANCELLED = 5, /* Job was aborted, but isn't cleaned up */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_JOB_LAST #endif } virDomainJobType; typedef struct _virDomainJobInfo virDomainJobInfo; typedef virDomainJobInfo *virDomainJobInfoPtr; struct _virDomainJobInfo { /* One of virDomainJobType */ int type; /* Time is measured in mill-seconds */ unsigned long long timeElapsed; /* Always set */ unsigned long long timeRemaining; /* Only for VIR_DOMAIN_JOB_BOUNDED */ /* Data is measured in bytes unless otherwise specified * and is measuring the job as a whole * * For VIR_DOMAIN_JOB_UNBOUNDED, dataTotal may be less * than the final sum of dataProcessed + dataRemaining * in the event that the hypervisor has to repeat some * data eg due to dirtied pages during migration * * For VIR_DOMAIN_JOB_BOUNDED, dataTotal shall always * equal sum of dataProcessed + dataRemaining */ unsigned long long dataTotal; unsigned long long dataProcessed; unsigned long long dataRemaining; /* As above, but only tracking guest memory progress */ unsigned long long memTotal; unsigned long long memProcessed; unsigned long long memRemaining; /* As above, but only tracking guest disk file progress */ unsigned long long fileTotal; unsigned long long fileProcessed; unsigned long long fileRemaining; }; int virDomainGetJobInfo(virDomainPtr dom, virDomainJobInfoPtr info); int virDomainGetJobStats(virDomainPtr domain, int *type, virTypedParameterPtr *params, int *nparams, unsigned int flags); int virDomainAbortJob(virDomainPtr dom); /** * VIR_DOMAIN_JOB_TIME_ELAPSED: * * virDomainGetJobStats field: time (ms) since the beginning of the * job, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to timeElapsed field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_TIME_ELAPSED "time_elapsed" /** * VIR_DOMAIN_JOB_TIME_REMAINING: * * virDomainGetJobStats field: remaining time (ms) for VIR_DOMAIN_JOB_BOUNDED * jobs, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to timeRemaining field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_TIME_REMAINING "time_remaining" /** * VIR_DOMAIN_JOB_DOWNTIME: * * virDomainGetJobStats field: downtime (ms) that is expected to happen * during migration, as VIR_TYPED_PARAM_ULLONG. */ #define VIR_DOMAIN_JOB_DOWNTIME "downtime" /** * VIR_DOMAIN_JOB_DATA_TOTAL: * * virDomainGetJobStats field: total number of bytes supposed to be * transferred, as VIR_TYPED_PARAM_ULLONG. For VIR_DOMAIN_JOB_UNBOUNDED * jobs, this may be less than the sum of VIR_DOMAIN_JOB_DATA_PROCESSED and * VIR_DOMAIN_JOB_DATA_REMAINING in the event that the hypervisor has to * repeat some data, e.g., due to dirtied pages during migration. For * VIR_DOMAIN_JOB_BOUNDED jobs, VIR_DOMAIN_JOB_DATA_TOTAL shall always equal * VIR_DOMAIN_JOB_DATA_PROCESSED + VIR_DOMAIN_JOB_DATA_REMAINING. * * This field corresponds to dataTotal field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_DATA_TOTAL "data_total" /** * VIR_DOMAIN_JOB_DATA_PROCESSED: * * virDomainGetJobStats field: number of bytes transferred from the * beginning of the job, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to dataProcessed field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_DATA_PROCESSED "data_processed" /** * VIR_DOMAIN_JOB_DATA_REMAINING: * * virDomainGetJobStats field: number of bytes that still need to be * transferred, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to dataRemaining field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_DATA_REMAINING "data_remaining" /** * VIR_DOMAIN_JOB_MEMORY_TOTAL: * * virDomainGetJobStats field: as VIR_DOMAIN_JOB_DATA_TOTAL but only * tracking guest memory progress, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to memTotal field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_MEMORY_TOTAL "memory_total" /** * VIR_DOMAIN_JOB_MEMORY_PROCESSED: * * virDomainGetJobStats field: as VIR_DOMAIN_JOB_DATA_PROCESSED but only * tracking guest memory progress, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to memProcessed field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_MEMORY_PROCESSED "memory_processed" /** * VIR_DOMAIN_JOB_MEMORY_REMAINING: * * virDomainGetJobStats field: as VIR_DOMAIN_JOB_DATA_REMAINING but only * tracking guest memory progress, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to memRemaining field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_MEMORY_REMAINING "memory_remaining" /** * VIR_DOMAIN_JOB_MEMORY_CONSTANT: * * virDomainGetJobStats field: number of pages filled with a constant * byte (all bytes in a single page are identical) transferred since the * beginning of the migration job, as VIR_TYPED_PARAM_ULLONG. * * The most common example of such pages are zero pages, i.e., pages filled * with zero bytes. */ #define VIR_DOMAIN_JOB_MEMORY_CONSTANT "memory_constant" /** * VIR_DOMAIN_JOB_MEMORY_NORMAL: * * virDomainGetJobStats field: number of pages that were transferred without * any kind of compression (i.e., pages which were not filled with a constant * byte and which could not be compressed) transferred since the beginning * of the migration job, as VIR_TYPED_PARAM_ULLONG. */ #define VIR_DOMAIN_JOB_MEMORY_NORMAL "memory_normal" /** * VIR_DOMAIN_JOB_MEMORY_NORMAL_BYTES: * * virDomainGetJobStats field: number of bytes transferred as normal pages, * as VIR_TYPED_PARAM_ULLONG. * * See VIR_DOMAIN_JOB_MEMORY_NORMAL for more details. */ #define VIR_DOMAIN_JOB_MEMORY_NORMAL_BYTES "memory_normal_bytes" /** * VIR_DOMAIN_JOB_DISK_TOTAL: * * virDomainGetJobStats field: as VIR_DOMAIN_JOB_DATA_TOTAL but only * tracking guest disk progress, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to fileTotal field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_DISK_TOTAL "disk_total" /** * VIR_DOMAIN_JOB_DISK_PROCESSED: * * virDomainGetJobStats field: as VIR_DOMAIN_JOB_DATA_PROCESSED but only * tracking guest disk progress, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to fileProcessed field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_DISK_PROCESSED "disk_processed" /** * VIR_DOMAIN_JOB_DISK_REMAINING: * * virDomainGetJobStats field: as VIR_DOMAIN_JOB_DATA_REMAINING but only * tracking guest disk progress, as VIR_TYPED_PARAM_ULLONG. * * This field corresponds to fileRemaining field in virDomainJobInfo. */ #define VIR_DOMAIN_JOB_DISK_REMAINING "disk_remaining" /** * VIR_DOMAIN_JOB_COMPRESSION_CACHE: * * virDomainGetJobStats field: size of the cache (in bytes) used for * compressing repeatedly transferred memory pages during live migration, * as VIR_TYPED_PARAM_ULLONG. */ #define VIR_DOMAIN_JOB_COMPRESSION_CACHE "compression_cache" /** * VIR_DOMAIN_JOB_COMPRESSION_BYTES: * * virDomainGetJobStats field: number of compressed bytes transferred * since the beginning of migration, as VIR_TYPED_PARAM_ULLONG. */ #define VIR_DOMAIN_JOB_COMPRESSION_BYTES "compression_bytes" /** * VIR_DOMAIN_JOB_COMPRESSION_PAGES: * * virDomainGetJobStats field: number of compressed pages transferred * since the beginning of migration, as VIR_TYPED_PARAM_ULLONG. */ #define VIR_DOMAIN_JOB_COMPRESSION_PAGES "compression_pages" /** * VIR_DOMAIN_JOB_COMPRESSION_CACHE_MISSES: * * virDomainGetJobStats field: number of repeatedly changing pages that * were not found in compression cache and thus could not be compressed, * as VIR_TYPED_PARAM_ULLONG. */ #define VIR_DOMAIN_JOB_COMPRESSION_CACHE_MISSES "compression_cache_misses" /** * VIR_DOMAIN_JOB_COMPRESSION_OVERFLOW: * * virDomainGetJobStats field: number of repeatedly changing pages that * were found in compression cache but were sent uncompressed because * the result of compression was larger than the original page as a whole, * as VIR_TYPED_PARAM_ULLONG. */ #define VIR_DOMAIN_JOB_COMPRESSION_OVERFLOW "compression_overflow" /** * virDomainSnapshot: * * a virDomainSnapshot is a private structure representing a snapshot of * a domain. */ typedef struct _virDomainSnapshot virDomainSnapshot; /** * virDomainSnapshotPtr: * * a virDomainSnapshotPtr is pointer to a virDomainSnapshot private structure, * and is the type used to reference a domain snapshot in the API. */ typedef virDomainSnapshot *virDomainSnapshotPtr; const char *virDomainSnapshotGetName(virDomainSnapshotPtr snapshot); virDomainPtr virDomainSnapshotGetDomain(virDomainSnapshotPtr snapshot); virConnectPtr virDomainSnapshotGetConnect(virDomainSnapshotPtr snapshot); typedef enum { VIR_DOMAIN_SNAPSHOT_CREATE_REDEFINE = (1 << 0), /* Restore or alter metadata */ VIR_DOMAIN_SNAPSHOT_CREATE_CURRENT = (1 << 1), /* With redefine, make snapshot current */ VIR_DOMAIN_SNAPSHOT_CREATE_NO_METADATA = (1 << 2), /* Make snapshot without remembering it */ VIR_DOMAIN_SNAPSHOT_CREATE_HALT = (1 << 3), /* Stop running guest after snapshot */ VIR_DOMAIN_SNAPSHOT_CREATE_DISK_ONLY = (1 << 4), /* disk snapshot, not system checkpoint */ VIR_DOMAIN_SNAPSHOT_CREATE_REUSE_EXT = (1 << 5), /* reuse any existing external files */ VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE = (1 << 6), /* use guest agent to quiesce all mounted file systems within the domain */ VIR_DOMAIN_SNAPSHOT_CREATE_ATOMIC = (1 << 7), /* atomically avoid partial changes */ VIR_DOMAIN_SNAPSHOT_CREATE_LIVE = (1 << 8), /* create the snapshot while the guest is running */ } virDomainSnapshotCreateFlags; /* Take a snapshot of the current VM state */ virDomainSnapshotPtr virDomainSnapshotCreateXML(virDomainPtr domain, const char *xmlDesc, unsigned int flags); /* Dump the XML of a snapshot */ char *virDomainSnapshotGetXMLDesc(virDomainSnapshotPtr snapshot, unsigned int flags); /** * virDomainSnapshotListFlags: * * Flags valid for virDomainSnapshotNum(), * virDomainSnapshotListNames(), virDomainSnapshotNumChildren(), and * virDomainSnapshotListChildrenNames(), virDomainListAllSnapshots(), * and virDomainSnapshotListAllChildren(). Note that the interpretation * of flag (1<<0) depends on which function it is passed to; but serves * to toggle the per-call default of whether the listing is shallow or * recursive. Remaining bits come in groups; if all bits from a group are * 0, then that group is not used to filter results. */ typedef enum { VIR_DOMAIN_SNAPSHOT_LIST_ROOTS = (1 << 0), /* Filter by snapshots with no parents, when listing a domain */ VIR_DOMAIN_SNAPSHOT_LIST_DESCENDANTS = (1 << 0), /* List all descendants, not just children, when listing a snapshot */ /* For historical reasons, groups do not use contiguous bits. */ VIR_DOMAIN_SNAPSHOT_LIST_LEAVES = (1 << 2), /* Filter by snapshots with no children */ VIR_DOMAIN_SNAPSHOT_LIST_NO_LEAVES = (1 << 3), /* Filter by snapshots that have children */ VIR_DOMAIN_SNAPSHOT_LIST_METADATA = (1 << 1), /* Filter by snapshots which have metadata */ VIR_DOMAIN_SNAPSHOT_LIST_NO_METADATA = (1 << 4), /* Filter by snapshots with no metadata */ VIR_DOMAIN_SNAPSHOT_LIST_INACTIVE = (1 << 5), /* Filter by snapshots taken while guest was shut off */ VIR_DOMAIN_SNAPSHOT_LIST_ACTIVE = (1 << 6), /* Filter by snapshots taken while guest was active, and with memory state */ VIR_DOMAIN_SNAPSHOT_LIST_DISK_ONLY = (1 << 7), /* Filter by snapshots taken while guest was active, but without memory state */ VIR_DOMAIN_SNAPSHOT_LIST_INTERNAL = (1 << 8), /* Filter by snapshots stored internal to disk images */ VIR_DOMAIN_SNAPSHOT_LIST_EXTERNAL = (1 << 9), /* Filter by snapshots that use files external to disk images */ } virDomainSnapshotListFlags; /* Return the number of snapshots for this domain */ int virDomainSnapshotNum(virDomainPtr domain, unsigned int flags); /* Get the names of all snapshots for this domain */ int virDomainSnapshotListNames(virDomainPtr domain, char **names, int nameslen, unsigned int flags); /* Get all snapshot objects for this domain */ int virDomainListAllSnapshots(virDomainPtr domain, virDomainSnapshotPtr **snaps, unsigned int flags); /* Return the number of child snapshots for this snapshot */ int virDomainSnapshotNumChildren(virDomainSnapshotPtr snapshot, unsigned int flags); /* Get the names of all child snapshots for this snapshot */ int virDomainSnapshotListChildrenNames(virDomainSnapshotPtr snapshot, char **names, int nameslen, unsigned int flags); /* Get all snapshot object children for this snapshot */ int virDomainSnapshotListAllChildren(virDomainSnapshotPtr snapshot, virDomainSnapshotPtr **snaps, unsigned int flags); /* Get a handle to a named snapshot */ virDomainSnapshotPtr virDomainSnapshotLookupByName(virDomainPtr domain, const char *name, unsigned int flags); /* Check whether a domain has a snapshot which is currently used */ int virDomainHasCurrentSnapshot(virDomainPtr domain, unsigned int flags); /* Get a handle to the current snapshot */ virDomainSnapshotPtr virDomainSnapshotCurrent(virDomainPtr domain, unsigned int flags); /* Get a handle to the parent snapshot, if one exists */ virDomainSnapshotPtr virDomainSnapshotGetParent(virDomainSnapshotPtr snapshot, unsigned int flags); /* Determine if a snapshot is the current snapshot of its domain. */ int virDomainSnapshotIsCurrent(virDomainSnapshotPtr snapshot, unsigned int flags); /* Determine if a snapshot has associated libvirt metadata that would * prevent the deletion of its domain. */ int virDomainSnapshotHasMetadata(virDomainSnapshotPtr snapshot, unsigned int flags); typedef enum { VIR_DOMAIN_SNAPSHOT_REVERT_RUNNING = 1 << 0, /* Run after revert */ VIR_DOMAIN_SNAPSHOT_REVERT_PAUSED = 1 << 1, /* Pause after revert */ VIR_DOMAIN_SNAPSHOT_REVERT_FORCE = 1 << 2, /* Allow risky reverts */ } virDomainSnapshotRevertFlags; /* Revert the domain to a point-in-time snapshot. The * state of the guest after this call will be the state * of the guest when the snapshot in question was taken */ int virDomainRevertToSnapshot(virDomainSnapshotPtr snapshot, unsigned int flags); /* Delete a snapshot */ typedef enum { VIR_DOMAIN_SNAPSHOT_DELETE_CHILDREN = (1 << 0), /* Also delete children */ VIR_DOMAIN_SNAPSHOT_DELETE_METADATA_ONLY = (1 << 1), /* Delete just metadata */ VIR_DOMAIN_SNAPSHOT_DELETE_CHILDREN_ONLY = (1 << 2), /* Delete just children */ } virDomainSnapshotDeleteFlags; int virDomainSnapshotDelete(virDomainSnapshotPtr snapshot, unsigned int flags); int virDomainSnapshotRef(virDomainSnapshotPtr snapshot); int virDomainSnapshotFree(virDomainSnapshotPtr snapshot); /* * virConnectDomainEventGenericCallback: * @conn: the connection pointer * @dom: the domain pointer * @opaque: application specified data * * A generic domain event callback handler. Specific events usually * have a customization with extra parameters */ typedef void (*virConnectDomainEventGenericCallback)(virConnectPtr conn, virDomainPtr dom, void *opaque); /** * virConnectDomainEventRTCChangeCallback: * @conn: connection object * @dom: domain on which the event occurred * @utcoffset: the new RTC offset from UTC, measured in seconds * @opaque: application specified data * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_RTC_CHANGE with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventRTCChangeCallback)(virConnectPtr conn, virDomainPtr dom, long long utcoffset, void *opaque); /** * virDomainEventWatchdogAction: * * The action that is to be taken due to the watchdog device firing */ typedef enum { VIR_DOMAIN_EVENT_WATCHDOG_NONE = 0, /* No action, watchdog ignored */ VIR_DOMAIN_EVENT_WATCHDOG_PAUSE, /* Guest CPUs are paused */ VIR_DOMAIN_EVENT_WATCHDOG_RESET, /* Guest CPUs are reset */ VIR_DOMAIN_EVENT_WATCHDOG_POWEROFF, /* Guest is forcably powered off */ VIR_DOMAIN_EVENT_WATCHDOG_SHUTDOWN, /* Guest is requested to gracefully shutdown */ VIR_DOMAIN_EVENT_WATCHDOG_DEBUG, /* No action, a debug message logged */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_WATCHDOG_LAST #endif } virDomainEventWatchdogAction; /** * virConnectDomainEventWatchdogCallback: * @conn: connection object * @dom: domain on which the event occurred * @action: action that is to be taken due to watchdog firing * @opaque: application specified data * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_WATCHDOG with virConnectDomainEventRegisterAny() * */ typedef void (*virConnectDomainEventWatchdogCallback)(virConnectPtr conn, virDomainPtr dom, int action, void *opaque); /** * virDomainEventIOErrorAction: * * The action that is to be taken due to an IO error occurring */ typedef enum { VIR_DOMAIN_EVENT_IO_ERROR_NONE = 0, /* No action, IO error ignored */ VIR_DOMAIN_EVENT_IO_ERROR_PAUSE, /* Guest CPUs are pausde */ VIR_DOMAIN_EVENT_IO_ERROR_REPORT, /* IO error reported to guest OS */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_IO_ERROR_LAST #endif } virDomainEventIOErrorAction; /** * virConnectDomainEventIOErrorCallback: * @conn: connection object * @dom: domain on which the event occurred * @srcPath: The host file on which the IO error occurred * @devAlias: The guest device alias associated with the path * @action: action that is to be taken due to the IO error * @opaque: application specified data * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_IO_ERROR with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventIOErrorCallback)(virConnectPtr conn, virDomainPtr dom, const char *srcPath, const char *devAlias, int action, void *opaque); /** * virConnectDomainEventIOErrorReasonCallback: * @conn: connection object * @dom: domain on which the event occurred * @srcPath: The host file on which the IO error occurred * @devAlias: The guest device alias associated with the path * @action: action that is to be taken due to the IO error * @reason: the cause of the IO error * @opaque: application specified data * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_IO_ERROR with virConnectDomainEventRegisterAny() * */ typedef void (*virConnectDomainEventIOErrorReasonCallback)(virConnectPtr conn, virDomainPtr dom, const char *srcPath, const char *devAlias, int action, const char *reason, void *opaque); /** * virDomainEventGraphicsPhase: * * The phase of the graphics client connection */ typedef enum { VIR_DOMAIN_EVENT_GRAPHICS_CONNECT = 0, /* Initial socket connection established */ VIR_DOMAIN_EVENT_GRAPHICS_INITIALIZE, /* Authentication & setup completed */ VIR_DOMAIN_EVENT_GRAPHICS_DISCONNECT, /* Final socket disconnection */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_GRAPHICS_LAST #endif } virDomainEventGraphicsPhase; /** * virDomainEventGraphicsAddressType: * * The type of address for the connection */ typedef enum { VIR_DOMAIN_EVENT_GRAPHICS_ADDRESS_IPV4, /* IPv4 address */ VIR_DOMAIN_EVENT_GRAPHICS_ADDRESS_IPV6, /* IPv6 address */ VIR_DOMAIN_EVENT_GRAPHICS_ADDRESS_UNIX, /* UNIX socket path */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_GRAPHICS_ADDRESS_LAST #endif } virDomainEventGraphicsAddressType; /** * virDomainEventGraphicsAddress: * * The data structure containing connection address details * */ struct _virDomainEventGraphicsAddress { int family; /* Address family, virDomainEventGraphicsAddressType */ char *node; /* Address of node (eg IP address, or UNIX path) */ char *service; /* Service name/number (eg TCP port, or NULL) */ }; typedef struct _virDomainEventGraphicsAddress virDomainEventGraphicsAddress; typedef virDomainEventGraphicsAddress *virDomainEventGraphicsAddressPtr; /** * virDomainEventGraphicsSubjectIdentity: * * The data structure representing a single identity * * The types of identity differ according to the authentication scheme, * some examples are 'x509dname' and 'saslUsername'. */ struct _virDomainEventGraphicsSubjectIdentity { char *type; /* Type of identity */ char *name; /* Identity value */ }; typedef struct _virDomainEventGraphicsSubjectIdentity virDomainEventGraphicsSubjectIdentity; typedef virDomainEventGraphicsSubjectIdentity *virDomainEventGraphicsSubjectIdentityPtr; /** * virDomainEventGraphicsSubject: * * The data structure representing an authenticated subject * * A subject will have zero or more identities. The types of * identity differ according to the authentication scheme */ struct _virDomainEventGraphicsSubject { int nidentity; /* Number of identities in array*/ virDomainEventGraphicsSubjectIdentityPtr identities; /* Array of identities for subject */ }; typedef struct _virDomainEventGraphicsSubject virDomainEventGraphicsSubject; typedef virDomainEventGraphicsSubject *virDomainEventGraphicsSubjectPtr; /** * virConnectDomainEventGraphicsCallback: * @conn: connection object * @dom: domain on which the event occurred * @phase: the phase of the connection * @local: the local server address * @remote: the remote client address * @authScheme: the authentication scheme activated * @subject: the authenticated subject (user) * @opaque: application specified data * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_GRAPHICS with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventGraphicsCallback)(virConnectPtr conn, virDomainPtr dom, int phase, const virDomainEventGraphicsAddressPtr local, const virDomainEventGraphicsAddressPtr remote, const char *authScheme, const virDomainEventGraphicsSubjectPtr subject, void *opaque); /** * virConnectDomainEventBlockJobStatus: * * The final status of a virDomainBlockPull() or virDomainBlockRebase() * operation */ typedef enum { VIR_DOMAIN_BLOCK_JOB_COMPLETED = 0, VIR_DOMAIN_BLOCK_JOB_FAILED = 1, VIR_DOMAIN_BLOCK_JOB_CANCELED = 2, VIR_DOMAIN_BLOCK_JOB_READY = 3, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_BLOCK_JOB_LAST #endif } virConnectDomainEventBlockJobStatus; /** * virConnectDomainEventBlockJobCallback: * @conn: connection object * @dom: domain on which the event occurred * @disk: fully-qualified filename of the affected disk * @type: type of block job (virDomainBlockJobType) * @status: final status of the operation (virConnectDomainEventBlockJobStatus) * @opaque: application specified data * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_BLOCK_JOB with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventBlockJobCallback)(virConnectPtr conn, virDomainPtr dom, const char *disk, int type, int status, void *opaque); /** * virConnectDomainEventDiskChangeReason: * * The reason describing why this callback is called */ typedef enum { VIR_DOMAIN_EVENT_DISK_CHANGE_MISSING_ON_START = 0, /* oldSrcPath is set */ VIR_DOMAIN_EVENT_DISK_DROP_MISSING_ON_START = 1, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_DISK_CHANGE_LAST #endif } virConnectDomainEventDiskChangeReason; /** * virConnectDomainEventDiskChangeCallback: * @conn: connection object * @dom: domain on which the event occurred * @oldSrcPath: old source path * @newSrcPath: new source path * @devAlias: device alias name * @reason: reason why this callback was called; any of * virConnectDomainEventDiskChangeReason * @opaque: application specified data * * This callback occurs when disk gets changed. However, * not all @reason will cause both @oldSrcPath and @newSrcPath * to be non-NULL. Please see virConnectDomainEventDiskChangeReason * for more details. * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_DISK_CHANGE with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventDiskChangeCallback)(virConnectPtr conn, virDomainPtr dom, const char *oldSrcPath, const char *newSrcPath, const char *devAlias, int reason, void *opaque); /** * virConnectDomainEventTrayChangeReason: * * The reason describing why the callback was called */ typedef enum { VIR_DOMAIN_EVENT_TRAY_CHANGE_OPEN = 0, VIR_DOMAIN_EVENT_TRAY_CHANGE_CLOSE, #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_TRAY_CHANGE_LAST #endif } virDomainEventTrayChangeReason; /** * virConnectDomainEventTrayChangeCallback: * @conn: connection object * @dom: domain on which the event occurred * @devAlias: device alias * @reason: why the tray status was changed? * @opaque: application specified data * * This callback occurs when the tray of a removable device is moved. * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_TRAY_CHANGE with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventTrayChangeCallback)(virConnectPtr conn, virDomainPtr dom, const char *devAlias, int reason, void *opaque); /** * virConnectDomainEventPMWakeupCallback: * @conn: connection object * @dom: domain on which the event occurred * @reason: reason why the callback was called, unused currently, * always passes 0 * @opaque: application specified data * * This callback occurs when the guest is waken up. * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_PMWAKEUP with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventPMWakeupCallback)(virConnectPtr conn, virDomainPtr dom, int reason, void *opaque); /** * virConnectDomainEventPMSuspendCallback: * @conn: connection object * @dom: domain on which the event occurred * @reason: reason why the callback was called, unused currently, * always passes 0 * @opaque: application specified data * * This callback occurs when the guest is waken up. * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_PMSUSPEND with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventPMSuspendCallback)(virConnectPtr conn, virDomainPtr dom, int reason, void *opaque); /** * virConnectDomainEventBalloonChangeCallback: * @conn: connection object * @dom: domain on which the event occurred * @actual: the new balloon level measured in kibibytes(blocks of 1024 bytes) * @opaque: application specified data * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_BALLOON_CHANGE with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventBalloonChangeCallback)(virConnectPtr conn, virDomainPtr dom, unsigned long long actual, void *opaque); /** * virConnectDomainEventPMSuspendDiskCallback: * @conn: connection object * @dom: domain on which the event occurred * @reason: reason why the callback was called, unused currently, * always passes 0 * @opaque: application specified data * * This callback occurs when the guest is suspended to disk. * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_PMSUSPEND_DISK with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventPMSuspendDiskCallback)(virConnectPtr conn, virDomainPtr dom, int reason, void *opaque); /** * virConnectDomainEventDeviceRemovedCallback: * @conn: connection object * @dom: domain on which the event occurred * @devAlias: device alias * @opaque: application specified data * * This callback occurs when a device is removed from the domain. * * The callback signature to use when registering for an event of type * VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED with virConnectDomainEventRegisterAny() */ typedef void (*virConnectDomainEventDeviceRemovedCallback)(virConnectPtr conn, virDomainPtr dom, const char *devAlias, void *opaque); /** * VIR_DOMAIN_EVENT_CALLBACK: * * Used to cast the event specific callback into the generic one * for use for virDomainEventRegister */ #define VIR_DOMAIN_EVENT_CALLBACK(cb) ((virConnectDomainEventGenericCallback)(cb)) typedef enum { VIR_DOMAIN_EVENT_ID_LIFECYCLE = 0, /* virConnectDomainEventCallback */ VIR_DOMAIN_EVENT_ID_REBOOT = 1, /* virConnectDomainEventGenericCallback */ VIR_DOMAIN_EVENT_ID_RTC_CHANGE = 2, /* virConnectDomainEventRTCChangeCallback */ VIR_DOMAIN_EVENT_ID_WATCHDOG = 3, /* virConnectDomainEventWatchdogCallback */ VIR_DOMAIN_EVENT_ID_IO_ERROR = 4, /* virConnectDomainEventIOErrorCallback */ VIR_DOMAIN_EVENT_ID_GRAPHICS = 5, /* virConnectDomainEventGraphicsCallback */ VIR_DOMAIN_EVENT_ID_IO_ERROR_REASON = 6, /* virConnectDomainEventIOErrorReasonCallback */ VIR_DOMAIN_EVENT_ID_CONTROL_ERROR = 7, /* virConnectDomainEventGenericCallback */ VIR_DOMAIN_EVENT_ID_BLOCK_JOB = 8, /* virConnectDomainEventBlockJobCallback */ VIR_DOMAIN_EVENT_ID_DISK_CHANGE = 9, /* virConnectDomainEventDiskChangeCallback */ VIR_DOMAIN_EVENT_ID_TRAY_CHANGE = 10, /* virConnectDomainEventTrayChangeCallback */ VIR_DOMAIN_EVENT_ID_PMWAKEUP = 11, /* virConnectDomainEventPMWakeupCallback */ VIR_DOMAIN_EVENT_ID_PMSUSPEND = 12, /* virConnectDomainEventPMSuspendCallback */ VIR_DOMAIN_EVENT_ID_BALLOON_CHANGE = 13, /* virConnectDomainEventBalloonChangeCallback */ VIR_DOMAIN_EVENT_ID_PMSUSPEND_DISK = 14, /* virConnectDomainEventPMSuspendDiskCallback */ VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED = 15, /* virConnectDomainEventDeviceRemovedCallback */ #ifdef VIR_ENUM_SENTINELS VIR_DOMAIN_EVENT_ID_LAST /* * NB: this enum value will increase over time as new events are * added to the libvirt API. It reflects the last event ID supported * by this version of the libvirt API. */ #endif } virDomainEventID; /* Use VIR_DOMAIN_EVENT_CALLBACK() to cast the 'cb' parameter */ int virConnectDomainEventRegisterAny(virConnectPtr conn, virDomainPtr dom, /* Optional, to filter */ int eventID, virConnectDomainEventGenericCallback cb, void *opaque, virFreeCallback freecb); int virConnectDomainEventDeregisterAny(virConnectPtr conn, int callbackID); /** * virNWFilter: * * a virNWFilter is a private structure representing a network filter */ typedef struct _virNWFilter virNWFilter; /** * virNWFilterPtr: * * a virNWFilterPtr is pointer to a virNWFilter private structure, * this is the type used to reference a network filter in the API. */ typedef virNWFilter *virNWFilterPtr; /* * List NWFilters */ int virConnectNumOfNWFilters (virConnectPtr conn); int virConnectListNWFilters (virConnectPtr conn, char **const names, int maxnames); int virConnectListAllNWFilters(virConnectPtr conn, virNWFilterPtr **filters, unsigned int flags); /* * Lookup nwfilter by name or uuid */ virNWFilterPtr virNWFilterLookupByName (virConnectPtr conn, const char *name); virNWFilterPtr virNWFilterLookupByUUID (virConnectPtr conn, const unsigned char *uuid); virNWFilterPtr virNWFilterLookupByUUIDString (virConnectPtr conn, const char *uuid); /* * Define persistent nwfilter */ virNWFilterPtr virNWFilterDefineXML (virConnectPtr conn, const char *xmlDesc); /* * Delete persistent nwfilter */ int virNWFilterUndefine (virNWFilterPtr nwfilter); /* * NWFilter destroy/free */ int virNWFilterRef (virNWFilterPtr nwfilter); int virNWFilterFree (virNWFilterPtr nwfilter); /* * NWFilter information */ const char* virNWFilterGetName (virNWFilterPtr nwfilter); int virNWFilterGetUUID (virNWFilterPtr nwfilter, unsigned char *uuid); int virNWFilterGetUUIDString (virNWFilterPtr nwfilter, char *buf); char * virNWFilterGetXMLDesc (virNWFilterPtr nwfilter, unsigned int flags); /** * virDomainConsoleFlags * * Since 0.9.10 */ typedef enum { VIR_DOMAIN_CONSOLE_FORCE = (1 << 0), /* abort a (possibly) active console connection to force a new connection */ VIR_DOMAIN_CONSOLE_SAFE = (1 << 1), /* check if the console driver supports safe console operations */ } virDomainConsoleFlags; int virDomainOpenConsole(virDomainPtr dom, const char *devname, virStreamPtr st, unsigned int flags); /** * virDomainChannelFlags * * Since 1.0.2 */ typedef enum { VIR_DOMAIN_CHANNEL_FORCE = (1 << 0), /* abort a (possibly) active channel connection to force a new connection */ } virDomainChannelFlags; int virDomainOpenChannel(virDomainPtr dom, const char *name, virStreamPtr st, unsigned int flags); typedef enum { VIR_DOMAIN_OPEN_GRAPHICS_SKIPAUTH = (1 << 0), } virDomainOpenGraphicsFlags; int virDomainOpenGraphics(virDomainPtr dom, unsigned int idx, int fd, unsigned int flags); int virDomainInjectNMI(virDomainPtr domain, unsigned int flags); int virDomainFSTrim(virDomainPtr dom, const char *mountPoint, unsigned long long minimum, unsigned int flags); /** * virSchedParameterType: * * A scheduler parameter field type. Provided for backwards * compatibility; virTypedParameterType is the preferred enum since * 0.9.2. */ typedef enum { VIR_DOMAIN_SCHED_FIELD_INT = VIR_TYPED_PARAM_INT, VIR_DOMAIN_SCHED_FIELD_UINT = VIR_TYPED_PARAM_UINT, VIR_DOMAIN_SCHED_FIELD_LLONG = VIR_TYPED_PARAM_LLONG, VIR_DOMAIN_SCHED_FIELD_ULLONG = VIR_TYPED_PARAM_ULLONG, VIR_DOMAIN_SCHED_FIELD_DOUBLE = VIR_TYPED_PARAM_DOUBLE, VIR_DOMAIN_SCHED_FIELD_BOOLEAN = VIR_TYPED_PARAM_BOOLEAN, } virSchedParameterType; /** * VIR_DOMAIN_SCHED_FIELD_LENGTH: * * Macro providing the field length of virSchedParameter. Provided * for backwards compatibility; VIR_TYPED_PARAM_FIELD_LENGTH is the * preferred value since 0.9.2. */ #define VIR_DOMAIN_SCHED_FIELD_LENGTH VIR_TYPED_PARAM_FIELD_LENGTH /** * virSchedParameter: * * a virSchedParameter is the set of scheduler parameters. * Provided for backwards compatibility; virTypedParameter is the * preferred alias since 0.9.2. */ #define _virSchedParameter _virTypedParameter typedef struct _virTypedParameter virSchedParameter; /** * virSchedParameterPtr: * * a virSchedParameterPtr is a pointer to a virSchedParameter structure. * Provided for backwards compatibility; virTypedParameterPtr is the * preferred alias since 0.9.2. */ typedef virSchedParameter *virSchedParameterPtr; /** * virBlkioParameterType: * * A blkio parameter field type. Provided for backwards * compatibility; virTypedParameterType is the preferred enum since * 0.9.2. */ typedef enum { VIR_DOMAIN_BLKIO_PARAM_INT = VIR_TYPED_PARAM_INT, VIR_DOMAIN_BLKIO_PARAM_UINT = VIR_TYPED_PARAM_UINT, VIR_DOMAIN_BLKIO_PARAM_LLONG = VIR_TYPED_PARAM_LLONG, VIR_DOMAIN_BLKIO_PARAM_ULLONG = VIR_TYPED_PARAM_ULLONG, VIR_DOMAIN_BLKIO_PARAM_DOUBLE = VIR_TYPED_PARAM_DOUBLE, VIR_DOMAIN_BLKIO_PARAM_BOOLEAN = VIR_TYPED_PARAM_BOOLEAN, } virBlkioParameterType; /** * VIR_DOMAIN_BLKIO_FIELD_LENGTH: * * Macro providing the field length of virBlkioParameter. Provided * for backwards compatibility; VIR_TYPED_PARAM_FIELD_LENGTH is the * preferred value since 0.9.2. */ #define VIR_DOMAIN_BLKIO_FIELD_LENGTH VIR_TYPED_PARAM_FIELD_LENGTH /** * virBlkioParameter: * * a virBlkioParameter is the set of blkio parameters. * Provided for backwards compatibility; virTypedParameter is the * preferred alias since 0.9.2. */ #define _virBlkioParameter _virTypedParameter typedef struct _virTypedParameter virBlkioParameter; /** * virBlkioParameterPtr: * * a virBlkioParameterPtr is a pointer to a virBlkioParameter structure. * Provided for backwards compatibility; virTypedParameterPtr is the * preferred alias since 0.9.2. */ typedef virBlkioParameter *virBlkioParameterPtr; /** * virMemoryParameterType: * * A memory parameter field type. Provided for backwards * compatibility; virTypedParameterType is the preferred enum since * 0.9.2. */ typedef enum { VIR_DOMAIN_MEMORY_PARAM_INT = VIR_TYPED_PARAM_INT, VIR_DOMAIN_MEMORY_PARAM_UINT = VIR_TYPED_PARAM_UINT, VIR_DOMAIN_MEMORY_PARAM_LLONG = VIR_TYPED_PARAM_LLONG, VIR_DOMAIN_MEMORY_PARAM_ULLONG = VIR_TYPED_PARAM_ULLONG, VIR_DOMAIN_MEMORY_PARAM_DOUBLE = VIR_TYPED_PARAM_DOUBLE, VIR_DOMAIN_MEMORY_PARAM_BOOLEAN = VIR_TYPED_PARAM_BOOLEAN, } virMemoryParameterType; /** * VIR_DOMAIN_MEMORY_FIELD_LENGTH: * * Macro providing the field length of virMemoryParameter. Provided * for backwards compatibility; VIR_TYPED_PARAM_FIELD_LENGTH is the * preferred value since 0.9.2. */ #define VIR_DOMAIN_MEMORY_FIELD_LENGTH VIR_TYPED_PARAM_FIELD_LENGTH /** * virMemoryParameter: * * a virMemoryParameter is the set of scheduler parameters. * Provided for backwards compatibility; virTypedParameter is the * preferred alias since 0.9.2. */ #define _virMemoryParameter _virTypedParameter typedef struct _virTypedParameter virMemoryParameter; /** * virMemoryParameterPtr: * * a virMemoryParameterPtr is a pointer to a virMemoryParameter structure. * Provided for backwards compatibility; virTypedParameterPtr is the * preferred alias since 0.9.2. */ typedef virMemoryParameter *virMemoryParameterPtr; /* Add new interfaces to the appropriate sections earlier in this * file; the end of the file is reserved for deprecated names. */ #ifdef __cplusplus } #endif #endif /* __VIR_VIRLIB_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libvirt/virterror.h������������������������������������������������0000644�0001750�0001750�00000036545�13032736614�017535� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * virterror.h: Error handling interfaces for the libvirt library * Summary: error handling interfaces for the libvirt library * Description: Provides the interfaces of the libvirt library to handle * errors raised while using the library. * * Copyright (C) 2006, 2010-2012 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * <http://www.gnu.org/licenses/>. * * Author: Daniel Veillard <veillard@redhat.com> */ #ifndef __VIR_VIRERR_H__ # define __VIR_VIRERR_H__ # include "libvirt.h" # ifdef __cplusplus extern "C" { # endif /** * virErrorLevel: * * Indicates the level of an error */ typedef enum { VIR_ERR_NONE = 0, VIR_ERR_WARNING = 1, /* A simple warning */ VIR_ERR_ERROR = 2 /* An error */ } virErrorLevel; /** * virErrorDomain: * * Indicates where an error may have come from. This should remain * stable, with all additions placed at the end since libvirt 0.1.0. */ typedef enum { VIR_FROM_NONE = 0, VIR_FROM_XEN = 1, /* Error at Xen hypervisor layer */ VIR_FROM_XEND = 2, /* Error at connection with xend daemon */ VIR_FROM_XENSTORE = 3, /* Error at connection with xen store */ VIR_FROM_SEXPR = 4, /* Error in the S-Expression code */ VIR_FROM_XML = 5, /* Error in the XML code */ VIR_FROM_DOM = 6, /* Error when operating on a domain */ VIR_FROM_RPC = 7, /* Error in the XML-RPC code */ VIR_FROM_PROXY = 8, /* Error in the proxy code; unused since 0.8.6 */ VIR_FROM_CONF = 9, /* Error in the configuration file handling */ VIR_FROM_QEMU = 10, /* Error at the QEMU daemon */ VIR_FROM_NET = 11, /* Error when operating on a network */ VIR_FROM_TEST = 12, /* Error from test driver */ VIR_FROM_REMOTE = 13, /* Error from remote driver */ VIR_FROM_OPENVZ = 14, /* Error from OpenVZ driver */ VIR_FROM_XENXM = 15, /* Error at Xen XM layer */ VIR_FROM_STATS_LINUX = 16, /* Error in the Linux Stats code */ VIR_FROM_LXC = 17, /* Error from Linux Container driver */ VIR_FROM_STORAGE = 18, /* Error from storage driver */ VIR_FROM_NETWORK = 19, /* Error from network config */ VIR_FROM_DOMAIN = 20, /* Error from domain config */ VIR_FROM_UML = 21, /* Error at the UML driver */ VIR_FROM_NODEDEV = 22, /* Error from node device monitor */ VIR_FROM_XEN_INOTIFY = 23, /* Error from xen inotify layer */ VIR_FROM_SECURITY = 24, /* Error from security framework */ VIR_FROM_VBOX = 25, /* Error from VirtualBox driver */ VIR_FROM_INTERFACE = 26, /* Error when operating on an interface */ VIR_FROM_ONE = 27, /* The OpenNebula driver no longer exists. Retained for ABI/API compat only */ VIR_FROM_ESX = 28, /* Error from ESX driver */ VIR_FROM_PHYP = 29, /* Error from IBM power hypervisor */ VIR_FROM_SECRET = 30, /* Error from secret storage */ VIR_FROM_CPU = 31, /* Error from CPU driver */ VIR_FROM_XENAPI = 32, /* Error from XenAPI */ VIR_FROM_NWFILTER = 33, /* Error from network filter driver */ VIR_FROM_HOOK = 34, /* Error from Synchronous hooks */ VIR_FROM_DOMAIN_SNAPSHOT = 35,/* Error from domain snapshot */ VIR_FROM_AUDIT = 36, /* Error from auditing subsystem */ VIR_FROM_SYSINFO = 37, /* Error from sysinfo/SMBIOS */ VIR_FROM_STREAMS = 38, /* Error from I/O streams */ VIR_FROM_VMWARE = 39, /* Error from VMware driver */ VIR_FROM_EVENT = 40, /* Error from event loop impl */ VIR_FROM_LIBXL = 41, /* Error from libxenlight driver */ VIR_FROM_LOCKING = 42, /* Error from lock manager */ VIR_FROM_HYPERV = 43, /* Error from Hyper-V driver */ VIR_FROM_CAPABILITIES = 44, /* Error from capabilities */ VIR_FROM_URI = 45, /* Error from URI handling */ VIR_FROM_AUTH = 46, /* Error from auth handling */ VIR_FROM_DBUS = 47, /* Error from DBus */ VIR_FROM_PARALLELS = 48, /* Error from Parallels */ VIR_FROM_DEVICE = 49, /* Error from Device */ VIR_FROM_SSH = 50, /* Error from libssh2 connection transport */ VIR_FROM_LOCKSPACE = 51, /* Error from lockspace */ VIR_FROM_INITCTL = 52, /* Error from initctl device communication */ VIR_FROM_IDENTITY = 53, /* Error from identity code */ VIR_FROM_CGROUP = 54, /* Error from cgroups */ VIR_FROM_ACCESS = 55, /* Error from access control manager */ VIR_FROM_SYSTEMD = 56, /* Error from systemd code */ # ifdef VIR_ENUM_SENTINELS VIR_ERR_DOMAIN_LAST # endif } virErrorDomain; /** * virError: * * A libvirt Error instance. * * The conn, dom and net fields should be used with extreme care. * Reference counts are not incremented so the underlying objects * may be deleted without notice after the error has been delivered. */ typedef struct _virError virError; typedef virError *virErrorPtr; struct _virError { int code; /* The error code, a virErrorNumber */ int domain; /* What part of the library raised this error */ char *message;/* human-readable informative error message */ virErrorLevel level;/* how consequent is the error */ virConnectPtr conn VIR_DEPRECATED; /* connection if available, deprecated see note above */ virDomainPtr dom VIR_DEPRECATED; /* domain if available, deprecated see note above */ char *str1; /* extra string information */ char *str2; /* extra string information */ char *str3; /* extra string information */ int int1; /* extra number information */ int int2; /* extra number information */ virNetworkPtr net VIR_DEPRECATED; /* network if available, deprecated see note above */ }; /** * virErrorNumber: * * The full list of errors the library can generate * * This list should remain stable, with all additions placed at the * end since libvirt 0.1.0. There is one exception: values added * between libvirt 0.7.1 and libvirt 0.7.7 (VIR_WAR_NO_SECRET through * VIR_ERR_MIGRATE_PERSIST_FAILED) were inadvertently relocated by * four positions in 0.8.0. If you suspect version mismatch between a * server and client, then you can decipher values as follows: * * switch (err.code) { * case 60: * // no way to tell VIR_WAR_NO_SECRET apart from VIR_WAR_NO_NWFILTER, * // but both are very similar warnings * break; * case 61: case 62: case 63: * if (err.domain != VIR_FROM_NWFILTER) * err.code += 4; * break; * case 64: * if (err.domain == VIR_FROM_QEMU) * err.code += 4; * break; * case 65: * if (err.domain == VIR_FROM_XEN) * err.code += 4; * break; * default: * } */ typedef enum { VIR_ERR_OK = 0, VIR_ERR_INTERNAL_ERROR = 1, /* internal error */ VIR_ERR_NO_MEMORY = 2, /* memory allocation failure */ VIR_ERR_NO_SUPPORT = 3, /* no support for this function */ VIR_ERR_UNKNOWN_HOST = 4, /* could not resolve hostname */ VIR_ERR_NO_CONNECT = 5, /* can't connect to hypervisor */ VIR_ERR_INVALID_CONN = 6, /* invalid connection object */ VIR_ERR_INVALID_DOMAIN = 7, /* invalid domain object */ VIR_ERR_INVALID_ARG = 8, /* invalid function argument */ VIR_ERR_OPERATION_FAILED = 9, /* a command to hypervisor failed */ VIR_ERR_GET_FAILED = 10, /* a HTTP GET command to failed */ VIR_ERR_POST_FAILED = 11, /* a HTTP POST command to failed */ VIR_ERR_HTTP_ERROR = 12, /* unexpected HTTP error code */ VIR_ERR_SEXPR_SERIAL = 13, /* failure to serialize an S-Expr */ VIR_ERR_NO_XEN = 14, /* could not open Xen hypervisor control */ VIR_ERR_XEN_CALL = 15, /* failure doing an hypervisor call */ VIR_ERR_OS_TYPE = 16, /* unknown OS type */ VIR_ERR_NO_KERNEL = 17, /* missing kernel information */ VIR_ERR_NO_ROOT = 18, /* missing root device information */ VIR_ERR_NO_SOURCE = 19, /* missing source device information */ VIR_ERR_NO_TARGET = 20, /* missing target device information */ VIR_ERR_NO_NAME = 21, /* missing domain name information */ VIR_ERR_NO_OS = 22, /* missing domain OS information */ VIR_ERR_NO_DEVICE = 23, /* missing domain devices information */ VIR_ERR_NO_XENSTORE = 24, /* could not open Xen Store control */ VIR_ERR_DRIVER_FULL = 25, /* too many drivers registered */ VIR_ERR_CALL_FAILED = 26, /* not supported by the drivers (DEPRECATED) */ VIR_ERR_XML_ERROR = 27, /* an XML description is not well formed or broken */ VIR_ERR_DOM_EXIST = 28, /* the domain already exist */ VIR_ERR_OPERATION_DENIED = 29, /* operation forbidden on read-only connections */ VIR_ERR_OPEN_FAILED = 30, /* failed to open a conf file */ VIR_ERR_READ_FAILED = 31, /* failed to read a conf file */ VIR_ERR_PARSE_FAILED = 32, /* failed to parse a conf file */ VIR_ERR_CONF_SYNTAX = 33, /* failed to parse the syntax of a conf file */ VIR_ERR_WRITE_FAILED = 34, /* failed to write a conf file */ VIR_ERR_XML_DETAIL = 35, /* detail of an XML error */ VIR_ERR_INVALID_NETWORK = 36, /* invalid network object */ VIR_ERR_NETWORK_EXIST = 37, /* the network already exist */ VIR_ERR_SYSTEM_ERROR = 38, /* general system call failure */ VIR_ERR_RPC = 39, /* some sort of RPC error */ VIR_ERR_GNUTLS_ERROR = 40, /* error from a GNUTLS call */ VIR_WAR_NO_NETWORK = 41, /* failed to start network */ VIR_ERR_NO_DOMAIN = 42, /* domain not found or unexpectedly disappeared */ VIR_ERR_NO_NETWORK = 43, /* network not found */ VIR_ERR_INVALID_MAC = 44, /* invalid MAC address */ VIR_ERR_AUTH_FAILED = 45, /* authentication failed */ VIR_ERR_INVALID_STORAGE_POOL = 46, /* invalid storage pool object */ VIR_ERR_INVALID_STORAGE_VOL = 47, /* invalid storage vol object */ VIR_WAR_NO_STORAGE = 48, /* failed to start storage */ VIR_ERR_NO_STORAGE_POOL = 49, /* storage pool not found */ VIR_ERR_NO_STORAGE_VOL = 50, /* storage volume not found */ VIR_WAR_NO_NODE = 51, /* failed to start node driver */ VIR_ERR_INVALID_NODE_DEVICE = 52, /* invalid node device object */ VIR_ERR_NO_NODE_DEVICE = 53, /* node device not found */ VIR_ERR_NO_SECURITY_MODEL = 54, /* security model not found */ VIR_ERR_OPERATION_INVALID = 55, /* operation is not applicable at this time */ VIR_WAR_NO_INTERFACE = 56, /* failed to start interface driver */ VIR_ERR_NO_INTERFACE = 57, /* interface driver not running */ VIR_ERR_INVALID_INTERFACE = 58, /* invalid interface object */ VIR_ERR_MULTIPLE_INTERFACES = 59, /* more than one matching interface found */ VIR_WAR_NO_NWFILTER = 60, /* failed to start nwfilter driver */ VIR_ERR_INVALID_NWFILTER = 61, /* invalid nwfilter object */ VIR_ERR_NO_NWFILTER = 62, /* nw filter pool not found */ VIR_ERR_BUILD_FIREWALL = 63, /* nw filter pool not found */ VIR_WAR_NO_SECRET = 64, /* failed to start secret storage */ VIR_ERR_INVALID_SECRET = 65, /* invalid secret */ VIR_ERR_NO_SECRET = 66, /* secret not found */ VIR_ERR_CONFIG_UNSUPPORTED = 67, /* unsupported configuration construct */ VIR_ERR_OPERATION_TIMEOUT = 68, /* timeout occurred during operation */ VIR_ERR_MIGRATE_PERSIST_FAILED = 69,/* a migration worked, but making the VM persist on the dest host failed */ VIR_ERR_HOOK_SCRIPT_FAILED = 70, /* a synchronous hook script failed */ VIR_ERR_INVALID_DOMAIN_SNAPSHOT = 71,/* invalid domain snapshot */ VIR_ERR_NO_DOMAIN_SNAPSHOT = 72, /* domain snapshot not found */ VIR_ERR_INVALID_STREAM = 73, /* stream pointer not valid */ VIR_ERR_ARGUMENT_UNSUPPORTED = 74, /* valid API use but unsupported by the given driver */ VIR_ERR_STORAGE_PROBE_FAILED = 75, /* storage pool probe failed */ VIR_ERR_STORAGE_POOL_BUILT = 76, /* storage pool already built */ VIR_ERR_SNAPSHOT_REVERT_RISKY = 77, /* force was not requested for a risky domain snapshot revert */ VIR_ERR_OPERATION_ABORTED = 78, /* operation on a domain was canceled/aborted by user */ VIR_ERR_AUTH_CANCELLED = 79, /* authentication cancelled */ VIR_ERR_NO_DOMAIN_METADATA = 80, /* The metadata is not present */ VIR_ERR_MIGRATE_UNSAFE = 81, /* Migration is not safe */ VIR_ERR_OVERFLOW = 82, /* integer overflow */ VIR_ERR_BLOCK_COPY_ACTIVE = 83, /* action prevented by block copy job */ VIR_ERR_OPERATION_UNSUPPORTED = 84, /* The requested operation is not supported */ VIR_ERR_SSH = 85, /* error in ssh transport driver */ VIR_ERR_AGENT_UNRESPONSIVE = 86, /* guest agent is unresponsive, not running or not usable */ VIR_ERR_RESOURCE_BUSY = 87, /* resource is already in use */ VIR_ERR_ACCESS_DENIED = 88, /* operation on the object/resource was denied */ VIR_ERR_DBUS_SERVICE = 89, /* error from a dbus service */ } virErrorNumber; /** * virErrorFunc: * @userData: user provided data for the error callback * @error: the error being raised. * * Signature of a function to use when there is an error raised by the library. */ typedef void (*virErrorFunc) (void *userData, virErrorPtr error); /* * Errors can be handled as asynchronous callbacks or after the routine * failed. They can also be handled globally at the library level, or * at the connection level (which then has priority). */ virErrorPtr virGetLastError (void); virErrorPtr virSaveLastError (void); void virResetLastError (void); void virResetError (virErrorPtr err); void virFreeError (virErrorPtr err); const char * virGetLastErrorMessage (void); virErrorPtr virConnGetLastError (virConnectPtr conn); void virConnResetLastError (virConnectPtr conn); int virCopyLastError (virErrorPtr to); void virDefaultErrorFunc (virErrorPtr err); void virSetErrorFunc (void *userData, virErrorFunc handler); void virConnSetErrorFunc (virConnectPtr conn, void *userData, virErrorFunc handler); int virConnCopyLastError (virConnectPtr conn, virErrorPtr to); # ifdef __cplusplus } # endif #endif /* __VIR_VIRERR_H__ */ �����������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/������������������������������������������������������������0000755�0001750�0001750�00000000000�13032736614�015205� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/DOCBparser.h������������������������������������������������0000644�0001750�0001750�00000006125�13032736614�017226� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: old DocBook SGML parser * Description: interface for a DocBook SGML non-verifying parser * This code is DEPRECATED, and should not be used anymore. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __DOCB_PARSER_H__ #define __DOCB_PARSER_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_DOCB_ENABLED #include <libxml/parser.h> #include <libxml/parserInternals.h> #ifndef IN_LIBXML #ifdef __GNUC__ #warning "The DOCBparser module has been deprecated in libxml2-2.6.0" #endif #endif #ifdef __cplusplus extern "C" { #endif /* * Most of the back-end structures from XML and SGML are shared. */ typedef xmlParserCtxt docbParserCtxt; typedef xmlParserCtxtPtr docbParserCtxtPtr; typedef xmlSAXHandler docbSAXHandler; typedef xmlSAXHandlerPtr docbSAXHandlerPtr; typedef xmlParserInput docbParserInput; typedef xmlParserInputPtr docbParserInputPtr; typedef xmlDocPtr docbDocPtr; /* * There is only few public functions. */ XMLPUBFUN int XMLCALL docbEncodeEntities(unsigned char *out, int *outlen, const unsigned char *in, int *inlen, int quoteChar); XMLPUBFUN docbDocPtr XMLCALL docbSAXParseDoc (xmlChar *cur, const char *encoding, docbSAXHandlerPtr sax, void *userData); XMLPUBFUN docbDocPtr XMLCALL docbParseDoc (xmlChar *cur, const char *encoding); XMLPUBFUN docbDocPtr XMLCALL docbSAXParseFile (const char *filename, const char *encoding, docbSAXHandlerPtr sax, void *userData); XMLPUBFUN docbDocPtr XMLCALL docbParseFile (const char *filename, const char *encoding); /** * Interfaces for the Push mode. */ XMLPUBFUN void XMLCALL docbFreeParserCtxt (docbParserCtxtPtr ctxt); XMLPUBFUN docbParserCtxtPtr XMLCALL docbCreatePushParserCtxt(docbSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename, xmlCharEncoding enc); XMLPUBFUN int XMLCALL docbParseChunk (docbParserCtxtPtr ctxt, const char *chunk, int size, int terminate); XMLPUBFUN docbParserCtxtPtr XMLCALL docbCreateFileParserCtxt(const char *filename, const char *encoding); XMLPUBFUN int XMLCALL docbParseDocument (docbParserCtxtPtr ctxt); #ifdef __cplusplus } #endif #endif /* LIBXML_DOCB_ENABLED */ #endif /* __DOCB_PARSER_H__ */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/HTMLparser.h������������������������������������������������0000644�0001750�0001750�00000021615�13032736614�017264� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: interface for an HTML 4.0 non-verifying parser * Description: this module implements an HTML 4.0 non-verifying parser * with API compatible with the XML parser ones. It should * be able to parse "real world" HTML, even if severely * broken from a specification point of view. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __HTML_PARSER_H__ #define __HTML_PARSER_H__ #include <libxml/xmlversion.h> #include <libxml/parser.h> #ifdef LIBXML_HTML_ENABLED #ifdef __cplusplus extern "C" { #endif /* * Most of the back-end structures from XML and HTML are shared. */ typedef xmlParserCtxt htmlParserCtxt; typedef xmlParserCtxtPtr htmlParserCtxtPtr; typedef xmlParserNodeInfo htmlParserNodeInfo; typedef xmlSAXHandler htmlSAXHandler; typedef xmlSAXHandlerPtr htmlSAXHandlerPtr; typedef xmlParserInput htmlParserInput; typedef xmlParserInputPtr htmlParserInputPtr; typedef xmlDocPtr htmlDocPtr; typedef xmlNodePtr htmlNodePtr; /* * Internal description of an HTML element, representing HTML 4.01 * and XHTML 1.0 (which share the same structure). */ typedef struct _htmlElemDesc htmlElemDesc; typedef htmlElemDesc *htmlElemDescPtr; struct _htmlElemDesc { const char *name; /* The tag name */ char startTag; /* Whether the start tag can be implied */ char endTag; /* Whether the end tag can be implied */ char saveEndTag; /* Whether the end tag should be saved */ char empty; /* Is this an empty element ? */ char depr; /* Is this a deprecated element ? */ char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ char isinline; /* is this a block 0 or inline 1 element */ const char *desc; /* the description */ /* NRK Jan.2003 * New fields encapsulating HTML structure * * Bugs: * This is a very limited representation. It fails to tell us when * an element *requires* subelements (we only have whether they're * allowed or not), and it doesn't tell us where CDATA and PCDATA * are allowed. Some element relationships are not fully represented: * these are flagged with the word MODIFIER */ const char** subelts; /* allowed sub-elements of this element */ const char* defaultsubelt; /* subelement for suggested auto-repair if necessary or NULL */ const char** attrs_opt; /* Optional Attributes */ const char** attrs_depr; /* Additional deprecated attributes */ const char** attrs_req; /* Required attributes */ }; /* * Internal description of an HTML entity. */ typedef struct _htmlEntityDesc htmlEntityDesc; typedef htmlEntityDesc *htmlEntityDescPtr; struct _htmlEntityDesc { unsigned int value; /* the UNICODE value for the character */ const char *name; /* The entity name */ const char *desc; /* the description */ }; /* * There is only few public functions. */ XMLPUBFUN const htmlElemDesc * XMLCALL htmlTagLookup (const xmlChar *tag); XMLPUBFUN const htmlEntityDesc * XMLCALL htmlEntityLookup(const xmlChar *name); XMLPUBFUN const htmlEntityDesc * XMLCALL htmlEntityValueLookup(unsigned int value); XMLPUBFUN int XMLCALL htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem); XMLPUBFUN int XMLCALL htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem); XMLPUBFUN const htmlEntityDesc * XMLCALL htmlParseEntityRef(htmlParserCtxtPtr ctxt, const xmlChar **str); XMLPUBFUN int XMLCALL htmlParseCharRef(htmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL htmlParseElement(htmlParserCtxtPtr ctxt); XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateMemoryParserCtxt(const char *buffer, int size); XMLPUBFUN int XMLCALL htmlParseDocument(htmlParserCtxtPtr ctxt); XMLPUBFUN htmlDocPtr XMLCALL htmlSAXParseDoc (xmlChar *cur, const char *encoding, htmlSAXHandlerPtr sax, void *userData); XMLPUBFUN htmlDocPtr XMLCALL htmlParseDoc (xmlChar *cur, const char *encoding); XMLPUBFUN htmlDocPtr XMLCALL htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, void *userData); XMLPUBFUN htmlDocPtr XMLCALL htmlParseFile (const char *filename, const char *encoding); XMLPUBFUN int XMLCALL UTF8ToHtml (unsigned char *out, int *outlen, const unsigned char *in, int *inlen); XMLPUBFUN int XMLCALL htmlEncodeEntities(unsigned char *out, int *outlen, const unsigned char *in, int *inlen, int quoteChar); XMLPUBFUN int XMLCALL htmlIsScriptAttribute(const xmlChar *name); XMLPUBFUN int XMLCALL htmlHandleOmittedElem(int val); #ifdef LIBXML_PUSH_ENABLED /** * Interfaces for the Push mode. */ XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename, xmlCharEncoding enc); XMLPUBFUN int XMLCALL htmlParseChunk (htmlParserCtxtPtr ctxt, const char *chunk, int size, int terminate); #endif /* LIBXML_PUSH_ENABLED */ XMLPUBFUN void XMLCALL htmlFreeParserCtxt (htmlParserCtxtPtr ctxt); /* * New set of simpler/more flexible APIs */ /** * xmlParserOption: * * This is the set of XML parser options that can be passed down * to the xmlReadDoc() and similar calls. */ typedef enum { HTML_PARSE_RECOVER = 1<<0, /* Relaxed parsing */ HTML_PARSE_NOERROR = 1<<5, /* suppress error reports */ HTML_PARSE_NOWARNING= 1<<6, /* suppress warning reports */ HTML_PARSE_PEDANTIC = 1<<7, /* pedantic error reporting */ HTML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ HTML_PARSE_NONET = 1<<11,/* Forbid network access */ HTML_PARSE_COMPACT = 1<<16 /* compact small text nodes */ } htmlParserOption; XMLPUBFUN void XMLCALL htmlCtxtReset (htmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL htmlCtxtUseOptions (htmlParserCtxtPtr ctxt, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlReadDoc (const xmlChar *cur, const char *URL, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlReadFile (const char *URL, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlReadMemory (const char *buffer, int size, const char *URL, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlReadFd (int fd, const char *URL, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlReadIO (xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlCtxtReadDoc (xmlParserCtxtPtr ctxt, const xmlChar *cur, const char *URL, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlCtxtReadFile (xmlParserCtxtPtr ctxt, const char *filename, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlCtxtReadMemory (xmlParserCtxtPtr ctxt, const char *buffer, int size, const char *URL, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlCtxtReadFd (xmlParserCtxtPtr ctxt, int fd, const char *URL, const char *encoding, int options); XMLPUBFUN htmlDocPtr XMLCALL htmlCtxtReadIO (xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options); /* NRK/Jan2003: further knowledge of HTML structure */ typedef enum { HTML_NA = 0 , /* something we don't check at all */ HTML_INVALID = 0x1 , HTML_DEPRECATED = 0x2 , HTML_VALID = 0x4 , HTML_REQUIRED = 0xc /* VALID bit set so ( & HTML_VALID ) is TRUE */ } htmlStatus ; /* Using htmlElemDesc rather than name here, to emphasise the fact that otherwise there's a lookup overhead */ XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ; XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ; XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const htmlElemDesc*, const htmlElemDesc*) ; XMLPUBFUN htmlStatus XMLCALL htmlNodeStatus(const htmlNodePtr, int) ; /** * htmlDefaultSubelement: * @elt: HTML element * * Returns the default subelement for this element */ #define htmlDefaultSubelement(elt) elt->defaultsubelt /** * htmlElementAllowedHereDesc: * @parent: HTML parent element * @elt: HTML element * * Checks whether an HTML element description may be a * direct child of the specified element. * * Returns 1 if allowed; 0 otherwise. */ #define htmlElementAllowedHereDesc(parent,elt) \ htmlElementAllowedHere((parent), (elt)->name) /** * htmlRequiredAttrs: * @elt: HTML element * * Returns the attributes required for the specified element. */ #define htmlRequiredAttrs(elt) (elt)->attrs_req #ifdef __cplusplus } #endif #endif /* LIBXML_HTML_ENABLED */ #endif /* __HTML_PARSER_H__ */ �������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/HTMLtree.h��������������������������������������������������0000644�0001750�0001750�00000007075�13032736614�016733� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: specific APIs to process HTML tree, especially serialization * Description: this module implements a few function needed to process * tree in an HTML specific way. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __HTML_TREE_H__ #define __HTML_TREE_H__ #include <stdio.h> #include <libxml/xmlversion.h> #include <libxml/tree.h> #include <libxml/HTMLparser.h> #ifdef LIBXML_HTML_ENABLED #ifdef __cplusplus extern "C" { #endif /** * HTML_TEXT_NODE: * * Macro. A text node in a HTML document is really implemented * the same way as a text node in an XML document. */ #define HTML_TEXT_NODE XML_TEXT_NODE /** * HTML_ENTITY_REF_NODE: * * Macro. An entity reference in a HTML document is really implemented * the same way as an entity reference in an XML document. */ #define HTML_ENTITY_REF_NODE XML_ENTITY_REF_NODE /** * HTML_COMMENT_NODE: * * Macro. A comment in a HTML document is really implemented * the same way as a comment in an XML document. */ #define HTML_COMMENT_NODE XML_COMMENT_NODE /** * HTML_PRESERVE_NODE: * * Macro. A preserved node in a HTML document is really implemented * the same way as a CDATA section in an XML document. */ #define HTML_PRESERVE_NODE XML_CDATA_SECTION_NODE /** * HTML_PI_NODE: * * Macro. A processing instruction in a HTML document is really implemented * the same way as a processing instruction in an XML document. */ #define HTML_PI_NODE XML_PI_NODE XMLPUBFUN htmlDocPtr XMLCALL htmlNewDoc (const xmlChar *URI, const xmlChar *ExternalID); XMLPUBFUN htmlDocPtr XMLCALL htmlNewDocNoDtD (const xmlChar *URI, const xmlChar *ExternalID); XMLPUBFUN const xmlChar * XMLCALL htmlGetMetaEncoding (htmlDocPtr doc); XMLPUBFUN int XMLCALL htmlSetMetaEncoding (htmlDocPtr doc, const xmlChar *encoding); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL htmlDocDumpMemory (xmlDocPtr cur, xmlChar **mem, int *size); XMLPUBFUN void XMLCALL htmlDocDumpMemoryFormat (xmlDocPtr cur, xmlChar **mem, int *size, int format); XMLPUBFUN int XMLCALL htmlDocDump (FILE *f, xmlDocPtr cur); XMLPUBFUN int XMLCALL htmlSaveFile (const char *filename, xmlDocPtr cur); XMLPUBFUN int XMLCALL htmlNodeDump (xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur); XMLPUBFUN void XMLCALL htmlNodeDumpFile (FILE *out, xmlDocPtr doc, xmlNodePtr cur); XMLPUBFUN int XMLCALL htmlNodeDumpFileFormat (FILE *out, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format); XMLPUBFUN int XMLCALL htmlSaveFileEnc (const char *filename, xmlDocPtr cur, const char *encoding); XMLPUBFUN int XMLCALL htmlSaveFileFormat (const char *filename, xmlDocPtr cur, const char *encoding, int format); XMLPUBFUN void XMLCALL htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format); XMLPUBFUN void XMLCALL htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding); XMLPUBFUN void XMLCALL htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding, int format); XMLPUBFUN void XMLCALL htmlNodeDumpOutput (xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding); #endif /* LIBXML_OUTPUT_ENABLED */ XMLPUBFUN int XMLCALL htmlIsBooleanAttr (const xmlChar *name); #ifdef __cplusplus } #endif #endif /* LIBXML_HTML_ENABLED */ #endif /* __HTML_TREE_H__ */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/SAX.h�������������������������������������������������������0000644�0001750�0001750�00000010364�13032736614�015735� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: Old SAX version 1 handler, deprecated * Description: DEPRECATED set of SAX version 1 interfaces used to * build the DOM tree. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_SAX_H__ #define __XML_SAX_H__ #include <stdio.h> #include <stdlib.h> #include <libxml/xmlversion.h> #include <libxml/parser.h> #include <libxml/xlink.h> #ifdef LIBXML_LEGACY_ENABLED #ifdef __cplusplus extern "C" { #endif XMLPUBFUN const xmlChar * XMLCALL getPublicId (void *ctx); XMLPUBFUN const xmlChar * XMLCALL getSystemId (void *ctx); XMLPUBFUN void XMLCALL setDocumentLocator (void *ctx, xmlSAXLocatorPtr loc); XMLPUBFUN int XMLCALL getLineNumber (void *ctx); XMLPUBFUN int XMLCALL getColumnNumber (void *ctx); XMLPUBFUN int XMLCALL isStandalone (void *ctx); XMLPUBFUN int XMLCALL hasInternalSubset (void *ctx); XMLPUBFUN int XMLCALL hasExternalSubset (void *ctx); XMLPUBFUN void XMLCALL internalSubset (void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); XMLPUBFUN void XMLCALL externalSubset (void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); XMLPUBFUN xmlEntityPtr XMLCALL getEntity (void *ctx, const xmlChar *name); XMLPUBFUN xmlEntityPtr XMLCALL getParameterEntity (void *ctx, const xmlChar *name); XMLPUBFUN xmlParserInputPtr XMLCALL resolveEntity (void *ctx, const xmlChar *publicId, const xmlChar *systemId); XMLPUBFUN void XMLCALL entityDecl (void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content); XMLPUBFUN void XMLCALL attributeDecl (void *ctx, const xmlChar *elem, const xmlChar *fullname, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree); XMLPUBFUN void XMLCALL elementDecl (void *ctx, const xmlChar *name, int type, xmlElementContentPtr content); XMLPUBFUN void XMLCALL notationDecl (void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId); XMLPUBFUN void XMLCALL unparsedEntityDecl (void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName); XMLPUBFUN void XMLCALL startDocument (void *ctx); XMLPUBFUN void XMLCALL endDocument (void *ctx); XMLPUBFUN void XMLCALL attribute (void *ctx, const xmlChar *fullname, const xmlChar *value); XMLPUBFUN void XMLCALL startElement (void *ctx, const xmlChar *fullname, const xmlChar **atts); XMLPUBFUN void XMLCALL endElement (void *ctx, const xmlChar *name); XMLPUBFUN void XMLCALL reference (void *ctx, const xmlChar *name); XMLPUBFUN void XMLCALL characters (void *ctx, const xmlChar *ch, int len); XMLPUBFUN void XMLCALL ignorableWhitespace (void *ctx, const xmlChar *ch, int len); XMLPUBFUN void XMLCALL processingInstruction (void *ctx, const xmlChar *target, const xmlChar *data); XMLPUBFUN void XMLCALL globalNamespace (void *ctx, const xmlChar *href, const xmlChar *prefix); XMLPUBFUN void XMLCALL setNamespace (void *ctx, const xmlChar *name); XMLPUBFUN xmlNsPtr XMLCALL getNamespace (void *ctx); XMLPUBFUN int XMLCALL checkNamespace (void *ctx, xmlChar *nameSpace); XMLPUBFUN void XMLCALL namespaceDecl (void *ctx, const xmlChar *href, const xmlChar *prefix); XMLPUBFUN void XMLCALL comment (void *ctx, const xmlChar *value); XMLPUBFUN void XMLCALL cdataBlock (void *ctx, const xmlChar *value, int len); #ifdef LIBXML_SAX1_ENABLED XMLPUBFUN void XMLCALL initxmlDefaultSAXHandler (xmlSAXHandlerV1 *hdlr, int warning); #ifdef LIBXML_HTML_ENABLED XMLPUBFUN void XMLCALL inithtmlDefaultSAXHandler (xmlSAXHandlerV1 *hdlr); #endif #ifdef LIBXML_DOCB_ENABLED XMLPUBFUN void XMLCALL initdocbDefaultSAXHandler (xmlSAXHandlerV1 *hdlr); #endif #endif /* LIBXML_SAX1_ENABLED */ #ifdef __cplusplus } #endif #endif /* LIBXML_LEGACY_ENABLED */ #endif /* __XML_SAX_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/SAX2.h������������������������������������������������������0000644�0001750�0001750�00000011415�13032736614�016015� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: SAX2 parser interface used to build the DOM tree * Description: those are the default SAX2 interfaces used by * the library when building DOM tree. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_SAX2_H__ #define __XML_SAX2_H__ #include <stdio.h> #include <stdlib.h> #include <libxml/xmlversion.h> #include <libxml/parser.h> #include <libxml/xlink.h> #ifdef __cplusplus extern "C" { #endif XMLPUBFUN const xmlChar * XMLCALL xmlSAX2GetPublicId (void *ctx); XMLPUBFUN const xmlChar * XMLCALL xmlSAX2GetSystemId (void *ctx); XMLPUBFUN void XMLCALL xmlSAX2SetDocumentLocator (void *ctx, xmlSAXLocatorPtr loc); XMLPUBFUN int XMLCALL xmlSAX2GetLineNumber (void *ctx); XMLPUBFUN int XMLCALL xmlSAX2GetColumnNumber (void *ctx); XMLPUBFUN int XMLCALL xmlSAX2IsStandalone (void *ctx); XMLPUBFUN int XMLCALL xmlSAX2HasInternalSubset (void *ctx); XMLPUBFUN int XMLCALL xmlSAX2HasExternalSubset (void *ctx); XMLPUBFUN void XMLCALL xmlSAX2InternalSubset (void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); XMLPUBFUN void XMLCALL xmlSAX2ExternalSubset (void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); XMLPUBFUN xmlEntityPtr XMLCALL xmlSAX2GetEntity (void *ctx, const xmlChar *name); XMLPUBFUN xmlEntityPtr XMLCALL xmlSAX2GetParameterEntity (void *ctx, const xmlChar *name); XMLPUBFUN xmlParserInputPtr XMLCALL xmlSAX2ResolveEntity (void *ctx, const xmlChar *publicId, const xmlChar *systemId); XMLPUBFUN void XMLCALL xmlSAX2EntityDecl (void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content); XMLPUBFUN void XMLCALL xmlSAX2AttributeDecl (void *ctx, const xmlChar *elem, const xmlChar *fullname, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree); XMLPUBFUN void XMLCALL xmlSAX2ElementDecl (void *ctx, const xmlChar *name, int type, xmlElementContentPtr content); XMLPUBFUN void XMLCALL xmlSAX2NotationDecl (void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId); XMLPUBFUN void XMLCALL xmlSAX2UnparsedEntityDecl (void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName); XMLPUBFUN void XMLCALL xmlSAX2StartDocument (void *ctx); XMLPUBFUN void XMLCALL xmlSAX2EndDocument (void *ctx); #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) XMLPUBFUN void XMLCALL xmlSAX2StartElement (void *ctx, const xmlChar *fullname, const xmlChar **atts); XMLPUBFUN void XMLCALL xmlSAX2EndElement (void *ctx, const xmlChar *name); #endif /* LIBXML_SAX1_ENABLED or LIBXML_HTML_ENABLED */ XMLPUBFUN void XMLCALL xmlSAX2StartElementNs (void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes); XMLPUBFUN void XMLCALL xmlSAX2EndElementNs (void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI); XMLPUBFUN void XMLCALL xmlSAX2Reference (void *ctx, const xmlChar *name); XMLPUBFUN void XMLCALL xmlSAX2Characters (void *ctx, const xmlChar *ch, int len); XMLPUBFUN void XMLCALL xmlSAX2IgnorableWhitespace (void *ctx, const xmlChar *ch, int len); XMLPUBFUN void XMLCALL xmlSAX2ProcessingInstruction (void *ctx, const xmlChar *target, const xmlChar *data); XMLPUBFUN void XMLCALL xmlSAX2Comment (void *ctx, const xmlChar *value); XMLPUBFUN void XMLCALL xmlSAX2CDataBlock (void *ctx, const xmlChar *value, int len); #ifdef LIBXML_SAX1_ENABLED XMLPUBFUN int XMLCALL xmlSAXDefaultVersion (int version); #endif /* LIBXML_SAX1_ENABLED */ XMLPUBFUN int XMLCALL xmlSAXVersion (xmlSAXHandler *hdlr, int version); XMLPUBFUN void XMLCALL xmlSAX2InitDefaultSAXHandler (xmlSAXHandler *hdlr, int warning); #ifdef LIBXML_HTML_ENABLED XMLPUBFUN void XMLCALL xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr); XMLPUBFUN void XMLCALL htmlDefaultSAXHandlerInit (void); #endif #ifdef LIBXML_DOCB_ENABLED XMLPUBFUN void XMLCALL xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr); XMLPUBFUN void XMLCALL docbDefaultSAXHandlerInit (void); #endif XMLPUBFUN void XMLCALL xmlDefaultSAXHandlerInit (void); #ifdef __cplusplus } #endif #endif /* __XML_SAX2_H__ */ ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/c14n.h������������������������������������������������������0000644�0001750�0001750�00000004764�13032736614�016056� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: Provide Canonical XML and Exclusive XML Canonicalization * Description: the c14n modules provides a * * "Canonical XML" implementation * http://www.w3.org/TR/xml-c14n * * and an * * "Exclusive XML Canonicalization" implementation * http://www.w3.org/TR/xml-exc-c14n * Copy: See Copyright for the status of this software. * * Author: Aleksey Sanin <aleksey@aleksey.com> */ #ifndef __XML_C14N_H__ #define __XML_C14N_H__ #ifdef LIBXML_C14N_ENABLED #ifdef LIBXML_OUTPUT_ENABLED #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include <libxml/xmlversion.h> #include <libxml/tree.h> #include <libxml/xpath.h> /* * XML Canonicazation * http://www.w3.org/TR/xml-c14n * * Exclusive XML Canonicazation * http://www.w3.org/TR/xml-exc-c14n * * Canonical form of an XML document could be created if and only if * a) default attributes (if any) are added to all nodes * b) all character and parsed entity references are resolved * In order to achive this in libxml2 the document MUST be loaded with * following global setings: * * xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; * xmlSubstituteEntitiesDefault(1); * * or corresponding parser context setting: * xmlParserCtxtPtr ctxt; * * ... * ctxt->loadsubset = XML_DETECT_IDS | XML_COMPLETE_ATTRS; * ctxt->replaceEntities = 1; * ... */ XMLPUBFUN int XMLCALL xmlC14NDocSaveTo (xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf); XMLPUBFUN int XMLCALL xmlC14NDocDumpMemory (xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlChar **doc_txt_ptr); XMLPUBFUN int XMLCALL xmlC14NDocSave (xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, const char* filename, int compression); /** * This is the core C14N function */ typedef int (*xmlC14NIsVisibleCallback) (void* user_data, xmlNodePtr node, xmlNodePtr parent); XMLPUBFUN int XMLCALL xmlC14NExecute (xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* LIBXML_OUTPUT_ENABLED */ #endif /* LIBXML_C14N_ENABLED */ #endif /* __XML_C14N_H__ */ ������������libvirt-php-0.5.4/winsrc/include/libxml/catalog.h���������������������������������������������������0000644�0001750�0001750�00000011451�13032736614�016712� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/** * Summary: interfaces to the Catalog handling system * Description: the catalog module implements the support for * XML Catalogs and SGML catalogs * * SGML Open Technical Resolution TR9401:1997. * http://www.jclark.com/sp/catalog.htm * * XML Catalogs Working Draft 06 August 2001 * http://www.oasis-open.org/committees/entity/spec-2001-08-06.html * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_CATALOG_H__ #define __XML_CATALOG_H__ #include <stdio.h> #include <libxml/xmlversion.h> #include <libxml/xmlstring.h> #include <libxml/tree.h> #ifdef LIBXML_CATALOG_ENABLED #ifdef __cplusplus extern "C" { #endif /** * XML_CATALOGS_NAMESPACE: * * The namespace for the XML Catalogs elements. */ #define XML_CATALOGS_NAMESPACE \ (const xmlChar *) "urn:oasis:names:tc:entity:xmlns:xml:catalog" /** * XML_CATALOG_PI: * * The specific XML Catalog Processing Instuction name. */ #define XML_CATALOG_PI \ (const xmlChar *) "oasis-xml-catalog" /* * The API is voluntarily limited to general cataloging. */ typedef enum { XML_CATA_PREFER_NONE = 0, XML_CATA_PREFER_PUBLIC = 1, XML_CATA_PREFER_SYSTEM } xmlCatalogPrefer; typedef enum { XML_CATA_ALLOW_NONE = 0, XML_CATA_ALLOW_GLOBAL = 1, XML_CATA_ALLOW_DOCUMENT = 2, XML_CATA_ALLOW_ALL = 3 } xmlCatalogAllow; typedef struct _xmlCatalog xmlCatalog; typedef xmlCatalog *xmlCatalogPtr; /* * Operations on a given catalog. */ XMLPUBFUN xmlCatalogPtr XMLCALL xmlNewCatalog (int sgml); XMLPUBFUN xmlCatalogPtr XMLCALL xmlLoadACatalog (const char *filename); XMLPUBFUN xmlCatalogPtr XMLCALL xmlLoadSGMLSuperCatalog (const char *filename); XMLPUBFUN int XMLCALL xmlConvertSGMLCatalog (xmlCatalogPtr catal); XMLPUBFUN int XMLCALL xmlACatalogAdd (xmlCatalogPtr catal, const xmlChar *type, const xmlChar *orig, const xmlChar *replace); XMLPUBFUN int XMLCALL xmlACatalogRemove (xmlCatalogPtr catal, const xmlChar *value); XMLPUBFUN xmlChar * XMLCALL xmlACatalogResolve (xmlCatalogPtr catal, const xmlChar *pubID, const xmlChar *sysID); XMLPUBFUN xmlChar * XMLCALL xmlACatalogResolveSystem(xmlCatalogPtr catal, const xmlChar *sysID); XMLPUBFUN xmlChar * XMLCALL xmlACatalogResolvePublic(xmlCatalogPtr catal, const xmlChar *pubID); XMLPUBFUN xmlChar * XMLCALL xmlACatalogResolveURI (xmlCatalogPtr catal, const xmlChar *URI); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlACatalogDump (xmlCatalogPtr catal, FILE *out); #endif /* LIBXML_OUTPUT_ENABLED */ XMLPUBFUN void XMLCALL xmlFreeCatalog (xmlCatalogPtr catal); XMLPUBFUN int XMLCALL xmlCatalogIsEmpty (xmlCatalogPtr catal); /* * Global operations. */ XMLPUBFUN void XMLCALL xmlInitializeCatalog (void); XMLPUBFUN int XMLCALL xmlLoadCatalog (const char *filename); XMLPUBFUN void XMLCALL xmlLoadCatalogs (const char *paths); XMLPUBFUN void XMLCALL xmlCatalogCleanup (void); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlCatalogDump (FILE *out); #endif /* LIBXML_OUTPUT_ENABLED */ XMLPUBFUN xmlChar * XMLCALL xmlCatalogResolve (const xmlChar *pubID, const xmlChar *sysID); XMLPUBFUN xmlChar * XMLCALL xmlCatalogResolveSystem (const xmlChar *sysID); XMLPUBFUN xmlChar * XMLCALL xmlCatalogResolvePublic (const xmlChar *pubID); XMLPUBFUN xmlChar * XMLCALL xmlCatalogResolveURI (const xmlChar *URI); XMLPUBFUN int XMLCALL xmlCatalogAdd (const xmlChar *type, const xmlChar *orig, const xmlChar *replace); XMLPUBFUN int XMLCALL xmlCatalogRemove (const xmlChar *value); XMLPUBFUN xmlDocPtr XMLCALL xmlParseCatalogFile (const char *filename); XMLPUBFUN int XMLCALL xmlCatalogConvert (void); /* * Strictly minimal interfaces for per-document catalogs used * by the parser. */ XMLPUBFUN void XMLCALL xmlCatalogFreeLocal (void *catalogs); XMLPUBFUN void * XMLCALL xmlCatalogAddLocal (void *catalogs, const xmlChar *URL); XMLPUBFUN xmlChar * XMLCALL xmlCatalogLocalResolve (void *catalogs, const xmlChar *pubID, const xmlChar *sysID); XMLPUBFUN xmlChar * XMLCALL xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI); /* * Preference settings. */ XMLPUBFUN int XMLCALL xmlCatalogSetDebug (int level); XMLPUBFUN xmlCatalogPrefer XMLCALL xmlCatalogSetDefaultPrefer(xmlCatalogPrefer prefer); XMLPUBFUN void XMLCALL xmlCatalogSetDefaults (xmlCatalogAllow allow); XMLPUBFUN xmlCatalogAllow XMLCALL xmlCatalogGetDefaults (void); /* DEPRECATED interfaces */ XMLPUBFUN const xmlChar * XMLCALL xmlCatalogGetSystem (const xmlChar *sysID); XMLPUBFUN const xmlChar * XMLCALL xmlCatalogGetPublic (const xmlChar *pubID); #ifdef __cplusplus } #endif #endif /* LIBXML_CATALOG_ENABLED */ #endif /* __XML_CATALOG_H__ */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/chvalid.h���������������������������������������������������0000644�0001750�0001750�00000011753�13032736614�016717� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: Unicode character range checking * Description: this module exports interfaces for the character * range validation APIs * * This file is automatically generated from the cvs source * definition files using the genChRanges.py Python script * * Generation date: Tue Nov 18 08:14:21 2003 * Sources: chvalid.def * Author: William Brack <wbrack@mmm.com.hk> */ #ifndef __XML_CHVALID_H__ #define __XML_CHVALID_H__ #include <libxml/xmlversion.h> #include <libxml/xmlstring.h> #ifdef __cplusplus extern "C" { #endif /* * Define our typedefs and structures * */ typedef struct _xmlChSRange xmlChSRange; typedef xmlChSRange *xmlChSRangePtr; struct _xmlChSRange { unsigned short low; unsigned short high; }; typedef struct _xmlChLRange xmlChLRange; typedef xmlChLRange *xmlChLRangePtr; struct _xmlChLRange { unsigned int low; unsigned int high; }; typedef struct _xmlChRangeGroup xmlChRangeGroup; typedef xmlChRangeGroup *xmlChRangeGroupPtr; struct _xmlChRangeGroup { int nbShortRange; int nbLongRange; xmlChSRangePtr shortRange; /* points to an array of ranges */ xmlChLRangePtr longRange; }; /** * Range checking routine */ XMLPUBFUN int XMLCALL xmlCharInRange(unsigned int val, const xmlChRangeGroupPtr group); /** * xmlIsBaseChar_ch: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsBaseChar_ch(c) (((0x41 <= (c)) && ((c) <= 0x5a)) || \ ((0x61 <= (c)) && ((c) <= 0x7a)) || \ ((0xc0 <= (c)) && ((c) <= 0xd6)) || \ ((0xd8 <= (c)) && ((c) <= 0xf6)) || \ (0xf8 <= (c))) /** * xmlIsBaseCharQ: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsBaseCharQ(c) (((c) < 0x100) ? \ xmlIsBaseChar_ch((c)) : \ xmlCharInRange((c), &xmlIsBaseCharGroup)) XMLPUBVAR xmlChRangeGroup xmlIsBaseCharGroup; /** * xmlIsBlank_ch: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsBlank_ch(c) (((c) == 0x20) || \ ((0x9 <= (c)) && ((c) <= 0xa)) || \ ((c) == 0xd)) /** * xmlIsBlankQ: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsBlankQ(c) (((c) < 0x100) ? \ xmlIsBlank_ch((c)) : 0) /** * xmlIsChar_ch: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsChar_ch(c) (((0x9 <= (c)) && ((c) <= 0xa)) || \ ((c) == 0xd) || \ (0x20 <= (c))) /** * xmlIsCharQ: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsCharQ(c) (((c) < 0x100) ? \ xmlIsChar_ch((c)) :\ (((0x100 <= (c)) && ((c) <= 0xd7ff)) || \ ((0xe000 <= (c)) && ((c) <= 0xfffd)) || \ ((0x10000 <= (c)) && ((c) <= 0x10ffff)))) XMLPUBVAR xmlChRangeGroup xmlIsCharGroup; /** * xmlIsCombiningQ: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsCombiningQ(c) (((c) < 0x100) ? \ 0 : \ xmlCharInRange((c), &xmlIsCombiningGroup)) XMLPUBVAR xmlChRangeGroup xmlIsCombiningGroup; /** * xmlIsDigit_ch: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) /** * xmlIsDigitQ: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsDigitQ(c) (((c) < 0x100) ? \ xmlIsDigit_ch((c)) : \ xmlCharInRange((c), &xmlIsDigitGroup)) XMLPUBVAR xmlChRangeGroup xmlIsDigitGroup; /** * xmlIsExtender_ch: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsExtender_ch(c) (((c) == 0xb7)) /** * xmlIsExtenderQ: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsExtenderQ(c) (((c) < 0x100) ? \ xmlIsExtender_ch((c)) : \ xmlCharInRange((c), &xmlIsExtenderGroup)) XMLPUBVAR xmlChRangeGroup xmlIsExtenderGroup; /** * xmlIsIdeographicQ: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsIdeographicQ(c) (((c) < 0x100) ? \ 0 :\ (((0x4e00 <= (c)) && ((c) <= 0x9fa5)) || \ ((c) == 0x3007) || \ ((0x3021 <= (c)) && ((c) <= 0x3029)))) XMLPUBVAR xmlChRangeGroup xmlIsIdeographicGroup; XMLPUBVAR unsigned char xmlIsPubidChar_tab[256]; /** * xmlIsPubidChar_ch: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsPubidChar_ch(c) (xmlIsPubidChar_tab[(c)]) /** * xmlIsPubidCharQ: * @c: char to validate * * Automatically generated by genChRanges.py */ #define xmlIsPubidCharQ(c) (((c) < 0x100) ? \ xmlIsPubidChar_ch((c)) : 0) XMLPUBFUN int XMLCALL xmlIsBaseChar(unsigned int ch); XMLPUBFUN int XMLCALL xmlIsBlank(unsigned int ch); XMLPUBFUN int XMLCALL xmlIsChar(unsigned int ch); XMLPUBFUN int XMLCALL xmlIsCombining(unsigned int ch); XMLPUBFUN int XMLCALL xmlIsDigit(unsigned int ch); XMLPUBFUN int XMLCALL xmlIsExtender(unsigned int ch); XMLPUBFUN int XMLCALL xmlIsIdeographic(unsigned int ch); XMLPUBFUN int XMLCALL xmlIsPubidChar(unsigned int ch); #ifdef __cplusplus } #endif #endif /* __XML_CHVALID_H__ */ ���������������������libvirt-php-0.5.4/winsrc/include/libxml/debugXML.h��������������������������������������������������0000644�0001750�0001750�00000012042�13032736614�016744� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: Tree debugging APIs * Description: Interfaces to a set of routines used for debugging the tree * produced by the XML parser. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __DEBUG_XML__ #define __DEBUG_XML__ #include <stdio.h> #include <libxml/xmlversion.h> #include <libxml/tree.h> #ifdef LIBXML_DEBUG_ENABLED #include <libxml/xpath.h> #ifdef __cplusplus extern "C" { #endif /* * The standard Dump routines. */ XMLPUBFUN void XMLCALL xmlDebugDumpString (FILE *output, const xmlChar *str); XMLPUBFUN void XMLCALL xmlDebugDumpAttr (FILE *output, xmlAttrPtr attr, int depth); XMLPUBFUN void XMLCALL xmlDebugDumpAttrList (FILE *output, xmlAttrPtr attr, int depth); XMLPUBFUN void XMLCALL xmlDebugDumpOneNode (FILE *output, xmlNodePtr node, int depth); XMLPUBFUN void XMLCALL xmlDebugDumpNode (FILE *output, xmlNodePtr node, int depth); XMLPUBFUN void XMLCALL xmlDebugDumpNodeList (FILE *output, xmlNodePtr node, int depth); XMLPUBFUN void XMLCALL xmlDebugDumpDocumentHead(FILE *output, xmlDocPtr doc); XMLPUBFUN void XMLCALL xmlDebugDumpDocument (FILE *output, xmlDocPtr doc); XMLPUBFUN void XMLCALL xmlDebugDumpDTD (FILE *output, xmlDtdPtr dtd); XMLPUBFUN void XMLCALL xmlDebugDumpEntities (FILE *output, xmlDocPtr doc); /**************************************************************** * * * Checking routines * * * ****************************************************************/ XMLPUBFUN int XMLCALL xmlDebugCheckDocument (FILE * output, xmlDocPtr doc); /**************************************************************** * * * XML shell helpers * * * ****************************************************************/ XMLPUBFUN void XMLCALL xmlLsOneNode (FILE *output, xmlNodePtr node); XMLPUBFUN int XMLCALL xmlLsCountNode (xmlNodePtr node); XMLPUBFUN const char * XMLCALL xmlBoolToText (int boolval); /**************************************************************** * * * The XML shell related structures and functions * * * ****************************************************************/ #ifdef LIBXML_XPATH_ENABLED /** * xmlShellReadlineFunc: * @prompt: a string prompt * * This is a generic signature for the XML shell input function. * * Returns a string which will be freed by the Shell. */ typedef char * (* xmlShellReadlineFunc)(char *prompt); /** * xmlShellCtxt: * * A debugging shell context. * TODO: add the defined function tables. */ typedef struct _xmlShellCtxt xmlShellCtxt; typedef xmlShellCtxt *xmlShellCtxtPtr; struct _xmlShellCtxt { char *filename; xmlDocPtr doc; xmlNodePtr node; xmlXPathContextPtr pctxt; int loaded; FILE *output; xmlShellReadlineFunc input; }; /** * xmlShellCmd: * @ctxt: a shell context * @arg: a string argument * @node: a first node * @node2: a second node * * This is a generic signature for the XML shell functions. * * Returns an int, negative returns indicating errors. */ typedef int (* xmlShellCmd) (xmlShellCtxtPtr ctxt, char *arg, xmlNodePtr node, xmlNodePtr node2); XMLPUBFUN void XMLCALL xmlShellPrintXPathError (int errorType, const char *arg); XMLPUBFUN void XMLCALL xmlShellPrintXPathResult(xmlXPathObjectPtr list); XMLPUBFUN int XMLCALL xmlShellList (xmlShellCtxtPtr ctxt, char *arg, xmlNodePtr node, xmlNodePtr node2); XMLPUBFUN int XMLCALL xmlShellBase (xmlShellCtxtPtr ctxt, char *arg, xmlNodePtr node, xmlNodePtr node2); XMLPUBFUN int XMLCALL xmlShellDir (xmlShellCtxtPtr ctxt, char *arg, xmlNodePtr node, xmlNodePtr node2); XMLPUBFUN int XMLCALL xmlShellLoad (xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, xmlNodePtr node2); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlShellPrintNode (xmlNodePtr node); XMLPUBFUN int XMLCALL xmlShellCat (xmlShellCtxtPtr ctxt, char *arg, xmlNodePtr node, xmlNodePtr node2); XMLPUBFUN int XMLCALL xmlShellWrite (xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, xmlNodePtr node2); XMLPUBFUN int XMLCALL xmlShellSave (xmlShellCtxtPtr ctxt, char *filename, xmlNodePtr node, xmlNodePtr node2); #endif /* LIBXML_OUTPUT_ENABLED */ #ifdef LIBXML_VALID_ENABLED XMLPUBFUN int XMLCALL xmlShellValidate (xmlShellCtxtPtr ctxt, char *dtd, xmlNodePtr node, xmlNodePtr node2); #endif /* LIBXML_VALID_ENABLED */ XMLPUBFUN int XMLCALL xmlShellDu (xmlShellCtxtPtr ctxt, char *arg, xmlNodePtr tree, xmlNodePtr node2); XMLPUBFUN int XMLCALL xmlShellPwd (xmlShellCtxtPtr ctxt, char *buffer, xmlNodePtr node, xmlNodePtr node2); /* * The Shell interface. */ XMLPUBFUN void XMLCALL xmlShell (xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE *output); #endif /* LIBXML_XPATH_ENABLED */ #ifdef __cplusplus } #endif #endif /* LIBXML_DEBUG_ENABLED */ #endif /* __DEBUG_XML__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/dict.h������������������������������������������������������0000644�0001750�0001750�00000003042�13032736614�016220� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: string dictionnary * Description: dictionary of reusable strings, just used to avoid allocation * and freeing operations. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_DICT_H__ #define __XML_DICT_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #ifdef __cplusplus extern "C" { #endif /* * The dictionnary. */ typedef struct _xmlDict xmlDict; typedef xmlDict *xmlDictPtr; /* * Constructor and destructor. */ XMLPUBFUN xmlDictPtr XMLCALL xmlDictCreate (void); XMLPUBFUN xmlDictPtr XMLCALL xmlDictCreateSub(xmlDictPtr sub); XMLPUBFUN int XMLCALL xmlDictReference(xmlDictPtr dict); XMLPUBFUN void XMLCALL xmlDictFree (xmlDictPtr dict); /* * Lookup of entry in the dictionnary. */ XMLPUBFUN const xmlChar * XMLCALL xmlDictLookup (xmlDictPtr dict, const xmlChar *name, int len); XMLPUBFUN const xmlChar * XMLCALL xmlDictExists (xmlDictPtr dict, const xmlChar *name, int len); XMLPUBFUN const xmlChar * XMLCALL xmlDictQLookup (xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name); XMLPUBFUN int XMLCALL xmlDictOwns (xmlDictPtr dict, const xmlChar *str); XMLPUBFUN int XMLCALL xmlDictSize (xmlDictPtr dict); /* * Cleanup function */ XMLPUBFUN void XMLCALL xmlDictCleanup (void); #ifdef __cplusplus } #endif #endif /* ! __XML_DICT_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/encoding.h��������������������������������������������������0000644�0001750�0001750�00000017277�13032736614�017102� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: interface for the encoding conversion functions * Description: interface for the encoding conversion functions needed for * XML basic encoding and iconv() support. * * Related specs are * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies * [ISO-10646] UTF-8 and UTF-16 in Annexes * [ISO-8859-1] ISO Latin-1 characters codes. * [UNICODE] The Unicode Consortium, "The Unicode Standard -- * Worldwide Character Encoding -- Version 1.0", Addison- * Wesley, Volume 1, 1991, Volume 2, 1992. UTF-8 is * described in Unicode Technical Report #4. * [US-ASCII] Coded Character Set--7-bit American Standard Code for * Information Interchange, ANSI X3.4-1986. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_CHAR_ENCODING_H__ #define __XML_CHAR_ENCODING_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_ICONV_ENABLED #include <iconv.h> #endif #ifdef __cplusplus extern "C" { #endif /* * xmlCharEncoding: * * Predefined values for some standard encodings. * Libxml does not do beforehand translation on UTF8 and ISOLatinX. * It also supports ASCII, ISO-8859-1, and UTF16 (LE and BE) by default. * * Anything else would have to be translated to UTF8 before being * given to the parser itself. The BOM for UTF16 and the encoding * declaration are looked at and a converter is looked for at that * point. If not found the parser stops here as asked by the XML REC. A * converter can be registered by the user using xmlRegisterCharEncodingHandler * but the current form doesn't allow stateful transcoding (a serious * problem agreed !). If iconv has been found it will be used * automatically and allow stateful transcoding, the simplest is then * to be sure to enable iconv and to provide iconv libs for the encoding * support needed. * * Note that the generic "UTF-16" is not a predefined value. Instead, only * the specific UTF-16LE and UTF-16BE are present. */ typedef enum { XML_CHAR_ENCODING_ERROR= -1, /* No char encoding detected */ XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ XML_CHAR_ENCODING_UTF8= 1, /* UTF-8 */ XML_CHAR_ENCODING_UTF16LE= 2, /* UTF-16 little endian */ XML_CHAR_ENCODING_UTF16BE= 3, /* UTF-16 big endian */ XML_CHAR_ENCODING_UCS4LE= 4, /* UCS-4 little endian */ XML_CHAR_ENCODING_UCS4BE= 5, /* UCS-4 big endian */ XML_CHAR_ENCODING_EBCDIC= 6, /* EBCDIC uh! */ XML_CHAR_ENCODING_UCS4_2143=7, /* UCS-4 unusual ordering */ XML_CHAR_ENCODING_UCS4_3412=8, /* UCS-4 unusual ordering */ XML_CHAR_ENCODING_UCS2= 9, /* UCS-2 */ XML_CHAR_ENCODING_8859_1= 10,/* ISO-8859-1 ISO Latin 1 */ XML_CHAR_ENCODING_8859_2= 11,/* ISO-8859-2 ISO Latin 2 */ XML_CHAR_ENCODING_8859_3= 12,/* ISO-8859-3 */ XML_CHAR_ENCODING_8859_4= 13,/* ISO-8859-4 */ XML_CHAR_ENCODING_8859_5= 14,/* ISO-8859-5 */ XML_CHAR_ENCODING_8859_6= 15,/* ISO-8859-6 */ XML_CHAR_ENCODING_8859_7= 16,/* ISO-8859-7 */ XML_CHAR_ENCODING_8859_8= 17,/* ISO-8859-8 */ XML_CHAR_ENCODING_8859_9= 18,/* ISO-8859-9 */ XML_CHAR_ENCODING_2022_JP= 19,/* ISO-2022-JP */ XML_CHAR_ENCODING_SHIFT_JIS=20,/* Shift_JIS */ XML_CHAR_ENCODING_EUC_JP= 21,/* EUC-JP */ XML_CHAR_ENCODING_ASCII= 22 /* pure ASCII */ } xmlCharEncoding; /** * xmlCharEncodingInputFunc: * @out: a pointer to an array of bytes to store the UTF-8 result * @outlen: the length of @out * @in: a pointer to an array of chars in the original encoding * @inlen: the length of @in * * Take a block of chars in the original encoding and try to convert * it to an UTF-8 block of chars out. * * Returns the number of bytes written, -1 if lack of space, or -2 * if the transcoding failed. * The value of @inlen after return is the number of octets consumed * if the return value is positive, else unpredictiable. * The value of @outlen after return is the number of octets consumed. */ typedef int (* xmlCharEncodingInputFunc)(unsigned char *out, int *outlen, const unsigned char *in, int *inlen); /** * xmlCharEncodingOutputFunc: * @out: a pointer to an array of bytes to store the result * @outlen: the length of @out * @in: a pointer to an array of UTF-8 chars * @inlen: the length of @in * * Take a block of UTF-8 chars in and try to convert it to another * encoding. * Note: a first call designed to produce heading info is called with * in = NULL. If stateful this should also initialize the encoder state. * * Returns the number of bytes written, -1 if lack of space, or -2 * if the transcoding failed. * The value of @inlen after return is the number of octets consumed * if the return value is positive, else unpredictiable. * The value of @outlen after return is the number of octets produced. */ typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen, const unsigned char *in, int *inlen); /* * Block defining the handlers for non UTF-8 encodings. * If iconv is supported, there are two extra fields. */ typedef struct _xmlCharEncodingHandler xmlCharEncodingHandler; typedef xmlCharEncodingHandler *xmlCharEncodingHandlerPtr; struct _xmlCharEncodingHandler { char *name; xmlCharEncodingInputFunc input; xmlCharEncodingOutputFunc output; #ifdef LIBXML_ICONV_ENABLED iconv_t iconv_in; iconv_t iconv_out; #endif /* LIBXML_ICONV_ENABLED */ }; #ifdef __cplusplus } #endif #include <libxml/tree.h> #ifdef __cplusplus extern "C" { #endif /* * Interfaces for encoding handlers. */ XMLPUBFUN void XMLCALL xmlInitCharEncodingHandlers (void); XMLPUBFUN void XMLCALL xmlCleanupCharEncodingHandlers (void); XMLPUBFUN void XMLCALL xmlRegisterCharEncodingHandler (xmlCharEncodingHandlerPtr handler); XMLPUBFUN xmlCharEncodingHandlerPtr XMLCALL xmlGetCharEncodingHandler (xmlCharEncoding enc); XMLPUBFUN xmlCharEncodingHandlerPtr XMLCALL xmlFindCharEncodingHandler (const char *name); XMLPUBFUN xmlCharEncodingHandlerPtr XMLCALL xmlNewCharEncodingHandler (const char *name, xmlCharEncodingInputFunc input, xmlCharEncodingOutputFunc output); /* * Interfaces for encoding names and aliases. */ XMLPUBFUN int XMLCALL xmlAddEncodingAlias (const char *name, const char *alias); XMLPUBFUN int XMLCALL xmlDelEncodingAlias (const char *alias); XMLPUBFUN const char * XMLCALL xmlGetEncodingAlias (const char *alias); XMLPUBFUN void XMLCALL xmlCleanupEncodingAliases (void); XMLPUBFUN xmlCharEncoding XMLCALL xmlParseCharEncoding (const char *name); XMLPUBFUN const char * XMLCALL xmlGetCharEncodingName (xmlCharEncoding enc); /* * Interfaces directly used by the parsers. */ XMLPUBFUN xmlCharEncoding XMLCALL xmlDetectCharEncoding (const unsigned char *in, int len); XMLPUBFUN int XMLCALL xmlCharEncOutFunc (xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in); XMLPUBFUN int XMLCALL xmlCharEncInFunc (xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in); XMLPUBFUN int XMLCALL xmlCharEncFirstLine (xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in); XMLPUBFUN int XMLCALL xmlCharEncCloseFunc (xmlCharEncodingHandler *handler); /* * Export a few useful functions */ #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN int XMLCALL UTF8Toisolat1 (unsigned char *out, int *outlen, const unsigned char *in, int *inlen); #endif /* LIBXML_OUTPUT_ENABLED */ XMLPUBFUN int XMLCALL isolat1ToUTF8 (unsigned char *out, int *outlen, const unsigned char *in, int *inlen); #ifdef __cplusplus } #endif #endif /* __XML_CHAR_ENCODING_H__ */ ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/entities.h��������������������������������������������������0000644�0001750�0001750�00000010340�13032736614�017120� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: interface for the XML entities handling * Description: this module provides some of the entity API needed * for the parser and applications. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_ENTITIES_H__ #define __XML_ENTITIES_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #ifdef __cplusplus extern "C" { #endif /* * The different valid entity types. */ typedef enum { XML_INTERNAL_GENERAL_ENTITY = 1, XML_EXTERNAL_GENERAL_PARSED_ENTITY = 2, XML_EXTERNAL_GENERAL_UNPARSED_ENTITY = 3, XML_INTERNAL_PARAMETER_ENTITY = 4, XML_EXTERNAL_PARAMETER_ENTITY = 5, XML_INTERNAL_PREDEFINED_ENTITY = 6 } xmlEntityType; /* * An unit of storage for an entity, contains the string, the value * and the linkind data needed for the linking in the hash table. */ struct _xmlEntity { void *_private; /* application data */ xmlElementType type; /* XML_ENTITY_DECL, must be second ! */ const xmlChar *name; /* Entity name */ struct _xmlNode *children; /* First child link */ struct _xmlNode *last; /* Last child link */ struct _xmlDtd *parent; /* -> DTD */ struct _xmlNode *next; /* next sibling link */ struct _xmlNode *prev; /* previous sibling link */ struct _xmlDoc *doc; /* the containing document */ xmlChar *orig; /* content without ref substitution */ xmlChar *content; /* content or ndata if unparsed */ int length; /* the content length */ xmlEntityType etype; /* The entity type */ const xmlChar *ExternalID; /* External identifier for PUBLIC */ const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */ struct _xmlEntity *nexte; /* unused */ const xmlChar *URI; /* the full URI as computed */ int owner; /* does the entity own the childrens */ }; /* * All entities are stored in an hash table. * There is 2 separate hash tables for global and parameter entities. */ typedef struct _xmlHashTable xmlEntitiesTable; typedef xmlEntitiesTable *xmlEntitiesTablePtr; /* * External functions: */ #ifdef LIBXML_LEGACY_ENABLED XMLPUBFUN void XMLCALL xmlInitializePredefinedEntities (void); #endif /* LIBXML_LEGACY_ENABLED */ XMLPUBFUN xmlEntityPtr XMLCALL xmlAddDocEntity (xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content); XMLPUBFUN xmlEntityPtr XMLCALL xmlAddDtdEntity (xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content); XMLPUBFUN xmlEntityPtr XMLCALL xmlGetPredefinedEntity (const xmlChar *name); XMLPUBFUN xmlEntityPtr XMLCALL xmlGetDocEntity (xmlDocPtr doc, const xmlChar *name); XMLPUBFUN xmlEntityPtr XMLCALL xmlGetDtdEntity (xmlDocPtr doc, const xmlChar *name); XMLPUBFUN xmlEntityPtr XMLCALL xmlGetParameterEntity (xmlDocPtr doc, const xmlChar *name); #ifdef LIBXML_LEGACY_ENABLED XMLPUBFUN const xmlChar * XMLCALL xmlEncodeEntities (xmlDocPtr doc, const xmlChar *input); #endif /* LIBXML_LEGACY_ENABLED */ XMLPUBFUN xmlChar * XMLCALL xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input); XMLPUBFUN xmlChar * XMLCALL xmlEncodeSpecialChars (xmlDocPtr doc, const xmlChar *input); XMLPUBFUN xmlEntitiesTablePtr XMLCALL xmlCreateEntitiesTable (void); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN xmlEntitiesTablePtr XMLCALL xmlCopyEntitiesTable (xmlEntitiesTablePtr table); #endif /* LIBXML_TREE_ENABLED */ XMLPUBFUN void XMLCALL xmlFreeEntitiesTable (xmlEntitiesTablePtr table); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlDumpEntitiesTable (xmlBufferPtr buf, xmlEntitiesTablePtr table); XMLPUBFUN void XMLCALL xmlDumpEntityDecl (xmlBufferPtr buf, xmlEntityPtr ent); #endif /* LIBXML_OUTPUT_ENABLED */ #ifdef LIBXML_LEGACY_ENABLED XMLPUBFUN void XMLCALL xmlCleanupPredefinedEntities(void); #endif /* LIBXML_LEGACY_ENABLED */ #ifdef __cplusplus } #endif # endif /* __XML_ENTITIES_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/globals.h���������������������������������������������������0000644�0001750�0001750�00000032213�13032736614�016722� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: interface for all global variables of the library * Description: all the global variables and thread handling for * those variables is handled by this module. * * The bottom of this file is automatically generated by build_glob.py * based on the description file global.data * * Copy: See Copyright for the status of this software. * * Author: Gary Pennington <Gary.Pennington@uk.sun.com>, Daniel Veillard */ #ifndef __XML_GLOBALS_H #define __XML_GLOBALS_H #include <libxml/xmlversion.h> #include <libxml/parser.h> #include <libxml/xmlerror.h> #include <libxml/SAX.h> #include <libxml/SAX2.h> #include <libxml/xmlmemory.h> #ifdef __cplusplus extern "C" { #endif XMLPUBFUN void XMLCALL xmlInitGlobals(void); XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlCharEncoding enc); typedef xmlOutputBufferPtr (*xmlOutputBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression); XMLPUBFUN xmlParserInputBufferCreateFilenameFunc XMLCALL xmlParserInputBufferCreateFilenameDefault (xmlParserInputBufferCreateFilenameFunc func); XMLPUBFUN xmlOutputBufferCreateFilenameFunc XMLCALL xmlOutputBufferCreateFilenameDefault (xmlOutputBufferCreateFilenameFunc func); /* * Externally global symbols which need to be protected for backwards * compatibility support. */ #undef docbDefaultSAXHandler #undef htmlDefaultSAXHandler #undef oldXMLWDcompatibility #undef xmlBufferAllocScheme #undef xmlDefaultBufferSize #undef xmlDefaultSAXHandler #undef xmlDefaultSAXLocator #undef xmlDoValidityCheckingDefaultValue #undef xmlFree #undef xmlGenericError #undef xmlStructuredError #undef xmlGenericErrorContext #undef xmlGetWarningsDefaultValue #undef xmlIndentTreeOutput #undef xmlTreeIndentString #undef xmlKeepBlanksDefaultValue #undef xmlLineNumbersDefaultValue #undef xmlLoadExtDtdDefaultValue #undef xmlMalloc #undef xmlMallocAtomic #undef xmlMemStrdup #undef xmlParserDebugEntities #undef xmlParserVersion #undef xmlPedanticParserDefaultValue #undef xmlRealloc #undef xmlSaveNoEmptyTags #undef xmlSubstituteEntitiesDefaultValue #undef xmlRegisterNodeDefaultValue #undef xmlDeregisterNodeDefaultValue #undef xmlLastError #undef xmlParserInputBufferCreateFilenameValue #undef xmlOutputBufferCreateFilenameValue typedef void (*xmlRegisterNodeFunc) (xmlNodePtr node); typedef void (*xmlDeregisterNodeFunc) (xmlNodePtr node); typedef struct _xmlGlobalState xmlGlobalState; typedef xmlGlobalState *xmlGlobalStatePtr; struct _xmlGlobalState { const char *xmlParserVersion; xmlSAXLocator xmlDefaultSAXLocator; xmlSAXHandlerV1 xmlDefaultSAXHandler; xmlSAXHandlerV1 docbDefaultSAXHandler; xmlSAXHandlerV1 htmlDefaultSAXHandler; xmlFreeFunc xmlFree; xmlMallocFunc xmlMalloc; xmlStrdupFunc xmlMemStrdup; xmlReallocFunc xmlRealloc; xmlGenericErrorFunc xmlGenericError; xmlStructuredErrorFunc xmlStructuredError; void *xmlGenericErrorContext; int oldXMLWDcompatibility; xmlBufferAllocationScheme xmlBufferAllocScheme; int xmlDefaultBufferSize; int xmlSubstituteEntitiesDefaultValue; int xmlDoValidityCheckingDefaultValue; int xmlGetWarningsDefaultValue; int xmlKeepBlanksDefaultValue; int xmlLineNumbersDefaultValue; int xmlLoadExtDtdDefaultValue; int xmlParserDebugEntities; int xmlPedanticParserDefaultValue; int xmlSaveNoEmptyTags; int xmlIndentTreeOutput; const char *xmlTreeIndentString; xmlRegisterNodeFunc xmlRegisterNodeDefaultValue; xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue; xmlMallocFunc xmlMallocAtomic; xmlError xmlLastError; xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameValue; xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameValue; }; #ifdef __cplusplus } #endif #include <libxml/threads.h> #ifdef __cplusplus extern "C" { #endif XMLPUBFUN void XMLCALL xmlInitializeGlobalState(xmlGlobalStatePtr gs); XMLPUBFUN void XMLCALL xmlThrDefSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler); XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler); XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlRegisterNodeDefault(xmlRegisterNodeFunc func); XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlThrDefRegisterNodeDefault(xmlRegisterNodeFunc func); XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlDeregisterNodeDefault(xmlDeregisterNodeFunc func); XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlThrDefDeregisterNodeDefault(xmlDeregisterNodeFunc func); XMLPUBFUN xmlOutputBufferCreateFilenameFunc XMLCALL xmlThrDefOutputBufferCreateFilenameDefault(xmlOutputBufferCreateFilenameFunc func); XMLPUBFUN xmlParserInputBufferCreateFilenameFunc XMLCALL xmlThrDefParserInputBufferCreateFilenameDefault(xmlParserInputBufferCreateFilenameFunc func); /** DOC_DISABLE */ /* * In general the memory allocation entry points are not kept * thread specific but this can be overridden by LIBXML_THREAD_ALLOC_ENABLED * - xmlMalloc * - xmlMallocAtomic * - xmlRealloc * - xmlMemStrdup * - xmlFree */ #ifdef LIBXML_THREAD_ALLOC_ENABLED #ifdef LIBXML_THREAD_ENABLED XMLPUBFUN xmlMallocFunc * XMLCALL __xmlMalloc(void); #define xmlMalloc \ (*(__xmlMalloc())) #else XMLPUBVAR xmlMallocFunc xmlMalloc; #endif #ifdef LIBXML_THREAD_ENABLED XMLPUBFUN xmlMallocFunc * XMLCALL __xmlMallocAtomic(void); #define xmlMallocAtomic \ (*(__xmlMallocAtomic())) #else XMLPUBVAR xmlMallocFunc xmlMallocAtomic; #endif #ifdef LIBXML_THREAD_ENABLED XMLPUBFUN xmlReallocFunc * XMLCALL __xmlRealloc(void); #define xmlRealloc \ (*(__xmlRealloc())) #else XMLPUBVAR xmlReallocFunc xmlRealloc; #endif #ifdef LIBXML_THREAD_ENABLED XMLPUBFUN xmlFreeFunc * XMLCALL __xmlFree(void); #define xmlFree \ (*(__xmlFree())) #else XMLPUBVAR xmlFreeFunc xmlFree; #endif #ifdef LIBXML_THREAD_ENABLED XMLPUBFUN xmlStrdupFunc * XMLCALL __xmlMemStrdup(void); #define xmlMemStrdup \ (*(__xmlMemStrdup())) #else XMLPUBVAR xmlStrdupFunc xmlMemStrdup; #endif #else /* !LIBXML_THREAD_ALLOC_ENABLED */ XMLPUBVAR xmlMallocFunc xmlMalloc; XMLPUBVAR xmlMallocFunc xmlMallocAtomic; XMLPUBVAR xmlReallocFunc xmlRealloc; XMLPUBVAR xmlFreeFunc xmlFree; XMLPUBVAR xmlStrdupFunc xmlMemStrdup; #endif /* LIBXML_THREAD_ALLOC_ENABLED */ #ifdef LIBXML_DOCB_ENABLED XMLPUBFUN xmlSAXHandlerV1 * XMLCALL __docbDefaultSAXHandler(void); #ifdef LIBXML_THREAD_ENABLED #define docbDefaultSAXHandler \ (*(__docbDefaultSAXHandler())) #else XMLPUBVAR xmlSAXHandlerV1 docbDefaultSAXHandler; #endif #endif #ifdef LIBXML_HTML_ENABLED XMLPUBFUN xmlSAXHandlerV1 * XMLCALL __htmlDefaultSAXHandler(void); #ifdef LIBXML_THREAD_ENABLED #define htmlDefaultSAXHandler \ (*(__htmlDefaultSAXHandler())) #else XMLPUBVAR xmlSAXHandlerV1 htmlDefaultSAXHandler; #endif #endif XMLPUBFUN xmlError * XMLCALL __xmlLastError(void); #ifdef LIBXML_THREAD_ENABLED #define xmlLastError \ (*(__xmlLastError())) #else XMLPUBVAR xmlError xmlLastError; #endif /* * Everything starting from the line below is * Automatically generated by build_glob.py. * Do not modify the previous line. */ XMLPUBFUN int * XMLCALL __oldXMLWDcompatibility(void); #ifdef LIBXML_THREAD_ENABLED #define oldXMLWDcompatibility \ (*(__oldXMLWDcompatibility())) #else XMLPUBVAR int oldXMLWDcompatibility; #endif XMLPUBFUN xmlBufferAllocationScheme * XMLCALL __xmlBufferAllocScheme(void); #ifdef LIBXML_THREAD_ENABLED #define xmlBufferAllocScheme \ (*(__xmlBufferAllocScheme())) #else XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme; #endif XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v); XMLPUBFUN int * XMLCALL __xmlDefaultBufferSize(void); #ifdef LIBXML_THREAD_ENABLED #define xmlDefaultBufferSize \ (*(__xmlDefaultBufferSize())) #else XMLPUBVAR int xmlDefaultBufferSize; #endif XMLPUBFUN int XMLCALL xmlThrDefDefaultBufferSize(int v); XMLPUBFUN xmlSAXHandlerV1 * XMLCALL __xmlDefaultSAXHandler(void); #ifdef LIBXML_THREAD_ENABLED #define xmlDefaultSAXHandler \ (*(__xmlDefaultSAXHandler())) #else XMLPUBVAR xmlSAXHandlerV1 xmlDefaultSAXHandler; #endif XMLPUBFUN xmlSAXLocator * XMLCALL __xmlDefaultSAXLocator(void); #ifdef LIBXML_THREAD_ENABLED #define xmlDefaultSAXLocator \ (*(__xmlDefaultSAXLocator())) #else XMLPUBVAR xmlSAXLocator xmlDefaultSAXLocator; #endif XMLPUBFUN int * XMLCALL __xmlDoValidityCheckingDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlDoValidityCheckingDefaultValue \ (*(__xmlDoValidityCheckingDefaultValue())) #else XMLPUBVAR int xmlDoValidityCheckingDefaultValue; #endif XMLPUBFUN int XMLCALL xmlThrDefDoValidityCheckingDefaultValue(int v); XMLPUBFUN xmlGenericErrorFunc * XMLCALL __xmlGenericError(void); #ifdef LIBXML_THREAD_ENABLED #define xmlGenericError \ (*(__xmlGenericError())) #else XMLPUBVAR xmlGenericErrorFunc xmlGenericError; #endif XMLPUBFUN xmlStructuredErrorFunc * XMLCALL __xmlStructuredError(void); #ifdef LIBXML_THREAD_ENABLED #define xmlStructuredError \ (*(__xmlStructuredError())) #else XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError; #endif XMLPUBFUN void * * XMLCALL __xmlGenericErrorContext(void); #ifdef LIBXML_THREAD_ENABLED #define xmlGenericErrorContext \ (*(__xmlGenericErrorContext())) #else XMLPUBVAR void * xmlGenericErrorContext; #endif XMLPUBFUN int * XMLCALL __xmlGetWarningsDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlGetWarningsDefaultValue \ (*(__xmlGetWarningsDefaultValue())) #else XMLPUBVAR int xmlGetWarningsDefaultValue; #endif XMLPUBFUN int XMLCALL xmlThrDefGetWarningsDefaultValue(int v); XMLPUBFUN int * XMLCALL __xmlIndentTreeOutput(void); #ifdef LIBXML_THREAD_ENABLED #define xmlIndentTreeOutput \ (*(__xmlIndentTreeOutput())) #else XMLPUBVAR int xmlIndentTreeOutput; #endif XMLPUBFUN int XMLCALL xmlThrDefIndentTreeOutput(int v); XMLPUBFUN const char * * XMLCALL __xmlTreeIndentString(void); #ifdef LIBXML_THREAD_ENABLED #define xmlTreeIndentString \ (*(__xmlTreeIndentString())) #else XMLPUBVAR const char * xmlTreeIndentString; #endif XMLPUBFUN const char * XMLCALL xmlThrDefTreeIndentString(const char * v); XMLPUBFUN int * XMLCALL __xmlKeepBlanksDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlKeepBlanksDefaultValue \ (*(__xmlKeepBlanksDefaultValue())) #else XMLPUBVAR int xmlKeepBlanksDefaultValue; #endif XMLPUBFUN int XMLCALL xmlThrDefKeepBlanksDefaultValue(int v); XMLPUBFUN int * XMLCALL __xmlLineNumbersDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlLineNumbersDefaultValue \ (*(__xmlLineNumbersDefaultValue())) #else XMLPUBVAR int xmlLineNumbersDefaultValue; #endif XMLPUBFUN int XMLCALL xmlThrDefLineNumbersDefaultValue(int v); XMLPUBFUN int * XMLCALL __xmlLoadExtDtdDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlLoadExtDtdDefaultValue \ (*(__xmlLoadExtDtdDefaultValue())) #else XMLPUBVAR int xmlLoadExtDtdDefaultValue; #endif XMLPUBFUN int XMLCALL xmlThrDefLoadExtDtdDefaultValue(int v); XMLPUBFUN int * XMLCALL __xmlParserDebugEntities(void); #ifdef LIBXML_THREAD_ENABLED #define xmlParserDebugEntities \ (*(__xmlParserDebugEntities())) #else XMLPUBVAR int xmlParserDebugEntities; #endif XMLPUBFUN int XMLCALL xmlThrDefParserDebugEntities(int v); XMLPUBFUN const char * * XMLCALL __xmlParserVersion(void); #ifdef LIBXML_THREAD_ENABLED #define xmlParserVersion \ (*(__xmlParserVersion())) #else XMLPUBVAR const char * xmlParserVersion; #endif XMLPUBFUN int * XMLCALL __xmlPedanticParserDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlPedanticParserDefaultValue \ (*(__xmlPedanticParserDefaultValue())) #else XMLPUBVAR int xmlPedanticParserDefaultValue; #endif XMLPUBFUN int XMLCALL xmlThrDefPedanticParserDefaultValue(int v); XMLPUBFUN int * XMLCALL __xmlSaveNoEmptyTags(void); #ifdef LIBXML_THREAD_ENABLED #define xmlSaveNoEmptyTags \ (*(__xmlSaveNoEmptyTags())) #else XMLPUBVAR int xmlSaveNoEmptyTags; #endif XMLPUBFUN int XMLCALL xmlThrDefSaveNoEmptyTags(int v); XMLPUBFUN int * XMLCALL __xmlSubstituteEntitiesDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlSubstituteEntitiesDefaultValue \ (*(__xmlSubstituteEntitiesDefaultValue())) #else XMLPUBVAR int xmlSubstituteEntitiesDefaultValue; #endif XMLPUBFUN int XMLCALL xmlThrDefSubstituteEntitiesDefaultValue(int v); XMLPUBFUN xmlRegisterNodeFunc * XMLCALL __xmlRegisterNodeDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlRegisterNodeDefaultValue \ (*(__xmlRegisterNodeDefaultValue())) #else XMLPUBVAR xmlRegisterNodeFunc xmlRegisterNodeDefaultValue; #endif XMLPUBFUN xmlDeregisterNodeFunc * XMLCALL __xmlDeregisterNodeDefaultValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlDeregisterNodeDefaultValue \ (*(__xmlDeregisterNodeDefaultValue())) #else XMLPUBVAR xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue; #endif XMLPUBFUN xmlParserInputBufferCreateFilenameFunc * XMLCALL __xmlParserInputBufferCreateFilenameValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlParserInputBufferCreateFilenameValue \ (*(__xmlParserInputBufferCreateFilenameValue())) #else XMLPUBVAR xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameValue; #endif XMLPUBFUN xmlOutputBufferCreateFilenameFunc * XMLCALL __xmlOutputBufferCreateFilenameValue(void); #ifdef LIBXML_THREAD_ENABLED #define xmlOutputBufferCreateFilenameValue \ (*(__xmlOutputBufferCreateFilenameValue())) #else XMLPUBVAR xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameValue; #endif #ifdef __cplusplus } #endif #endif /* __XML_GLOBALS_H */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/hash.h������������������������������������������������������0000644�0001750�0001750�00000014535�13032736614�016231� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: Chained hash tables * Description: This module implements the hash table support used in * various places in the library. * * Copy: See Copyright for the status of this software. * * Author: Bjorn Reese <bjorn.reese@systematic.dk> */ #ifndef __XML_HASH_H__ #define __XML_HASH_H__ #ifdef __cplusplus extern "C" { #endif /* * The hash table. */ typedef struct _xmlHashTable xmlHashTable; typedef xmlHashTable *xmlHashTablePtr; #ifdef __cplusplus } #endif #include <libxml/xmlversion.h> #include <libxml/parser.h> #include <libxml/dict.h> #ifdef __cplusplus extern "C" { #endif /* * Recent version of gcc produce a warning when a function pointer is assigned * to an object pointer, or vice versa. The following macro is a dirty hack * to allow suppression of the warning. If your architecture has function * pointers which are a different size than a void pointer, there may be some * serious trouble within the library. */ /** * XML_CAST_FPTR: * @fptr: pointer to a function * * Macro to do a casting from an object pointer to a * function pointer without encountering a warning from * gcc * * #define XML_CAST_FPTR(fptr) (*(void **)(&fptr)) * This macro violated ISO C aliasing rules (gcc4 on s390 broke) * so it is disabled now */ #define XML_CAST_FPTR(fptr) fptr /* * function types: */ /** * xmlHashDeallocator: * @payload: the data in the hash * @name: the name associated * * Callback to free data from a hash. */ typedef void (*xmlHashDeallocator)(void *payload, xmlChar *name); /** * xmlHashCopier: * @payload: the data in the hash * @name: the name associated * * Callback to copy data from a hash. * * Returns a copy of the data or NULL in case of error. */ typedef void *(*xmlHashCopier)(void *payload, xmlChar *name); /** * xmlHashScanner: * @payload: the data in the hash * @data: extra scannner data * @name: the name associated * * Callback when scanning data in a hash with the simple scanner. */ typedef void (*xmlHashScanner)(void *payload, void *data, xmlChar *name); /** * xmlHashScannerFull: * @payload: the data in the hash * @data: extra scannner data * @name: the name associated * @name2: the second name associated * @name3: the third name associated * * Callback when scanning data in a hash with the full scanner. */ typedef void (*xmlHashScannerFull)(void *payload, void *data, const xmlChar *name, const xmlChar *name2, const xmlChar *name3); /* * Constructor and destructor. */ XMLPUBFUN xmlHashTablePtr XMLCALL xmlHashCreate (int size); XMLPUBFUN xmlHashTablePtr XMLCALL xmlHashCreateDict(int size, xmlDictPtr dict); XMLPUBFUN void XMLCALL xmlHashFree (xmlHashTablePtr table, xmlHashDeallocator f); /* * Add a new entry to the hash table. */ XMLPUBFUN int XMLCALL xmlHashAddEntry (xmlHashTablePtr table, const xmlChar *name, void *userdata); XMLPUBFUN int XMLCALL xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata, xmlHashDeallocator f); XMLPUBFUN int XMLCALL xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata); XMLPUBFUN int XMLCALL xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f); XMLPUBFUN int XMLCALL xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata); XMLPUBFUN int XMLCALL xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f); /* * Remove an entry from the hash table. */ XMLPUBFUN int XMLCALL xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, xmlHashDeallocator f); XMLPUBFUN int XMLCALL xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f); XMLPUBFUN int XMLCALL xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f); /* * Retrieve the userdata. */ XMLPUBFUN void * XMLCALL xmlHashLookup (xmlHashTablePtr table, const xmlChar *name); XMLPUBFUN void * XMLCALL xmlHashLookup2 (xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2); XMLPUBFUN void * XMLCALL xmlHashLookup3 (xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3); XMLPUBFUN void * XMLCALL xmlHashQLookup (xmlHashTablePtr table, const xmlChar *name, const xmlChar *prefix); XMLPUBFUN void * XMLCALL xmlHashQLookup2 (xmlHashTablePtr table, const xmlChar *name, const xmlChar *prefix, const xmlChar *name2, const xmlChar *prefix2); XMLPUBFUN void * XMLCALL xmlHashQLookup3 (xmlHashTablePtr table, const xmlChar *name, const xmlChar *prefix, const xmlChar *name2, const xmlChar *prefix2, const xmlChar *name3, const xmlChar *prefix3); /* * Helpers. */ XMLPUBFUN xmlHashTablePtr XMLCALL xmlHashCopy (xmlHashTablePtr table, xmlHashCopier f); XMLPUBFUN int XMLCALL xmlHashSize (xmlHashTablePtr table); XMLPUBFUN void XMLCALL xmlHashScan (xmlHashTablePtr table, xmlHashScanner f, void *data); XMLPUBFUN void XMLCALL xmlHashScan3 (xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data); XMLPUBFUN void XMLCALL xmlHashScanFull (xmlHashTablePtr table, xmlHashScannerFull f, void *data); XMLPUBFUN void XMLCALL xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data); #ifdef __cplusplus } #endif #endif /* ! __XML_HASH_H__ */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/list.h������������������������������������������������������0000644�0001750�0001750�00000006446�13032736614�016263� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: lists interfaces * Description: this module implement the list support used in * various place in the library. * * Copy: See Copyright for the status of this software. * * Author: Gary Pennington <Gary.Pennington@uk.sun.com> */ #ifndef __XML_LINK_INCLUDE__ #define __XML_LINK_INCLUDE__ #include <libxml/xmlversion.h> #ifdef __cplusplus extern "C" { #endif typedef struct _xmlLink xmlLink; typedef xmlLink *xmlLinkPtr; typedef struct _xmlList xmlList; typedef xmlList *xmlListPtr; /** * xmlListDeallocator: * @lk: the data to deallocate * * Callback function used to free data from a list. */ typedef void (*xmlListDeallocator) (xmlLinkPtr lk); /** * xmlListDataCompare: * @data0: the first data * @data1: the second data * * Callback function used to compare 2 data. * * Returns 0 is equality, -1 or 1 otherwise depending on the ordering. */ typedef int (*xmlListDataCompare) (const void *data0, const void *data1); /** * xmlListWalker: * @data: the data found in the list * @user: extra user provided data to the walker * * Callback function used when walking a list with xmlListWalk(). * * Returns 0 to stop walking the list, 1 otherwise. */ typedef int (*xmlListWalker) (const void *data, const void *user); /* Creation/Deletion */ XMLPUBFUN xmlListPtr XMLCALL xmlListCreate (xmlListDeallocator deallocator, xmlListDataCompare compare); XMLPUBFUN void XMLCALL xmlListDelete (xmlListPtr l); /* Basic Operators */ XMLPUBFUN void * XMLCALL xmlListSearch (xmlListPtr l, void *data); XMLPUBFUN void * XMLCALL xmlListReverseSearch (xmlListPtr l, void *data); XMLPUBFUN int XMLCALL xmlListInsert (xmlListPtr l, void *data) ; XMLPUBFUN int XMLCALL xmlListAppend (xmlListPtr l, void *data) ; XMLPUBFUN int XMLCALL xmlListRemoveFirst (xmlListPtr l, void *data); XMLPUBFUN int XMLCALL xmlListRemoveLast (xmlListPtr l, void *data); XMLPUBFUN int XMLCALL xmlListRemoveAll (xmlListPtr l, void *data); XMLPUBFUN void XMLCALL xmlListClear (xmlListPtr l); XMLPUBFUN int XMLCALL xmlListEmpty (xmlListPtr l); XMLPUBFUN xmlLinkPtr XMLCALL xmlListFront (xmlListPtr l); XMLPUBFUN xmlLinkPtr XMLCALL xmlListEnd (xmlListPtr l); XMLPUBFUN int XMLCALL xmlListSize (xmlListPtr l); XMLPUBFUN void XMLCALL xmlListPopFront (xmlListPtr l); XMLPUBFUN void XMLCALL xmlListPopBack (xmlListPtr l); XMLPUBFUN int XMLCALL xmlListPushFront (xmlListPtr l, void *data); XMLPUBFUN int XMLCALL xmlListPushBack (xmlListPtr l, void *data); /* Advanced Operators */ XMLPUBFUN void XMLCALL xmlListReverse (xmlListPtr l); XMLPUBFUN void XMLCALL xmlListSort (xmlListPtr l); XMLPUBFUN void XMLCALL xmlListWalk (xmlListPtr l, xmlListWalker walker, const void *user); XMLPUBFUN void XMLCALL xmlListReverseWalk (xmlListPtr l, xmlListWalker walker, const void *user); XMLPUBFUN void XMLCALL xmlListMerge (xmlListPtr l1, xmlListPtr l2); XMLPUBFUN xmlListPtr XMLCALL xmlListDup (const xmlListPtr old); XMLPUBFUN int XMLCALL xmlListCopy (xmlListPtr cur, const xmlListPtr old); /* Link operators */ XMLPUBFUN void * XMLCALL xmlLinkGetData (xmlLinkPtr lk); /* xmlListUnique() */ /* xmlListSwap */ #ifdef __cplusplus } #endif #endif /* __XML_LINK_INCLUDE__ */ ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/nanoftp.h���������������������������������������������������0000644�0001750�0001750�00000006371�13032736614�016752� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: minimal FTP implementation * Description: minimal FTP implementation allowing to fetch resources * like external subset. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __NANO_FTP_H__ #define __NANO_FTP_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_FTP_ENABLED #ifdef __cplusplus extern "C" { #endif /** * ftpListCallback: * @userData: user provided data for the callback * @filename: the file name (including "->" when links are shown) * @attrib: the attribute string * @owner: the owner string * @group: the group string * @size: the file size * @links: the link count * @year: the year * @month: the month * @day: the day * @hour: the hour * @minute: the minute * * A callback for the xmlNanoFTPList command. * Note that only one of year and day:minute are specified. */ typedef void (*ftpListCallback) (void *userData, const char *filename, const char *attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute); /** * ftpDataCallback: * @userData: the user provided context * @data: the data received * @len: its size in bytes * * A callback for the xmlNanoFTPGet command. */ typedef void (*ftpDataCallback) (void *userData, const char *data, int len); /* * Init */ XMLPUBFUN void XMLCALL xmlNanoFTPInit (void); XMLPUBFUN void XMLCALL xmlNanoFTPCleanup (void); /* * Creating/freeing contexts. */ XMLPUBFUN void * XMLCALL xmlNanoFTPNewCtxt (const char *URL); XMLPUBFUN void XMLCALL xmlNanoFTPFreeCtxt (void * ctx); XMLPUBFUN void * XMLCALL xmlNanoFTPConnectTo (const char *server, int port); /* * Opening/closing session connections. */ XMLPUBFUN void * XMLCALL xmlNanoFTPOpen (const char *URL); XMLPUBFUN int XMLCALL xmlNanoFTPConnect (void *ctx); XMLPUBFUN int XMLCALL xmlNanoFTPClose (void *ctx); XMLPUBFUN int XMLCALL xmlNanoFTPQuit (void *ctx); XMLPUBFUN void XMLCALL xmlNanoFTPScanProxy (const char *URL); XMLPUBFUN void XMLCALL xmlNanoFTPProxy (const char *host, int port, const char *user, const char *passwd, int type); XMLPUBFUN int XMLCALL xmlNanoFTPUpdateURL (void *ctx, const char *URL); /* * Rather internal commands. */ XMLPUBFUN int XMLCALL xmlNanoFTPGetResponse (void *ctx); XMLPUBFUN int XMLCALL xmlNanoFTPCheckResponse (void *ctx); /* * CD/DIR/GET handlers. */ XMLPUBFUN int XMLCALL xmlNanoFTPCwd (void *ctx, const char *directory); XMLPUBFUN int XMLCALL xmlNanoFTPDele (void *ctx, const char *file); XMLPUBFUN int XMLCALL xmlNanoFTPGetConnection (void *ctx); XMLPUBFUN int XMLCALL xmlNanoFTPCloseConnection(void *ctx); XMLPUBFUN int XMLCALL xmlNanoFTPList (void *ctx, ftpListCallback callback, void *userData, const char *filename); XMLPUBFUN int XMLCALL xmlNanoFTPGetSocket (void *ctx, const char *filename); XMLPUBFUN int XMLCALL xmlNanoFTPGet (void *ctx, ftpDataCallback callback, void *userData, const char *filename); XMLPUBFUN int XMLCALL xmlNanoFTPRead (void *ctx, void *dest, int len); #ifdef __cplusplus } #endif #endif /* LIBXML_FTP_ENABLED */ #endif /* __NANO_FTP_H__ */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/nanohttp.h��������������������������������������������������0000644�0001750�0001750�00000003725�13032736614�017140� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: minimal HTTP implementation * Description: minimal HTTP implementation allowing to fetch resources * like external subset. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __NANO_HTTP_H__ #define __NANO_HTTP_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_HTTP_ENABLED #ifdef __cplusplus extern "C" { #endif XMLPUBFUN void XMLCALL xmlNanoHTTPInit (void); XMLPUBFUN void XMLCALL xmlNanoHTTPCleanup (void); XMLPUBFUN void XMLCALL xmlNanoHTTPScanProxy (const char *URL); XMLPUBFUN int XMLCALL xmlNanoHTTPFetch (const char *URL, const char *filename, char **contentType); XMLPUBFUN void * XMLCALL xmlNanoHTTPMethod (const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen); XMLPUBFUN void * XMLCALL xmlNanoHTTPMethodRedir (const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen); XMLPUBFUN void * XMLCALL xmlNanoHTTPOpen (const char *URL, char **contentType); XMLPUBFUN void * XMLCALL xmlNanoHTTPOpenRedir (const char *URL, char **contentType, char **redir); XMLPUBFUN int XMLCALL xmlNanoHTTPReturnCode (void *ctx); XMLPUBFUN const char * XMLCALL xmlNanoHTTPAuthHeader (void *ctx); XMLPUBFUN const char * XMLCALL xmlNanoHTTPRedir (void *ctx); XMLPUBFUN int XMLCALL xmlNanoHTTPContentLength( void * ctx ); XMLPUBFUN const char * XMLCALL xmlNanoHTTPEncoding (void *ctx); XMLPUBFUN const char * XMLCALL xmlNanoHTTPMimeType (void *ctx); XMLPUBFUN int XMLCALL xmlNanoHTTPRead (void *ctx, void *dest, int len); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN int XMLCALL xmlNanoHTTPSave (void *ctxt, const char *filename); #endif /* LIBXML_OUTPUT_ENABLED */ XMLPUBFUN void XMLCALL xmlNanoHTTPClose (void *ctx); #ifdef __cplusplus } #endif #endif /* LIBXML_HTTP_ENABLED */ #endif /* __NANO_HTTP_H__ */ �������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/parser.h����������������������������������������������������0000644�0001750�0001750�00000112500�13032736614�016571� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: the core parser module * Description: Interfaces, constants and types related to the XML parser * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_PARSER_H__ #define __XML_PARSER_H__ #include <stdarg.h> #include <libxml/xmlversion.h> #include <libxml/tree.h> #include <libxml/dict.h> #include <libxml/hash.h> #include <libxml/valid.h> #include <libxml/entities.h> #include <libxml/xmlerror.h> #include <libxml/xmlstring.h> #ifdef __cplusplus extern "C" { #endif /** * XML_DEFAULT_VERSION: * * The default version of XML used: 1.0 */ #define XML_DEFAULT_VERSION "1.0" /** * xmlParserInput: * * An xmlParserInput is an input flow for the XML processor. * Each entity parsed is associated an xmlParserInput (except the * few predefined ones). This is the case both for internal entities * - in which case the flow is already completely in memory - or * external entities - in which case we use the buf structure for * progressive reading and I18N conversions to the internal UTF-8 format. */ /** * xmlParserInputDeallocate: * @str: the string to deallocate * * Callback for freeing some parser input allocations. */ typedef void (* xmlParserInputDeallocate)(xmlChar *str); struct _xmlParserInput { /* Input buffer */ xmlParserInputBufferPtr buf; /* UTF-8 encoded buffer */ const char *filename; /* The file analyzed, if any */ const char *directory; /* the directory/base of the file */ const xmlChar *base; /* Base of the array to parse */ const xmlChar *cur; /* Current char being parsed */ const xmlChar *end; /* end of the array to parse */ int length; /* length if known */ int line; /* Current line */ int col; /* Current column */ /* * NOTE: consumed is only tested for equality in the parser code, * so even if there is an overflow this should not give troubles * for parsing very large instances. */ unsigned long consumed; /* How many xmlChars already consumed */ xmlParserInputDeallocate free; /* function to deallocate the base */ const xmlChar *encoding; /* the encoding string for entity */ const xmlChar *version; /* the version string for entity */ int standalone; /* Was that entity marked standalone */ int id; /* an unique identifier for the entity */ }; /** * xmlParserNodeInfo: * * The parser can be asked to collect Node informations, i.e. at what * place in the file they were detected. * NOTE: This is off by default and not very well tested. */ typedef struct _xmlParserNodeInfo xmlParserNodeInfo; typedef xmlParserNodeInfo *xmlParserNodeInfoPtr; struct _xmlParserNodeInfo { const struct _xmlNode* node; /* Position & line # that text that created the node begins & ends on */ unsigned long begin_pos; unsigned long begin_line; unsigned long end_pos; unsigned long end_line; }; typedef struct _xmlParserNodeInfoSeq xmlParserNodeInfoSeq; typedef xmlParserNodeInfoSeq *xmlParserNodeInfoSeqPtr; struct _xmlParserNodeInfoSeq { unsigned long maximum; unsigned long length; xmlParserNodeInfo* buffer; }; /** * xmlParserInputState: * * The parser is now working also as a state based parser. * The recursive one use the state info for entities processing. */ typedef enum { XML_PARSER_EOF = -1, /* nothing is to be parsed */ XML_PARSER_START = 0, /* nothing has been parsed */ XML_PARSER_MISC, /* Misc* before int subset */ XML_PARSER_PI, /* Within a processing instruction */ XML_PARSER_DTD, /* within some DTD content */ XML_PARSER_PROLOG, /* Misc* after internal subset */ XML_PARSER_COMMENT, /* within a comment */ XML_PARSER_START_TAG, /* within a start tag */ XML_PARSER_CONTENT, /* within the content */ XML_PARSER_CDATA_SECTION, /* within a CDATA section */ XML_PARSER_END_TAG, /* within a closing tag */ XML_PARSER_ENTITY_DECL, /* within an entity declaration */ XML_PARSER_ENTITY_VALUE, /* within an entity value in a decl */ XML_PARSER_ATTRIBUTE_VALUE, /* within an attribute value */ XML_PARSER_SYSTEM_LITERAL, /* within a SYSTEM value */ XML_PARSER_EPILOG, /* the Misc* after the last end tag */ XML_PARSER_IGNORE, /* within an IGNORED section */ XML_PARSER_PUBLIC_LITERAL /* within a PUBLIC value */ } xmlParserInputState; /** * XML_DETECT_IDS: * * Bit in the loadsubset context field to tell to do ID/REFs lookups. * Use it to initialize xmlLoadExtDtdDefaultValue. */ #define XML_DETECT_IDS 2 /** * XML_COMPLETE_ATTRS: * * Bit in the loadsubset context field to tell to do complete the * elements attributes lists with the ones defaulted from the DTDs. * Use it to initialize xmlLoadExtDtdDefaultValue. */ #define XML_COMPLETE_ATTRS 4 /** * XML_SKIP_IDS: * * Bit in the loadsubset context field to tell to not do ID/REFs registration. * Used to initialize xmlLoadExtDtdDefaultValue in some special cases. */ #define XML_SKIP_IDS 8 /** * xmlParserMode: * * A parser can operate in various modes */ typedef enum { XML_PARSE_UNKNOWN = 0, XML_PARSE_DOM = 1, XML_PARSE_SAX = 2, XML_PARSE_PUSH_DOM = 3, XML_PARSE_PUSH_SAX = 4, XML_PARSE_READER = 5 } xmlParserMode; /** * xmlParserCtxt: * * The parser context. * NOTE This doesn't completely define the parser state, the (current ?) * design of the parser uses recursive function calls since this allow * and easy mapping from the production rules of the specification * to the actual code. The drawback is that the actual function call * also reflect the parser state. However most of the parsing routines * takes as the only argument the parser context pointer, so migrating * to a state based parser for progressive parsing shouldn't be too hard. */ struct _xmlParserCtxt { struct _xmlSAXHandler *sax; /* The SAX handler */ void *userData; /* For SAX interface only, used by DOM build */ xmlDocPtr myDoc; /* the document being built */ int wellFormed; /* is the document well formed */ int replaceEntities; /* shall we replace entities ? */ const xmlChar *version; /* the XML version string */ const xmlChar *encoding; /* the declared encoding, if any */ int standalone; /* standalone document */ int html; /* an HTML(1)/Docbook(2) document */ /* Input stream stack */ xmlParserInputPtr input; /* Current input stream */ int inputNr; /* Number of current input streams */ int inputMax; /* Max number of input streams */ xmlParserInputPtr *inputTab; /* stack of inputs */ /* Node analysis stack only used for DOM building */ xmlNodePtr node; /* Current parsed Node */ int nodeNr; /* Depth of the parsing stack */ int nodeMax; /* Max depth of the parsing stack */ xmlNodePtr *nodeTab; /* array of nodes */ int record_info; /* Whether node info should be kept */ xmlParserNodeInfoSeq node_seq; /* info about each node parsed */ int errNo; /* error code */ int hasExternalSubset; /* reference and external subset */ int hasPErefs; /* the internal subset has PE refs */ int external; /* are we parsing an external entity */ int valid; /* is the document valid */ int validate; /* shall we try to validate ? */ xmlValidCtxt vctxt; /* The validity context */ xmlParserInputState instate; /* current type of input */ int token; /* next char look-ahead */ char *directory; /* the data directory */ /* Node name stack */ const xmlChar *name; /* Current parsed Node */ int nameNr; /* Depth of the parsing stack */ int nameMax; /* Max depth of the parsing stack */ const xmlChar * *nameTab; /* array of nodes */ long nbChars; /* number of xmlChar processed */ long checkIndex; /* used by progressive parsing lookup */ int keepBlanks; /* ugly but ... */ int disableSAX; /* SAX callbacks are disabled */ int inSubset; /* Parsing is in int 1/ext 2 subset */ const xmlChar * intSubName; /* name of subset */ xmlChar * extSubURI; /* URI of external subset */ xmlChar * extSubSystem; /* SYSTEM ID of external subset */ /* xml:space values */ int * space; /* Should the parser preserve spaces */ int spaceNr; /* Depth of the parsing stack */ int spaceMax; /* Max depth of the parsing stack */ int * spaceTab; /* array of space infos */ int depth; /* to prevent entity substitution loops */ xmlParserInputPtr entity; /* used to check entities boundaries */ int charset; /* encoding of the in-memory content actually an xmlCharEncoding */ int nodelen; /* Those two fields are there to */ int nodemem; /* Speed up large node parsing */ int pedantic; /* signal pedantic warnings */ void *_private; /* For user data, libxml won't touch it */ int loadsubset; /* should the external subset be loaded */ int linenumbers; /* set line number in element content */ void *catalogs; /* document's own catalog */ int recovery; /* run in recovery mode */ int progressive; /* is this a progressive parsing */ xmlDictPtr dict; /* dictionnary for the parser */ const xmlChar * *atts; /* array for the attributes callbacks */ int maxatts; /* the size of the array */ int docdict; /* use strings from dict to build tree */ /* * pre-interned strings */ const xmlChar *str_xml; const xmlChar *str_xmlns; const xmlChar *str_xml_ns; /* * Everything below is used only by the new SAX mode */ int sax2; /* operating in the new SAX mode */ int nsNr; /* the number of inherited namespaces */ int nsMax; /* the size of the arrays */ const xmlChar * *nsTab; /* the array of prefix/namespace name */ int *attallocs; /* which attribute were allocated */ void * *pushTab; /* array of data for push */ xmlHashTablePtr attsDefault; /* defaulted attributes if any */ xmlHashTablePtr attsSpecial; /* non-CDATA attributes if any */ int nsWellFormed; /* is the document XML Nanespace okay */ int options; /* Extra options */ /* * Those fields are needed only for treaming parsing so far */ int dictNames; /* Use dictionary names for the tree */ int freeElemsNr; /* number of freed element nodes */ xmlNodePtr freeElems; /* List of freed element nodes */ int freeAttrsNr; /* number of freed attributes nodes */ xmlAttrPtr freeAttrs; /* List of freed attributes nodes */ /* * the complete error informations for the last error. */ xmlError lastError; xmlParserMode parseMode; /* the parser mode */ }; /** * xmlSAXLocator: * * A SAX Locator. */ struct _xmlSAXLocator { const xmlChar *(*getPublicId)(void *ctx); const xmlChar *(*getSystemId)(void *ctx); int (*getLineNumber)(void *ctx); int (*getColumnNumber)(void *ctx); }; /** * xmlSAXHandler: * * A SAX handler is bunch of callbacks called by the parser when processing * of the input generate data or structure informations. */ /** * resolveEntitySAXFunc: * @ctx: the user data (XML parser context) * @publicId: The public ID of the entity * @systemId: The system ID of the entity * * Callback: * The entity loader, to control the loading of external entities, * the application can either: * - override this resolveEntity() callback in the SAX block * - or better use the xmlSetExternalEntityLoader() function to * set up it's own entity resolution routine * * Returns the xmlParserInputPtr if inlined or NULL for DOM behaviour. */ typedef xmlParserInputPtr (*resolveEntitySAXFunc) (void *ctx, const xmlChar *publicId, const xmlChar *systemId); /** * internalSubsetSAXFunc: * @ctx: the user data (XML parser context) * @name: the root element name * @ExternalID: the external ID * @SystemID: the SYSTEM ID (e.g. filename or URL) * * Callback on internal subset declaration. */ typedef void (*internalSubsetSAXFunc) (void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); /** * externalSubsetSAXFunc: * @ctx: the user data (XML parser context) * @name: the root element name * @ExternalID: the external ID * @SystemID: the SYSTEM ID (e.g. filename or URL) * * Callback on external subset declaration. */ typedef void (*externalSubsetSAXFunc) (void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); /** * getEntitySAXFunc: * @ctx: the user data (XML parser context) * @name: The entity name * * Get an entity by name. * * Returns the xmlEntityPtr if found. */ typedef xmlEntityPtr (*getEntitySAXFunc) (void *ctx, const xmlChar *name); /** * getParameterEntitySAXFunc: * @ctx: the user data (XML parser context) * @name: The entity name * * Get a parameter entity by name. * * Returns the xmlEntityPtr if found. */ typedef xmlEntityPtr (*getParameterEntitySAXFunc) (void *ctx, const xmlChar *name); /** * entityDeclSAXFunc: * @ctx: the user data (XML parser context) * @name: the entity name * @type: the entity type * @publicId: The public ID of the entity * @systemId: The system ID of the entity * @content: the entity value (without processing). * * An entity definition has been parsed. */ typedef void (*entityDeclSAXFunc) (void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content); /** * notationDeclSAXFunc: * @ctx: the user data (XML parser context) * @name: The name of the notation * @publicId: The public ID of the entity * @systemId: The system ID of the entity * * What to do when a notation declaration has been parsed. */ typedef void (*notationDeclSAXFunc)(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId); /** * attributeDeclSAXFunc: * @ctx: the user data (XML parser context) * @elem: the name of the element * @fullname: the attribute name * @type: the attribute type * @def: the type of default value * @defaultValue: the attribute default value * @tree: the tree of enumerated value set * * An attribute definition has been parsed. */ typedef void (*attributeDeclSAXFunc)(void *ctx, const xmlChar *elem, const xmlChar *fullname, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree); /** * elementDeclSAXFunc: * @ctx: the user data (XML parser context) * @name: the element name * @type: the element type * @content: the element value tree * * An element definition has been parsed. */ typedef void (*elementDeclSAXFunc)(void *ctx, const xmlChar *name, int type, xmlElementContentPtr content); /** * unparsedEntityDeclSAXFunc: * @ctx: the user data (XML parser context) * @name: The name of the entity * @publicId: The public ID of the entity * @systemId: The system ID of the entity * @notationName: the name of the notation * * What to do when an unparsed entity declaration is parsed. */ typedef void (*unparsedEntityDeclSAXFunc)(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName); /** * setDocumentLocatorSAXFunc: * @ctx: the user data (XML parser context) * @loc: A SAX Locator * * Receive the document locator at startup, actually xmlDefaultSAXLocator. * Everything is available on the context, so this is useless in our case. */ typedef void (*setDocumentLocatorSAXFunc) (void *ctx, xmlSAXLocatorPtr loc); /** * startDocumentSAXFunc: * @ctx: the user data (XML parser context) * * Called when the document start being processed. */ typedef void (*startDocumentSAXFunc) (void *ctx); /** * endDocumentSAXFunc: * @ctx: the user data (XML parser context) * * Called when the document end has been detected. */ typedef void (*endDocumentSAXFunc) (void *ctx); /** * startElementSAXFunc: * @ctx: the user data (XML parser context) * @name: The element name, including namespace prefix * @atts: An array of name/value attributes pairs, NULL terminated * * Called when an opening tag has been processed. */ typedef void (*startElementSAXFunc) (void *ctx, const xmlChar *name, const xmlChar **atts); /** * endElementSAXFunc: * @ctx: the user data (XML parser context) * @name: The element name * * Called when the end of an element has been detected. */ typedef void (*endElementSAXFunc) (void *ctx, const xmlChar *name); /** * attributeSAXFunc: * @ctx: the user data (XML parser context) * @name: The attribute name, including namespace prefix * @value: The attribute value * * Handle an attribute that has been read by the parser. * The default handling is to convert the attribute into an * DOM subtree and past it in a new xmlAttr element added to * the element. */ typedef void (*attributeSAXFunc) (void *ctx, const xmlChar *name, const xmlChar *value); /** * referenceSAXFunc: * @ctx: the user data (XML parser context) * @name: The entity name * * Called when an entity reference is detected. */ typedef void (*referenceSAXFunc) (void *ctx, const xmlChar *name); /** * charactersSAXFunc: * @ctx: the user data (XML parser context) * @ch: a xmlChar string * @len: the number of xmlChar * * Receiving some chars from the parser. */ typedef void (*charactersSAXFunc) (void *ctx, const xmlChar *ch, int len); /** * ignorableWhitespaceSAXFunc: * @ctx: the user data (XML parser context) * @ch: a xmlChar string * @len: the number of xmlChar * * Receiving some ignorable whitespaces from the parser. * UNUSED: by default the DOM building will use characters. */ typedef void (*ignorableWhitespaceSAXFunc) (void *ctx, const xmlChar *ch, int len); /** * processingInstructionSAXFunc: * @ctx: the user data (XML parser context) * @target: the target name * @data: the PI data's * * A processing instruction has been parsed. */ typedef void (*processingInstructionSAXFunc) (void *ctx, const xmlChar *target, const xmlChar *data); /** * commentSAXFunc: * @ctx: the user data (XML parser context) * @value: the comment content * * A comment has been parsed. */ typedef void (*commentSAXFunc) (void *ctx, const xmlChar *value); /** * cdataBlockSAXFunc: * @ctx: the user data (XML parser context) * @value: The pcdata content * @len: the block length * * Called when a pcdata block has been parsed. */ typedef void (*cdataBlockSAXFunc) ( void *ctx, const xmlChar *value, int len); /** * warningSAXFunc: * @ctx: an XML parser context * @msg: the message to display/transmit * @...: extra parameters for the message display * * Display and format a warning messages, callback. */ typedef void (XMLCDECL *warningSAXFunc) (void *ctx, const char *msg, ...); /** * errorSAXFunc: * @ctx: an XML parser context * @msg: the message to display/transmit * @...: extra parameters for the message display * * Display and format an error messages, callback. */ typedef void (XMLCDECL *errorSAXFunc) (void *ctx, const char *msg, ...); /** * fatalErrorSAXFunc: * @ctx: an XML parser context * @msg: the message to display/transmit * @...: extra parameters for the message display * * Display and format fatal error messages, callback. * Note: so far fatalError() SAX callbacks are not used, error() * get all the callbacks for errors. */ typedef void (XMLCDECL *fatalErrorSAXFunc) (void *ctx, const char *msg, ...); /** * isStandaloneSAXFunc: * @ctx: the user data (XML parser context) * * Is this document tagged standalone? * * Returns 1 if true */ typedef int (*isStandaloneSAXFunc) (void *ctx); /** * hasInternalSubsetSAXFunc: * @ctx: the user data (XML parser context) * * Does this document has an internal subset. * * Returns 1 if true */ typedef int (*hasInternalSubsetSAXFunc) (void *ctx); /** * hasExternalSubsetSAXFunc: * @ctx: the user data (XML parser context) * * Does this document has an external subset? * * Returns 1 if true */ typedef int (*hasExternalSubsetSAXFunc) (void *ctx); /************************************************************************ * * * The SAX version 2 API extensions * * * ************************************************************************/ /** * XML_SAX2_MAGIC: * * Special constant found in SAX2 blocks initialized fields */ #define XML_SAX2_MAGIC 0xDEEDBEAF /** * startElementNsSAX2Func: * @ctx: the user data (XML parser context) * @localname: the local name of the element * @prefix: the element namespace prefix if available * @URI: the element namespace name if available * @nb_namespaces: number of namespace definitions on that node * @namespaces: pointer to the array of prefix/URI pairs namespace definitions * @nb_attributes: the number of attributes on that node * @nb_defaulted: the number of defaulted attributes. The defaulted * ones are at the end of the array * @attributes: pointer to the array of (localname/prefix/URI/value/end) * attribute values. * * SAX2 callback when an element start has been detected by the parser. * It provides the namespace informations for the element, as well as * the new namespace declarations on the element. */ typedef void (*startElementNsSAX2Func) (void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes); /* * endElementNsSAX2Func: * @ctx: the user data (XML parser context) * @localname: the local name of the element * @prefix: the element namespace prefix if available * @URI: the element namespace name if available * * SAX2 callback when an element end has been detected by the parser. * It provides the namespace informations for the element. */ typedef void (*endElementNsSAX2Func) (void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI); struct _xmlSAXHandler { internalSubsetSAXFunc internalSubset; isStandaloneSAXFunc isStandalone; hasInternalSubsetSAXFunc hasInternalSubset; hasExternalSubsetSAXFunc hasExternalSubset; resolveEntitySAXFunc resolveEntity; getEntitySAXFunc getEntity; entityDeclSAXFunc entityDecl; notationDeclSAXFunc notationDecl; attributeDeclSAXFunc attributeDecl; elementDeclSAXFunc elementDecl; unparsedEntityDeclSAXFunc unparsedEntityDecl; setDocumentLocatorSAXFunc setDocumentLocator; startDocumentSAXFunc startDocument; endDocumentSAXFunc endDocument; startElementSAXFunc startElement; endElementSAXFunc endElement; referenceSAXFunc reference; charactersSAXFunc characters; ignorableWhitespaceSAXFunc ignorableWhitespace; processingInstructionSAXFunc processingInstruction; commentSAXFunc comment; warningSAXFunc warning; errorSAXFunc error; fatalErrorSAXFunc fatalError; /* unused error() get all the errors */ getParameterEntitySAXFunc getParameterEntity; cdataBlockSAXFunc cdataBlock; externalSubsetSAXFunc externalSubset; unsigned int initialized; /* The following fields are extensions available only on version 2 */ void *_private; startElementNsSAX2Func startElementNs; endElementNsSAX2Func endElementNs; xmlStructuredErrorFunc serror; }; /* * SAX Version 1 */ typedef struct _xmlSAXHandlerV1 xmlSAXHandlerV1; typedef xmlSAXHandlerV1 *xmlSAXHandlerV1Ptr; struct _xmlSAXHandlerV1 { internalSubsetSAXFunc internalSubset; isStandaloneSAXFunc isStandalone; hasInternalSubsetSAXFunc hasInternalSubset; hasExternalSubsetSAXFunc hasExternalSubset; resolveEntitySAXFunc resolveEntity; getEntitySAXFunc getEntity; entityDeclSAXFunc entityDecl; notationDeclSAXFunc notationDecl; attributeDeclSAXFunc attributeDecl; elementDeclSAXFunc elementDecl; unparsedEntityDeclSAXFunc unparsedEntityDecl; setDocumentLocatorSAXFunc setDocumentLocator; startDocumentSAXFunc startDocument; endDocumentSAXFunc endDocument; startElementSAXFunc startElement; endElementSAXFunc endElement; referenceSAXFunc reference; charactersSAXFunc characters; ignorableWhitespaceSAXFunc ignorableWhitespace; processingInstructionSAXFunc processingInstruction; commentSAXFunc comment; warningSAXFunc warning; errorSAXFunc error; fatalErrorSAXFunc fatalError; /* unused error() get all the errors */ getParameterEntitySAXFunc getParameterEntity; cdataBlockSAXFunc cdataBlock; externalSubsetSAXFunc externalSubset; unsigned int initialized; }; /** * xmlExternalEntityLoader: * @URL: The System ID of the resource requested * @ID: The Public ID of the resource requested * @context: the XML parser context * * External entity loaders types. * * Returns the entity input parser. */ typedef xmlParserInputPtr (*xmlExternalEntityLoader) (const char *URL, const char *ID, xmlParserCtxtPtr context); #ifdef __cplusplus } #endif #include <libxml/encoding.h> #include <libxml/xmlIO.h> #include <libxml/globals.h> #ifdef __cplusplus extern "C" { #endif /* * Init/Cleanup */ XMLPUBFUN void XMLCALL xmlInitParser (void); XMLPUBFUN void XMLCALL xmlCleanupParser (void); /* * Input functions */ XMLPUBFUN int XMLCALL xmlParserInputRead (xmlParserInputPtr in, int len); XMLPUBFUN int XMLCALL xmlParserInputGrow (xmlParserInputPtr in, int len); /* * Basic parsing Interfaces */ #ifdef LIBXML_SAX1_ENABLED XMLPUBFUN xmlDocPtr XMLCALL xmlParseDoc (const xmlChar *cur); XMLPUBFUN xmlDocPtr XMLCALL xmlParseFile (const char *filename); XMLPUBFUN xmlDocPtr XMLCALL xmlParseMemory (const char *buffer, int size); #endif /* LIBXML_SAX1_ENABLED */ XMLPUBFUN int XMLCALL xmlSubstituteEntitiesDefault(int val); XMLPUBFUN int XMLCALL xmlKeepBlanksDefault (int val); XMLPUBFUN void XMLCALL xmlStopParser (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlPedanticParserDefault(int val); XMLPUBFUN int XMLCALL xmlLineNumbersDefault (int val); #ifdef LIBXML_SAX1_ENABLED /* * Recovery mode */ XMLPUBFUN xmlDocPtr XMLCALL xmlRecoverDoc (xmlChar *cur); XMLPUBFUN xmlDocPtr XMLCALL xmlRecoverMemory (const char *buffer, int size); XMLPUBFUN xmlDocPtr XMLCALL xmlRecoverFile (const char *filename); #endif /* LIBXML_SAX1_ENABLED */ /* * Less common routines and SAX interfaces */ XMLPUBFUN int XMLCALL xmlParseDocument (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlParseExtParsedEnt (xmlParserCtxtPtr ctxt); #ifdef LIBXML_SAX1_ENABLED XMLPUBFUN int XMLCALL xmlSAXUserParseFile (xmlSAXHandlerPtr sax, void *user_data, const char *filename); XMLPUBFUN int XMLCALL xmlSAXUserParseMemory (xmlSAXHandlerPtr sax, void *user_data, const char *buffer, int size); XMLPUBFUN xmlDocPtr XMLCALL xmlSAXParseDoc (xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery); XMLPUBFUN xmlDocPtr XMLCALL xmlSAXParseMemory (xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery); XMLPUBFUN xmlDocPtr XMLCALL xmlSAXParseMemoryWithData (xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery, void *data); XMLPUBFUN xmlDocPtr XMLCALL xmlSAXParseFile (xmlSAXHandlerPtr sax, const char *filename, int recovery); XMLPUBFUN xmlDocPtr XMLCALL xmlSAXParseFileWithData (xmlSAXHandlerPtr sax, const char *filename, int recovery, void *data); XMLPUBFUN xmlDocPtr XMLCALL xmlSAXParseEntity (xmlSAXHandlerPtr sax, const char *filename); XMLPUBFUN xmlDocPtr XMLCALL xmlParseEntity (const char *filename); #endif /* LIBXML_SAX1_ENABLED */ #ifdef LIBXML_VALID_ENABLED XMLPUBFUN xmlDtdPtr XMLCALL xmlSAXParseDTD (xmlSAXHandlerPtr sax, const xmlChar *ExternalID, const xmlChar *SystemID); XMLPUBFUN xmlDtdPtr XMLCALL xmlParseDTD (const xmlChar *ExternalID, const xmlChar *SystemID); XMLPUBFUN xmlDtdPtr XMLCALL xmlIOParseDTD (xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, xmlCharEncoding enc); #endif /* LIBXML_VALID_ENABLE */ #ifdef LIBXML_SAX1_ENABLED XMLPUBFUN int XMLCALL xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst); #endif /* LIBXML_SAX1_ENABLED */ XMLPUBFUN xmlParserErrors XMLCALL xmlParseInNodeContext (xmlNodePtr node, const char *data, int datalen, int options, xmlNodePtr *lst); #ifdef LIBXML_SAX1_ENABLED XMLPUBFUN int XMLCALL xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst, int recover); XMLPUBFUN int XMLCALL xmlParseExternalEntity (xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst); #endif /* LIBXML_SAX1_ENABLED */ XMLPUBFUN int XMLCALL xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst); /* * Parser contexts handling. */ XMLPUBFUN xmlParserCtxtPtr XMLCALL xmlNewParserCtxt (void); XMLPUBFUN int XMLCALL xmlInitParserCtxt (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlClearParserCtxt (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlFreeParserCtxt (xmlParserCtxtPtr ctxt); #ifdef LIBXML_SAX1_ENABLED XMLPUBFUN void XMLCALL xmlSetupParserForBuffer (xmlParserCtxtPtr ctxt, const xmlChar* buffer, const char *filename); #endif /* LIBXML_SAX1_ENABLED */ XMLPUBFUN xmlParserCtxtPtr XMLCALL xmlCreateDocParserCtxt (const xmlChar *cur); #ifdef LIBXML_LEGACY_ENABLED /* * Reading/setting optional parsing features. */ XMLPUBFUN int XMLCALL xmlGetFeaturesList (int *len, const char **result); XMLPUBFUN int XMLCALL xmlGetFeature (xmlParserCtxtPtr ctxt, const char *name, void *result); XMLPUBFUN int XMLCALL xmlSetFeature (xmlParserCtxtPtr ctxt, const char *name, void *value); #endif /* LIBXML_LEGACY_ENABLED */ #ifdef LIBXML_PUSH_ENABLED /* * Interfaces for the Push mode. */ XMLPUBFUN xmlParserCtxtPtr XMLCALL xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename); XMLPUBFUN int XMLCALL xmlParseChunk (xmlParserCtxtPtr ctxt, const char *chunk, int size, int terminate); #endif /* LIBXML_PUSH_ENABLED */ /* * Special I/O mode. */ XMLPUBFUN xmlParserCtxtPtr XMLCALL xmlCreateIOParserCtxt (xmlSAXHandlerPtr sax, void *user_data, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc); XMLPUBFUN xmlParserInputPtr XMLCALL xmlNewIOInputStream (xmlParserCtxtPtr ctxt, xmlParserInputBufferPtr input, xmlCharEncoding enc); /* * Node infos. */ XMLPUBFUN const xmlParserNodeInfo* XMLCALL xmlParserFindNodeInfo (const xmlParserCtxtPtr ctxt, const xmlNodePtr node); XMLPUBFUN void XMLCALL xmlInitNodeInfoSeq (xmlParserNodeInfoSeqPtr seq); XMLPUBFUN void XMLCALL xmlClearNodeInfoSeq (xmlParserNodeInfoSeqPtr seq); XMLPUBFUN unsigned long XMLCALL xmlParserFindNodeInfoIndex(const xmlParserNodeInfoSeqPtr seq, const xmlNodePtr node); XMLPUBFUN void XMLCALL xmlParserAddNodeInfo (xmlParserCtxtPtr ctxt, const xmlParserNodeInfoPtr info); /* * External entities handling actually implemented in xmlIO. */ XMLPUBFUN void XMLCALL xmlSetExternalEntityLoader(xmlExternalEntityLoader f); XMLPUBFUN xmlExternalEntityLoader XMLCALL xmlGetExternalEntityLoader(void); XMLPUBFUN xmlParserInputPtr XMLCALL xmlLoadExternalEntity (const char *URL, const char *ID, xmlParserCtxtPtr ctxt); /* * Index lookup, actually implemented in the encoding module */ XMLPUBFUN long XMLCALL xmlByteConsumed (xmlParserCtxtPtr ctxt); /* * New set of simpler/more flexible APIs */ /** * xmlParserOption: * * This is the set of XML parser options that can be passed down * to the xmlReadDoc() and similar calls. */ typedef enum { XML_PARSE_RECOVER = 1<<0, /* recover on errors */ XML_PARSE_NOENT = 1<<1, /* substitute entities */ XML_PARSE_DTDLOAD = 1<<2, /* load the external subset */ XML_PARSE_DTDATTR = 1<<3, /* default DTD attributes */ XML_PARSE_DTDVALID = 1<<4, /* validate with the DTD */ XML_PARSE_NOERROR = 1<<5, /* suppress error reports */ XML_PARSE_NOWARNING = 1<<6, /* suppress warning reports */ XML_PARSE_PEDANTIC = 1<<7, /* pedantic error reporting */ XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ XML_PARSE_SAX1 = 1<<9, /* use the SAX1 interface internally */ XML_PARSE_XINCLUDE = 1<<10,/* Implement XInclude substitition */ XML_PARSE_NONET = 1<<11,/* Forbid network access */ XML_PARSE_NODICT = 1<<12,/* Do not reuse the context dictionnary */ XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */ XML_PARSE_NOCDATA = 1<<14,/* merge CDATA as text nodes */ XML_PARSE_NOXINCNODE= 1<<15,/* do not generate XINCLUDE START/END nodes */ XML_PARSE_COMPACT = 1<<16 /* compact small text nodes */ } xmlParserOption; XMLPUBFUN void XMLCALL xmlCtxtReset (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlCtxtResetPush (xmlParserCtxtPtr ctxt, const char *chunk, int size, const char *filename, const char *encoding); XMLPUBFUN int XMLCALL xmlCtxtUseOptions (xmlParserCtxtPtr ctxt, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlReadDoc (const xmlChar *cur, const char *URL, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlReadFile (const char *URL, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlReadMemory (const char *buffer, int size, const char *URL, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlReadFd (int fd, const char *URL, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlReadIO (xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlCtxtReadDoc (xmlParserCtxtPtr ctxt, const xmlChar *cur, const char *URL, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlCtxtReadFile (xmlParserCtxtPtr ctxt, const char *filename, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlCtxtReadMemory (xmlParserCtxtPtr ctxt, const char *buffer, int size, const char *URL, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlCtxtReadFd (xmlParserCtxtPtr ctxt, int fd, const char *URL, const char *encoding, int options); XMLPUBFUN xmlDocPtr XMLCALL xmlCtxtReadIO (xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options); /* * Library wide options */ /** * xmlFeature: * * Used to examine the existance of features that can be enabled * or disabled at compile-time. * They used to be called XML_FEATURE_xxx but this clashed with Expat */ typedef enum { XML_WITH_THREAD = 1, XML_WITH_TREE = 2, XML_WITH_OUTPUT = 3, XML_WITH_PUSH = 4, XML_WITH_READER = 5, XML_WITH_PATTERN = 6, XML_WITH_WRITER = 7, XML_WITH_SAX1 = 8, XML_WITH_FTP = 9, XML_WITH_HTTP = 10, XML_WITH_VALID = 11, XML_WITH_HTML = 12, XML_WITH_LEGACY = 13, XML_WITH_C14N = 14, XML_WITH_CATALOG = 15, XML_WITH_XPATH = 16, XML_WITH_XPTR = 17, XML_WITH_XINCLUDE = 18, XML_WITH_ICONV = 19, XML_WITH_ISO8859X = 20, XML_WITH_UNICODE = 21, XML_WITH_REGEXP = 22, XML_WITH_AUTOMATA = 23, XML_WITH_EXPR = 24, XML_WITH_SCHEMAS = 25, XML_WITH_SCHEMATRON = 26, XML_WITH_MODULES = 27, XML_WITH_DEBUG = 28, XML_WITH_DEBUG_MEM = 29, XML_WITH_DEBUG_RUN = 30, XML_WITH_NONE = 99999 /* just to be sure of allocation size */ } xmlFeature; XMLPUBFUN int XMLCALL xmlHasFeature (xmlFeature feature); #ifdef __cplusplus } #endif #endif /* __XML_PARSER_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/parserInternals.h�������������������������������������������0000644�0001750�0001750�00000037371�13032736614�020465� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: internals routines exported by the parser. * Description: this module exports a number of internal parsing routines * they are not really all intended for applications but * can prove useful doing low level processing. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_PARSER_INTERNALS_H__ #define __XML_PARSER_INTERNALS_H__ #include <libxml/xmlversion.h> #include <libxml/parser.h> #include <libxml/HTMLparser.h> #include <libxml/chvalid.h> #ifdef __cplusplus extern "C" { #endif /** * xmlParserMaxDepth: * * arbitrary depth limit for the XML documents that we allow to * process. This is not a limitation of the parser but a safety * boundary feature. */ XMLPUBVAR unsigned int xmlParserMaxDepth; /** * XML_MAX_NAMELEN: * * Identifiers can be longer, but this will be more costly * at runtime. */ #define XML_MAX_NAMELEN 100 /** * INPUT_CHUNK: * * The parser tries to always have that amount of input ready. * One of the point is providing context when reporting errors. */ #define INPUT_CHUNK 250 /************************************************************************ * * * UNICODE version of the macros. * * * ************************************************************************/ /** * IS_BYTE_CHAR: * @c: an byte value (int) * * Macro to check the following production in the XML spec: * * [2] Char ::= #x9 | #xA | #xD | [#x20...] * any byte character in the accepted range */ #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) /** * IS_CHAR: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * [2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] * | [#x10000-#x10FFFF] * any Unicode character, excluding the surrogate blocks, FFFE, and FFFF. */ #define IS_CHAR(c) xmlIsCharQ(c) /** * IS_CHAR_CH: * @c: an xmlChar (usually an unsigned char) * * Behaves like IS_CHAR on single-byte value */ #define IS_CHAR_CH(c) xmlIsChar_ch(c) /** * IS_BLANK: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * [3] S ::= (#x20 | #x9 | #xD | #xA)+ */ #define IS_BLANK(c) xmlIsBlankQ(c) /** * IS_BLANK_CH: * @c: an xmlChar value (normally unsigned char) * * Behaviour same as IS_BLANK */ #define IS_BLANK_CH(c) xmlIsBlank_ch(c) /** * IS_BASECHAR: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * [85] BaseChar ::= ... long list see REC ... */ #define IS_BASECHAR(c) xmlIsBaseCharQ(c) /** * IS_DIGIT: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * [88] Digit ::= ... long list see REC ... */ #define IS_DIGIT(c) xmlIsDigitQ(c) /** * IS_DIGIT_CH: * @c: an xmlChar value (usually an unsigned char) * * Behaves like IS_DIGIT but with a single byte argument */ #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) /** * IS_COMBINING: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * [87] CombiningChar ::= ... long list see REC ... */ #define IS_COMBINING(c) xmlIsCombiningQ(c) /** * IS_COMBINING_CH: * @c: an xmlChar (usually an unsigned char) * * Always false (all combining chars > 0xff) */ #define IS_COMBINING_CH(c) 0 /** * IS_EXTENDER: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * * [89] Extender ::= #x00B7 | #x02D0 | #x02D1 | #x0387 | #x0640 | * #x0E46 | #x0EC6 | #x3005 | [#x3031-#x3035] | * [#x309D-#x309E] | [#x30FC-#x30FE] */ #define IS_EXTENDER(c) xmlIsExtenderQ(c) /** * IS_EXTENDER_CH: * @c: an xmlChar value (usually an unsigned char) * * Behaves like IS_EXTENDER but with a single-byte argument */ #define IS_EXTENDER_CH(c) xmlIsExtender_ch(c) /** * IS_IDEOGRAPHIC: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * * [86] Ideographic ::= [#x4E00-#x9FA5] | #x3007 | [#x3021-#x3029] */ #define IS_IDEOGRAPHIC(c) xmlIsIdeographicQ(c) /** * IS_LETTER: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * * [84] Letter ::= BaseChar | Ideographic */ #define IS_LETTER(c) (IS_BASECHAR(c) || IS_IDEOGRAPHIC(c)) /** * IS_LETTER_CH: * @c: an xmlChar value (normally unsigned char) * * Macro behaves like IS_LETTER, but only check base chars * */ #define IS_LETTER_CH(c) xmlIsBaseChar_ch(c) /** * IS_ASCII_LETTER: * @c: an xmlChar value * * Macro to check [a-zA-Z] * */ #define IS_ASCII_LETTER(c) (((0x41 <= (c)) && ((c) <= 0x5a)) || \ ((0x61 <= (c)) && ((c) <= 0x7a))) /** * IS_ASCII_DIGIT: * @c: an xmlChar value * * Macro to check [0-9] * */ #define IS_ASCII_DIGIT(c) ((0x30 <= (c)) && ((c) <= 0x39)) /** * IS_PUBIDCHAR: * @c: an UNICODE value (int) * * Macro to check the following production in the XML spec: * * * [13] PubidChar ::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%] */ #define IS_PUBIDCHAR(c) xmlIsPubidCharQ(c) /** * IS_PUBIDCHAR_CH: * @c: an xmlChar value (normally unsigned char) * * Same as IS_PUBIDCHAR but for single-byte value */ #define IS_PUBIDCHAR_CH(c) xmlIsPubidChar_ch(c) /** * SKIP_EOL: * @p: and UTF8 string pointer * * Skips the end of line chars. */ #define SKIP_EOL(p) \ if (*(p) == 0x13) { p++ ; if (*(p) == 0x10) p++; } \ if (*(p) == 0x10) { p++ ; if (*(p) == 0x13) p++; } /** * MOVETO_ENDTAG: * @p: and UTF8 string pointer * * Skips to the next '>' char. */ #define MOVETO_ENDTAG(p) \ while ((*p) && (*(p) != '>')) (p)++ /** * MOVETO_STARTTAG: * @p: and UTF8 string pointer * * Skips to the next '<' char. */ #define MOVETO_STARTTAG(p) \ while ((*p) && (*(p) != '<')) (p)++ /** * Global variables used for predefined strings. */ XMLPUBVAR const xmlChar xmlStringText[]; XMLPUBVAR const xmlChar xmlStringTextNoenc[]; XMLPUBVAR const xmlChar xmlStringComment[]; /* * Function to finish the work of the macros where needed. */ XMLPUBFUN int XMLCALL xmlIsLetter (int c); /** * Parser context. */ XMLPUBFUN xmlParserCtxtPtr XMLCALL xmlCreateFileParserCtxt (const char *filename); XMLPUBFUN xmlParserCtxtPtr XMLCALL xmlCreateURLParserCtxt (const char *filename, int options); XMLPUBFUN xmlParserCtxtPtr XMLCALL xmlCreateMemoryParserCtxt(const char *buffer, int size); XMLPUBFUN xmlParserCtxtPtr XMLCALL xmlCreateEntityParserCtxt(const xmlChar *URL, const xmlChar *ID, const xmlChar *base); XMLPUBFUN int XMLCALL xmlSwitchEncoding (xmlParserCtxtPtr ctxt, xmlCharEncoding enc); XMLPUBFUN int XMLCALL xmlSwitchToEncoding (xmlParserCtxtPtr ctxt, xmlCharEncodingHandlerPtr handler); XMLPUBFUN int XMLCALL xmlSwitchInputEncoding (xmlParserCtxtPtr ctxt, xmlParserInputPtr input, xmlCharEncodingHandlerPtr handler); #ifdef IN_LIBXML /* internal error reporting */ XMLPUBFUN void XMLCALL __xmlErrEncoding (xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr, const char *msg, const xmlChar * str1, const xmlChar * str2); #endif /** * Input Streams. */ XMLPUBFUN xmlParserInputPtr XMLCALL xmlNewStringInputStream (xmlParserCtxtPtr ctxt, const xmlChar *buffer); XMLPUBFUN xmlParserInputPtr XMLCALL xmlNewEntityInputStream (xmlParserCtxtPtr ctxt, xmlEntityPtr entity); XMLPUBFUN void XMLCALL xmlPushInput (xmlParserCtxtPtr ctxt, xmlParserInputPtr input); XMLPUBFUN xmlChar XMLCALL xmlPopInput (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlFreeInputStream (xmlParserInputPtr input); XMLPUBFUN xmlParserInputPtr XMLCALL xmlNewInputFromFile (xmlParserCtxtPtr ctxt, const char *filename); XMLPUBFUN xmlParserInputPtr XMLCALL xmlNewInputStream (xmlParserCtxtPtr ctxt); /** * Namespaces. */ XMLPUBFUN xmlChar * XMLCALL xmlSplitQName (xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix); /** * Generic production rules. */ XMLPUBFUN const xmlChar * XMLCALL xmlParseName (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlParseNmtoken (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlParseEntityValue (xmlParserCtxtPtr ctxt, xmlChar **orig); XMLPUBFUN xmlChar * XMLCALL xmlParseAttValue (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlParseSystemLiteral (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlParsePubidLiteral (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseCharData (xmlParserCtxtPtr ctxt, int cdata); XMLPUBFUN xmlChar * XMLCALL xmlParseExternalID (xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict); XMLPUBFUN void XMLCALL xmlParseComment (xmlParserCtxtPtr ctxt); XMLPUBFUN const xmlChar * XMLCALL xmlParsePITarget (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParsePI (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseNotationDecl (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseEntityDecl (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlParseDefaultDecl (xmlParserCtxtPtr ctxt, xmlChar **value); XMLPUBFUN xmlEnumerationPtr XMLCALL xmlParseNotationType (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlEnumerationPtr XMLCALL xmlParseEnumerationType (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlParseEnumeratedType (xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree); XMLPUBFUN int XMLCALL xmlParseAttributeType (xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree); XMLPUBFUN void XMLCALL xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt); XMLPUBFUN xmlElementContentPtr XMLCALL xmlParseElementMixedContentDecl (xmlParserCtxtPtr ctxt, int inputchk); XMLPUBFUN xmlElementContentPtr XMLCALL xmlParseElementChildrenContentDecl (xmlParserCtxtPtr ctxt, int inputchk); XMLPUBFUN int XMLCALL xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlElementContentPtr *result); XMLPUBFUN int XMLCALL xmlParseElementDecl (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseMarkupDecl (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlParseCharRef (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlEntityPtr XMLCALL xmlParseEntityRef (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseReference (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParsePEReference (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseDocTypeDecl (xmlParserCtxtPtr ctxt); #ifdef LIBXML_SAX1_ENABLED XMLPUBFUN const xmlChar * XMLCALL xmlParseAttribute (xmlParserCtxtPtr ctxt, xmlChar **value); XMLPUBFUN const xmlChar * XMLCALL xmlParseStartTag (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseEndTag (xmlParserCtxtPtr ctxt); #endif /* LIBXML_SAX1_ENABLED */ XMLPUBFUN void XMLCALL xmlParseCDSect (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseContent (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseElement (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlParseVersionNum (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlParseVersionInfo (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlParseEncName (xmlParserCtxtPtr ctxt); XMLPUBFUN const xmlChar * XMLCALL xmlParseEncodingDecl (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlParseSDDecl (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseXMLDecl (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseTextDecl (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseMisc (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseExternalSubset (xmlParserCtxtPtr ctxt, const xmlChar *ExternalID, const xmlChar *SystemID); /** * XML_SUBSTITUTE_NONE: * * If no entities need to be substituted. */ #define XML_SUBSTITUTE_NONE 0 /** * XML_SUBSTITUTE_REF: * * Whether general entities need to be substituted. */ #define XML_SUBSTITUTE_REF 1 /** * XML_SUBSTITUTE_PEREF: * * Whether parameter entities need to be substituted. */ #define XML_SUBSTITUTE_PEREF 2 /** * XML_SUBSTITUTE_BOTH: * * Both general and parameter entities need to be substituted. */ #define XML_SUBSTITUTE_BOTH 3 XMLPUBFUN xmlChar * XMLCALL xmlStringDecodeEntities (xmlParserCtxtPtr ctxt, const xmlChar *str, int what, xmlChar end, xmlChar end2, xmlChar end3); XMLPUBFUN xmlChar * XMLCALL xmlStringLenDecodeEntities (xmlParserCtxtPtr ctxt, const xmlChar *str, int len, int what, xmlChar end, xmlChar end2, xmlChar end3); /* * Generated by MACROS on top of parser.c c.f. PUSH_AND_POP. */ XMLPUBFUN int XMLCALL nodePush (xmlParserCtxtPtr ctxt, xmlNodePtr value); XMLPUBFUN xmlNodePtr XMLCALL nodePop (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL inputPush (xmlParserCtxtPtr ctxt, xmlParserInputPtr value); XMLPUBFUN xmlParserInputPtr XMLCALL inputPop (xmlParserCtxtPtr ctxt); XMLPUBFUN const xmlChar * XMLCALL namePop (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL namePush (xmlParserCtxtPtr ctxt, const xmlChar *value); /* * other commodities shared between parser.c and parserInternals. */ XMLPUBFUN int XMLCALL xmlSkipBlankChars (xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlStringCurrentChar (xmlParserCtxtPtr ctxt, const xmlChar *cur, int *len); XMLPUBFUN void XMLCALL xmlParserHandlePEReference(xmlParserCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlCheckLanguageID (const xmlChar *lang); /* * Really core function shared with HTML parser. */ XMLPUBFUN int XMLCALL xmlCurrentChar (xmlParserCtxtPtr ctxt, int *len); XMLPUBFUN int XMLCALL xmlCopyCharMultiByte (xmlChar *out, int val); XMLPUBFUN int XMLCALL xmlCopyChar (int len, xmlChar *out, int val); XMLPUBFUN void XMLCALL xmlNextChar (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParserInputShrink (xmlParserInputPtr in); #ifdef LIBXML_HTML_ENABLED /* * Actually comes from the HTML parser but launched from the init stuff. */ XMLPUBFUN void XMLCALL htmlInitAutoClose (void); XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename, const char *encoding); #endif /* * Specific function to keep track of entities references * and used by the XSLT debugger. */ #ifdef LIBXML_LEGACY_ENABLED /** * xmlEntityReferenceFunc: * @ent: the entity * @firstNode: the fist node in the chunk * @lastNode: the last nod in the chunk * * Callback function used when one needs to be able to track back the * provenance of a chunk of nodes inherited from an entity replacement. */ typedef void (*xmlEntityReferenceFunc) (xmlEntityPtr ent, xmlNodePtr firstNode, xmlNodePtr lastNode); XMLPUBFUN void XMLCALL xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func); XMLPUBFUN xmlChar * XMLCALL xmlParseQuotedString (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParseNamespace (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlNamespaceParseNSDef (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlScanName (xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlNamespaceParseNCName (xmlParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlParserHandleReference(xmlParserCtxtPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlNamespaceParseQName (xmlParserCtxtPtr ctxt, xmlChar **prefix); /** * Entities */ XMLPUBFUN xmlChar * XMLCALL xmlDecodeEntities (xmlParserCtxtPtr ctxt, int len, int what, xmlChar end, xmlChar end2, xmlChar end3); XMLPUBFUN void XMLCALL xmlHandleEntity (xmlParserCtxtPtr ctxt, xmlEntityPtr entity); #endif /* LIBXML_LEGACY_ENABLED */ #ifdef IN_LIBXML /* * internal only */ XMLPUBFUN void XMLCALL xmlErrMemory (xmlParserCtxtPtr ctxt, const char *extra); #endif #ifdef __cplusplus } #endif #endif /* __XML_PARSER_INTERNALS_H__ */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/pattern.h���������������������������������������������������0000644�0001750�0001750�00000004477�13032736614�016767� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: pattern expression handling * Description: allows to compile and test pattern expressions for nodes * either in a tree or based on a parser state. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_PATTERN_H__ #define __XML_PATTERN_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #include <libxml/dict.h> #ifdef LIBXML_PATTERN_ENABLED #ifdef __cplusplus extern "C" { #endif /** * xmlPattern: * * A compiled (XPath based) pattern to select nodes */ typedef struct _xmlPattern xmlPattern; typedef xmlPattern *xmlPatternPtr; /** * xmlPatternFlags: * * This is the set of options affecting the behaviour of pattern * matching with this module * */ typedef enum { XML_PATTERN_DEFAULT = 0, /* simple pattern match */ XML_PATTERN_XPATH = 1<<0, /* standard XPath pattern */ XML_PATTERN_XSSEL = 1<<1, /* XPath subset for schema selector */ XML_PATTERN_XSFIELD = 1<<2 /* XPath subset for schema field */ } xmlPatternFlags; XMLPUBFUN void XMLCALL xmlFreePattern (xmlPatternPtr comp); XMLPUBFUN void XMLCALL xmlFreePatternList (xmlPatternPtr comp); XMLPUBFUN xmlPatternPtr XMLCALL xmlPatterncompile (const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces); XMLPUBFUN int XMLCALL xmlPatternMatch (xmlPatternPtr comp, xmlNodePtr node); /* streaming interfaces */ typedef struct _xmlStreamCtxt xmlStreamCtxt; typedef xmlStreamCtxt *xmlStreamCtxtPtr; XMLPUBFUN int XMLCALL xmlPatternStreamable (xmlPatternPtr comp); XMLPUBFUN int XMLCALL xmlPatternMaxDepth (xmlPatternPtr comp); XMLPUBFUN int XMLCALL xmlPatternMinDepth (xmlPatternPtr comp); XMLPUBFUN int XMLCALL xmlPatternFromRoot (xmlPatternPtr comp); XMLPUBFUN xmlStreamCtxtPtr XMLCALL xmlPatternGetStreamCtxt (xmlPatternPtr comp); XMLPUBFUN void XMLCALL xmlFreeStreamCtxt (xmlStreamCtxtPtr stream); XMLPUBFUN int XMLCALL xmlStreamPush (xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns); XMLPUBFUN int XMLCALL xmlStreamPushAttr (xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns); XMLPUBFUN int XMLCALL xmlStreamPop (xmlStreamCtxtPtr stream); #ifdef __cplusplus } #endif #endif /* LIBXML_PATTERN_ENABLED */ #endif /* __XML_PATTERN_H__ */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/relaxng.h���������������������������������������������������0000644�0001750�0001750�00000012407�13032736614�016742� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: implementation of the Relax-NG validation * Description: implementation of the Relax-NG validation * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_RELAX_NG__ #define __XML_RELAX_NG__ #include <libxml/xmlversion.h> #include <libxml/hash.h> #include <libxml/xmlstring.h> #ifdef LIBXML_SCHEMAS_ENABLED #ifdef __cplusplus extern "C" { #endif typedef struct _xmlRelaxNG xmlRelaxNG; typedef xmlRelaxNG *xmlRelaxNGPtr; /** * A schemas validation context */ typedef void (XMLCDECL *xmlRelaxNGValidityErrorFunc) (void *ctx, const char *msg, ...); typedef void (XMLCDECL *xmlRelaxNGValidityWarningFunc) (void *ctx, const char *msg, ...); typedef struct _xmlRelaxNGParserCtxt xmlRelaxNGParserCtxt; typedef xmlRelaxNGParserCtxt *xmlRelaxNGParserCtxtPtr; typedef struct _xmlRelaxNGValidCtxt xmlRelaxNGValidCtxt; typedef xmlRelaxNGValidCtxt *xmlRelaxNGValidCtxtPtr; /* * xmlRelaxNGValidErr: * * List of possible Relax NG validation errors */ typedef enum { XML_RELAXNG_OK = 0, XML_RELAXNG_ERR_MEMORY, XML_RELAXNG_ERR_TYPE, XML_RELAXNG_ERR_TYPEVAL, XML_RELAXNG_ERR_DUPID, XML_RELAXNG_ERR_TYPECMP, XML_RELAXNG_ERR_NOSTATE, XML_RELAXNG_ERR_NODEFINE, XML_RELAXNG_ERR_LISTEXTRA, XML_RELAXNG_ERR_LISTEMPTY, XML_RELAXNG_ERR_INTERNODATA, XML_RELAXNG_ERR_INTERSEQ, XML_RELAXNG_ERR_INTEREXTRA, XML_RELAXNG_ERR_ELEMNAME, XML_RELAXNG_ERR_ATTRNAME, XML_RELAXNG_ERR_ELEMNONS, XML_RELAXNG_ERR_ATTRNONS, XML_RELAXNG_ERR_ELEMWRONGNS, XML_RELAXNG_ERR_ATTRWRONGNS, XML_RELAXNG_ERR_ELEMEXTRANS, XML_RELAXNG_ERR_ATTREXTRANS, XML_RELAXNG_ERR_ELEMNOTEMPTY, XML_RELAXNG_ERR_NOELEM, XML_RELAXNG_ERR_NOTELEM, XML_RELAXNG_ERR_ATTRVALID, XML_RELAXNG_ERR_CONTENTVALID, XML_RELAXNG_ERR_EXTRACONTENT, XML_RELAXNG_ERR_INVALIDATTR, XML_RELAXNG_ERR_DATAELEM, XML_RELAXNG_ERR_VALELEM, XML_RELAXNG_ERR_LISTELEM, XML_RELAXNG_ERR_DATATYPE, XML_RELAXNG_ERR_VALUE, XML_RELAXNG_ERR_LIST, XML_RELAXNG_ERR_NOGRAMMAR, XML_RELAXNG_ERR_EXTRADATA, XML_RELAXNG_ERR_LACKDATA, XML_RELAXNG_ERR_INTERNAL, XML_RELAXNG_ERR_ELEMWRONG, XML_RELAXNG_ERR_TEXTWRONG } xmlRelaxNGValidErr; /* * xmlRelaxNGParserFlags: * * List of possible Relax NG Parser flags */ typedef enum { XML_RELAXNGP_NONE = 0, XML_RELAXNGP_FREE_DOC = 1, XML_RELAXNGP_CRNG = 2 } xmlRelaxNGParserFlag; XMLPUBFUN int XMLCALL xmlRelaxNGInitTypes (void); XMLPUBFUN void XMLCALL xmlRelaxNGCleanupTypes (void); /* * Interfaces for parsing. */ XMLPUBFUN xmlRelaxNGParserCtxtPtr XMLCALL xmlRelaxNGNewParserCtxt (const char *URL); XMLPUBFUN xmlRelaxNGParserCtxtPtr XMLCALL xmlRelaxNGNewMemParserCtxt (const char *buffer, int size); XMLPUBFUN xmlRelaxNGParserCtxtPtr XMLCALL xmlRelaxNGNewDocParserCtxt (xmlDocPtr doc); XMLPUBFUN int XMLCALL xmlRelaxParserSetFlag (xmlRelaxNGParserCtxtPtr ctxt, int flag); XMLPUBFUN void XMLCALL xmlRelaxNGFreeParserCtxt (xmlRelaxNGParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlRelaxNGSetParserErrors(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc err, xmlRelaxNGValidityWarningFunc warn, void *ctx); XMLPUBFUN int XMLCALL xmlRelaxNGGetParserErrors(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc *err, xmlRelaxNGValidityWarningFunc *warn, void **ctx); XMLPUBFUN xmlRelaxNGPtr XMLCALL xmlRelaxNGParse (xmlRelaxNGParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlRelaxNGFree (xmlRelaxNGPtr schema); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlRelaxNGDump (FILE *output, xmlRelaxNGPtr schema); XMLPUBFUN void XMLCALL xmlRelaxNGDumpTree (FILE * output, xmlRelaxNGPtr schema); #endif /* LIBXML_OUTPUT_ENABLED */ /* * Interfaces for validating */ XMLPUBFUN void XMLCALL xmlRelaxNGSetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc err, xmlRelaxNGValidityWarningFunc warn, void *ctx); XMLPUBFUN int XMLCALL xmlRelaxNGGetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidityErrorFunc *err, xmlRelaxNGValidityWarningFunc *warn, void **ctx); XMLPUBFUN void XMLCALL xmlRelaxNGSetValidStructuredErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlStructuredErrorFunc serror, void *ctx); XMLPUBFUN xmlRelaxNGValidCtxtPtr XMLCALL xmlRelaxNGNewValidCtxt (xmlRelaxNGPtr schema); XMLPUBFUN void XMLCALL xmlRelaxNGFreeValidCtxt (xmlRelaxNGValidCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlRelaxNGValidateDoc (xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc); /* * Interfaces for progressive validation when possible */ XMLPUBFUN int XMLCALL xmlRelaxNGValidatePushElement (xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem); XMLPUBFUN int XMLCALL xmlRelaxNGValidatePushCData (xmlRelaxNGValidCtxtPtr ctxt, const xmlChar *data, int len); XMLPUBFUN int XMLCALL xmlRelaxNGValidatePopElement (xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem); XMLPUBFUN int XMLCALL xmlRelaxNGValidateFullElement (xmlRelaxNGValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem); #ifdef __cplusplus } #endif #endif /* LIBXML_SCHEMAS_ENABLED */ #endif /* __XML_RELAX_NG__ */ ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/schemasInternals.h������������������������������������������0000644�0001750�0001750�00000062645�13032736614�020616� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: internal interfaces for XML Schemas * Description: internal interfaces for the XML Schemas handling * and schema validity checking * The Schemas development is a Work In Progress. * Some of those interfaces are not garanteed to be API or ABI stable ! * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_SCHEMA_INTERNALS_H__ #define __XML_SCHEMA_INTERNALS_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_SCHEMAS_ENABLED #include <libxml/xmlregexp.h> #include <libxml/hash.h> #include <libxml/dict.h> #ifdef __cplusplus extern "C" { #endif typedef enum { XML_SCHEMAS_UNKNOWN = 0, XML_SCHEMAS_STRING, XML_SCHEMAS_NORMSTRING, XML_SCHEMAS_DECIMAL, XML_SCHEMAS_TIME, XML_SCHEMAS_GDAY, XML_SCHEMAS_GMONTH, XML_SCHEMAS_GMONTHDAY, XML_SCHEMAS_GYEAR, XML_SCHEMAS_GYEARMONTH, XML_SCHEMAS_DATE, XML_SCHEMAS_DATETIME, XML_SCHEMAS_DURATION, XML_SCHEMAS_FLOAT, XML_SCHEMAS_DOUBLE, XML_SCHEMAS_BOOLEAN, XML_SCHEMAS_TOKEN, XML_SCHEMAS_LANGUAGE, XML_SCHEMAS_NMTOKEN, XML_SCHEMAS_NMTOKENS, XML_SCHEMAS_NAME, XML_SCHEMAS_QNAME, XML_SCHEMAS_NCNAME, XML_SCHEMAS_ID, XML_SCHEMAS_IDREF, XML_SCHEMAS_IDREFS, XML_SCHEMAS_ENTITY, XML_SCHEMAS_ENTITIES, XML_SCHEMAS_NOTATION, XML_SCHEMAS_ANYURI, XML_SCHEMAS_INTEGER, XML_SCHEMAS_NPINTEGER, XML_SCHEMAS_NINTEGER, XML_SCHEMAS_NNINTEGER, XML_SCHEMAS_PINTEGER, XML_SCHEMAS_INT, XML_SCHEMAS_UINT, XML_SCHEMAS_LONG, XML_SCHEMAS_ULONG, XML_SCHEMAS_SHORT, XML_SCHEMAS_USHORT, XML_SCHEMAS_BYTE, XML_SCHEMAS_UBYTE, XML_SCHEMAS_HEXBINARY, XML_SCHEMAS_BASE64BINARY, XML_SCHEMAS_ANYTYPE, XML_SCHEMAS_ANYSIMPLETYPE } xmlSchemaValType; /* * XML Schemas defines multiple type of types. */ typedef enum { XML_SCHEMA_TYPE_BASIC = 1, /* A built-in datatype */ XML_SCHEMA_TYPE_ANY, XML_SCHEMA_TYPE_FACET, XML_SCHEMA_TYPE_SIMPLE, XML_SCHEMA_TYPE_COMPLEX, XML_SCHEMA_TYPE_SEQUENCE = 6, XML_SCHEMA_TYPE_CHOICE, XML_SCHEMA_TYPE_ALL, XML_SCHEMA_TYPE_SIMPLE_CONTENT, XML_SCHEMA_TYPE_COMPLEX_CONTENT, XML_SCHEMA_TYPE_UR, XML_SCHEMA_TYPE_RESTRICTION, XML_SCHEMA_TYPE_EXTENSION, XML_SCHEMA_TYPE_ELEMENT, XML_SCHEMA_TYPE_ATTRIBUTE, XML_SCHEMA_TYPE_ATTRIBUTEGROUP, XML_SCHEMA_TYPE_GROUP, XML_SCHEMA_TYPE_NOTATION, XML_SCHEMA_TYPE_LIST, XML_SCHEMA_TYPE_UNION, XML_SCHEMA_TYPE_ANY_ATTRIBUTE, XML_SCHEMA_TYPE_IDC_UNIQUE, XML_SCHEMA_TYPE_IDC_KEY, XML_SCHEMA_TYPE_IDC_KEYREF, XML_SCHEMA_TYPE_PARTICLE = 25, XML_SCHEMA_TYPE_ATTRIBUTE_USE, XML_SCHEMA_FACET_MININCLUSIVE = 1000, XML_SCHEMA_FACET_MINEXCLUSIVE, XML_SCHEMA_FACET_MAXINCLUSIVE, XML_SCHEMA_FACET_MAXEXCLUSIVE, XML_SCHEMA_FACET_TOTALDIGITS, XML_SCHEMA_FACET_FRACTIONDIGITS, XML_SCHEMA_FACET_PATTERN, XML_SCHEMA_FACET_ENUMERATION, XML_SCHEMA_FACET_WHITESPACE, XML_SCHEMA_FACET_LENGTH, XML_SCHEMA_FACET_MAXLENGTH, XML_SCHEMA_FACET_MINLENGTH, XML_SCHEMA_EXTRA_QNAMEREF = 2000, XML_SCHEMA_EXTRA_ATTR_USE_PROHIB } xmlSchemaTypeType; typedef enum { XML_SCHEMA_CONTENT_UNKNOWN = 0, XML_SCHEMA_CONTENT_EMPTY = 1, XML_SCHEMA_CONTENT_ELEMENTS, XML_SCHEMA_CONTENT_MIXED, XML_SCHEMA_CONTENT_SIMPLE, XML_SCHEMA_CONTENT_MIXED_OR_ELEMENTS, /* Obsolete */ XML_SCHEMA_CONTENT_BASIC, XML_SCHEMA_CONTENT_ANY } xmlSchemaContentType; typedef struct _xmlSchemaVal xmlSchemaVal; typedef xmlSchemaVal *xmlSchemaValPtr; typedef struct _xmlSchemaType xmlSchemaType; typedef xmlSchemaType *xmlSchemaTypePtr; typedef struct _xmlSchemaFacet xmlSchemaFacet; typedef xmlSchemaFacet *xmlSchemaFacetPtr; /** * Annotation */ typedef struct _xmlSchemaAnnot xmlSchemaAnnot; typedef xmlSchemaAnnot *xmlSchemaAnnotPtr; struct _xmlSchemaAnnot { struct _xmlSchemaAnnot *next; xmlNodePtr content; /* the annotation */ }; /** * XML_SCHEMAS_ANYATTR_SKIP: * * Skip unknown attribute from validation * Obsolete, not used anymore. */ #define XML_SCHEMAS_ANYATTR_SKIP 1 /** * XML_SCHEMAS_ANYATTR_LAX: * * Ignore validation non definition on attributes * Obsolete, not used anymore. */ #define XML_SCHEMAS_ANYATTR_LAX 2 /** * XML_SCHEMAS_ANYATTR_STRICT: * * Apply strict validation rules on attributes * Obsolete, not used anymore. */ #define XML_SCHEMAS_ANYATTR_STRICT 3 /** * XML_SCHEMAS_ANY_SKIP: * * Skip unknown attribute from validation */ #define XML_SCHEMAS_ANY_SKIP 1 /** * XML_SCHEMAS_ANY_LAX: * * Used by wildcards. * Validate if type found, don't worry if not found */ #define XML_SCHEMAS_ANY_LAX 2 /** * XML_SCHEMAS_ANY_STRICT: * * Used by wildcards. * Apply strict validation rules */ #define XML_SCHEMAS_ANY_STRICT 3 /** * XML_SCHEMAS_ATTR_USE_PROHIBITED: * * Used by wildcards. * The attribute is prohibited. */ #define XML_SCHEMAS_ATTR_USE_PROHIBITED 0 /** * XML_SCHEMAS_ATTR_USE_REQUIRED: * * The attribute is required. */ #define XML_SCHEMAS_ATTR_USE_REQUIRED 1 /** * XML_SCHEMAS_ATTR_USE_OPTIONAL: * * The attribute is optional. */ #define XML_SCHEMAS_ATTR_USE_OPTIONAL 2 /** * XML_SCHEMAS_ATTR_GLOBAL: * * allow elements in no namespace */ #define XML_SCHEMAS_ATTR_GLOBAL 1 << 0 /** * XML_SCHEMAS_ATTR_NSDEFAULT: * * allow elements in no namespace */ #define XML_SCHEMAS_ATTR_NSDEFAULT 1 << 7 /** * XML_SCHEMAS_ATTR_INTERNAL_RESOLVED: * * this is set when the "type" and "ref" references * have been resolved. */ #define XML_SCHEMAS_ATTR_INTERNAL_RESOLVED 1 << 8 /** * XML_SCHEMAS_ATTR_FIXED: * * the attribute has a fixed value */ #define XML_SCHEMAS_ATTR_FIXED 1 << 9 /** * xmlSchemaAttribute: * An attribute definition. */ typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef xmlSchemaAttribute *xmlSchemaAttributePtr; struct _xmlSchemaAttribute { xmlSchemaTypeType type; struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ const xmlChar *name; /* the name of the declaration */ const xmlChar *id; /* Deprecated; not used */ const xmlChar *ref; /* Deprecated; not used */ const xmlChar *refNs; /* Deprecated; not used */ const xmlChar *typeName; /* the local name of the type definition */ const xmlChar *typeNs; /* the ns URI of the type definition */ xmlSchemaAnnotPtr annot; xmlSchemaTypePtr base; /* Deprecated; not used */ int occurs; /* Deprecated; not used */ const xmlChar *defValue; /* The initial value of the value constraint */ xmlSchemaTypePtr subtypes; /* the type definition */ xmlNodePtr node; const xmlChar *targetNamespace; int flags; const xmlChar *refPrefix; /* Deprecated; not used */ xmlSchemaValPtr defVal; /* The compiled value constraint */ xmlSchemaAttributePtr refDecl; /* Deprecated; not used */ }; /** * xmlSchemaAttributeLink: * Used to build a list of attribute uses on complexType definitions. * WARNING: Deprecated; not used. */ typedef struct _xmlSchemaAttributeLink xmlSchemaAttributeLink; typedef xmlSchemaAttributeLink *xmlSchemaAttributeLinkPtr; struct _xmlSchemaAttributeLink { struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ struct _xmlSchemaAttribute *attr;/* the linked attribute */ }; /** * XML_SCHEMAS_WILDCARD_COMPLETE: * * If the wildcard is complete. */ #define XML_SCHEMAS_WILDCARD_COMPLETE 1 << 0 /** * xmlSchemaCharValueLink: * Used to build a list of namespaces on wildcards. */ typedef struct _xmlSchemaWildcardNs xmlSchemaWildcardNs; typedef xmlSchemaWildcardNs *xmlSchemaWildcardNsPtr; struct _xmlSchemaWildcardNs { struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ const xmlChar *value;/* the value */ }; /** * xmlSchemaWildcard. * A wildcard. */ typedef struct _xmlSchemaWildcard xmlSchemaWildcard; typedef xmlSchemaWildcard *xmlSchemaWildcardPtr; struct _xmlSchemaWildcard { xmlSchemaTypeType type; /* The kind of type */ const xmlChar *id; /* Deprecated; not used */ xmlSchemaAnnotPtr annot; xmlNodePtr node; int minOccurs; /* Deprecated; not used */ int maxOccurs; /* Deprecated; not used */ int processContents; int any; /* Indicates if the ns constraint is of ##any */ xmlSchemaWildcardNsPtr nsSet; /* The list of allowed namespaces */ xmlSchemaWildcardNsPtr negNsSet; /* The negated namespace */ int flags; }; /** * XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED: * * The attribute wildcard has been already builded. */ #define XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED 1 << 0 /** * XML_SCHEMAS_ATTRGROUP_GLOBAL: * * The attribute wildcard has been already builded. */ #define XML_SCHEMAS_ATTRGROUP_GLOBAL 1 << 1 /** * XML_SCHEMAS_ATTRGROUP_MARKED: * * Marks the attr group as marked; used for circular checks. */ #define XML_SCHEMAS_ATTRGROUP_MARKED 1 << 2 /** * XML_SCHEMAS_ATTRGROUP_REDEFINED: * * The attr group was redefined. */ #define XML_SCHEMAS_ATTRGROUP_REDEFINED 1 << 3 /** * XML_SCHEMAS_ATTRGROUP_HAS_REFS: * * Whether this attr. group contains attr. group references. */ #define XML_SCHEMAS_ATTRGROUP_HAS_REFS 1 << 4 /** * An attribute group definition. * * xmlSchemaAttribute and xmlSchemaAttributeGroup start of structures * must be kept similar */ typedef struct _xmlSchemaAttributeGroup xmlSchemaAttributeGroup; typedef xmlSchemaAttributeGroup *xmlSchemaAttributeGroupPtr; struct _xmlSchemaAttributeGroup { xmlSchemaTypeType type; /* The kind of type */ struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ const xmlChar *name; const xmlChar *id; const xmlChar *ref; /* Deprecated; not used */ const xmlChar *refNs; /* Deprecated; not used */ xmlSchemaAnnotPtr annot; xmlSchemaAttributePtr attributes; /* Deprecated; not used */ xmlNodePtr node; int flags; xmlSchemaWildcardPtr attributeWildcard; const xmlChar *refPrefix; /* Deprecated; not used */ xmlSchemaAttributeGroupPtr refItem; /* Deprecated; not used */ const xmlChar *targetNamespace; void *attrUses; }; /** * xmlSchemaTypeLink: * Used to build a list of types (e.g. member types of * simpleType with variety "union"). */ typedef struct _xmlSchemaTypeLink xmlSchemaTypeLink; typedef xmlSchemaTypeLink *xmlSchemaTypeLinkPtr; struct _xmlSchemaTypeLink { struct _xmlSchemaTypeLink *next;/* the next type link ... */ xmlSchemaTypePtr type;/* the linked type */ }; /** * xmlSchemaFacetLink: * Used to build a list of facets. */ typedef struct _xmlSchemaFacetLink xmlSchemaFacetLink; typedef xmlSchemaFacetLink *xmlSchemaFacetLinkPtr; struct _xmlSchemaFacetLink { struct _xmlSchemaFacetLink *next;/* the next facet link ... */ xmlSchemaFacetPtr facet;/* the linked facet */ }; /** * XML_SCHEMAS_TYPE_MIXED: * * the element content type is mixed */ #define XML_SCHEMAS_TYPE_MIXED 1 << 0 /** * XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION: * * the simple or complex type has a derivation method of "extension". */ #define XML_SCHEMAS_TYPE_DERIVATION_METHOD_EXTENSION 1 << 1 /** * XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION: * * the simple or complex type has a derivation method of "restriction". */ #define XML_SCHEMAS_TYPE_DERIVATION_METHOD_RESTRICTION 1 << 2 /** * XML_SCHEMAS_TYPE_GLOBAL: * * the type is global */ #define XML_SCHEMAS_TYPE_GLOBAL 1 << 3 /** * XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD: * * the complexType owns an attribute wildcard, i.e. * it can be freed by the complexType */ #define XML_SCHEMAS_TYPE_OWNED_ATTR_WILDCARD 1 << 4 /* Obsolete. */ /** * XML_SCHEMAS_TYPE_VARIETY_ABSENT: * * the simpleType has a variety of "absent". * TODO: Actually not necessary :-/, since if * none of the variety flags occur then it's * automatically absent. */ #define XML_SCHEMAS_TYPE_VARIETY_ABSENT 1 << 5 /** * XML_SCHEMAS_TYPE_VARIETY_LIST: * * the simpleType has a variety of "list". */ #define XML_SCHEMAS_TYPE_VARIETY_LIST 1 << 6 /** * XML_SCHEMAS_TYPE_VARIETY_UNION: * * the simpleType has a variety of "union". */ #define XML_SCHEMAS_TYPE_VARIETY_UNION 1 << 7 /** * XML_SCHEMAS_TYPE_VARIETY_ATOMIC: * * the simpleType has a variety of "union". */ #define XML_SCHEMAS_TYPE_VARIETY_ATOMIC 1 << 8 /** * XML_SCHEMAS_TYPE_FINAL_EXTENSION: * * the complexType has a final of "extension". */ #define XML_SCHEMAS_TYPE_FINAL_EXTENSION 1 << 9 /** * XML_SCHEMAS_TYPE_FINAL_RESTRICTION: * * the simpleType/complexType has a final of "restriction". */ #define XML_SCHEMAS_TYPE_FINAL_RESTRICTION 1 << 10 /** * XML_SCHEMAS_TYPE_FINAL_LIST: * * the simpleType has a final of "list". */ #define XML_SCHEMAS_TYPE_FINAL_LIST 1 << 11 /** * XML_SCHEMAS_TYPE_FINAL_UNION: * * the simpleType has a final of "union". */ #define XML_SCHEMAS_TYPE_FINAL_UNION 1 << 12 /** * XML_SCHEMAS_TYPE_FINAL_DEFAULT: * * the simpleType has a final of "default". */ #define XML_SCHEMAS_TYPE_FINAL_DEFAULT 1 << 13 /** * XML_SCHEMAS_TYPE_BUILTIN_PRIMITIVE: * * Marks the item as a builtin primitive. */ #define XML_SCHEMAS_TYPE_BUILTIN_PRIMITIVE 1 << 14 /** * XML_SCHEMAS_TYPE_MARKED: * * Marks the item as marked; used for circular checks. */ #define XML_SCHEMAS_TYPE_MARKED 1 << 16 /** * XML_SCHEMAS_TYPE_BLOCK_DEFAULT: * * the complexType did not specify 'block' so use the default of the * <schema> item. */ #define XML_SCHEMAS_TYPE_BLOCK_DEFAULT 1 << 17 /** * XML_SCHEMAS_TYPE_BLOCK_EXTENSION: * * the complexType has a 'block' of "extension". */ #define XML_SCHEMAS_TYPE_BLOCK_EXTENSION 1 << 18 /** * XML_SCHEMAS_TYPE_BLOCK_RESTRICTION: * * the complexType has a 'block' of "restriction". */ #define XML_SCHEMAS_TYPE_BLOCK_RESTRICTION 1 << 19 /** * XML_SCHEMAS_TYPE_ABSTRACT: * * the simple/complexType is abstract. */ #define XML_SCHEMAS_TYPE_ABSTRACT 1 << 20 /** * XML_SCHEMAS_TYPE_FACETSNEEDVALUE: * * indicates if the facets need a computed value */ #define XML_SCHEMAS_TYPE_FACETSNEEDVALUE 1 << 21 /** * XML_SCHEMAS_TYPE_INTERNAL_RESOLVED: * * indicates that the type was typefixed */ #define XML_SCHEMAS_TYPE_INTERNAL_RESOLVED 1 << 22 /** * XML_SCHEMAS_TYPE_INTERNAL_INVALID: * * indicates that the type is invalid */ #define XML_SCHEMAS_TYPE_INTERNAL_INVALID 1 << 23 /** * XML_SCHEMAS_TYPE_WHITESPACE_PRESERVE: * * a whitespace-facet value of "preserve" */ #define XML_SCHEMAS_TYPE_WHITESPACE_PRESERVE 1 << 24 /** * XML_SCHEMAS_TYPE_WHITESPACE_REPLACE: * * a whitespace-facet value of "replace" */ #define XML_SCHEMAS_TYPE_WHITESPACE_REPLACE 1 << 25 /** * XML_SCHEMAS_TYPE_WHITESPACE_COLLAPSE: * * a whitespace-facet value of "collapse" */ #define XML_SCHEMAS_TYPE_WHITESPACE_COLLAPSE 1 << 26 /** * XML_SCHEMAS_TYPE_HAS_FACETS: * * has facets */ #define XML_SCHEMAS_TYPE_HAS_FACETS 1 << 27 /** * XML_SCHEMAS_TYPE_NORMVALUENEEDED: * * indicates if the facets (pattern) need a normalized value */ #define XML_SCHEMAS_TYPE_NORMVALUENEEDED 1 << 28 /** * XML_SCHEMAS_TYPE_FIXUP_1: * * First stage of fixup was done. */ #define XML_SCHEMAS_TYPE_FIXUP_1 1 << 29 /** * XML_SCHEMAS_TYPE_REDEFINED: * * The type was redefined. */ #define XML_SCHEMAS_TYPE_REDEFINED 1 << 30 /** * XML_SCHEMAS_TYPE_REDEFINING: * * The type redefines an other type. */ /* #define XML_SCHEMAS_TYPE_REDEFINING 1 << 31 */ /** * _xmlSchemaType: * * Schemas type definition. */ struct _xmlSchemaType { xmlSchemaTypeType type; /* The kind of type */ struct _xmlSchemaType *next; /* the next type if in a sequence ... */ const xmlChar *name; const xmlChar *id ; /* Deprecated; not used */ const xmlChar *ref; /* Deprecated; not used */ const xmlChar *refNs; /* Deprecated; not used */ xmlSchemaAnnotPtr annot; xmlSchemaTypePtr subtypes; xmlSchemaAttributePtr attributes; /* Deprecated; not used */ xmlNodePtr node; int minOccurs; /* Deprecated; not used */ int maxOccurs; /* Deprecated; not used */ int flags; xmlSchemaContentType contentType; const xmlChar *base; /* Base type's local name */ const xmlChar *baseNs; /* Base type's target namespace */ xmlSchemaTypePtr baseType; /* The base type component */ xmlSchemaFacetPtr facets; /* Local facets */ struct _xmlSchemaType *redef; /* Deprecated; not used */ int recurse; /* Obsolete */ xmlSchemaAttributeLinkPtr *attributeUses; /* Deprecated; not used */ xmlSchemaWildcardPtr attributeWildcard; int builtInType; /* Type of built-in types. */ xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */ xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */ const xmlChar *refPrefix; /* Deprecated; not used */ xmlSchemaTypePtr contentTypeDef; /* Used for the simple content of complex types. Could we use @subtypes for this? */ xmlRegexpPtr contModel; /* Holds the automaton of the content model */ const xmlChar *targetNamespace; void *attrUses; }; /* * xmlSchemaElement: * An element definition. * * xmlSchemaType, xmlSchemaFacet and xmlSchemaElement start of * structures must be kept similar */ /** * XML_SCHEMAS_ELEM_NILLABLE: * * the element is nillable */ #define XML_SCHEMAS_ELEM_NILLABLE 1 << 0 /** * XML_SCHEMAS_ELEM_GLOBAL: * * the element is global */ #define XML_SCHEMAS_ELEM_GLOBAL 1 << 1 /** * XML_SCHEMAS_ELEM_DEFAULT: * * the element has a default value */ #define XML_SCHEMAS_ELEM_DEFAULT 1 << 2 /** * XML_SCHEMAS_ELEM_FIXED: * * the element has a fixed value */ #define XML_SCHEMAS_ELEM_FIXED 1 << 3 /** * XML_SCHEMAS_ELEM_ABSTRACT: * * the element is abstract */ #define XML_SCHEMAS_ELEM_ABSTRACT 1 << 4 /** * XML_SCHEMAS_ELEM_TOPLEVEL: * * the element is top level * obsolete: use XML_SCHEMAS_ELEM_GLOBAL instead */ #define XML_SCHEMAS_ELEM_TOPLEVEL 1 << 5 /** * XML_SCHEMAS_ELEM_REF: * * the element is a reference to a type */ #define XML_SCHEMAS_ELEM_REF 1 << 6 /** * XML_SCHEMAS_ELEM_NSDEFAULT: * * allow elements in no namespace * Obsolete, not used anymore. */ #define XML_SCHEMAS_ELEM_NSDEFAULT 1 << 7 /** * XML_SCHEMAS_ELEM_INTERNAL_RESOLVED: * * this is set when "type", "ref", "substitutionGroup" * references have been resolved. */ #define XML_SCHEMAS_ELEM_INTERNAL_RESOLVED 1 << 8 /** * XML_SCHEMAS_ELEM_CIRCULAR: * * a helper flag for the search of circular references. */ #define XML_SCHEMAS_ELEM_CIRCULAR 1 << 9 /** * XML_SCHEMAS_ELEM_BLOCK_ABSENT: * * the "block" attribute is absent */ #define XML_SCHEMAS_ELEM_BLOCK_ABSENT 1 << 10 /** * XML_SCHEMAS_ELEM_BLOCK_EXTENSION: * * disallowed substitutions are absent */ #define XML_SCHEMAS_ELEM_BLOCK_EXTENSION 1 << 11 /** * XML_SCHEMAS_ELEM_BLOCK_RESTRICTION: * * disallowed substitutions: "restriction" */ #define XML_SCHEMAS_ELEM_BLOCK_RESTRICTION 1 << 12 /** * XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION: * * disallowed substitutions: "substituion" */ #define XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION 1 << 13 /** * XML_SCHEMAS_ELEM_FINAL_ABSENT: * * substitution group exclusions are absent */ #define XML_SCHEMAS_ELEM_FINAL_ABSENT 1 << 14 /** * XML_SCHEMAS_ELEM_FINAL_EXTENSION: * * substitution group exclusions: "extension" */ #define XML_SCHEMAS_ELEM_FINAL_EXTENSION 1 << 15 /** * XML_SCHEMAS_ELEM_FINAL_RESTRICTION: * * substitution group exclusions: "restriction" */ #define XML_SCHEMAS_ELEM_FINAL_RESTRICTION 1 << 16 /** * XML_SCHEMAS_ELEM_SUBST_GROUP_HEAD: * * the declaration is a substitution group head */ #define XML_SCHEMAS_ELEM_SUBST_GROUP_HEAD 1 << 17 /** * XML_SCHEMAS_ELEM_INTERNAL_CHECKED: * * this is set when the elem decl has been checked against * all constraints */ #define XML_SCHEMAS_ELEM_INTERNAL_CHECKED 1 << 18 typedef struct _xmlSchemaElement xmlSchemaElement; typedef xmlSchemaElement *xmlSchemaElementPtr; struct _xmlSchemaElement { xmlSchemaTypeType type; /* The kind of type */ struct _xmlSchemaType *next; /* Not used? */ const xmlChar *name; const xmlChar *id; /* Deprecated; not used */ const xmlChar *ref; /* Deprecated; not used */ const xmlChar *refNs; /* Deprecated; not used */ xmlSchemaAnnotPtr annot; xmlSchemaTypePtr subtypes; /* the type definition */ xmlSchemaAttributePtr attributes; xmlNodePtr node; int minOccurs; /* Deprecated; not used */ int maxOccurs; /* Deprecated; not used */ int flags; const xmlChar *targetNamespace; const xmlChar *namedType; const xmlChar *namedTypeNs; const xmlChar *substGroup; const xmlChar *substGroupNs; const xmlChar *scope; const xmlChar *value; /* The original value of the value constraint. */ struct _xmlSchemaElement *refDecl; /* This will now be used for the substitution group affiliation */ xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ xmlSchemaContentType contentType; const xmlChar *refPrefix; /* Deprecated; not used */ xmlSchemaValPtr defVal; /* The compiled value contraint. */ void *idcs; /* The identity-constraint defs */ }; /* * XML_SCHEMAS_FACET_UNKNOWN: * * unknown facet handling */ #define XML_SCHEMAS_FACET_UNKNOWN 0 /* * XML_SCHEMAS_FACET_PRESERVE: * * preserve the type of the facet */ #define XML_SCHEMAS_FACET_PRESERVE 1 /* * XML_SCHEMAS_FACET_REPLACE: * * replace the type of the facet */ #define XML_SCHEMAS_FACET_REPLACE 2 /* * XML_SCHEMAS_FACET_COLLAPSE: * * collapse the types of the facet */ #define XML_SCHEMAS_FACET_COLLAPSE 3 /** * A facet definition. */ struct _xmlSchemaFacet { xmlSchemaTypeType type; /* The kind of type */ struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ const xmlChar *value; /* The original value */ const xmlChar *id; /* Obsolete */ xmlSchemaAnnotPtr annot; xmlNodePtr node; int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */ int whitespace; xmlSchemaValPtr val; /* The compiled value */ xmlRegexpPtr regexp; /* The regex for patterns */ }; /** * A notation definition. */ typedef struct _xmlSchemaNotation xmlSchemaNotation; typedef xmlSchemaNotation *xmlSchemaNotationPtr; struct _xmlSchemaNotation { xmlSchemaTypeType type; /* The kind of type */ const xmlChar *name; xmlSchemaAnnotPtr annot; const xmlChar *identifier; const xmlChar *targetNamespace; }; /* * TODO: Actually all those flags used for the schema should sit * on the schema parser context, since they are used only * during parsing an XML schema document, and not available * on the component level as per spec. */ /** * XML_SCHEMAS_QUALIF_ELEM: * * Reflects elementFormDefault == qualified in * an XML schema document. */ #define XML_SCHEMAS_QUALIF_ELEM 1 << 0 /** * XML_SCHEMAS_QUALIF_ATTR: * * Reflects attributeFormDefault == qualified in * an XML schema document. */ #define XML_SCHEMAS_QUALIF_ATTR 1 << 1 /** * XML_SCHEMAS_FINAL_DEFAULT_EXTENSION: * * the schema has "extension" in the set of finalDefault. */ #define XML_SCHEMAS_FINAL_DEFAULT_EXTENSION 1 << 2 /** * XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION: * * the schema has "restriction" in the set of finalDefault. */ #define XML_SCHEMAS_FINAL_DEFAULT_RESTRICTION 1 << 3 /** * XML_SCHEMAS_FINAL_DEFAULT_LIST: * * the cshema has "list" in the set of finalDefault. */ #define XML_SCHEMAS_FINAL_DEFAULT_LIST 1 << 4 /** * XML_SCHEMAS_FINAL_DEFAULT_UNION: * * the schema has "union" in the set of finalDefault. */ #define XML_SCHEMAS_FINAL_DEFAULT_UNION 1 << 5 /** * XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION: * * the schema has "extension" in the set of blockDefault. */ #define XML_SCHEMAS_BLOCK_DEFAULT_EXTENSION 1 << 6 /** * XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION: * * the schema has "restriction" in the set of blockDefault. */ #define XML_SCHEMAS_BLOCK_DEFAULT_RESTRICTION 1 << 7 /** * XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION: * * the schema has "substitution" in the set of blockDefault. */ #define XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION 1 << 8 /** * XML_SCHEMAS_INCLUDING_CONVERT_NS: * * the schema is currently including an other schema with * no target namespace. */ #define XML_SCHEMAS_INCLUDING_CONVERT_NS 1 << 9 /** * _xmlSchema: * * A Schemas definition */ struct _xmlSchema { const xmlChar *name; /* schema name */ const xmlChar *targetNamespace; /* the target namespace */ const xmlChar *version; const xmlChar *id; /* Obsolete */ xmlDocPtr doc; xmlSchemaAnnotPtr annot; int flags; xmlHashTablePtr typeDecl; xmlHashTablePtr attrDecl; xmlHashTablePtr attrgrpDecl; xmlHashTablePtr elemDecl; xmlHashTablePtr notaDecl; xmlHashTablePtr schemasImports; void *_private; /* unused by the library for users or bindings */ xmlHashTablePtr groupDecl; xmlDictPtr dict; void *includes; /* the includes, this is opaque for now */ int preserve; /* whether to free the document */ int counter; /* used to give ononymous components unique names */ xmlHashTablePtr idcDef; /* All identity-constraint defs. */ void *volatiles; /* Obsolete */ }; XMLPUBFUN void XMLCALL xmlSchemaFreeType (xmlSchemaTypePtr type); XMLPUBFUN void XMLCALL xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard); #ifdef __cplusplus } #endif #endif /* LIBXML_SCHEMAS_ENABLED */ #endif /* __XML_SCHEMA_INTERNALS_H__ */ �������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/schematron.h������������������������������������������������0000644�0001750�0001750�00000007510�13032736614�017444� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: XML Schemastron implementation * Description: interface to the XML Schematron validity checking. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_SCHEMATRON_H__ #define __XML_SCHEMATRON_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_SCHEMATRON_ENABLED #include <libxml/tree.h> #ifdef __cplusplus extern "C" { #endif typedef enum { XML_SCHEMATRON_OUT_QUIET = 1 << 0, /* quiet no report */ XML_SCHEMATRON_OUT_TEXT = 1 << 1, /* build a textual report */ XML_SCHEMATRON_OUT_XML = 1 << 2, /* output SVRL */ XML_SCHEMATRON_OUT_FILE = 1 << 8, /* output to a file descriptor */ XML_SCHEMATRON_OUT_BUFFER = 1 << 9, /* output to a buffer */ XML_SCHEMATRON_OUT_IO = 1 << 10 /* output to I/O mechanism */ } xmlSchematronValidOptions; /** * The schemas related types are kept internal */ typedef struct _xmlSchematron xmlSchematron; typedef xmlSchematron *xmlSchematronPtr; /** * A schemas validation context */ typedef void (*xmlSchematronValidityErrorFunc) (void *ctx, const char *msg, ...); typedef void (*xmlSchematronValidityWarningFunc) (void *ctx, const char *msg, ...); typedef struct _xmlSchematronParserCtxt xmlSchematronParserCtxt; typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr; typedef struct _xmlSchematronValidCtxt xmlSchematronValidCtxt; typedef xmlSchematronValidCtxt *xmlSchematronValidCtxtPtr; /* * Interfaces for parsing. */ XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL xmlSchematronNewParserCtxt (const char *URL); XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL xmlSchematronNewMemParserCtxt(const char *buffer, int size); XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL xmlSchematronNewDocParserCtxt(xmlDocPtr doc); XMLPUBFUN void XMLCALL xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt); /***** XMLPUBFUN void XMLCALL xmlSchematronSetParserErrors(xmlSchematronParserCtxtPtr ctxt, xmlSchematronValidityErrorFunc err, xmlSchematronValidityWarningFunc warn, void *ctx); XMLPUBFUN int XMLCALL xmlSchematronGetParserErrors(xmlSchematronParserCtxtPtr ctxt, xmlSchematronValidityErrorFunc * err, xmlSchematronValidityWarningFunc * warn, void **ctx); XMLPUBFUN int XMLCALL xmlSchematronIsValid (xmlSchematronValidCtxtPtr ctxt); *****/ XMLPUBFUN xmlSchematronPtr XMLCALL xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlSchematronFree (xmlSchematronPtr schema); /* * Interfaces for validating */ /****** XMLPUBFUN void XMLCALL xmlSchematronSetValidStructuredErrors( xmlSchematronValidCtxtPtr ctxt, xmlStructuredErrorFunc serror, void *ctx); XMLPUBFUN void XMLCALL xmlSchematronSetValidErrors (xmlSchematronValidCtxtPtr ctxt, xmlSchematronValidityErrorFunc err, xmlSchematronValidityWarningFunc warn, void *ctx); XMLPUBFUN int XMLCALL xmlSchematronGetValidErrors (xmlSchematronValidCtxtPtr ctxt, xmlSchematronValidityErrorFunc *err, xmlSchematronValidityWarningFunc *warn, void **ctx); XMLPUBFUN int XMLCALL xmlSchematronSetValidOptions(xmlSchematronValidCtxtPtr ctxt, int options); XMLPUBFUN int XMLCALL xmlSchematronValidCtxtGetOptions(xmlSchematronValidCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlSchematronValidateOneElement (xmlSchematronValidCtxtPtr ctxt, xmlNodePtr elem); *******/ XMLPUBFUN xmlSchematronValidCtxtPtr XMLCALL xmlSchematronNewValidCtxt (xmlSchematronPtr schema, int options); XMLPUBFUN void XMLCALL xmlSchematronFreeValidCtxt (xmlSchematronValidCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlSchematronValidateDoc (xmlSchematronValidCtxtPtr ctxt, xmlDocPtr instance); #ifdef __cplusplus } #endif #endif /* LIBXML_SCHEMATRON_ENABLED */ #endif /* __XML_SCHEMATRON_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/threads.h���������������������������������������������������0000644�0001750�0001750�00000003177�13032736614�016740� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/** * Summary: interfaces for thread handling * Description: set of generic threading related routines * should work with pthreads, Windows native or TLS threads * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_THREADS_H__ #define __XML_THREADS_H__ #include <libxml/xmlversion.h> #ifdef __cplusplus extern "C" { #endif /* * xmlMutex are a simple mutual exception locks. */ typedef struct _xmlMutex xmlMutex; typedef xmlMutex *xmlMutexPtr; /* * xmlRMutex are reentrant mutual exception locks. */ typedef struct _xmlRMutex xmlRMutex; typedef xmlRMutex *xmlRMutexPtr; #ifdef __cplusplus } #endif #include <libxml/globals.h> #ifdef __cplusplus extern "C" { #endif XMLPUBFUN xmlMutexPtr XMLCALL xmlNewMutex (void); XMLPUBFUN void XMLCALL xmlMutexLock (xmlMutexPtr tok); XMLPUBFUN void XMLCALL xmlMutexUnlock (xmlMutexPtr tok); XMLPUBFUN void XMLCALL xmlFreeMutex (xmlMutexPtr tok); XMLPUBFUN xmlRMutexPtr XMLCALL xmlNewRMutex (void); XMLPUBFUN void XMLCALL xmlRMutexLock (xmlRMutexPtr tok); XMLPUBFUN void XMLCALL xmlRMutexUnlock (xmlRMutexPtr tok); XMLPUBFUN void XMLCALL xmlFreeRMutex (xmlRMutexPtr tok); /* * Library wide APIs. */ XMLPUBFUN void XMLCALL xmlInitThreads (void); XMLPUBFUN void XMLCALL xmlLockLibrary (void); XMLPUBFUN void XMLCALL xmlUnlockLibrary(void); XMLPUBFUN int XMLCALL xmlGetThreadId (void); XMLPUBFUN int XMLCALL xmlIsMainThread (void); XMLPUBFUN void XMLCALL xmlCleanupThreads(void); XMLPUBFUN xmlGlobalStatePtr XMLCALL xmlGetGlobalState(void); #ifdef __cplusplus } #endif #endif /* __XML_THREADS_H__ */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/tree.h������������������������������������������������������0000644�0001750�0001750�00000100012�13032736614�016227� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: interfaces for tree manipulation * Description: this module describes the structures found in an tree resulting * from an XML or HTML parsing, as well as the API provided for * various processing on that tree * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_TREE_H__ #define __XML_TREE_H__ #include <stdio.h> #include <libxml/xmlversion.h> #include <libxml/xmlstring.h> #ifdef __cplusplus extern "C" { #endif /* * Some of the basic types pointer to structures: */ /* xmlIO.h */ typedef struct _xmlParserInputBuffer xmlParserInputBuffer; typedef xmlParserInputBuffer *xmlParserInputBufferPtr; typedef struct _xmlOutputBuffer xmlOutputBuffer; typedef xmlOutputBuffer *xmlOutputBufferPtr; /* parser.h */ typedef struct _xmlParserInput xmlParserInput; typedef xmlParserInput *xmlParserInputPtr; typedef struct _xmlParserCtxt xmlParserCtxt; typedef xmlParserCtxt *xmlParserCtxtPtr; typedef struct _xmlSAXLocator xmlSAXLocator; typedef xmlSAXLocator *xmlSAXLocatorPtr; typedef struct _xmlSAXHandler xmlSAXHandler; typedef xmlSAXHandler *xmlSAXHandlerPtr; /* entities.h */ typedef struct _xmlEntity xmlEntity; typedef xmlEntity *xmlEntityPtr; /** * BASE_BUFFER_SIZE: * * default buffer size 4000. */ #define BASE_BUFFER_SIZE 4096 /** * xmlBufferAllocationScheme: * * A buffer allocation scheme can be defined to either match exactly the * need or double it's allocated size each time it is found too small. */ typedef enum { XML_BUFFER_ALLOC_DOUBLEIT, XML_BUFFER_ALLOC_EXACT, XML_BUFFER_ALLOC_IMMUTABLE } xmlBufferAllocationScheme; /** * xmlBuffer: * * A buffer structure. */ typedef struct _xmlBuffer xmlBuffer; typedef xmlBuffer *xmlBufferPtr; struct _xmlBuffer { xmlChar *content; /* The buffer content UTF8 */ unsigned int use; /* The buffer size used */ unsigned int size; /* The buffer size */ xmlBufferAllocationScheme alloc; /* The realloc method */ }; /** * XML_XML_NAMESPACE: * * This is the namespace for the special xml: prefix predefined in the * XML Namespace specification. */ #define XML_XML_NAMESPACE \ (const xmlChar *) "http://www.w3.org/XML/1998/namespace" /** * XML_XML_ID: * * This is the name for the special xml:id attribute */ #define XML_XML_ID (const xmlChar *) "xml:id" /* * The different element types carried by an XML tree. * * NOTE: This is synchronized with DOM Level1 values * See http://www.w3.org/TR/REC-DOM-Level-1/ * * Actually this had diverged a bit, and now XML_DOCUMENT_TYPE_NODE should * be deprecated to use an XML_DTD_NODE. */ typedef enum { XML_ELEMENT_NODE= 1, XML_ATTRIBUTE_NODE= 2, XML_TEXT_NODE= 3, XML_CDATA_SECTION_NODE= 4, XML_ENTITY_REF_NODE= 5, XML_ENTITY_NODE= 6, XML_PI_NODE= 7, XML_COMMENT_NODE= 8, XML_DOCUMENT_NODE= 9, XML_DOCUMENT_TYPE_NODE= 10, XML_DOCUMENT_FRAG_NODE= 11, XML_NOTATION_NODE= 12, XML_HTML_DOCUMENT_NODE= 13, XML_DTD_NODE= 14, XML_ELEMENT_DECL= 15, XML_ATTRIBUTE_DECL= 16, XML_ENTITY_DECL= 17, XML_NAMESPACE_DECL= 18, XML_XINCLUDE_START= 19, XML_XINCLUDE_END= 20 #ifdef LIBXML_DOCB_ENABLED ,XML_DOCB_DOCUMENT_NODE= 21 #endif } xmlElementType; /** * xmlNotation: * * A DTD Notation definition. */ typedef struct _xmlNotation xmlNotation; typedef xmlNotation *xmlNotationPtr; struct _xmlNotation { const xmlChar *name; /* Notation name */ const xmlChar *PublicID; /* Public identifier, if any */ const xmlChar *SystemID; /* System identifier, if any */ }; /** * xmlAttributeType: * * A DTD Attribute type definition. */ typedef enum { XML_ATTRIBUTE_CDATA = 1, XML_ATTRIBUTE_ID, XML_ATTRIBUTE_IDREF , XML_ATTRIBUTE_IDREFS, XML_ATTRIBUTE_ENTITY, XML_ATTRIBUTE_ENTITIES, XML_ATTRIBUTE_NMTOKEN, XML_ATTRIBUTE_NMTOKENS, XML_ATTRIBUTE_ENUMERATION, XML_ATTRIBUTE_NOTATION } xmlAttributeType; /** * xmlAttributeDefault: * * A DTD Attribute default definition. */ typedef enum { XML_ATTRIBUTE_NONE = 1, XML_ATTRIBUTE_REQUIRED, XML_ATTRIBUTE_IMPLIED, XML_ATTRIBUTE_FIXED } xmlAttributeDefault; /** * xmlEnumeration: * * List structure used when there is an enumeration in DTDs. */ typedef struct _xmlEnumeration xmlEnumeration; typedef xmlEnumeration *xmlEnumerationPtr; struct _xmlEnumeration { struct _xmlEnumeration *next; /* next one */ const xmlChar *name; /* Enumeration name */ }; /** * xmlAttribute: * * An Attribute declaration in a DTD. */ typedef struct _xmlAttribute xmlAttribute; typedef xmlAttribute *xmlAttributePtr; struct _xmlAttribute { void *_private; /* application data */ xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */ const xmlChar *name; /* Attribute name */ struct _xmlNode *children; /* NULL */ struct _xmlNode *last; /* NULL */ struct _xmlDtd *parent; /* -> DTD */ struct _xmlNode *next; /* next sibling link */ struct _xmlNode *prev; /* previous sibling link */ struct _xmlDoc *doc; /* the containing document */ struct _xmlAttribute *nexth; /* next in hash table */ xmlAttributeType atype; /* The attribute type */ xmlAttributeDefault def; /* the default */ const xmlChar *defaultValue; /* or the default value */ xmlEnumerationPtr tree; /* or the enumeration tree if any */ const xmlChar *prefix; /* the namespace prefix if any */ const xmlChar *elem; /* Element holding the attribute */ }; /** * xmlElementContentType: * * Possible definitions of element content types. */ typedef enum { XML_ELEMENT_CONTENT_PCDATA = 1, XML_ELEMENT_CONTENT_ELEMENT, XML_ELEMENT_CONTENT_SEQ, XML_ELEMENT_CONTENT_OR } xmlElementContentType; /** * xmlElementContentOccur: * * Possible definitions of element content occurrences. */ typedef enum { XML_ELEMENT_CONTENT_ONCE = 1, XML_ELEMENT_CONTENT_OPT, XML_ELEMENT_CONTENT_MULT, XML_ELEMENT_CONTENT_PLUS } xmlElementContentOccur; /** * xmlElementContent: * * An XML Element content as stored after parsing an element definition * in a DTD. */ typedef struct _xmlElementContent xmlElementContent; typedef xmlElementContent *xmlElementContentPtr; struct _xmlElementContent { xmlElementContentType type; /* PCDATA, ELEMENT, SEQ or OR */ xmlElementContentOccur ocur; /* ONCE, OPT, MULT or PLUS */ const xmlChar *name; /* Element name */ struct _xmlElementContent *c1; /* first child */ struct _xmlElementContent *c2; /* second child */ struct _xmlElementContent *parent; /* parent */ const xmlChar *prefix; /* Namespace prefix */ }; /** * xmlElementTypeVal: * * The different possibilities for an element content type. */ typedef enum { XML_ELEMENT_TYPE_UNDEFINED = 0, XML_ELEMENT_TYPE_EMPTY = 1, XML_ELEMENT_TYPE_ANY, XML_ELEMENT_TYPE_MIXED, XML_ELEMENT_TYPE_ELEMENT } xmlElementTypeVal; #ifdef __cplusplus } #endif #include <libxml/xmlregexp.h> #ifdef __cplusplus extern "C" { #endif /** * xmlElement: * * An XML Element declaration from a DTD. */ typedef struct _xmlElement xmlElement; typedef xmlElement *xmlElementPtr; struct _xmlElement { void *_private; /* application data */ xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */ const xmlChar *name; /* Element name */ struct _xmlNode *children; /* NULL */ struct _xmlNode *last; /* NULL */ struct _xmlDtd *parent; /* -> DTD */ struct _xmlNode *next; /* next sibling link */ struct _xmlNode *prev; /* previous sibling link */ struct _xmlDoc *doc; /* the containing document */ xmlElementTypeVal etype; /* The type */ xmlElementContentPtr content; /* the allowed element content */ xmlAttributePtr attributes; /* List of the declared attributes */ const xmlChar *prefix; /* the namespace prefix if any */ #ifdef LIBXML_REGEXP_ENABLED xmlRegexpPtr contModel; /* the validating regexp */ #else void *contModel; #endif }; /** * XML_LOCAL_NAMESPACE: * * A namespace declaration node. */ #define XML_LOCAL_NAMESPACE XML_NAMESPACE_DECL typedef xmlElementType xmlNsType; /** * xmlNs: * * An XML namespace. * Note that prefix == NULL is valid, it defines the default namespace * within the subtree (until overridden). * * xmlNsType is unified with xmlElementType. */ typedef struct _xmlNs xmlNs; typedef xmlNs *xmlNsPtr; struct _xmlNs { struct _xmlNs *next; /* next Ns link for this node */ xmlNsType type; /* global or local */ const xmlChar *href; /* URL for the namespace */ const xmlChar *prefix; /* prefix for the namespace */ void *_private; /* application data */ }; /** * xmlDtd: * * An XML DTD, as defined by <!DOCTYPE ... There is actually one for * the internal subset and for the external subset. */ typedef struct _xmlDtd xmlDtd; typedef xmlDtd *xmlDtdPtr; struct _xmlDtd { void *_private; /* application data */ xmlElementType type; /* XML_DTD_NODE, must be second ! */ const xmlChar *name; /* Name of the DTD */ struct _xmlNode *children; /* the value of the property link */ struct _xmlNode *last; /* last child link */ struct _xmlDoc *parent; /* child->parent link */ struct _xmlNode *next; /* next sibling link */ struct _xmlNode *prev; /* previous sibling link */ struct _xmlDoc *doc; /* the containing document */ /* End of common part */ void *notations; /* Hash table for notations if any */ void *elements; /* Hash table for elements if any */ void *attributes; /* Hash table for attributes if any */ void *entities; /* Hash table for entities if any */ const xmlChar *ExternalID; /* External identifier for PUBLIC DTD */ const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */ void *pentities; /* Hash table for param entities if any */ }; /** * xmlAttr: * * An attribute on an XML node. */ typedef struct _xmlAttr xmlAttr; typedef xmlAttr *xmlAttrPtr; struct _xmlAttr { void *_private; /* application data */ xmlElementType type; /* XML_ATTRIBUTE_NODE, must be second ! */ const xmlChar *name; /* the name of the property */ struct _xmlNode *children; /* the value of the property */ struct _xmlNode *last; /* NULL */ struct _xmlNode *parent; /* child->parent link */ struct _xmlAttr *next; /* next sibling link */ struct _xmlAttr *prev; /* previous sibling link */ struct _xmlDoc *doc; /* the containing document */ xmlNs *ns; /* pointer to the associated namespace */ xmlAttributeType atype; /* the attribute type if validating */ void *psvi; /* for type/PSVI informations */ }; /** * xmlID: * * An XML ID instance. */ typedef struct _xmlID xmlID; typedef xmlID *xmlIDPtr; struct _xmlID { struct _xmlID *next; /* next ID */ const xmlChar *value; /* The ID name */ xmlAttrPtr attr; /* The attribute holding it */ const xmlChar *name; /* The attribute if attr is not available */ int lineno; /* The line number if attr is not available */ struct _xmlDoc *doc; /* The document holding the ID */ }; /** * xmlRef: * * An XML IDREF instance. */ typedef struct _xmlRef xmlRef; typedef xmlRef *xmlRefPtr; struct _xmlRef { struct _xmlRef *next; /* next Ref */ const xmlChar *value; /* The Ref name */ xmlAttrPtr attr; /* The attribute holding it */ const xmlChar *name; /* The attribute if attr is not available */ int lineno; /* The line number if attr is not available */ }; /** * xmlNode: * * A node in an XML tree. */ typedef struct _xmlNode xmlNode; typedef xmlNode *xmlNodePtr; struct _xmlNode { void *_private; /* application data */ xmlElementType type; /* type number, must be second ! */ const xmlChar *name; /* the name of the node, or the entity */ struct _xmlNode *children; /* parent->childs link */ struct _xmlNode *last; /* last child link */ struct _xmlNode *parent; /* child->parent link */ struct _xmlNode *next; /* next sibling link */ struct _xmlNode *prev; /* previous sibling link */ struct _xmlDoc *doc; /* the containing document */ /* End of common part */ xmlNs *ns; /* pointer to the associated namespace */ xmlChar *content; /* the content */ struct _xmlAttr *properties;/* properties list */ xmlNs *nsDef; /* namespace definitions on this node */ void *psvi; /* for type/PSVI informations */ unsigned short line; /* line number */ unsigned short extra; /* extra data for XPath/XSLT */ }; /** * XML_GET_CONTENT: * * Macro to extract the content pointer of a node. */ #define XML_GET_CONTENT(n) \ ((n)->type == XML_ELEMENT_NODE ? NULL : (n)->content) /** * XML_GET_LINE: * * Macro to extract the line number of an element node. */ #define XML_GET_LINE(n) \ (xmlGetLineNo(n)) /** * xmlDoc: * * An XML document. */ typedef struct _xmlDoc xmlDoc; typedef xmlDoc *xmlDocPtr; struct _xmlDoc { void *_private; /* application data */ xmlElementType type; /* XML_DOCUMENT_NODE, must be second ! */ char *name; /* name/filename/URI of the document */ struct _xmlNode *children; /* the document tree */ struct _xmlNode *last; /* last child link */ struct _xmlNode *parent; /* child->parent link */ struct _xmlNode *next; /* next sibling link */ struct _xmlNode *prev; /* previous sibling link */ struct _xmlDoc *doc; /* autoreference to itself */ /* End of common part */ int compression;/* level of zlib compression */ int standalone; /* standalone document (no external refs) */ struct _xmlDtd *intSubset; /* the document internal subset */ struct _xmlDtd *extSubset; /* the document external subset */ struct _xmlNs *oldNs; /* Global namespace, the old way */ const xmlChar *version; /* the XML version string */ const xmlChar *encoding; /* external initial encoding, if any */ void *ids; /* Hash table for ID attributes if any */ void *refs; /* Hash table for IDREFs attributes if any */ const xmlChar *URL; /* The URI for that document */ int charset; /* encoding of the in-memory content actually an xmlCharEncoding */ struct _xmlDict *dict; /* dict used to allocate names or NULL */ void *psvi; /* for type/PSVI informations */ }; typedef struct _xmlDOMWrapCtxt xmlDOMWrapCtxt; typedef xmlDOMWrapCtxt *xmlDOMWrapCtxtPtr; struct _xmlDOMWrapCtxt { void * _private; }; /** * xmlChildrenNode: * * Macro for compatibility naming layer with libxml1. Maps * to "children." */ #ifndef xmlChildrenNode #define xmlChildrenNode children #endif /** * xmlRootNode: * * Macro for compatibility naming layer with libxml1. Maps * to "children". */ #ifndef xmlRootNode #define xmlRootNode children #endif /* * Variables. */ /* * Some helper functions */ #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || defined (LIBXML_HTML_ENABLED) XMLPUBFUN int XMLCALL xmlValidateNCName (const xmlChar *value, int space); #endif #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) XMLPUBFUN int XMLCALL xmlValidateQName (const xmlChar *value, int space); XMLPUBFUN int XMLCALL xmlValidateName (const xmlChar *value, int space); XMLPUBFUN int XMLCALL xmlValidateNMToken (const xmlChar *value, int space); #endif XMLPUBFUN xmlChar * XMLCALL xmlBuildQName (const xmlChar *ncname, const xmlChar *prefix, xmlChar *memory, int len); XMLPUBFUN xmlChar * XMLCALL xmlSplitQName2 (const xmlChar *name, xmlChar **prefix); XMLPUBFUN const xmlChar * XMLCALL xmlSplitQName3 (const xmlChar *name, int *len); /* * Handling Buffers. */ XMLPUBFUN void XMLCALL xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme); XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlGetBufferAllocationScheme(void); XMLPUBFUN xmlBufferPtr XMLCALL xmlBufferCreate (void); XMLPUBFUN xmlBufferPtr XMLCALL xmlBufferCreateSize (size_t size); XMLPUBFUN xmlBufferPtr XMLCALL xmlBufferCreateStatic (void *mem, size_t size); XMLPUBFUN int XMLCALL xmlBufferResize (xmlBufferPtr buf, unsigned int size); XMLPUBFUN void XMLCALL xmlBufferFree (xmlBufferPtr buf); XMLPUBFUN int XMLCALL xmlBufferDump (FILE *file, xmlBufferPtr buf); XMLPUBFUN int XMLCALL xmlBufferAdd (xmlBufferPtr buf, const xmlChar *str, int len); XMLPUBFUN int XMLCALL xmlBufferAddHead (xmlBufferPtr buf, const xmlChar *str, int len); XMLPUBFUN int XMLCALL xmlBufferCat (xmlBufferPtr buf, const xmlChar *str); XMLPUBFUN int XMLCALL xmlBufferCCat (xmlBufferPtr buf, const char *str); XMLPUBFUN int XMLCALL xmlBufferShrink (xmlBufferPtr buf, unsigned int len); XMLPUBFUN int XMLCALL xmlBufferGrow (xmlBufferPtr buf, unsigned int len); XMLPUBFUN void XMLCALL xmlBufferEmpty (xmlBufferPtr buf); XMLPUBFUN const xmlChar* XMLCALL xmlBufferContent (const xmlBufferPtr buf); XMLPUBFUN void XMLCALL xmlBufferSetAllocationScheme(xmlBufferPtr buf, xmlBufferAllocationScheme scheme); XMLPUBFUN int XMLCALL xmlBufferLength (const xmlBufferPtr buf); /* * Creating/freeing new structures. */ XMLPUBFUN xmlDtdPtr XMLCALL xmlCreateIntSubset (xmlDocPtr doc, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); XMLPUBFUN xmlDtdPtr XMLCALL xmlNewDtd (xmlDocPtr doc, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); XMLPUBFUN xmlDtdPtr XMLCALL xmlGetIntSubset (xmlDocPtr doc); XMLPUBFUN void XMLCALL xmlFreeDtd (xmlDtdPtr cur); #ifdef LIBXML_LEGACY_ENABLED XMLPUBFUN xmlNsPtr XMLCALL xmlNewGlobalNs (xmlDocPtr doc, const xmlChar *href, const xmlChar *prefix); #endif /* LIBXML_LEGACY_ENABLED */ XMLPUBFUN xmlNsPtr XMLCALL xmlNewNs (xmlNodePtr node, const xmlChar *href, const xmlChar *prefix); XMLPUBFUN void XMLCALL xmlFreeNs (xmlNsPtr cur); XMLPUBFUN void XMLCALL xmlFreeNsList (xmlNsPtr cur); XMLPUBFUN xmlDocPtr XMLCALL xmlNewDoc (const xmlChar *version); XMLPUBFUN void XMLCALL xmlFreeDoc (xmlDocPtr cur); XMLPUBFUN xmlAttrPtr XMLCALL xmlNewDocProp (xmlDocPtr doc, const xmlChar *name, const xmlChar *value); #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || \ defined(LIBXML_SCHEMAS_ENABLED) XMLPUBFUN xmlAttrPtr XMLCALL xmlNewProp (xmlNodePtr node, const xmlChar *name, const xmlChar *value); #endif XMLPUBFUN xmlAttrPtr XMLCALL xmlNewNsProp (xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value); XMLPUBFUN xmlAttrPtr XMLCALL xmlNewNsPropEatName (xmlNodePtr node, xmlNsPtr ns, xmlChar *name, const xmlChar *value); XMLPUBFUN void XMLCALL xmlFreePropList (xmlAttrPtr cur); XMLPUBFUN void XMLCALL xmlFreeProp (xmlAttrPtr cur); XMLPUBFUN xmlAttrPtr XMLCALL xmlCopyProp (xmlNodePtr target, xmlAttrPtr cur); XMLPUBFUN xmlAttrPtr XMLCALL xmlCopyPropList (xmlNodePtr target, xmlAttrPtr cur); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN xmlDtdPtr XMLCALL xmlCopyDtd (xmlDtdPtr dtd); #endif /* LIBXML_TREE_ENABLED */ #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) XMLPUBFUN xmlDocPtr XMLCALL xmlCopyDoc (xmlDocPtr doc, int recursive); #endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */ /* * Creating new nodes. */ XMLPUBFUN xmlNodePtr XMLCALL xmlNewDocNode (xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewDocNodeEatName (xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewNode (xmlNsPtr ns, const xmlChar *name); XMLPUBFUN xmlNodePtr XMLCALL xmlNewNodeEatName (xmlNsPtr ns, xmlChar *name); #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) XMLPUBFUN xmlNodePtr XMLCALL xmlNewChild (xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content); #endif XMLPUBFUN xmlNodePtr XMLCALL xmlNewDocText (xmlDocPtr doc, const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewText (const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewDocPI (xmlDocPtr doc, const xmlChar *name, const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewPI (const xmlChar *name, const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewDocTextLen (xmlDocPtr doc, const xmlChar *content, int len); XMLPUBFUN xmlNodePtr XMLCALL xmlNewTextLen (const xmlChar *content, int len); XMLPUBFUN xmlNodePtr XMLCALL xmlNewDocComment (xmlDocPtr doc, const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewComment (const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewCDataBlock (xmlDocPtr doc, const xmlChar *content, int len); XMLPUBFUN xmlNodePtr XMLCALL xmlNewCharRef (xmlDocPtr doc, const xmlChar *name); XMLPUBFUN xmlNodePtr XMLCALL xmlNewReference (xmlDocPtr doc, const xmlChar *name); XMLPUBFUN xmlNodePtr XMLCALL xmlCopyNode (const xmlNodePtr node, int recursive); XMLPUBFUN xmlNodePtr XMLCALL xmlDocCopyNode (const xmlNodePtr node, xmlDocPtr doc, int recursive); XMLPUBFUN xmlNodePtr XMLCALL xmlDocCopyNodeList (xmlDocPtr doc, const xmlNodePtr node); XMLPUBFUN xmlNodePtr XMLCALL xmlCopyNodeList (const xmlNodePtr node); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN xmlNodePtr XMLCALL xmlNewTextChild (xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewDocRawNode (xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content); XMLPUBFUN xmlNodePtr XMLCALL xmlNewDocFragment (xmlDocPtr doc); #endif /* LIBXML_TREE_ENABLED */ /* * Navigating. */ XMLPUBFUN long XMLCALL xmlGetLineNo (xmlNodePtr node); #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED) XMLPUBFUN xmlChar * XMLCALL xmlGetNodePath (xmlNodePtr node); #endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED) */ XMLPUBFUN xmlNodePtr XMLCALL xmlDocGetRootElement (xmlDocPtr doc); XMLPUBFUN xmlNodePtr XMLCALL xmlGetLastChild (xmlNodePtr parent); XMLPUBFUN int XMLCALL xmlNodeIsText (xmlNodePtr node); XMLPUBFUN int XMLCALL xmlIsBlankNode (xmlNodePtr node); /* * Changing the structure. */ #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED) XMLPUBFUN xmlNodePtr XMLCALL xmlDocSetRootElement (xmlDocPtr doc, xmlNodePtr root); #endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED) */ #ifdef LIBXML_TREE_ENABLED XMLPUBFUN void XMLCALL xmlNodeSetName (xmlNodePtr cur, const xmlChar *name); #endif /* LIBXML_TREE_ENABLED */ XMLPUBFUN xmlNodePtr XMLCALL xmlAddChild (xmlNodePtr parent, xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlAddChildList (xmlNodePtr parent, xmlNodePtr cur); #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED) XMLPUBFUN xmlNodePtr XMLCALL xmlReplaceNode (xmlNodePtr old, xmlNodePtr cur); #endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED) */ #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || \ defined(LIBXML_SCHEMAS_ENABLED) XMLPUBFUN xmlNodePtr XMLCALL xmlAddPrevSibling (xmlNodePtr cur, xmlNodePtr elem); #endif /* LIBXML_TREE_ENABLED || LIBXML_HTML_ENABLED || LIBXML_SCHEMAS_ENABLED */ XMLPUBFUN xmlNodePtr XMLCALL xmlAddSibling (xmlNodePtr cur, xmlNodePtr elem); XMLPUBFUN xmlNodePtr XMLCALL xmlAddNextSibling (xmlNodePtr cur, xmlNodePtr elem); XMLPUBFUN void XMLCALL xmlUnlinkNode (xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlTextMerge (xmlNodePtr first, xmlNodePtr second); XMLPUBFUN int XMLCALL xmlTextConcat (xmlNodePtr node, const xmlChar *content, int len); XMLPUBFUN void XMLCALL xmlFreeNodeList (xmlNodePtr cur); XMLPUBFUN void XMLCALL xmlFreeNode (xmlNodePtr cur); XMLPUBFUN void XMLCALL xmlSetTreeDoc (xmlNodePtr tree, xmlDocPtr doc); XMLPUBFUN void XMLCALL xmlSetListDoc (xmlNodePtr list, xmlDocPtr doc); /* * Namespaces. */ XMLPUBFUN xmlNsPtr XMLCALL xmlSearchNs (xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace); XMLPUBFUN xmlNsPtr XMLCALL xmlSearchNsByHref (xmlDocPtr doc, xmlNodePtr node, const xmlChar *href); #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) XMLPUBFUN xmlNsPtr * XMLCALL xmlGetNsList (xmlDocPtr doc, xmlNodePtr node); #endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) */ XMLPUBFUN void XMLCALL xmlSetNs (xmlNodePtr node, xmlNsPtr ns); XMLPUBFUN xmlNsPtr XMLCALL xmlCopyNamespace (xmlNsPtr cur); XMLPUBFUN xmlNsPtr XMLCALL xmlCopyNamespaceList (xmlNsPtr cur); /* * Changing the content. */ #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED) XMLPUBFUN xmlAttrPtr XMLCALL xmlSetProp (xmlNodePtr node, const xmlChar *name, const xmlChar *value); XMLPUBFUN xmlAttrPtr XMLCALL xmlSetNsProp (xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, const xmlChar *value); #endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED) */ XMLPUBFUN xmlChar * XMLCALL xmlGetNoNsProp (xmlNodePtr node, const xmlChar *name); XMLPUBFUN xmlChar * XMLCALL xmlGetProp (xmlNodePtr node, const xmlChar *name); XMLPUBFUN xmlAttrPtr XMLCALL xmlHasProp (xmlNodePtr node, const xmlChar *name); XMLPUBFUN xmlAttrPtr XMLCALL xmlHasNsProp (xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace); XMLPUBFUN xmlChar * XMLCALL xmlGetNsProp (xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace); XMLPUBFUN xmlNodePtr XMLCALL xmlStringGetNodeList (xmlDocPtr doc, const xmlChar *value); XMLPUBFUN xmlNodePtr XMLCALL xmlStringLenGetNodeList (xmlDocPtr doc, const xmlChar *value, int len); XMLPUBFUN xmlChar * XMLCALL xmlNodeListGetString (xmlDocPtr doc, xmlNodePtr list, int inLine); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN xmlChar * XMLCALL xmlNodeListGetRawString (xmlDocPtr doc, xmlNodePtr list, int inLine); #endif /* LIBXML_TREE_ENABLED */ XMLPUBFUN void XMLCALL xmlNodeSetContent (xmlNodePtr cur, const xmlChar *content); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN void XMLCALL xmlNodeSetContentLen (xmlNodePtr cur, const xmlChar *content, int len); #endif /* LIBXML_TREE_ENABLED */ XMLPUBFUN void XMLCALL xmlNodeAddContent (xmlNodePtr cur, const xmlChar *content); XMLPUBFUN void XMLCALL xmlNodeAddContentLen (xmlNodePtr cur, const xmlChar *content, int len); XMLPUBFUN xmlChar * XMLCALL xmlNodeGetContent (xmlNodePtr cur); XMLPUBFUN int XMLCALL xmlNodeBufGetContent (xmlBufferPtr buffer, xmlNodePtr cur); XMLPUBFUN xmlChar * XMLCALL xmlNodeGetLang (xmlNodePtr cur); XMLPUBFUN int XMLCALL xmlNodeGetSpacePreserve (xmlNodePtr cur); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN void XMLCALL xmlNodeSetLang (xmlNodePtr cur, const xmlChar *lang); XMLPUBFUN void XMLCALL xmlNodeSetSpacePreserve (xmlNodePtr cur, int val); #endif /* LIBXML_TREE_ENABLED */ XMLPUBFUN xmlChar * XMLCALL xmlNodeGetBase (xmlDocPtr doc, xmlNodePtr cur); #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) XMLPUBFUN void XMLCALL xmlNodeSetBase (xmlNodePtr cur, const xmlChar *uri); #endif /* * Removing content. */ #ifdef LIBXML_TREE_ENABLED XMLPUBFUN int XMLCALL xmlRemoveProp (xmlAttrPtr cur); #endif /* LIBXML_TREE_ENABLED */ #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) XMLPUBFUN int XMLCALL xmlUnsetNsProp (xmlNodePtr node, xmlNsPtr ns, const xmlChar *name); XMLPUBFUN int XMLCALL xmlUnsetProp (xmlNodePtr node, const xmlChar *name); #endif /* defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) */ /* * Internal, don't use. */ XMLPUBFUN void XMLCALL xmlBufferWriteCHAR (xmlBufferPtr buf, const xmlChar *string); XMLPUBFUN void XMLCALL xmlBufferWriteChar (xmlBufferPtr buf, const char *string); XMLPUBFUN void XMLCALL xmlBufferWriteQuotedString(xmlBufferPtr buf, const xmlChar *string); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void xmlAttrSerializeTxtContent(xmlBufferPtr buf, xmlDocPtr doc, xmlAttrPtr attr, const xmlChar *string); #endif /* LIBXML_OUTPUT_ENABLED */ #ifdef LIBXML_TREE_ENABLED /* * Namespace handling. */ XMLPUBFUN int XMLCALL xmlReconciliateNs (xmlDocPtr doc, xmlNodePtr tree); #endif #ifdef LIBXML_OUTPUT_ENABLED /* * Saving. */ XMLPUBFUN void XMLCALL xmlDocDumpFormatMemory (xmlDocPtr cur, xmlChar **mem, int *size, int format); XMLPUBFUN void XMLCALL xmlDocDumpMemory (xmlDocPtr cur, xmlChar **mem, int *size); XMLPUBFUN void XMLCALL xmlDocDumpMemoryEnc (xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char *txt_encoding); XMLPUBFUN void XMLCALL xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char *txt_encoding, int format); XMLPUBFUN int XMLCALL xmlDocFormatDump (FILE *f, xmlDocPtr cur, int format); XMLPUBFUN int XMLCALL xmlDocDump (FILE *f, xmlDocPtr cur); XMLPUBFUN void XMLCALL xmlElemDump (FILE *f, xmlDocPtr doc, xmlNodePtr cur); XMLPUBFUN int XMLCALL xmlSaveFile (const char *filename, xmlDocPtr cur); XMLPUBFUN int XMLCALL xmlSaveFormatFile (const char *filename, xmlDocPtr cur, int format); XMLPUBFUN int XMLCALL xmlNodeDump (xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format); XMLPUBFUN int XMLCALL xmlSaveFileTo (xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding); XMLPUBFUN int XMLCALL xmlSaveFormatFileTo (xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding, int format); XMLPUBFUN void XMLCALL xmlNodeDumpOutput (xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding); XMLPUBFUN int XMLCALL xmlSaveFormatFileEnc (const char *filename, xmlDocPtr cur, const char *encoding, int format); XMLPUBFUN int XMLCALL xmlSaveFileEnc (const char *filename, xmlDocPtr cur, const char *encoding); #endif /* LIBXML_OUTPUT_ENABLED */ /* * XHTML */ XMLPUBFUN int XMLCALL xmlIsXHTML (const xmlChar *systemID, const xmlChar *publicID); /* * Compression. */ XMLPUBFUN int XMLCALL xmlGetDocCompressMode (xmlDocPtr doc); XMLPUBFUN void XMLCALL xmlSetDocCompressMode (xmlDocPtr doc, int mode); XMLPUBFUN int XMLCALL xmlGetCompressMode (void); XMLPUBFUN void XMLCALL xmlSetCompressMode (int mode); /* * DOM-wrapper helper functions. */ XMLPUBFUN xmlDOMWrapCtxtPtr XMLCALL xmlDOMWrapNewCtxt (void); XMLPUBFUN void XMLCALL xmlDOMWrapFreeCtxt (xmlDOMWrapCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt, xmlNodePtr elem, int options); XMLPUBFUN int XMLCALL xmlDOMWrapAdoptNode (xmlDOMWrapCtxtPtr ctxt, xmlDocPtr sourceDoc, xmlNodePtr node, xmlDocPtr destDoc, xmlNodePtr destParent, int options); XMLPUBFUN int XMLCALL xmlDOMWrapRemoveNode (xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options); #ifdef __cplusplus } #endif #ifndef __XML_PARSER_H__ #include <libxml/xmlmemory.h> #endif #endif /* __XML_TREE_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/uri.h�������������������������������������������������������0000644�0001750�0001750�00000004355�13032736614�016104� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/** * Summary: library of generic URI related routines * Description: library of generic URI related routines * Implements RFC 2396 * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_URI_H__ #define __XML_URI_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #ifdef __cplusplus extern "C" { #endif /** * xmlURI: * * A parsed URI reference. This is a struct containing the various fields * as described in RFC 2396 but separated for further processing. */ typedef struct _xmlURI xmlURI; typedef xmlURI *xmlURIPtr; struct _xmlURI { char *scheme; /* the URI scheme */ char *opaque; /* opaque part */ char *authority; /* the authority part */ char *server; /* the server part */ char *user; /* the user part */ int port; /* the port number */ char *path; /* the path string */ char *query; /* the query string */ char *fragment; /* the fragment identifier */ int cleanup; /* parsing potentially unclean URI */ }; /* * This function is in tree.h: * xmlChar * xmlNodeGetBase (xmlDocPtr doc, * xmlNodePtr cur); */ XMLPUBFUN xmlURIPtr XMLCALL xmlCreateURI (void); XMLPUBFUN xmlChar * XMLCALL xmlBuildURI (const xmlChar *URI, const xmlChar *base); XMLPUBFUN xmlChar * XMLCALL xmlBuildRelativeURI (const xmlChar *URI, const xmlChar *base); XMLPUBFUN xmlURIPtr XMLCALL xmlParseURI (const char *str); XMLPUBFUN xmlURIPtr XMLCALL xmlParseURIRaw (const char *str, int raw); XMLPUBFUN int XMLCALL xmlParseURIReference (xmlURIPtr uri, const char *str); XMLPUBFUN xmlChar * XMLCALL xmlSaveUri (xmlURIPtr uri); XMLPUBFUN void XMLCALL xmlPrintURI (FILE *stream, xmlURIPtr uri); XMLPUBFUN xmlChar * XMLCALL xmlURIEscapeStr (const xmlChar *str, const xmlChar *list); XMLPUBFUN char * XMLCALL xmlURIUnescapeString (const char *str, int len, char *target); XMLPUBFUN int XMLCALL xmlNormalizeURIPath (char *path); XMLPUBFUN xmlChar * XMLCALL xmlURIEscape (const xmlChar *str); XMLPUBFUN void XMLCALL xmlFreeURI (xmlURIPtr uri); XMLPUBFUN xmlChar* XMLCALL xmlCanonicPath (const xmlChar *path); #ifdef __cplusplus } #endif #endif /* __XML_URI_H__ */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/valid.h�����������������������������������������������������0000644�0001750�0001750�00000032400�13032736614�016374� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: The DTD validation * Description: API for the DTD handling and the validity checking * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_VALID_H__ #define __XML_VALID_H__ #include <libxml/xmlversion.h> #include <libxml/xmlerror.h> #include <libxml/tree.h> #include <libxml/list.h> #include <libxml/xmlautomata.h> #include <libxml/xmlregexp.h> #ifdef __cplusplus extern "C" { #endif /* * Validation state added for non-determinist content model. */ typedef struct _xmlValidState xmlValidState; typedef xmlValidState *xmlValidStatePtr; /** * xmlValidityErrorFunc: * @ctx: usually an xmlValidCtxtPtr to a validity error context, * but comes from ctxt->userData (which normally contains such * a pointer); ctxt->userData can be changed by the user. * @msg: the string to format *printf like vararg * @...: remaining arguments to the format * * Callback called when a validity error is found. This is a message * oriented function similar to an *printf function. */ typedef void (XMLCDECL *xmlValidityErrorFunc) (void *ctx, const char *msg, ...); /** * xmlValidityWarningFunc: * @ctx: usually an xmlValidCtxtPtr to a validity error context, * but comes from ctxt->userData (which normally contains such * a pointer); ctxt->userData can be changed by the user. * @msg: the string to format *printf like vararg * @...: remaining arguments to the format * * Callback called when a validity warning is found. This is a message * oriented function similar to an *printf function. */ typedef void (XMLCDECL *xmlValidityWarningFunc) (void *ctx, const char *msg, ...); #ifdef IN_LIBXML /** * XML_CTXT_FINISH_DTD_0: * * Special value for finishDtd field when embedded in an xmlParserCtxt */ #define XML_CTXT_FINISH_DTD_0 0xabcd1234 /** * XML_CTXT_FINISH_DTD_1: * * Special value for finishDtd field when embedded in an xmlParserCtxt */ #define XML_CTXT_FINISH_DTD_1 0xabcd1235 #endif /* * xmlValidCtxt: * An xmlValidCtxt is used for error reporting when validating. */ typedef struct _xmlValidCtxt xmlValidCtxt; typedef xmlValidCtxt *xmlValidCtxtPtr; struct _xmlValidCtxt { void *userData; /* user specific data block */ xmlValidityErrorFunc error; /* the callback in case of errors */ xmlValidityWarningFunc warning; /* the callback in case of warning */ /* Node analysis stack used when validating within entities */ xmlNodePtr node; /* Current parsed Node */ int nodeNr; /* Depth of the parsing stack */ int nodeMax; /* Max depth of the parsing stack */ xmlNodePtr *nodeTab; /* array of nodes */ unsigned int finishDtd; /* finished validating the Dtd ? */ xmlDocPtr doc; /* the document */ int valid; /* temporary validity check result */ /* state state used for non-determinist content validation */ xmlValidState *vstate; /* current state */ int vstateNr; /* Depth of the validation stack */ int vstateMax; /* Max depth of the validation stack */ xmlValidState *vstateTab; /* array of validation states */ #ifdef LIBXML_REGEXP_ENABLED xmlAutomataPtr am; /* the automata */ xmlAutomataStatePtr state; /* used to build the automata */ #else void *am; void *state; #endif }; /* * ALL notation declarations are stored in a table. * There is one table per DTD. */ typedef struct _xmlHashTable xmlNotationTable; typedef xmlNotationTable *xmlNotationTablePtr; /* * ALL element declarations are stored in a table. * There is one table per DTD. */ typedef struct _xmlHashTable xmlElementTable; typedef xmlElementTable *xmlElementTablePtr; /* * ALL attribute declarations are stored in a table. * There is one table per DTD. */ typedef struct _xmlHashTable xmlAttributeTable; typedef xmlAttributeTable *xmlAttributeTablePtr; /* * ALL IDs attributes are stored in a table. * There is one table per document. */ typedef struct _xmlHashTable xmlIDTable; typedef xmlIDTable *xmlIDTablePtr; /* * ALL Refs attributes are stored in a table. * There is one table per document. */ typedef struct _xmlHashTable xmlRefTable; typedef xmlRefTable *xmlRefTablePtr; /* Notation */ XMLPUBFUN xmlNotationPtr XMLCALL xmlAddNotationDecl (xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN xmlNotationTablePtr XMLCALL xmlCopyNotationTable (xmlNotationTablePtr table); #endif /* LIBXML_TREE_ENABLED */ XMLPUBFUN void XMLCALL xmlFreeNotationTable (xmlNotationTablePtr table); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlDumpNotationDecl (xmlBufferPtr buf, xmlNotationPtr nota); XMLPUBFUN void XMLCALL xmlDumpNotationTable (xmlBufferPtr buf, xmlNotationTablePtr table); #endif /* LIBXML_OUTPUT_ENABLED */ /* Element Content */ /* the non Doc version are being deprecated */ XMLPUBFUN xmlElementContentPtr XMLCALL xmlNewElementContent (const xmlChar *name, xmlElementContentType type); XMLPUBFUN xmlElementContentPtr XMLCALL xmlCopyElementContent (xmlElementContentPtr content); XMLPUBFUN void XMLCALL xmlFreeElementContent (xmlElementContentPtr cur); /* the new versions with doc argument */ XMLPUBFUN xmlElementContentPtr XMLCALL xmlNewDocElementContent (xmlDocPtr doc, const xmlChar *name, xmlElementContentType type); XMLPUBFUN xmlElementContentPtr XMLCALL xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPtr content); XMLPUBFUN void XMLCALL xmlFreeDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur); XMLPUBFUN void XMLCALL xmlSnprintfElementContent(char *buf, int size, xmlElementContentPtr content, int englob); #ifdef LIBXML_OUTPUT_ENABLED /* DEPRECATED */ XMLPUBFUN void XMLCALL xmlSprintfElementContent(char *buf, xmlElementContentPtr content, int englob); #endif /* LIBXML_OUTPUT_ENABLED */ /* DEPRECATED */ /* Element */ XMLPUBFUN xmlElementPtr XMLCALL xmlAddElementDecl (xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, xmlElementTypeVal type, xmlElementContentPtr content); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN xmlElementTablePtr XMLCALL xmlCopyElementTable (xmlElementTablePtr table); #endif /* LIBXML_TREE_ENABLED */ XMLPUBFUN void XMLCALL xmlFreeElementTable (xmlElementTablePtr table); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlDumpElementTable (xmlBufferPtr buf, xmlElementTablePtr table); XMLPUBFUN void XMLCALL xmlDumpElementDecl (xmlBufferPtr buf, xmlElementPtr elem); #endif /* LIBXML_OUTPUT_ENABLED */ /* Enumeration */ XMLPUBFUN xmlEnumerationPtr XMLCALL xmlCreateEnumeration (const xmlChar *name); XMLPUBFUN void XMLCALL xmlFreeEnumeration (xmlEnumerationPtr cur); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN xmlEnumerationPtr XMLCALL xmlCopyEnumeration (xmlEnumerationPtr cur); #endif /* LIBXML_TREE_ENABLED */ /* Attribute */ XMLPUBFUN xmlAttributePtr XMLCALL xmlAddAttributeDecl (xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree); #ifdef LIBXML_TREE_ENABLED XMLPUBFUN xmlAttributeTablePtr XMLCALL xmlCopyAttributeTable (xmlAttributeTablePtr table); #endif /* LIBXML_TREE_ENABLED */ XMLPUBFUN void XMLCALL xmlFreeAttributeTable (xmlAttributeTablePtr table); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlDumpAttributeTable (xmlBufferPtr buf, xmlAttributeTablePtr table); XMLPUBFUN void XMLCALL xmlDumpAttributeDecl (xmlBufferPtr buf, xmlAttributePtr attr); #endif /* LIBXML_OUTPUT_ENABLED */ /* IDs */ XMLPUBFUN xmlIDPtr XMLCALL xmlAddID (xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr); XMLPUBFUN void XMLCALL xmlFreeIDTable (xmlIDTablePtr table); XMLPUBFUN xmlAttrPtr XMLCALL xmlGetID (xmlDocPtr doc, const xmlChar *ID); XMLPUBFUN int XMLCALL xmlIsID (xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr); XMLPUBFUN int XMLCALL xmlRemoveID (xmlDocPtr doc, xmlAttrPtr attr); /* IDREFs */ XMLPUBFUN xmlRefPtr XMLCALL xmlAddRef (xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr); XMLPUBFUN void XMLCALL xmlFreeRefTable (xmlRefTablePtr table); XMLPUBFUN int XMLCALL xmlIsRef (xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr); XMLPUBFUN int XMLCALL xmlRemoveRef (xmlDocPtr doc, xmlAttrPtr attr); XMLPUBFUN xmlListPtr XMLCALL xmlGetRefs (xmlDocPtr doc, const xmlChar *ID); /** * The public function calls related to validity checking. */ #ifdef LIBXML_VALID_ENABLED /* Allocate/Release Validation Contexts */ XMLPUBFUN xmlValidCtxtPtr XMLCALL xmlNewValidCtxt(void); XMLPUBFUN void XMLCALL xmlFreeValidCtxt(xmlValidCtxtPtr); XMLPUBFUN int XMLCALL xmlValidateRoot (xmlValidCtxtPtr ctxt, xmlDocPtr doc); XMLPUBFUN int XMLCALL xmlValidateElementDecl (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlElementPtr elem); XMLPUBFUN xmlChar * XMLCALL xmlValidNormalizeAttributeValue(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value); XMLPUBFUN xmlChar * XMLCALL xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value); XMLPUBFUN int XMLCALL xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlAttributePtr attr); XMLPUBFUN int XMLCALL xmlValidateAttributeValue(xmlAttributeType type, const xmlChar *value); XMLPUBFUN int XMLCALL xmlValidateNotationDecl (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNotationPtr nota); XMLPUBFUN int XMLCALL xmlValidateDtd (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd); XMLPUBFUN int XMLCALL xmlValidateDtdFinal (xmlValidCtxtPtr ctxt, xmlDocPtr doc); XMLPUBFUN int XMLCALL xmlValidateDocument (xmlValidCtxtPtr ctxt, xmlDocPtr doc); XMLPUBFUN int XMLCALL xmlValidateElement (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem); XMLPUBFUN int XMLCALL xmlValidateOneElement (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem); XMLPUBFUN int XMLCALL xmlValidateOneAttribute (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value); XMLPUBFUN int XMLCALL xmlValidateOneNamespace (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value); XMLPUBFUN int XMLCALL xmlValidateDocumentFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc); #endif /* LIBXML_VALID_ENABLED */ #if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) XMLPUBFUN int XMLCALL xmlValidateNotationUse (xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName); #endif /* LIBXML_VALID_ENABLED or LIBXML_SCHEMAS_ENABLED */ XMLPUBFUN int XMLCALL xmlIsMixedElement (xmlDocPtr doc, const xmlChar *name); XMLPUBFUN xmlAttributePtr XMLCALL xmlGetDtdAttrDesc (xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name); XMLPUBFUN xmlAttributePtr XMLCALL xmlGetDtdQAttrDesc (xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *prefix); XMLPUBFUN xmlNotationPtr XMLCALL xmlGetDtdNotationDesc (xmlDtdPtr dtd, const xmlChar *name); XMLPUBFUN xmlElementPtr XMLCALL xmlGetDtdQElementDesc (xmlDtdPtr dtd, const xmlChar *name, const xmlChar *prefix); XMLPUBFUN xmlElementPtr XMLCALL xmlGetDtdElementDesc (xmlDtdPtr dtd, const xmlChar *name); #ifdef LIBXML_VALID_ENABLED XMLPUBFUN int XMLCALL xmlValidGetPotentialChildren(xmlElementContent *ctree, const xmlChar **names, int *len, int max); XMLPUBFUN int XMLCALL xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, int max); XMLPUBFUN int XMLCALL xmlValidateNameValue (const xmlChar *value); XMLPUBFUN int XMLCALL xmlValidateNamesValue (const xmlChar *value); XMLPUBFUN int XMLCALL xmlValidateNmtokenValue (const xmlChar *value); XMLPUBFUN int XMLCALL xmlValidateNmtokensValue(const xmlChar *value); #ifdef LIBXML_REGEXP_ENABLED /* * Validation based on the regexp support */ XMLPUBFUN int XMLCALL xmlValidBuildContentModel(xmlValidCtxtPtr ctxt, xmlElementPtr elem); XMLPUBFUN int XMLCALL xmlValidatePushElement (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname); XMLPUBFUN int XMLCALL xmlValidatePushCData (xmlValidCtxtPtr ctxt, const xmlChar *data, int len); XMLPUBFUN int XMLCALL xmlValidatePopElement (xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname); #endif /* LIBXML_REGEXP_ENABLED */ #endif /* LIBXML_VALID_ENABLED */ #ifdef __cplusplus } #endif #endif /* __XML_VALID_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xinclude.h��������������������������������������������������0000644�0001750�0001750�00000005157�13032736614�017121� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: implementation of XInclude * Description: API to handle XInclude processing, * implements the * World Wide Web Consortium Last Call Working Draft 10 November 2003 * http://www.w3.org/TR/2003/WD-xinclude-20031110 * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XINCLUDE_H__ #define __XML_XINCLUDE_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #ifdef LIBXML_XINCLUDE_ENABLED #ifdef __cplusplus extern "C" { #endif /** * XINCLUDE_NS: * * Macro defining the Xinclude namespace: http://www.w3.org/2003/XInclude */ #define XINCLUDE_NS (const xmlChar *) "http://www.w3.org/2003/XInclude" /** * XINCLUDE_OLD_NS: * * Macro defining the draft Xinclude namespace: http://www.w3.org/2001/XInclude */ #define XINCLUDE_OLD_NS (const xmlChar *) "http://www.w3.org/2001/XInclude" /** * XINCLUDE_NODE: * * Macro defining "include" */ #define XINCLUDE_NODE (const xmlChar *) "include" /** * XINCLUDE_FALLBACK: * * Macro defining "fallback" */ #define XINCLUDE_FALLBACK (const xmlChar *) "fallback" /** * XINCLUDE_HREF: * * Macro defining "href" */ #define XINCLUDE_HREF (const xmlChar *) "href" /** * XINCLUDE_PARSE: * * Macro defining "parse" */ #define XINCLUDE_PARSE (const xmlChar *) "parse" /** * XINCLUDE_PARSE_XML: * * Macro defining "xml" */ #define XINCLUDE_PARSE_XML (const xmlChar *) "xml" /** * XINCLUDE_PARSE_TEXT: * * Macro defining "text" */ #define XINCLUDE_PARSE_TEXT (const xmlChar *) "text" /** * XINCLUDE_PARSE_ENCODING: * * Macro defining "encoding" */ #define XINCLUDE_PARSE_ENCODING (const xmlChar *) "encoding" /** * XINCLUDE_PARSE_XPOINTER: * * Macro defining "xpointer" */ #define XINCLUDE_PARSE_XPOINTER (const xmlChar *) "xpointer" typedef struct _xmlXIncludeCtxt xmlXIncludeCtxt; typedef xmlXIncludeCtxt *xmlXIncludeCtxtPtr; /* * standalone processing */ XMLPUBFUN int XMLCALL xmlXIncludeProcess (xmlDocPtr doc); XMLPUBFUN int XMLCALL xmlXIncludeProcessFlags (xmlDocPtr doc, int flags); XMLPUBFUN int XMLCALL xmlXIncludeProcessTree (xmlNodePtr tree); XMLPUBFUN int XMLCALL xmlXIncludeProcessTreeFlags(xmlNodePtr tree, int flags); /* * contextual processing */ XMLPUBFUN xmlXIncludeCtxtPtr XMLCALL xmlXIncludeNewContext (xmlDocPtr doc); XMLPUBFUN int XMLCALL xmlXIncludeSetFlags (xmlXIncludeCtxtPtr ctxt, int flags); XMLPUBFUN void XMLCALL xmlXIncludeFreeContext (xmlXIncludeCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlXIncludeProcessNode (xmlXIncludeCtxtPtr ctxt, xmlNodePtr tree); #ifdef __cplusplus } #endif #endif /* LIBXML_XINCLUDE_ENABLED */ #endif /* __XML_XINCLUDE_H__ */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xlink.h�����������������������������������������������������0000644�0001750�0001750�00000011660�13032736614�016427� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: unfinished XLink detection module * Description: unfinished XLink detection module * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XLINK_H__ #define __XML_XLINK_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #ifdef LIBXML_XPTR_ENABLED #ifdef __cplusplus extern "C" { #endif /** * Various defines for the various Link properties. * * NOTE: the link detection layer will try to resolve QName expansion * of namespaces. If "foo" is the prefix for "http://foo.com/" * then the link detection layer will expand role="foo:myrole" * to "http://foo.com/:myrole". * NOTE: the link detection layer will expand URI-Refences found on * href attributes by using the base mechanism if found. */ typedef xmlChar *xlinkHRef; typedef xmlChar *xlinkRole; typedef xmlChar *xlinkTitle; typedef enum { XLINK_TYPE_NONE = 0, XLINK_TYPE_SIMPLE, XLINK_TYPE_EXTENDED, XLINK_TYPE_EXTENDED_SET } xlinkType; typedef enum { XLINK_SHOW_NONE = 0, XLINK_SHOW_NEW, XLINK_SHOW_EMBED, XLINK_SHOW_REPLACE } xlinkShow; typedef enum { XLINK_ACTUATE_NONE = 0, XLINK_ACTUATE_AUTO, XLINK_ACTUATE_ONREQUEST } xlinkActuate; /** * xlinkNodeDetectFunc: * @ctx: user data pointer * @node: the node to check * * This is the prototype for the link detection routine. * It calls the default link detection callbacks upon link detection. */ typedef void (*xlinkNodeDetectFunc) (void *ctx, xmlNodePtr node); /* * The link detection module interact with the upper layers using * a set of callback registered at parsing time. */ /** * xlinkSimpleLinkFunk: * @ctx: user data pointer * @node: the node carrying the link * @href: the target of the link * @role: the role string * @title: the link title * * This is the prototype for a simple link detection callback. */ typedef void (*xlinkSimpleLinkFunk) (void *ctx, xmlNodePtr node, const xlinkHRef href, const xlinkRole role, const xlinkTitle title); /** * xlinkExtendedLinkFunk: * @ctx: user data pointer * @node: the node carrying the link * @nbLocators: the number of locators detected on the link * @hrefs: pointer to the array of locator hrefs * @roles: pointer to the array of locator roles * @nbArcs: the number of arcs detected on the link * @from: pointer to the array of source roles found on the arcs * @to: pointer to the array of target roles found on the arcs * @show: array of values for the show attributes found on the arcs * @actuate: array of values for the actuate attributes found on the arcs * @nbTitles: the number of titles detected on the link * @title: array of titles detected on the link * @langs: array of xml:lang values for the titles * * This is the prototype for a extended link detection callback. */ typedef void (*xlinkExtendedLinkFunk)(void *ctx, xmlNodePtr node, int nbLocators, const xlinkHRef *hrefs, const xlinkRole *roles, int nbArcs, const xlinkRole *from, const xlinkRole *to, xlinkShow *show, xlinkActuate *actuate, int nbTitles, const xlinkTitle *titles, const xmlChar **langs); /** * xlinkExtendedLinkSetFunk: * @ctx: user data pointer * @node: the node carrying the link * @nbLocators: the number of locators detected on the link * @hrefs: pointer to the array of locator hrefs * @roles: pointer to the array of locator roles * @nbTitles: the number of titles detected on the link * @title: array of titles detected on the link * @langs: array of xml:lang values for the titles * * This is the prototype for a extended link set detection callback. */ typedef void (*xlinkExtendedLinkSetFunk) (void *ctx, xmlNodePtr node, int nbLocators, const xlinkHRef *hrefs, const xlinkRole *roles, int nbTitles, const xlinkTitle *titles, const xmlChar **langs); /** * This is the structure containing a set of Links detection callbacks. * * There is no default xlink callbacks, if one want to get link * recognition activated, those call backs must be provided before parsing. */ typedef struct _xlinkHandler xlinkHandler; typedef xlinkHandler *xlinkHandlerPtr; struct _xlinkHandler { xlinkSimpleLinkFunk simple; xlinkExtendedLinkFunk extended; xlinkExtendedLinkSetFunk set; }; /* * The default detection routine, can be overridden, they call the default * detection callbacks. */ XMLPUBFUN xlinkNodeDetectFunc XMLCALL xlinkGetDefaultDetect (void); XMLPUBFUN void XMLCALL xlinkSetDefaultDetect (xlinkNodeDetectFunc func); /* * Routines to set/get the default handlers. */ XMLPUBFUN xlinkHandlerPtr XMLCALL xlinkGetDefaultHandler (void); XMLPUBFUN void XMLCALL xlinkSetDefaultHandler (xlinkHandlerPtr handler); /* * Link detection module itself. */ XMLPUBFUN xlinkType XMLCALL xlinkIsLink (xmlDocPtr doc, xmlNodePtr node); #ifdef __cplusplus } #endif #endif /* LIBXML_XPTR_ENABLED */ #endif /* __XML_XLINK_H__ */ ��������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlIO.h�����������������������������������������������������0000644�0001750�0001750�00000024134�13032736614�016332� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: interface for the I/O interfaces used by the parser * Description: interface for the I/O interfaces used by the parser * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_IO_H__ #define __XML_IO_H__ #include <stdio.h> #include <libxml/xmlversion.h> #ifdef __cplusplus extern "C" { #endif /* * Those are the functions and datatypes for the parser input * I/O structures. */ /** * xmlInputMatchCallback: * @filename: the filename or URI * * Callback used in the I/O Input API to detect if the current handler * can provide input fonctionnalities for this resource. * * Returns 1 if yes and 0 if another Input module should be used */ typedef int (XMLCALL *xmlInputMatchCallback) (char const *filename); /** * xmlInputOpenCallback: * @filename: the filename or URI * * Callback used in the I/O Input API to open the resource * * Returns an Input context or NULL in case or error */ typedef void * (XMLCALL *xmlInputOpenCallback) (char const *filename); /** * xmlInputReadCallback: * @context: an Input context * @buffer: the buffer to store data read * @len: the length of the buffer in bytes * * Callback used in the I/O Input API to read the resource * * Returns the number of bytes read or -1 in case of error */ typedef int (XMLCALL *xmlInputReadCallback) (void * context, char * buffer, int len); /** * xmlInputCloseCallback: * @context: an Input context * * Callback used in the I/O Input API to close the resource * * Returns 0 or -1 in case of error */ typedef int (XMLCALL *xmlInputCloseCallback) (void * context); #ifdef LIBXML_OUTPUT_ENABLED /* * Those are the functions and datatypes for the library output * I/O structures. */ /** * xmlOutputMatchCallback: * @filename: the filename or URI * * Callback used in the I/O Output API to detect if the current handler * can provide output fonctionnalities for this resource. * * Returns 1 if yes and 0 if another Output module should be used */ typedef int (XMLCALL *xmlOutputMatchCallback) (char const *filename); /** * xmlOutputOpenCallback: * @filename: the filename or URI * * Callback used in the I/O Output API to open the resource * * Returns an Output context or NULL in case or error */ typedef void * (XMLCALL *xmlOutputOpenCallback) (char const *filename); /** * xmlOutputWriteCallback: * @context: an Output context * @buffer: the buffer of data to write * @len: the length of the buffer in bytes * * Callback used in the I/O Output API to write to the resource * * Returns the number of bytes written or -1 in case of error */ typedef int (XMLCALL *xmlOutputWriteCallback) (void * context, const char * buffer, int len); /** * xmlOutputCloseCallback: * @context: an Output context * * Callback used in the I/O Output API to close the resource * * Returns 0 or -1 in case of error */ typedef int (XMLCALL *xmlOutputCloseCallback) (void * context); #endif /* LIBXML_OUTPUT_ENABLED */ #ifdef __cplusplus } #endif #include <libxml/globals.h> #include <libxml/tree.h> #include <libxml/parser.h> #include <libxml/encoding.h> #ifdef __cplusplus extern "C" { #endif struct _xmlParserInputBuffer { void* context; xmlInputReadCallback readcallback; xmlInputCloseCallback closecallback; xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */ xmlBufferPtr buffer; /* Local buffer encoded in UTF-8 */ xmlBufferPtr raw; /* if encoder != NULL buffer for raw input */ int compressed; /* -1=unknown, 0=not compressed, 1=compressed */ int error; unsigned long rawconsumed;/* amount consumed from raw */ }; #ifdef LIBXML_OUTPUT_ENABLED struct _xmlOutputBuffer { void* context; xmlOutputWriteCallback writecallback; xmlOutputCloseCallback closecallback; xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */ xmlBufferPtr buffer; /* Local buffer encoded in UTF-8 or ISOLatin */ xmlBufferPtr conv; /* if encoder != NULL buffer for output */ int written; /* total number of byte written */ int error; }; #endif /* LIBXML_OUTPUT_ENABLED */ /* * Interfaces for input */ XMLPUBFUN void XMLCALL xmlCleanupInputCallbacks (void); XMLPUBFUN int XMLCALL xmlPopInputCallbacks (void); XMLPUBFUN void XMLCALL xmlRegisterDefaultInputCallbacks (void); XMLPUBFUN xmlParserInputBufferPtr XMLCALL xmlAllocParserInputBuffer (xmlCharEncoding enc); XMLPUBFUN xmlParserInputBufferPtr XMLCALL xmlParserInputBufferCreateFilename (const char *URI, xmlCharEncoding enc); XMLPUBFUN xmlParserInputBufferPtr XMLCALL xmlParserInputBufferCreateFile (FILE *file, xmlCharEncoding enc); XMLPUBFUN xmlParserInputBufferPtr XMLCALL xmlParserInputBufferCreateFd (int fd, xmlCharEncoding enc); XMLPUBFUN xmlParserInputBufferPtr XMLCALL xmlParserInputBufferCreateMem (const char *mem, int size, xmlCharEncoding enc); XMLPUBFUN xmlParserInputBufferPtr XMLCALL xmlParserInputBufferCreateStatic (const char *mem, int size, xmlCharEncoding enc); XMLPUBFUN xmlParserInputBufferPtr XMLCALL xmlParserInputBufferCreateIO (xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc); XMLPUBFUN int XMLCALL xmlParserInputBufferRead (xmlParserInputBufferPtr in, int len); XMLPUBFUN int XMLCALL xmlParserInputBufferGrow (xmlParserInputBufferPtr in, int len); XMLPUBFUN int XMLCALL xmlParserInputBufferPush (xmlParserInputBufferPtr in, int len, const char *buf); XMLPUBFUN void XMLCALL xmlFreeParserInputBuffer (xmlParserInputBufferPtr in); XMLPUBFUN char * XMLCALL xmlParserGetDirectory (const char *filename); XMLPUBFUN int XMLCALL xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc, xmlInputOpenCallback openFunc, xmlInputReadCallback readFunc, xmlInputCloseCallback closeFunc); xmlParserInputBufferPtr __xmlParserInputBufferCreateFilename(const char *URI, xmlCharEncoding enc); #ifdef LIBXML_OUTPUT_ENABLED /* * Interfaces for output */ XMLPUBFUN void XMLCALL xmlCleanupOutputCallbacks (void); XMLPUBFUN void XMLCALL xmlRegisterDefaultOutputCallbacks(void); XMLPUBFUN xmlOutputBufferPtr XMLCALL xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder); XMLPUBFUN xmlOutputBufferPtr XMLCALL xmlOutputBufferCreateFilename (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression); XMLPUBFUN xmlOutputBufferPtr XMLCALL xmlOutputBufferCreateFile (FILE *file, xmlCharEncodingHandlerPtr encoder); XMLPUBFUN xmlOutputBufferPtr XMLCALL xmlOutputBufferCreateBuffer (xmlBufferPtr buffer, xmlCharEncodingHandlerPtr encoder); XMLPUBFUN xmlOutputBufferPtr XMLCALL xmlOutputBufferCreateFd (int fd, xmlCharEncodingHandlerPtr encoder); XMLPUBFUN xmlOutputBufferPtr XMLCALL xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, xmlCharEncodingHandlerPtr encoder); XMLPUBFUN int XMLCALL xmlOutputBufferWrite (xmlOutputBufferPtr out, int len, const char *buf); XMLPUBFUN int XMLCALL xmlOutputBufferWriteString (xmlOutputBufferPtr out, const char *str); XMLPUBFUN int XMLCALL xmlOutputBufferWriteEscape (xmlOutputBufferPtr out, const xmlChar *str, xmlCharEncodingOutputFunc escaping); XMLPUBFUN int XMLCALL xmlOutputBufferFlush (xmlOutputBufferPtr out); XMLPUBFUN int XMLCALL xmlOutputBufferClose (xmlOutputBufferPtr out); XMLPUBFUN int XMLCALL xmlRegisterOutputCallbacks (xmlOutputMatchCallback matchFunc, xmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc, xmlOutputCloseCallback closeFunc); xmlOutputBufferPtr __xmlOutputBufferCreateFilename(const char *URI, xmlCharEncodingHandlerPtr encoder, int compression); #ifdef LIBXML_HTTP_ENABLED /* This function only exists if HTTP support built into the library */ XMLPUBFUN void XMLCALL xmlRegisterHTTPPostCallbacks (void ); #endif /* LIBXML_HTTP_ENABLED */ #endif /* LIBXML_OUTPUT_ENABLED */ XMLPUBFUN xmlParserInputPtr XMLCALL xmlCheckHTTPInput (xmlParserCtxtPtr ctxt, xmlParserInputPtr ret); /* * A predefined entity loader disabling network accesses */ XMLPUBFUN xmlParserInputPtr XMLCALL xmlNoNetExternalEntityLoader (const char *URL, const char *ID, xmlParserCtxtPtr ctxt); /* * xmlNormalizeWindowsPath is obsolete, don't use it. * Check xmlCanonicPath in uri.h for a better alternative. */ XMLPUBFUN xmlChar * XMLCALL xmlNormalizeWindowsPath (const xmlChar *path); XMLPUBFUN int XMLCALL xmlCheckFilename (const char *path); /** * Default 'file://' protocol callbacks */ XMLPUBFUN int XMLCALL xmlFileMatch (const char *filename); XMLPUBFUN void * XMLCALL xmlFileOpen (const char *filename); XMLPUBFUN int XMLCALL xmlFileRead (void * context, char * buffer, int len); XMLPUBFUN int XMLCALL xmlFileClose (void * context); /** * Default 'http://' protocol callbacks */ #ifdef LIBXML_HTTP_ENABLED XMLPUBFUN int XMLCALL xmlIOHTTPMatch (const char *filename); XMLPUBFUN void * XMLCALL xmlIOHTTPOpen (const char *filename); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void * XMLCALL xmlIOHTTPOpenW (const char * post_uri, int compression ); #endif /* LIBXML_OUTPUT_ENABLED */ XMLPUBFUN int XMLCALL xmlIOHTTPRead (void * context, char * buffer, int len); XMLPUBFUN int XMLCALL xmlIOHTTPClose (void * context); #endif /* LIBXML_HTTP_ENABLED */ /** * Default 'ftp://' protocol callbacks */ #ifdef LIBXML_FTP_ENABLED XMLPUBFUN int XMLCALL xmlIOFTPMatch (const char *filename); XMLPUBFUN void * XMLCALL xmlIOFTPOpen (const char *filename); XMLPUBFUN int XMLCALL xmlIOFTPRead (void * context, char * buffer, int len); XMLPUBFUN int XMLCALL xmlIOFTPClose (void * context); #endif /* LIBXML_FTP_ENABLED */ #ifdef __cplusplus } #endif #endif /* __XML_IO_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlautomata.h�����������������������������������������������0000644�0001750�0001750�00000007564�13032736614�017646� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: API to build regexp automata * Description: the API to build regexp automata * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_AUTOMATA_H__ #define __XML_AUTOMATA_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #ifdef LIBXML_REGEXP_ENABLED #ifdef LIBXML_AUTOMATA_ENABLED #include <libxml/xmlregexp.h> #ifdef __cplusplus extern "C" { #endif /** * xmlAutomataPtr: * * A libxml automata description, It can be compiled into a regexp */ typedef struct _xmlAutomata xmlAutomata; typedef xmlAutomata *xmlAutomataPtr; /** * xmlAutomataStatePtr: * * A state int the automata description, */ typedef struct _xmlAutomataState xmlAutomataState; typedef xmlAutomataState *xmlAutomataStatePtr; /* * Building API */ XMLPUBFUN xmlAutomataPtr XMLCALL xmlNewAutomata (void); XMLPUBFUN void XMLCALL xmlFreeAutomata (xmlAutomataPtr am); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataGetInitState (xmlAutomataPtr am); XMLPUBFUN int XMLCALL xmlAutomataSetFinalState (xmlAutomataPtr am, xmlAutomataStatePtr state); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewState (xmlAutomataPtr am); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewTransition (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, void *data); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewTransition2 (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewNegTrans (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewCountTrans (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewCountTrans2 (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewOnceTrans (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewOnceTrans2 (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewAllTrans (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int lax); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewEpsilon (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewCountedTrans (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter); XMLPUBFUN xmlAutomataStatePtr XMLCALL xmlAutomataNewCounterTrans (xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter); XMLPUBFUN int XMLCALL xmlAutomataNewCounter (xmlAutomataPtr am, int min, int max); XMLPUBFUN xmlRegexpPtr XMLCALL xmlAutomataCompile (xmlAutomataPtr am); XMLPUBFUN int XMLCALL xmlAutomataIsDeterminist (xmlAutomataPtr am); #ifdef __cplusplus } #endif #endif /* LIBXML_AUTOMATA_ENABLED */ #endif /* LIBXML_REGEXP_ENABLED */ #endif /* __XML_AUTOMATA_H__ */ ��������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlerror.h��������������������������������������������������0000644�0001750�0001750�00000106456�13032736614�017164� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: error handling * Description: the API used to report errors * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #include <libxml/parser.h> #ifndef __XML_ERROR_H__ #define __XML_ERROR_H__ #ifdef __cplusplus extern "C" { #endif /** * xmlErrorLevel: * * Indicates the level of an error */ typedef enum { XML_ERR_NONE = 0, XML_ERR_WARNING = 1, /* A simple warning */ XML_ERR_ERROR = 2, /* A recoverable error */ XML_ERR_FATAL = 3 /* A fatal error */ } xmlErrorLevel; /** * xmlErrorDomain: * * Indicates where an error may have come from */ typedef enum { XML_FROM_NONE = 0, XML_FROM_PARSER, /* The XML parser */ XML_FROM_TREE, /* The tree module */ XML_FROM_NAMESPACE, /* The XML Namespace module */ XML_FROM_DTD, /* The XML DTD validation with parser context*/ XML_FROM_HTML, /* The HTML parser */ XML_FROM_MEMORY, /* The memory allocator */ XML_FROM_OUTPUT, /* The serialization code */ XML_FROM_IO, /* The Input/Output stack */ XML_FROM_FTP, /* The FTP module */ XML_FROM_HTTP, /* The HTTP module */ XML_FROM_XINCLUDE, /* The XInclude processing */ XML_FROM_XPATH, /* The XPath module */ XML_FROM_XPOINTER, /* The XPointer module */ XML_FROM_REGEXP, /* The regular expressions module */ XML_FROM_DATATYPE, /* The W3C XML Schemas Datatype module */ XML_FROM_SCHEMASP, /* The W3C XML Schemas parser module */ XML_FROM_SCHEMASV, /* The W3C XML Schemas validation module */ XML_FROM_RELAXNGP, /* The Relax-NG parser module */ XML_FROM_RELAXNGV, /* The Relax-NG validator module */ XML_FROM_CATALOG, /* The Catalog module */ XML_FROM_C14N, /* The Canonicalization module */ XML_FROM_XSLT, /* The XSLT engine from libxslt */ XML_FROM_VALID, /* The XML DTD validation with valid context */ XML_FROM_CHECK, /* The error checking module */ XML_FROM_WRITER, /* The xmlwriter module */ XML_FROM_MODULE, /* The dynamically loaded module module*/ XML_FROM_I18N /* The module handling character conversion */ } xmlErrorDomain; /** * xmlError: * * An XML Error instance. */ typedef struct _xmlError xmlError; typedef xmlError *xmlErrorPtr; struct _xmlError { int domain; /* What part of the library raised this error */ int code; /* The error code, e.g. an xmlParserError */ char *message;/* human-readable informative error message */ xmlErrorLevel level;/* how consequent is the error */ char *file; /* the filename */ int line; /* the line number if available */ char *str1; /* extra string information */ char *str2; /* extra string information */ char *str3; /* extra string information */ int int1; /* extra number information */ int int2; /* column number of the error or 0 if N/A (todo: rename this field when we would break ABI) */ void *ctxt; /* the parser context if available */ void *node; /* the node in the tree */ }; /** * xmlParserError: * * This is an error that the XML (or HTML) parser can generate */ typedef enum { XML_ERR_OK = 0, XML_ERR_INTERNAL_ERROR, /* 1 */ XML_ERR_NO_MEMORY, /* 2 */ XML_ERR_DOCUMENT_START, /* 3 */ XML_ERR_DOCUMENT_EMPTY, /* 4 */ XML_ERR_DOCUMENT_END, /* 5 */ XML_ERR_INVALID_HEX_CHARREF, /* 6 */ XML_ERR_INVALID_DEC_CHARREF, /* 7 */ XML_ERR_INVALID_CHARREF, /* 8 */ XML_ERR_INVALID_CHAR, /* 9 */ XML_ERR_CHARREF_AT_EOF, /* 10 */ XML_ERR_CHARREF_IN_PROLOG, /* 11 */ XML_ERR_CHARREF_IN_EPILOG, /* 12 */ XML_ERR_CHARREF_IN_DTD, /* 13 */ XML_ERR_ENTITYREF_AT_EOF, /* 14 */ XML_ERR_ENTITYREF_IN_PROLOG, /* 15 */ XML_ERR_ENTITYREF_IN_EPILOG, /* 16 */ XML_ERR_ENTITYREF_IN_DTD, /* 17 */ XML_ERR_PEREF_AT_EOF, /* 18 */ XML_ERR_PEREF_IN_PROLOG, /* 19 */ XML_ERR_PEREF_IN_EPILOG, /* 20 */ XML_ERR_PEREF_IN_INT_SUBSET, /* 21 */ XML_ERR_ENTITYREF_NO_NAME, /* 22 */ XML_ERR_ENTITYREF_SEMICOL_MISSING, /* 23 */ XML_ERR_PEREF_NO_NAME, /* 24 */ XML_ERR_PEREF_SEMICOL_MISSING, /* 25 */ XML_ERR_UNDECLARED_ENTITY, /* 26 */ XML_WAR_UNDECLARED_ENTITY, /* 27 */ XML_ERR_UNPARSED_ENTITY, /* 28 */ XML_ERR_ENTITY_IS_EXTERNAL, /* 29 */ XML_ERR_ENTITY_IS_PARAMETER, /* 30 */ XML_ERR_UNKNOWN_ENCODING, /* 31 */ XML_ERR_UNSUPPORTED_ENCODING, /* 32 */ XML_ERR_STRING_NOT_STARTED, /* 33 */ XML_ERR_STRING_NOT_CLOSED, /* 34 */ XML_ERR_NS_DECL_ERROR, /* 35 */ XML_ERR_ENTITY_NOT_STARTED, /* 36 */ XML_ERR_ENTITY_NOT_FINISHED, /* 37 */ XML_ERR_LT_IN_ATTRIBUTE, /* 38 */ XML_ERR_ATTRIBUTE_NOT_STARTED, /* 39 */ XML_ERR_ATTRIBUTE_NOT_FINISHED, /* 40 */ XML_ERR_ATTRIBUTE_WITHOUT_VALUE, /* 41 */ XML_ERR_ATTRIBUTE_REDEFINED, /* 42 */ XML_ERR_LITERAL_NOT_STARTED, /* 43 */ XML_ERR_LITERAL_NOT_FINISHED, /* 44 */ XML_ERR_COMMENT_NOT_FINISHED, /* 45 */ XML_ERR_PI_NOT_STARTED, /* 46 */ XML_ERR_PI_NOT_FINISHED, /* 47 */ XML_ERR_NOTATION_NOT_STARTED, /* 48 */ XML_ERR_NOTATION_NOT_FINISHED, /* 49 */ XML_ERR_ATTLIST_NOT_STARTED, /* 50 */ XML_ERR_ATTLIST_NOT_FINISHED, /* 51 */ XML_ERR_MIXED_NOT_STARTED, /* 52 */ XML_ERR_MIXED_NOT_FINISHED, /* 53 */ XML_ERR_ELEMCONTENT_NOT_STARTED, /* 54 */ XML_ERR_ELEMCONTENT_NOT_FINISHED, /* 55 */ XML_ERR_XMLDECL_NOT_STARTED, /* 56 */ XML_ERR_XMLDECL_NOT_FINISHED, /* 57 */ XML_ERR_CONDSEC_NOT_STARTED, /* 58 */ XML_ERR_CONDSEC_NOT_FINISHED, /* 59 */ XML_ERR_EXT_SUBSET_NOT_FINISHED, /* 60 */ XML_ERR_DOCTYPE_NOT_FINISHED, /* 61 */ XML_ERR_MISPLACED_CDATA_END, /* 62 */ XML_ERR_CDATA_NOT_FINISHED, /* 63 */ XML_ERR_RESERVED_XML_NAME, /* 64 */ XML_ERR_SPACE_REQUIRED, /* 65 */ XML_ERR_SEPARATOR_REQUIRED, /* 66 */ XML_ERR_NMTOKEN_REQUIRED, /* 67 */ XML_ERR_NAME_REQUIRED, /* 68 */ XML_ERR_PCDATA_REQUIRED, /* 69 */ XML_ERR_URI_REQUIRED, /* 70 */ XML_ERR_PUBID_REQUIRED, /* 71 */ XML_ERR_LT_REQUIRED, /* 72 */ XML_ERR_GT_REQUIRED, /* 73 */ XML_ERR_LTSLASH_REQUIRED, /* 74 */ XML_ERR_EQUAL_REQUIRED, /* 75 */ XML_ERR_TAG_NAME_MISMATCH, /* 76 */ XML_ERR_TAG_NOT_FINISHED, /* 77 */ XML_ERR_STANDALONE_VALUE, /* 78 */ XML_ERR_ENCODING_NAME, /* 79 */ XML_ERR_HYPHEN_IN_COMMENT, /* 80 */ XML_ERR_INVALID_ENCODING, /* 81 */ XML_ERR_EXT_ENTITY_STANDALONE, /* 82 */ XML_ERR_CONDSEC_INVALID, /* 83 */ XML_ERR_VALUE_REQUIRED, /* 84 */ XML_ERR_NOT_WELL_BALANCED, /* 85 */ XML_ERR_EXTRA_CONTENT, /* 86 */ XML_ERR_ENTITY_CHAR_ERROR, /* 87 */ XML_ERR_ENTITY_PE_INTERNAL, /* 88 */ XML_ERR_ENTITY_LOOP, /* 89 */ XML_ERR_ENTITY_BOUNDARY, /* 90 */ XML_ERR_INVALID_URI, /* 91 */ XML_ERR_URI_FRAGMENT, /* 92 */ XML_WAR_CATALOG_PI, /* 93 */ XML_ERR_NO_DTD, /* 94 */ XML_ERR_CONDSEC_INVALID_KEYWORD, /* 95 */ XML_ERR_VERSION_MISSING, /* 96 */ XML_WAR_UNKNOWN_VERSION, /* 97 */ XML_WAR_LANG_VALUE, /* 98 */ XML_WAR_NS_URI, /* 99 */ XML_WAR_NS_URI_RELATIVE, /* 100 */ XML_ERR_MISSING_ENCODING, /* 101 */ XML_WAR_SPACE_VALUE, /* 102 */ XML_ERR_NOT_STANDALONE, /* 103 */ XML_ERR_ENTITY_PROCESSING, /* 104 */ XML_ERR_NOTATION_PROCESSING, /* 105 */ XML_WAR_NS_COLUMN, /* 106 */ XML_WAR_ENTITY_REDEFINED, /* 107 */ XML_NS_ERR_XML_NAMESPACE = 200, XML_NS_ERR_UNDEFINED_NAMESPACE, /* 201 */ XML_NS_ERR_QNAME, /* 202 */ XML_NS_ERR_ATTRIBUTE_REDEFINED, /* 203 */ XML_NS_ERR_EMPTY, /* 204 */ XML_DTD_ATTRIBUTE_DEFAULT = 500, XML_DTD_ATTRIBUTE_REDEFINED, /* 501 */ XML_DTD_ATTRIBUTE_VALUE, /* 502 */ XML_DTD_CONTENT_ERROR, /* 503 */ XML_DTD_CONTENT_MODEL, /* 504 */ XML_DTD_CONTENT_NOT_DETERMINIST, /* 505 */ XML_DTD_DIFFERENT_PREFIX, /* 506 */ XML_DTD_ELEM_DEFAULT_NAMESPACE, /* 507 */ XML_DTD_ELEM_NAMESPACE, /* 508 */ XML_DTD_ELEM_REDEFINED, /* 509 */ XML_DTD_EMPTY_NOTATION, /* 510 */ XML_DTD_ENTITY_TYPE, /* 511 */ XML_DTD_ID_FIXED, /* 512 */ XML_DTD_ID_REDEFINED, /* 513 */ XML_DTD_ID_SUBSET, /* 514 */ XML_DTD_INVALID_CHILD, /* 515 */ XML_DTD_INVALID_DEFAULT, /* 516 */ XML_DTD_LOAD_ERROR, /* 517 */ XML_DTD_MISSING_ATTRIBUTE, /* 518 */ XML_DTD_MIXED_CORRUPT, /* 519 */ XML_DTD_MULTIPLE_ID, /* 520 */ XML_DTD_NO_DOC, /* 521 */ XML_DTD_NO_DTD, /* 522 */ XML_DTD_NO_ELEM_NAME, /* 523 */ XML_DTD_NO_PREFIX, /* 524 */ XML_DTD_NO_ROOT, /* 525 */ XML_DTD_NOTATION_REDEFINED, /* 526 */ XML_DTD_NOTATION_VALUE, /* 527 */ XML_DTD_NOT_EMPTY, /* 528 */ XML_DTD_NOT_PCDATA, /* 529 */ XML_DTD_NOT_STANDALONE, /* 530 */ XML_DTD_ROOT_NAME, /* 531 */ XML_DTD_STANDALONE_WHITE_SPACE, /* 532 */ XML_DTD_UNKNOWN_ATTRIBUTE, /* 533 */ XML_DTD_UNKNOWN_ELEM, /* 534 */ XML_DTD_UNKNOWN_ENTITY, /* 535 */ XML_DTD_UNKNOWN_ID, /* 536 */ XML_DTD_UNKNOWN_NOTATION, /* 537 */ XML_DTD_STANDALONE_DEFAULTED, /* 538 */ XML_DTD_XMLID_VALUE, /* 539 */ XML_DTD_XMLID_TYPE, /* 540 */ XML_HTML_STRUCURE_ERROR = 800, XML_HTML_UNKNOWN_TAG, /* 801 */ XML_RNGP_ANYNAME_ATTR_ANCESTOR = 1000, XML_RNGP_ATTR_CONFLICT, /* 1001 */ XML_RNGP_ATTRIBUTE_CHILDREN, /* 1002 */ XML_RNGP_ATTRIBUTE_CONTENT, /* 1003 */ XML_RNGP_ATTRIBUTE_EMPTY, /* 1004 */ XML_RNGP_ATTRIBUTE_NOOP, /* 1005 */ XML_RNGP_CHOICE_CONTENT, /* 1006 */ XML_RNGP_CHOICE_EMPTY, /* 1007 */ XML_RNGP_CREATE_FAILURE, /* 1008 */ XML_RNGP_DATA_CONTENT, /* 1009 */ XML_RNGP_DEF_CHOICE_AND_INTERLEAVE, /* 1010 */ XML_RNGP_DEFINE_CREATE_FAILED, /* 1011 */ XML_RNGP_DEFINE_EMPTY, /* 1012 */ XML_RNGP_DEFINE_MISSING, /* 1013 */ XML_RNGP_DEFINE_NAME_MISSING, /* 1014 */ XML_RNGP_ELEM_CONTENT_EMPTY, /* 1015 */ XML_RNGP_ELEM_CONTENT_ERROR, /* 1016 */ XML_RNGP_ELEMENT_EMPTY, /* 1017 */ XML_RNGP_ELEMENT_CONTENT, /* 1018 */ XML_RNGP_ELEMENT_NAME, /* 1019 */ XML_RNGP_ELEMENT_NO_CONTENT, /* 1020 */ XML_RNGP_ELEM_TEXT_CONFLICT, /* 1021 */ XML_RNGP_EMPTY, /* 1022 */ XML_RNGP_EMPTY_CONSTRUCT, /* 1023 */ XML_RNGP_EMPTY_CONTENT, /* 1024 */ XML_RNGP_EMPTY_NOT_EMPTY, /* 1025 */ XML_RNGP_ERROR_TYPE_LIB, /* 1026 */ XML_RNGP_EXCEPT_EMPTY, /* 1027 */ XML_RNGP_EXCEPT_MISSING, /* 1028 */ XML_RNGP_EXCEPT_MULTIPLE, /* 1029 */ XML_RNGP_EXCEPT_NO_CONTENT, /* 1030 */ XML_RNGP_EXTERNALREF_EMTPY, /* 1031 */ XML_RNGP_EXTERNAL_REF_FAILURE, /* 1032 */ XML_RNGP_EXTERNALREF_RECURSE, /* 1033 */ XML_RNGP_FORBIDDEN_ATTRIBUTE, /* 1034 */ XML_RNGP_FOREIGN_ELEMENT, /* 1035 */ XML_RNGP_GRAMMAR_CONTENT, /* 1036 */ XML_RNGP_GRAMMAR_EMPTY, /* 1037 */ XML_RNGP_GRAMMAR_MISSING, /* 1038 */ XML_RNGP_GRAMMAR_NO_START, /* 1039 */ XML_RNGP_GROUP_ATTR_CONFLICT, /* 1040 */ XML_RNGP_HREF_ERROR, /* 1041 */ XML_RNGP_INCLUDE_EMPTY, /* 1042 */ XML_RNGP_INCLUDE_FAILURE, /* 1043 */ XML_RNGP_INCLUDE_RECURSE, /* 1044 */ XML_RNGP_INTERLEAVE_ADD, /* 1045 */ XML_RNGP_INTERLEAVE_CREATE_FAILED, /* 1046 */ XML_RNGP_INTERLEAVE_EMPTY, /* 1047 */ XML_RNGP_INTERLEAVE_NO_CONTENT, /* 1048 */ XML_RNGP_INVALID_DEFINE_NAME, /* 1049 */ XML_RNGP_INVALID_URI, /* 1050 */ XML_RNGP_INVALID_VALUE, /* 1051 */ XML_RNGP_MISSING_HREF, /* 1052 */ XML_RNGP_NAME_MISSING, /* 1053 */ XML_RNGP_NEED_COMBINE, /* 1054 */ XML_RNGP_NOTALLOWED_NOT_EMPTY, /* 1055 */ XML_RNGP_NSNAME_ATTR_ANCESTOR, /* 1056 */ XML_RNGP_NSNAME_NO_NS, /* 1057 */ XML_RNGP_PARAM_FORBIDDEN, /* 1058 */ XML_RNGP_PARAM_NAME_MISSING, /* 1059 */ XML_RNGP_PARENTREF_CREATE_FAILED, /* 1060 */ XML_RNGP_PARENTREF_NAME_INVALID, /* 1061 */ XML_RNGP_PARENTREF_NO_NAME, /* 1062 */ XML_RNGP_PARENTREF_NO_PARENT, /* 1063 */ XML_RNGP_PARENTREF_NOT_EMPTY, /* 1064 */ XML_RNGP_PARSE_ERROR, /* 1065 */ XML_RNGP_PAT_ANYNAME_EXCEPT_ANYNAME, /* 1066 */ XML_RNGP_PAT_ATTR_ATTR, /* 1067 */ XML_RNGP_PAT_ATTR_ELEM, /* 1068 */ XML_RNGP_PAT_DATA_EXCEPT_ATTR, /* 1069 */ XML_RNGP_PAT_DATA_EXCEPT_ELEM, /* 1070 */ XML_RNGP_PAT_DATA_EXCEPT_EMPTY, /* 1071 */ XML_RNGP_PAT_DATA_EXCEPT_GROUP, /* 1072 */ XML_RNGP_PAT_DATA_EXCEPT_INTERLEAVE, /* 1073 */ XML_RNGP_PAT_DATA_EXCEPT_LIST, /* 1074 */ XML_RNGP_PAT_DATA_EXCEPT_ONEMORE, /* 1075 */ XML_RNGP_PAT_DATA_EXCEPT_REF, /* 1076 */ XML_RNGP_PAT_DATA_EXCEPT_TEXT, /* 1077 */ XML_RNGP_PAT_LIST_ATTR, /* 1078 */ XML_RNGP_PAT_LIST_ELEM, /* 1079 */ XML_RNGP_PAT_LIST_INTERLEAVE, /* 1080 */ XML_RNGP_PAT_LIST_LIST, /* 1081 */ XML_RNGP_PAT_LIST_REF, /* 1082 */ XML_RNGP_PAT_LIST_TEXT, /* 1083 */ XML_RNGP_PAT_NSNAME_EXCEPT_ANYNAME, /* 1084 */ XML_RNGP_PAT_NSNAME_EXCEPT_NSNAME, /* 1085 */ XML_RNGP_PAT_ONEMORE_GROUP_ATTR, /* 1086 */ XML_RNGP_PAT_ONEMORE_INTERLEAVE_ATTR, /* 1087 */ XML_RNGP_PAT_START_ATTR, /* 1088 */ XML_RNGP_PAT_START_DATA, /* 1089 */ XML_RNGP_PAT_START_EMPTY, /* 1090 */ XML_RNGP_PAT_START_GROUP, /* 1091 */ XML_RNGP_PAT_START_INTERLEAVE, /* 1092 */ XML_RNGP_PAT_START_LIST, /* 1093 */ XML_RNGP_PAT_START_ONEMORE, /* 1094 */ XML_RNGP_PAT_START_TEXT, /* 1095 */ XML_RNGP_PAT_START_VALUE, /* 1096 */ XML_RNGP_PREFIX_UNDEFINED, /* 1097 */ XML_RNGP_REF_CREATE_FAILED, /* 1098 */ XML_RNGP_REF_CYCLE, /* 1099 */ XML_RNGP_REF_NAME_INVALID, /* 1100 */ XML_RNGP_REF_NO_DEF, /* 1101 */ XML_RNGP_REF_NO_NAME, /* 1102 */ XML_RNGP_REF_NOT_EMPTY, /* 1103 */ XML_RNGP_START_CHOICE_AND_INTERLEAVE, /* 1104 */ XML_RNGP_START_CONTENT, /* 1105 */ XML_RNGP_START_EMPTY, /* 1106 */ XML_RNGP_START_MISSING, /* 1107 */ XML_RNGP_TEXT_EXPECTED, /* 1108 */ XML_RNGP_TEXT_HAS_CHILD, /* 1109 */ XML_RNGP_TYPE_MISSING, /* 1110 */ XML_RNGP_TYPE_NOT_FOUND, /* 1111 */ XML_RNGP_TYPE_VALUE, /* 1112 */ XML_RNGP_UNKNOWN_ATTRIBUTE, /* 1113 */ XML_RNGP_UNKNOWN_COMBINE, /* 1114 */ XML_RNGP_UNKNOWN_CONSTRUCT, /* 1115 */ XML_RNGP_UNKNOWN_TYPE_LIB, /* 1116 */ XML_RNGP_URI_FRAGMENT, /* 1117 */ XML_RNGP_URI_NOT_ABSOLUTE, /* 1118 */ XML_RNGP_VALUE_EMPTY, /* 1119 */ XML_RNGP_VALUE_NO_CONTENT, /* 1120 */ XML_RNGP_XMLNS_NAME, /* 1121 */ XML_RNGP_XML_NS, /* 1122 */ XML_XPATH_EXPRESSION_OK = 1200, XML_XPATH_NUMBER_ERROR, /* 1201 */ XML_XPATH_UNFINISHED_LITERAL_ERROR, /* 1202 */ XML_XPATH_START_LITERAL_ERROR, /* 1203 */ XML_XPATH_VARIABLE_REF_ERROR, /* 1204 */ XML_XPATH_UNDEF_VARIABLE_ERROR, /* 1205 */ XML_XPATH_INVALID_PREDICATE_ERROR, /* 1206 */ XML_XPATH_EXPR_ERROR, /* 1207 */ XML_XPATH_UNCLOSED_ERROR, /* 1208 */ XML_XPATH_UNKNOWN_FUNC_ERROR, /* 1209 */ XML_XPATH_INVALID_OPERAND, /* 1210 */ XML_XPATH_INVALID_TYPE, /* 1211 */ XML_XPATH_INVALID_ARITY, /* 1212 */ XML_XPATH_INVALID_CTXT_SIZE, /* 1213 */ XML_XPATH_INVALID_CTXT_POSITION, /* 1214 */ XML_XPATH_MEMORY_ERROR, /* 1215 */ XML_XPTR_SYNTAX_ERROR, /* 1216 */ XML_XPTR_RESOURCE_ERROR, /* 1217 */ XML_XPTR_SUB_RESOURCE_ERROR, /* 1218 */ XML_XPATH_UNDEF_PREFIX_ERROR, /* 1219 */ XML_XPATH_ENCODING_ERROR, /* 1220 */ XML_XPATH_INVALID_CHAR_ERROR, /* 1221 */ XML_TREE_INVALID_HEX = 1300, XML_TREE_INVALID_DEC, /* 1301 */ XML_TREE_UNTERMINATED_ENTITY, /* 1302 */ XML_SAVE_NOT_UTF8 = 1400, XML_SAVE_CHAR_INVALID, /* 1401 */ XML_SAVE_NO_DOCTYPE, /* 1402 */ XML_SAVE_UNKNOWN_ENCODING, /* 1403 */ XML_REGEXP_COMPILE_ERROR = 1450, XML_IO_UNKNOWN = 1500, XML_IO_EACCES, /* 1501 */ XML_IO_EAGAIN, /* 1502 */ XML_IO_EBADF, /* 1503 */ XML_IO_EBADMSG, /* 1504 */ XML_IO_EBUSY, /* 1505 */ XML_IO_ECANCELED, /* 1506 */ XML_IO_ECHILD, /* 1507 */ XML_IO_EDEADLK, /* 1508 */ XML_IO_EDOM, /* 1509 */ XML_IO_EEXIST, /* 1510 */ XML_IO_EFAULT, /* 1511 */ XML_IO_EFBIG, /* 1512 */ XML_IO_EINPROGRESS, /* 1513 */ XML_IO_EINTR, /* 1514 */ XML_IO_EINVAL, /* 1515 */ XML_IO_EIO, /* 1516 */ XML_IO_EISDIR, /* 1517 */ XML_IO_EMFILE, /* 1518 */ XML_IO_EMLINK, /* 1519 */ XML_IO_EMSGSIZE, /* 1520 */ XML_IO_ENAMETOOLONG, /* 1521 */ XML_IO_ENFILE, /* 1522 */ XML_IO_ENODEV, /* 1523 */ XML_IO_ENOENT, /* 1524 */ XML_IO_ENOEXEC, /* 1525 */ XML_IO_ENOLCK, /* 1526 */ XML_IO_ENOMEM, /* 1527 */ XML_IO_ENOSPC, /* 1528 */ XML_IO_ENOSYS, /* 1529 */ XML_IO_ENOTDIR, /* 1530 */ XML_IO_ENOTEMPTY, /* 1531 */ XML_IO_ENOTSUP, /* 1532 */ XML_IO_ENOTTY, /* 1533 */ XML_IO_ENXIO, /* 1534 */ XML_IO_EPERM, /* 1535 */ XML_IO_EPIPE, /* 1536 */ XML_IO_ERANGE, /* 1537 */ XML_IO_EROFS, /* 1538 */ XML_IO_ESPIPE, /* 1539 */ XML_IO_ESRCH, /* 1540 */ XML_IO_ETIMEDOUT, /* 1541 */ XML_IO_EXDEV, /* 1542 */ XML_IO_NETWORK_ATTEMPT, /* 1543 */ XML_IO_ENCODER, /* 1544 */ XML_IO_FLUSH, /* 1545 */ XML_IO_WRITE, /* 1546 */ XML_IO_NO_INPUT, /* 1547 */ XML_IO_BUFFER_FULL, /* 1548 */ XML_IO_LOAD_ERROR, /* 1549 */ XML_IO_ENOTSOCK, /* 1550 */ XML_IO_EISCONN, /* 1551 */ XML_IO_ECONNREFUSED, /* 1552 */ XML_IO_ENETUNREACH, /* 1553 */ XML_IO_EADDRINUSE, /* 1554 */ XML_IO_EALREADY, /* 1555 */ XML_IO_EAFNOSUPPORT, /* 1556 */ XML_XINCLUDE_RECURSION=1600, XML_XINCLUDE_PARSE_VALUE, /* 1601 */ XML_XINCLUDE_ENTITY_DEF_MISMATCH, /* 1602 */ XML_XINCLUDE_NO_HREF, /* 1603 */ XML_XINCLUDE_NO_FALLBACK, /* 1604 */ XML_XINCLUDE_HREF_URI, /* 1605 */ XML_XINCLUDE_TEXT_FRAGMENT, /* 1606 */ XML_XINCLUDE_TEXT_DOCUMENT, /* 1607 */ XML_XINCLUDE_INVALID_CHAR, /* 1608 */ XML_XINCLUDE_BUILD_FAILED, /* 1609 */ XML_XINCLUDE_UNKNOWN_ENCODING, /* 1610 */ XML_XINCLUDE_MULTIPLE_ROOT, /* 1611 */ XML_XINCLUDE_XPTR_FAILED, /* 1612 */ XML_XINCLUDE_XPTR_RESULT, /* 1613 */ XML_XINCLUDE_INCLUDE_IN_INCLUDE, /* 1614 */ XML_XINCLUDE_FALLBACKS_IN_INCLUDE, /* 1615 */ XML_XINCLUDE_FALLBACK_NOT_IN_INCLUDE, /* 1616 */ XML_XINCLUDE_DEPRECATED_NS, /* 1617 */ XML_XINCLUDE_FRAGMENT_ID, /* 1618 */ XML_CATALOG_MISSING_ATTR = 1650, XML_CATALOG_ENTRY_BROKEN, /* 1651 */ XML_CATALOG_PREFER_VALUE, /* 1652 */ XML_CATALOG_NOT_CATALOG, /* 1653 */ XML_CATALOG_RECURSION, /* 1654 */ XML_SCHEMAP_PREFIX_UNDEFINED = 1700, XML_SCHEMAP_ATTRFORMDEFAULT_VALUE, /* 1701 */ XML_SCHEMAP_ATTRGRP_NONAME_NOREF, /* 1702 */ XML_SCHEMAP_ATTR_NONAME_NOREF, /* 1703 */ XML_SCHEMAP_COMPLEXTYPE_NONAME_NOREF, /* 1704 */ XML_SCHEMAP_ELEMFORMDEFAULT_VALUE, /* 1705 */ XML_SCHEMAP_ELEM_NONAME_NOREF, /* 1706 */ XML_SCHEMAP_EXTENSION_NO_BASE, /* 1707 */ XML_SCHEMAP_FACET_NO_VALUE, /* 1708 */ XML_SCHEMAP_FAILED_BUILD_IMPORT, /* 1709 */ XML_SCHEMAP_GROUP_NONAME_NOREF, /* 1710 */ XML_SCHEMAP_IMPORT_NAMESPACE_NOT_URI, /* 1711 */ XML_SCHEMAP_IMPORT_REDEFINE_NSNAME, /* 1712 */ XML_SCHEMAP_IMPORT_SCHEMA_NOT_URI, /* 1713 */ XML_SCHEMAP_INVALID_BOOLEAN, /* 1714 */ XML_SCHEMAP_INVALID_ENUM, /* 1715 */ XML_SCHEMAP_INVALID_FACET, /* 1716 */ XML_SCHEMAP_INVALID_FACET_VALUE, /* 1717 */ XML_SCHEMAP_INVALID_MAXOCCURS, /* 1718 */ XML_SCHEMAP_INVALID_MINOCCURS, /* 1719 */ XML_SCHEMAP_INVALID_REF_AND_SUBTYPE, /* 1720 */ XML_SCHEMAP_INVALID_WHITE_SPACE, /* 1721 */ XML_SCHEMAP_NOATTR_NOREF, /* 1722 */ XML_SCHEMAP_NOTATION_NO_NAME, /* 1723 */ XML_SCHEMAP_NOTYPE_NOREF, /* 1724 */ XML_SCHEMAP_REF_AND_SUBTYPE, /* 1725 */ XML_SCHEMAP_RESTRICTION_NONAME_NOREF, /* 1726 */ XML_SCHEMAP_SIMPLETYPE_NONAME, /* 1727 */ XML_SCHEMAP_TYPE_AND_SUBTYPE, /* 1728 */ XML_SCHEMAP_UNKNOWN_ALL_CHILD, /* 1729 */ XML_SCHEMAP_UNKNOWN_ANYATTRIBUTE_CHILD, /* 1730 */ XML_SCHEMAP_UNKNOWN_ATTR_CHILD, /* 1731 */ XML_SCHEMAP_UNKNOWN_ATTRGRP_CHILD, /* 1732 */ XML_SCHEMAP_UNKNOWN_ATTRIBUTE_GROUP, /* 1733 */ XML_SCHEMAP_UNKNOWN_BASE_TYPE, /* 1734 */ XML_SCHEMAP_UNKNOWN_CHOICE_CHILD, /* 1735 */ XML_SCHEMAP_UNKNOWN_COMPLEXCONTENT_CHILD, /* 1736 */ XML_SCHEMAP_UNKNOWN_COMPLEXTYPE_CHILD, /* 1737 */ XML_SCHEMAP_UNKNOWN_ELEM_CHILD, /* 1738 */ XML_SCHEMAP_UNKNOWN_EXTENSION_CHILD, /* 1739 */ XML_SCHEMAP_UNKNOWN_FACET_CHILD, /* 1740 */ XML_SCHEMAP_UNKNOWN_FACET_TYPE, /* 1741 */ XML_SCHEMAP_UNKNOWN_GROUP_CHILD, /* 1742 */ XML_SCHEMAP_UNKNOWN_IMPORT_CHILD, /* 1743 */ XML_SCHEMAP_UNKNOWN_LIST_CHILD, /* 1744 */ XML_SCHEMAP_UNKNOWN_NOTATION_CHILD, /* 1745 */ XML_SCHEMAP_UNKNOWN_PROCESSCONTENT_CHILD, /* 1746 */ XML_SCHEMAP_UNKNOWN_REF, /* 1747 */ XML_SCHEMAP_UNKNOWN_RESTRICTION_CHILD, /* 1748 */ XML_SCHEMAP_UNKNOWN_SCHEMAS_CHILD, /* 1749 */ XML_SCHEMAP_UNKNOWN_SEQUENCE_CHILD, /* 1750 */ XML_SCHEMAP_UNKNOWN_SIMPLECONTENT_CHILD, /* 1751 */ XML_SCHEMAP_UNKNOWN_SIMPLETYPE_CHILD, /* 1752 */ XML_SCHEMAP_UNKNOWN_TYPE, /* 1753 */ XML_SCHEMAP_UNKNOWN_UNION_CHILD, /* 1754 */ XML_SCHEMAP_ELEM_DEFAULT_FIXED, /* 1755 */ XML_SCHEMAP_REGEXP_INVALID, /* 1756 */ XML_SCHEMAP_FAILED_LOAD, /* 1757 */ XML_SCHEMAP_NOTHING_TO_PARSE, /* 1758 */ XML_SCHEMAP_NOROOT, /* 1759 */ XML_SCHEMAP_REDEFINED_GROUP, /* 1760 */ XML_SCHEMAP_REDEFINED_TYPE, /* 1761 */ XML_SCHEMAP_REDEFINED_ELEMENT, /* 1762 */ XML_SCHEMAP_REDEFINED_ATTRGROUP, /* 1763 */ XML_SCHEMAP_REDEFINED_ATTR, /* 1764 */ XML_SCHEMAP_REDEFINED_NOTATION, /* 1765 */ XML_SCHEMAP_FAILED_PARSE, /* 1766 */ XML_SCHEMAP_UNKNOWN_PREFIX, /* 1767 */ XML_SCHEMAP_DEF_AND_PREFIX, /* 1768 */ XML_SCHEMAP_UNKNOWN_INCLUDE_CHILD, /* 1769 */ XML_SCHEMAP_INCLUDE_SCHEMA_NOT_URI, /* 1770 */ XML_SCHEMAP_INCLUDE_SCHEMA_NO_URI, /* 1771 */ XML_SCHEMAP_NOT_SCHEMA, /* 1772 */ XML_SCHEMAP_UNKNOWN_MEMBER_TYPE, /* 1773 */ XML_SCHEMAP_INVALID_ATTR_USE, /* 1774 */ XML_SCHEMAP_RECURSIVE, /* 1775 */ XML_SCHEMAP_SUPERNUMEROUS_LIST_ITEM_TYPE, /* 1776 */ XML_SCHEMAP_INVALID_ATTR_COMBINATION, /* 1777 */ XML_SCHEMAP_INVALID_ATTR_INLINE_COMBINATION, /* 1778 */ XML_SCHEMAP_MISSING_SIMPLETYPE_CHILD, /* 1779 */ XML_SCHEMAP_INVALID_ATTR_NAME, /* 1780 */ XML_SCHEMAP_REF_AND_CONTENT, /* 1781 */ XML_SCHEMAP_CT_PROPS_CORRECT_1, /* 1782 */ XML_SCHEMAP_CT_PROPS_CORRECT_2, /* 1783 */ XML_SCHEMAP_CT_PROPS_CORRECT_3, /* 1784 */ XML_SCHEMAP_CT_PROPS_CORRECT_4, /* 1785 */ XML_SCHEMAP_CT_PROPS_CORRECT_5, /* 1786 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_1, /* 1787 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_1, /* 1788 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_2, /* 1789 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_2, /* 1790 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_3, /* 1791 */ XML_SCHEMAP_WILDCARD_INVALID_NS_MEMBER, /* 1792 */ XML_SCHEMAP_INTERSECTION_NOT_EXPRESSIBLE, /* 1793 */ XML_SCHEMAP_UNION_NOT_EXPRESSIBLE, /* 1794 */ XML_SCHEMAP_SRC_IMPORT_3_1, /* 1795 */ XML_SCHEMAP_SRC_IMPORT_3_2, /* 1796 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_1, /* 1797 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_2, /* 1798 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_4_3, /* 1799 */ XML_SCHEMAP_COS_CT_EXTENDS_1_3, /* 1800 */ XML_SCHEMAV_NOROOT = 1801, XML_SCHEMAV_UNDECLAREDELEM, /* 1802 */ XML_SCHEMAV_NOTTOPLEVEL, /* 1803 */ XML_SCHEMAV_MISSING, /* 1804 */ XML_SCHEMAV_WRONGELEM, /* 1805 */ XML_SCHEMAV_NOTYPE, /* 1806 */ XML_SCHEMAV_NOROLLBACK, /* 1807 */ XML_SCHEMAV_ISABSTRACT, /* 1808 */ XML_SCHEMAV_NOTEMPTY, /* 1809 */ XML_SCHEMAV_ELEMCONT, /* 1810 */ XML_SCHEMAV_HAVEDEFAULT, /* 1811 */ XML_SCHEMAV_NOTNILLABLE, /* 1812 */ XML_SCHEMAV_EXTRACONTENT, /* 1813 */ XML_SCHEMAV_INVALIDATTR, /* 1814 */ XML_SCHEMAV_INVALIDELEM, /* 1815 */ XML_SCHEMAV_NOTDETERMINIST, /* 1816 */ XML_SCHEMAV_CONSTRUCT, /* 1817 */ XML_SCHEMAV_INTERNAL, /* 1818 */ XML_SCHEMAV_NOTSIMPLE, /* 1819 */ XML_SCHEMAV_ATTRUNKNOWN, /* 1820 */ XML_SCHEMAV_ATTRINVALID, /* 1821 */ XML_SCHEMAV_VALUE, /* 1822 */ XML_SCHEMAV_FACET, /* 1823 */ XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_1, /* 1824 */ XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_2, /* 1825 */ XML_SCHEMAV_CVC_DATATYPE_VALID_1_2_3, /* 1826 */ XML_SCHEMAV_CVC_TYPE_3_1_1, /* 1827 */ XML_SCHEMAV_CVC_TYPE_3_1_2, /* 1828 */ XML_SCHEMAV_CVC_FACET_VALID, /* 1829 */ XML_SCHEMAV_CVC_LENGTH_VALID, /* 1830 */ XML_SCHEMAV_CVC_MINLENGTH_VALID, /* 1831 */ XML_SCHEMAV_CVC_MAXLENGTH_VALID, /* 1832 */ XML_SCHEMAV_CVC_MININCLUSIVE_VALID, /* 1833 */ XML_SCHEMAV_CVC_MAXINCLUSIVE_VALID, /* 1834 */ XML_SCHEMAV_CVC_MINEXCLUSIVE_VALID, /* 1835 */ XML_SCHEMAV_CVC_MAXEXCLUSIVE_VALID, /* 1836 */ XML_SCHEMAV_CVC_TOTALDIGITS_VALID, /* 1837 */ XML_SCHEMAV_CVC_FRACTIONDIGITS_VALID, /* 1838 */ XML_SCHEMAV_CVC_PATTERN_VALID, /* 1839 */ XML_SCHEMAV_CVC_ENUMERATION_VALID, /* 1840 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_2_1, /* 1841 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_2_2, /* 1842 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_2_3, /* 1843 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_2_4, /* 1844 */ XML_SCHEMAV_CVC_ELT_1, /* 1845 */ XML_SCHEMAV_CVC_ELT_2, /* 1846 */ XML_SCHEMAV_CVC_ELT_3_1, /* 1847 */ XML_SCHEMAV_CVC_ELT_3_2_1, /* 1848 */ XML_SCHEMAV_CVC_ELT_3_2_2, /* 1849 */ XML_SCHEMAV_CVC_ELT_4_1, /* 1850 */ XML_SCHEMAV_CVC_ELT_4_2, /* 1851 */ XML_SCHEMAV_CVC_ELT_4_3, /* 1852 */ XML_SCHEMAV_CVC_ELT_5_1_1, /* 1853 */ XML_SCHEMAV_CVC_ELT_5_1_2, /* 1854 */ XML_SCHEMAV_CVC_ELT_5_2_1, /* 1855 */ XML_SCHEMAV_CVC_ELT_5_2_2_1, /* 1856 */ XML_SCHEMAV_CVC_ELT_5_2_2_2_1, /* 1857 */ XML_SCHEMAV_CVC_ELT_5_2_2_2_2, /* 1858 */ XML_SCHEMAV_CVC_ELT_6, /* 1859 */ XML_SCHEMAV_CVC_ELT_7, /* 1860 */ XML_SCHEMAV_CVC_ATTRIBUTE_1, /* 1861 */ XML_SCHEMAV_CVC_ATTRIBUTE_2, /* 1862 */ XML_SCHEMAV_CVC_ATTRIBUTE_3, /* 1863 */ XML_SCHEMAV_CVC_ATTRIBUTE_4, /* 1864 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_3_1, /* 1865 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_3_2_1, /* 1866 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_3_2_2, /* 1867 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_4, /* 1868 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_5_1, /* 1869 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_5_2, /* 1870 */ XML_SCHEMAV_ELEMENT_CONTENT, /* 1871 */ XML_SCHEMAV_DOCUMENT_ELEMENT_MISSING, /* 1872 */ XML_SCHEMAV_CVC_COMPLEX_TYPE_1, /* 1873 */ XML_SCHEMAV_CVC_AU, /* 1874 */ XML_SCHEMAV_CVC_TYPE_1, /* 1875 */ XML_SCHEMAV_CVC_TYPE_2, /* 1876 */ XML_SCHEMAV_CVC_IDC, /* 1877 */ XML_SCHEMAV_CVC_WILDCARD, /* 1878 */ XML_XPTR_UNKNOWN_SCHEME = 1900, XML_XPTR_CHILDSEQ_START, /* 1901 */ XML_XPTR_EVAL_FAILED, /* 1902 */ XML_XPTR_EXTRA_OBJECTS, /* 1903 */ XML_C14N_CREATE_CTXT = 1950, XML_C14N_REQUIRES_UTF8, /* 1951 */ XML_C14N_CREATE_STACK, /* 1952 */ XML_C14N_INVALID_NODE, /* 1953 */ XML_C14N_UNKNOW_NODE, /* 1954 */ XML_C14N_RELATIVE_NAMESPACE, /* 1955 */ XML_FTP_PASV_ANSWER = 2000, XML_FTP_EPSV_ANSWER, /* 2001 */ XML_FTP_ACCNT, /* 2002 */ XML_FTP_URL_SYNTAX, /* 2003 */ XML_HTTP_URL_SYNTAX = 2020, XML_HTTP_USE_IP, /* 2021 */ XML_HTTP_UNKNOWN_HOST, /* 2022 */ XML_SCHEMAP_SRC_SIMPLE_TYPE_1 = 3000, XML_SCHEMAP_SRC_SIMPLE_TYPE_2, /* 3001 */ XML_SCHEMAP_SRC_SIMPLE_TYPE_3, /* 3002 */ XML_SCHEMAP_SRC_SIMPLE_TYPE_4, /* 3003 */ XML_SCHEMAP_SRC_RESOLVE, /* 3004 */ XML_SCHEMAP_SRC_RESTRICTION_BASE_OR_SIMPLETYPE, /* 3005 */ XML_SCHEMAP_SRC_LIST_ITEMTYPE_OR_SIMPLETYPE, /* 3006 */ XML_SCHEMAP_SRC_UNION_MEMBERTYPES_OR_SIMPLETYPES, /* 3007 */ XML_SCHEMAP_ST_PROPS_CORRECT_1, /* 3008 */ XML_SCHEMAP_ST_PROPS_CORRECT_2, /* 3009 */ XML_SCHEMAP_ST_PROPS_CORRECT_3, /* 3010 */ XML_SCHEMAP_COS_ST_RESTRICTS_1_1, /* 3011 */ XML_SCHEMAP_COS_ST_RESTRICTS_1_2, /* 3012 */ XML_SCHEMAP_COS_ST_RESTRICTS_1_3_1, /* 3013 */ XML_SCHEMAP_COS_ST_RESTRICTS_1_3_2, /* 3014 */ XML_SCHEMAP_COS_ST_RESTRICTS_2_1, /* 3015 */ XML_SCHEMAP_COS_ST_RESTRICTS_2_3_1_1, /* 3016 */ XML_SCHEMAP_COS_ST_RESTRICTS_2_3_1_2, /* 3017 */ XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_1, /* 3018 */ XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_2, /* 3019 */ XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_3, /* 3020 */ XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_4, /* 3021 */ XML_SCHEMAP_COS_ST_RESTRICTS_2_3_2_5, /* 3022 */ XML_SCHEMAP_COS_ST_RESTRICTS_3_1, /* 3023 */ XML_SCHEMAP_COS_ST_RESTRICTS_3_3_1, /* 3024 */ XML_SCHEMAP_COS_ST_RESTRICTS_3_3_1_2, /* 3025 */ XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_2, /* 3026 */ XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_1, /* 3027 */ XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_3, /* 3028 */ XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_4, /* 3029 */ XML_SCHEMAP_COS_ST_RESTRICTS_3_3_2_5, /* 3030 */ XML_SCHEMAP_COS_ST_DERIVED_OK_2_1, /* 3031 */ XML_SCHEMAP_COS_ST_DERIVED_OK_2_2, /* 3032 */ XML_SCHEMAP_S4S_ELEM_NOT_ALLOWED, /* 3033 */ XML_SCHEMAP_S4S_ELEM_MISSING, /* 3034 */ XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, /* 3035 */ XML_SCHEMAP_S4S_ATTR_MISSING, /* 3036 */ XML_SCHEMAP_S4S_ATTR_INVALID_VALUE, /* 3037 */ XML_SCHEMAP_SRC_ELEMENT_1, /* 3038 */ XML_SCHEMAP_SRC_ELEMENT_2_1, /* 3039 */ XML_SCHEMAP_SRC_ELEMENT_2_2, /* 3040 */ XML_SCHEMAP_SRC_ELEMENT_3, /* 3041 */ XML_SCHEMAP_P_PROPS_CORRECT_1, /* 3042 */ XML_SCHEMAP_P_PROPS_CORRECT_2_1, /* 3043 */ XML_SCHEMAP_P_PROPS_CORRECT_2_2, /* 3044 */ XML_SCHEMAP_E_PROPS_CORRECT_2, /* 3045 */ XML_SCHEMAP_E_PROPS_CORRECT_3, /* 3046 */ XML_SCHEMAP_E_PROPS_CORRECT_4, /* 3047 */ XML_SCHEMAP_E_PROPS_CORRECT_5, /* 3048 */ XML_SCHEMAP_E_PROPS_CORRECT_6, /* 3049 */ XML_SCHEMAP_SRC_INCLUDE, /* 3050 */ XML_SCHEMAP_SRC_ATTRIBUTE_1, /* 3051 */ XML_SCHEMAP_SRC_ATTRIBUTE_2, /* 3052 */ XML_SCHEMAP_SRC_ATTRIBUTE_3_1, /* 3053 */ XML_SCHEMAP_SRC_ATTRIBUTE_3_2, /* 3054 */ XML_SCHEMAP_SRC_ATTRIBUTE_4, /* 3055 */ XML_SCHEMAP_NO_XMLNS, /* 3056 */ XML_SCHEMAP_NO_XSI, /* 3057 */ XML_SCHEMAP_COS_VALID_DEFAULT_1, /* 3058 */ XML_SCHEMAP_COS_VALID_DEFAULT_2_1, /* 3059 */ XML_SCHEMAP_COS_VALID_DEFAULT_2_2_1, /* 3060 */ XML_SCHEMAP_COS_VALID_DEFAULT_2_2_2, /* 3061 */ XML_SCHEMAP_CVC_SIMPLE_TYPE, /* 3062 */ XML_SCHEMAP_COS_CT_EXTENDS_1_1, /* 3063 */ XML_SCHEMAP_SRC_IMPORT_1_1, /* 3064 */ XML_SCHEMAP_SRC_IMPORT_1_2, /* 3065 */ XML_SCHEMAP_SRC_IMPORT_2, /* 3066 */ XML_SCHEMAP_SRC_IMPORT_2_1, /* 3067 */ XML_SCHEMAP_SRC_IMPORT_2_2, /* 3068 */ XML_SCHEMAP_INTERNAL, /* 3069 non-W3C */ XML_SCHEMAP_NOT_DETERMINISTIC, /* 3070 non-W3C */ XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_1, /* 3071 */ XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_2, /* 3072 */ XML_SCHEMAP_SRC_ATTRIBUTE_GROUP_3, /* 3073 */ XML_SCHEMAP_MG_PROPS_CORRECT_1, /* 3074 */ XML_SCHEMAP_MG_PROPS_CORRECT_2, /* 3075 */ XML_SCHEMAP_SRC_CT_1, /* 3076 */ XML_SCHEMAP_DERIVATION_OK_RESTRICTION_2_1_3, /* 3077 */ XML_SCHEMAP_AU_PROPS_CORRECT_2, /* 3078 */ XML_SCHEMAP_A_PROPS_CORRECT_2, /* 3079 */ XML_SCHEMAP_C_PROPS_CORRECT, /* 3080 */ XML_SCHEMAP_SRC_REDEFINE, /* 3081 */ XML_SCHEMAP_SRC_IMPORT, /* 3082 */ XML_SCHEMAP_WARN_SKIP_SCHEMA, /* 3083 */ XML_SCHEMAP_WARN_UNLOCATED_SCHEMA, /* 3084 */ XML_SCHEMAP_WARN_ATTR_REDECL_PROH, /* 3085 */ XML_SCHEMAP_WARN_ATTR_POINTLESS_PROH, /* 3085 */ XML_SCHEMAP_AG_PROPS_CORRECT, /* 3086 */ XML_SCHEMAP_COS_CT_EXTENDS_1_2, /* 3087 */ XML_SCHEMAP_AU_PROPS_CORRECT, /* 3088 */ XML_SCHEMAP_A_PROPS_CORRECT_3, /* 3089 */ XML_SCHEMAP_COS_ALL_LIMITED, /* 3090 */ XML_MODULE_OPEN = 4900, /* 4900 */ XML_MODULE_CLOSE, /* 4901 */ XML_CHECK_FOUND_ELEMENT = 5000, XML_CHECK_FOUND_ATTRIBUTE, /* 5001 */ XML_CHECK_FOUND_TEXT, /* 5002 */ XML_CHECK_FOUND_CDATA, /* 5003 */ XML_CHECK_FOUND_ENTITYREF, /* 5004 */ XML_CHECK_FOUND_ENTITY, /* 5005 */ XML_CHECK_FOUND_PI, /* 5006 */ XML_CHECK_FOUND_COMMENT, /* 5007 */ XML_CHECK_FOUND_DOCTYPE, /* 5008 */ XML_CHECK_FOUND_FRAGMENT, /* 5009 */ XML_CHECK_FOUND_NOTATION, /* 5010 */ XML_CHECK_UNKNOWN_NODE, /* 5011 */ XML_CHECK_ENTITY_TYPE, /* 5012 */ XML_CHECK_NO_PARENT, /* 5013 */ XML_CHECK_NO_DOC, /* 5014 */ XML_CHECK_NO_NAME, /* 5015 */ XML_CHECK_NO_ELEM, /* 5016 */ XML_CHECK_WRONG_DOC, /* 5017 */ XML_CHECK_NO_PREV, /* 5018 */ XML_CHECK_WRONG_PREV, /* 5019 */ XML_CHECK_NO_NEXT, /* 5020 */ XML_CHECK_WRONG_NEXT, /* 5021 */ XML_CHECK_NOT_DTD, /* 5022 */ XML_CHECK_NOT_ATTR, /* 5023 */ XML_CHECK_NOT_ATTR_DECL, /* 5024 */ XML_CHECK_NOT_ELEM_DECL, /* 5025 */ XML_CHECK_NOT_ENTITY_DECL, /* 5026 */ XML_CHECK_NOT_NS_DECL, /* 5027 */ XML_CHECK_NO_HREF, /* 5028 */ XML_CHECK_WRONG_PARENT,/* 5029 */ XML_CHECK_NS_SCOPE, /* 5030 */ XML_CHECK_NS_ANCESTOR, /* 5031 */ XML_CHECK_NOT_UTF8, /* 5032 */ XML_CHECK_NO_DICT, /* 5033 */ XML_CHECK_NOT_NCNAME, /* 5034 */ XML_CHECK_OUTSIDE_DICT, /* 5035 */ XML_CHECK_WRONG_NAME, /* 5036 */ XML_CHECK_NAME_NOT_NULL, /* 5037 */ XML_I18N_NO_NAME = 6000, XML_I18N_NO_HANDLER, /* 6001 */ XML_I18N_EXCESS_HANDLER, /* 6002 */ XML_I18N_CONV_FAILED, /* 6003 */ XML_I18N_NO_OUTPUT /* 6004 */ #if 0 XML_CHECK_, /* 5033 */ XML_CHECK_X /* 503 */ #endif } xmlParserErrors; /** * xmlGenericErrorFunc: * @ctx: a parsing context * @msg: the message * @...: the extra arguments of the varags to format the message * * Signature of the function to use when there is an error and * no parsing or validity context available . */ typedef void (XMLCDECL *xmlGenericErrorFunc) (void *ctx, const char *msg, ...); /** * xmlStructuredErrorFunc: * @userData: user provided data for the error callback * @error: the error being raised. * * Signature of the function to use when there is an error and * the module handles the new error reporting mechanism. */ typedef void (XMLCALL *xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error); /* * Use the following function to reset the two global variables * xmlGenericError and xmlGenericErrorContext. */ XMLPUBFUN void XMLCALL xmlSetGenericErrorFunc (void *ctx, xmlGenericErrorFunc handler); XMLPUBFUN void XMLCALL initGenericErrorDefaultFunc (xmlGenericErrorFunc *handler); XMLPUBFUN void XMLCALL xmlSetStructuredErrorFunc (void *ctx, xmlStructuredErrorFunc handler); /* * Default message routines used by SAX and Valid context for error * and warning reporting. */ XMLPUBFUN void XMLCDECL xmlParserError (void *ctx, const char *msg, ...); XMLPUBFUN void XMLCDECL xmlParserWarning (void *ctx, const char *msg, ...); XMLPUBFUN void XMLCDECL xmlParserValidityError (void *ctx, const char *msg, ...); XMLPUBFUN void XMLCDECL xmlParserValidityWarning (void *ctx, const char *msg, ...); XMLPUBFUN void XMLCALL xmlParserPrintFileInfo (xmlParserInputPtr input); XMLPUBFUN void XMLCALL xmlParserPrintFileContext (xmlParserInputPtr input); /* * Extended error information routines */ XMLPUBFUN xmlErrorPtr XMLCALL xmlGetLastError (void); XMLPUBFUN void XMLCALL xmlResetLastError (void); XMLPUBFUN xmlErrorPtr XMLCALL xmlCtxtGetLastError (void *ctx); XMLPUBFUN void XMLCALL xmlCtxtResetLastError (void *ctx); XMLPUBFUN void XMLCALL xmlResetError (xmlErrorPtr err); XMLPUBFUN int XMLCALL xmlCopyError (xmlErrorPtr from, xmlErrorPtr to); #ifdef IN_LIBXML /* * Internal callback reporting routine */ XMLPUBFUN void XMLCALL __xmlRaiseError (xmlStructuredErrorFunc schannel, xmlGenericErrorFunc channel, void *data, void *ctx, void *node, int domain, int code, xmlErrorLevel level, const char *file, int line, const char *str1, const char *str2, const char *str3, int int1, int col, const char *msg, ...); XMLPUBFUN void XMLCALL __xmlSimpleError (int domain, int code, xmlNodePtr node, const char *msg, const char *extra); #endif #ifdef __cplusplus } #endif #endif /* __XML_ERROR_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlexports.h������������������������������������������������0000644�0001750�0001750�00000007164�13032736614�017533� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: macros for marking symbols as exportable/importable. * Description: macros for marking symbols as exportable/importable. * * Copy: See Copyright for the status of this software. * * Author: Igor Zlatovic <igor@zlatkovic.com> */ #ifndef __XML_EXPORTS_H__ #define __XML_EXPORTS_H__ /** * XMLPUBFUN, XMLPUBVAR, XMLCALL * * Macros which declare an exportable function, an exportable variable and * the calling convention used for functions. * * Please use an extra block for every platform/compiler combination when * modifying this, rather than overlong #ifdef lines. This helps * readability as well as the fact that different compilers on the same * platform might need different definitions. */ /** * XMLPUBFUN: * * Macros which declare an exportable function */ #define XMLPUBFUN /** * XMLPUBVAR: * * Macros which declare an exportable variable */ #define XMLPUBVAR extern /** * XMLCALL: * * Macros which declare the called convention for exported functions */ #define XMLCALL /** * XMLCDECL: * * Macro which declares the calling convention for exported functions that * use '...'. */ #define XMLCDECL /** DOC_DISABLE */ /* Windows platform with MS compiler */ #if defined(_WIN32) && defined(_MSC_VER) #undef XMLPUBFUN #undef XMLPUBVAR #undef XMLCALL #undef XMLCDECL #if defined(IN_LIBXML) && !defined(LIBXML_STATIC) #define XMLPUBFUN __declspec(dllexport) #define XMLPUBVAR __declspec(dllexport) #else #define XMLPUBFUN #if !defined(LIBXML_STATIC) #define XMLPUBVAR __declspec(dllimport) extern #else #define XMLPUBVAR extern #endif #endif #if defined(LIBXML_FASTCALL) #define XMLCALL __fastcall #else #define XMLCALL __cdecl #endif #define XMLCDECL __cdecl #if !defined _REENTRANT #define _REENTRANT #endif #endif /* Windows platform with Borland compiler */ #if defined(_WIN32) && defined(__BORLANDC__) #undef XMLPUBFUN #undef XMLPUBVAR #undef XMLCALL #undef XMLCDECL #if defined(IN_LIBXML) && !defined(LIBXML_STATIC) #define XMLPUBFUN __declspec(dllexport) #define XMLPUBVAR __declspec(dllexport) extern #else #define XMLPUBFUN #if !defined(LIBXML_STATIC) #define XMLPUBVAR __declspec(dllimport) extern #else #define XMLPUBVAR extern #endif #endif #define XMLCALL __cdecl #define XMLCDECL __cdecl #if !defined _REENTRANT #define _REENTRANT #endif #endif /* Windows platform with GNU compiler (Mingw) */ #if defined(_WIN32) && defined(__MINGW32__) #undef XMLPUBFUN #undef XMLPUBVAR #undef XMLCALL #undef XMLCDECL #if defined(IN_LIBXML) && !defined(LIBXML_STATIC) #define XMLPUBFUN __declspec(dllexport) #define XMLPUBVAR __declspec(dllexport) #else #define XMLPUBFUN #if !defined(LIBXML_STATIC) #define XMLPUBVAR __declspec(dllimport) extern #else #define XMLPUBVAR extern #endif #endif #define XMLCALL __cdecl #define XMLCDECL __cdecl #if !defined _REENTRANT #define _REENTRANT #endif #endif /* Cygwin platform, GNU compiler */ #if defined(_WIN32) && defined(__CYGWIN__) #undef XMLPUBFUN #undef XMLPUBVAR #undef XMLCALL #undef XMLCDECL #if defined(IN_LIBXML) && !defined(LIBXML_STATIC) #define XMLPUBFUN __declspec(dllexport) #define XMLPUBVAR __declspec(dllexport) #else #define XMLPUBFUN #if !defined(LIBXML_STATIC) #define XMLPUBVAR __declspec(dllimport) extern #else #define XMLPUBVAR #endif #endif #define XMLCALL __cdecl #define XMLCDECL __cdecl #endif /* Compatibility */ #if !defined(LIBXML_DLL_IMPORT) #define LIBXML_DLL_IMPORT XMLPUBVAR #endif #endif /* __XML_EXPORTS_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlmemory.h�������������������������������������������������0000644�0001750�0001750�00000013260�13032736614�017331� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: interface for the memory allocator * Description: provides interfaces for the memory allocator, * including debugging capabilities. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __DEBUG_MEMORY_ALLOC__ #define __DEBUG_MEMORY_ALLOC__ #include <stdio.h> #include <libxml/xmlversion.h> /** * DEBUG_MEMORY: * * DEBUG_MEMORY replaces the allocator with a collect and debug * shell to the libc allocator. * DEBUG_MEMORY should only be activated when debugging * libxml i.e. if libxml has been configured with --with-debug-mem too. */ /* #define DEBUG_MEMORY_FREED */ /* #define DEBUG_MEMORY_LOCATION */ #ifdef DEBUG #ifndef DEBUG_MEMORY #define DEBUG_MEMORY #endif #endif /** * DEBUG_MEMORY_LOCATION: * * DEBUG_MEMORY_LOCATION should be activated only when debugging * libxml i.e. if libxml has been configured with --with-debug-mem too. */ #ifdef DEBUG_MEMORY_LOCATION #endif #ifdef __cplusplus extern "C" { #endif /* * The XML memory wrapper support 4 basic overloadable functions. */ /** * xmlFreeFunc: * @mem: an already allocated block of memory * * Signature for a free() implementation. */ typedef void (XMLCALL *xmlFreeFunc)(void *mem); /** * xmlMallocFunc: * @size: the size requested in bytes * * Signature for a malloc() implementation. * * Returns a pointer to the newly allocated block or NULL in case of error. */ typedef void *(XMLCALL *xmlMallocFunc)(size_t size); /** * xmlReallocFunc: * @mem: an already allocated block of memory * @size: the new size requested in bytes * * Signature for a realloc() implementation. * * Returns a pointer to the newly reallocated block or NULL in case of error. */ typedef void *(XMLCALL *xmlReallocFunc)(void *mem, size_t size); /** * xmlStrdupFunc: * @str: a zero terminated string * * Signature for an strdup() implementation. * * Returns the copy of the string or NULL in case of error. */ typedef char *(XMLCALL *xmlStrdupFunc)(const char *str); /* * The 4 interfaces used for all memory handling within libxml. LIBXML_DLL_IMPORT extern xmlFreeFunc xmlFree; LIBXML_DLL_IMPORT extern xmlMallocFunc xmlMalloc; LIBXML_DLL_IMPORT extern xmlMallocFunc xmlMallocAtomic; LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc; LIBXML_DLL_IMPORT extern xmlStrdupFunc xmlMemStrdup; */ /* * The way to overload the existing functions. * The xmlGc function have an extra entry for atomic block * allocations useful for garbage collected memory allocators */ XMLPUBFUN int XMLCALL xmlMemSetup (xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc); XMLPUBFUN int XMLCALL xmlMemGet (xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc); XMLPUBFUN int XMLCALL xmlGcMemSetup (xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc); XMLPUBFUN int XMLCALL xmlGcMemGet (xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc); /* * Initialization of the memory layer. */ XMLPUBFUN int XMLCALL xmlInitMemory (void); /* * Cleanup of the memory layer. */ XMLPUBFUN void XMLCALL xmlCleanupMemory (void); /* * These are specific to the XML debug memory wrapper. */ XMLPUBFUN int XMLCALL xmlMemUsed (void); XMLPUBFUN int XMLCALL xmlMemBlocks (void); XMLPUBFUN void XMLCALL xmlMemDisplay (FILE *fp); XMLPUBFUN void XMLCALL xmlMemShow (FILE *fp, int nr); XMLPUBFUN void XMLCALL xmlMemoryDump (void); XMLPUBFUN void * XMLCALL xmlMemMalloc (size_t size); XMLPUBFUN void * XMLCALL xmlMemRealloc (void *ptr,size_t size); XMLPUBFUN void XMLCALL xmlMemFree (void *ptr); XMLPUBFUN char * XMLCALL xmlMemoryStrdup (const char *str); XMLPUBFUN void * XMLCALL xmlMallocLoc (size_t size, const char *file, int line); XMLPUBFUN void * XMLCALL xmlReallocLoc (void *ptr, size_t size, const char *file, int line); XMLPUBFUN void * XMLCALL xmlMallocAtomicLoc (size_t size, const char *file, int line); XMLPUBFUN char * XMLCALL xmlMemStrdupLoc (const char *str, const char *file, int line); #ifdef DEBUG_MEMORY_LOCATION /** * xmlMalloc: * @size: number of bytes to allocate * * Wrapper for the malloc() function used in the XML library. * * Returns the pointer to the allocated area or NULL in case of error. */ #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__) /** * xmlMallocAtomic: * @size: number of bytes to allocate * * Wrapper for the malloc() function used in the XML library for allocation * of block not containing pointers to other areas. * * Returns the pointer to the allocated area or NULL in case of error. */ #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) /** * xmlRealloc: * @ptr: pointer to the existing allocated area * @size: number of bytes to allocate * * Wrapper for the realloc() function used in the XML library. * * Returns the pointer to the allocated area or NULL in case of error. */ #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) /** * xmlMemStrdup: * @str: pointer to the existing string * * Wrapper for the strdup() function, xmlStrdup() is usually preferred. * * Returns the pointer to the allocated area or NULL in case of error. */ #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__) #endif /* DEBUG_MEMORY_LOCATION */ #ifdef __cplusplus } #endif /* __cplusplus */ #ifndef __XML_GLOBALS_H #ifndef __XML_THREADS_H__ #include <libxml/threads.h> #include <libxml/globals.h> #endif #endif #endif /* __DEBUG_MEMORY_ALLOC__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlmodule.h�������������������������������������������������0000644�0001750�0001750�00000002222�13032736614�017302� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: dynamic module loading * Description: basic API for dynamic module loading, used by * libexslt added in 2.6.17 * * Copy: See Copyright for the status of this software. * * Author: Joel W. Reed */ #ifndef __XML_MODULE_H__ #define __XML_MODULE_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_MODULES_ENABLED #ifdef __cplusplus extern "C" { #endif /** * xmlModulePtr: * * A handle to a dynamically loaded module */ typedef struct _xmlModule xmlModule; typedef xmlModule *xmlModulePtr; /** * xmlModuleOption: * * enumeration of options that can be passed down to xmlModuleOpen() */ typedef enum { XML_MODULE_LAZY = 1, /* lazy binding */ XML_MODULE_LOCAL= 2 /* local binding */ } xmlModuleOption; XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename, int options); XMLPUBFUN int XMLCALL xmlModuleSymbol (xmlModulePtr module, const char* name, void **result); XMLPUBFUN int XMLCALL xmlModuleClose (xmlModulePtr module); XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module); #ifdef __cplusplus } #endif #endif /* LIBXML_MODULES_ENABLED */ #endif /*__XML_MODULE_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlreader.h�������������������������������������������������0000644�0001750�0001750�00000027376�13032736614�017300� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: the XMLReader implementation * Description: API of the XML streaming API based on C# interfaces. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XMLREADER_H__ #define __XML_XMLREADER_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #include <libxml/xmlIO.h> #ifdef LIBXML_SCHEMAS_ENABLED #include <libxml/relaxng.h> #include <libxml/xmlschemas.h> #endif #ifdef LIBXML_READER_ENABLED #ifdef __cplusplus extern "C" { #endif /** * xmlTextReaderMode: * * Internal state values for the reader. */ typedef enum { XML_TEXTREADER_MODE_INITIAL = 0, XML_TEXTREADER_MODE_INTERACTIVE = 1, XML_TEXTREADER_MODE_ERROR = 2, XML_TEXTREADER_MODE_EOF =3, XML_TEXTREADER_MODE_CLOSED = 4, XML_TEXTREADER_MODE_READING = 5 } xmlTextReaderMode; /** * xmlParserProperties: * * Some common options to use with xmlTextReaderSetParserProp, but it * is better to use xmlParserOption and the xmlReaderNewxxx and * xmlReaderForxxx APIs now. */ typedef enum { XML_PARSER_LOADDTD = 1, XML_PARSER_DEFAULTATTRS = 2, XML_PARSER_VALIDATE = 3, XML_PARSER_SUBST_ENTITIES = 4 } xmlParserProperties; /** * xmlParserSeverities: * * How severe an error callback is when the per-reader error callback API * is used. */ typedef enum { XML_PARSER_SEVERITY_VALIDITY_WARNING = 1, XML_PARSER_SEVERITY_VALIDITY_ERROR = 2, XML_PARSER_SEVERITY_WARNING = 3, XML_PARSER_SEVERITY_ERROR = 4 } xmlParserSeverities; /** * xmlReaderTypes: * * Predefined constants for the different types of nodes. */ typedef enum { XML_READER_TYPE_NONE = 0, XML_READER_TYPE_ELEMENT = 1, XML_READER_TYPE_ATTRIBUTE = 2, XML_READER_TYPE_TEXT = 3, XML_READER_TYPE_CDATA = 4, XML_READER_TYPE_ENTITY_REFERENCE = 5, XML_READER_TYPE_ENTITY = 6, XML_READER_TYPE_PROCESSING_INSTRUCTION = 7, XML_READER_TYPE_COMMENT = 8, XML_READER_TYPE_DOCUMENT = 9, XML_READER_TYPE_DOCUMENT_TYPE = 10, XML_READER_TYPE_DOCUMENT_FRAGMENT = 11, XML_READER_TYPE_NOTATION = 12, XML_READER_TYPE_WHITESPACE = 13, XML_READER_TYPE_SIGNIFICANT_WHITESPACE = 14, XML_READER_TYPE_END_ELEMENT = 15, XML_READER_TYPE_END_ENTITY = 16, XML_READER_TYPE_XML_DECLARATION = 17 } xmlReaderTypes; /** * xmlTextReader: * * Structure for an xmlReader context. */ typedef struct _xmlTextReader xmlTextReader; /** * xmlTextReaderPtr: * * Pointer to an xmlReader context. */ typedef xmlTextReader *xmlTextReaderPtr; /* * Constructors & Destructor */ XMLPUBFUN xmlTextReaderPtr XMLCALL xmlNewTextReader (xmlParserInputBufferPtr input, const char *URI); XMLPUBFUN xmlTextReaderPtr XMLCALL xmlNewTextReaderFilename(const char *URI); XMLPUBFUN void XMLCALL xmlFreeTextReader (xmlTextReaderPtr reader); /* * Iterators */ XMLPUBFUN int XMLCALL xmlTextReaderRead (xmlTextReaderPtr reader); #ifdef LIBXML_WRITER_ENABLED XMLPUBFUN xmlChar * XMLCALL xmlTextReaderReadInnerXml (xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderReadOuterXml (xmlTextReaderPtr reader); #endif XMLPUBFUN xmlChar * XMLCALL xmlTextReaderReadString (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderReadAttributeValue (xmlTextReaderPtr reader); /* * Attributes of the node */ XMLPUBFUN int XMLCALL xmlTextReaderAttributeCount(xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderDepth (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderHasAttributes(xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderHasValue(xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderIsDefault (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderIsEmptyElement(xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderNodeType (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderQuoteChar (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderReadState (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderIsNamespaceDecl(xmlTextReaderPtr reader); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstBaseUri (xmlTextReaderPtr reader); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstLocalName (xmlTextReaderPtr reader); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstName (xmlTextReaderPtr reader); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstNamespaceUri(xmlTextReaderPtr reader); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstPrefix (xmlTextReaderPtr reader); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstXmlLang (xmlTextReaderPtr reader); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstString (xmlTextReaderPtr reader, const xmlChar *str); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstValue (xmlTextReaderPtr reader); /* * use the Const version of the routine for * better performance and simpler code */ XMLPUBFUN xmlChar * XMLCALL xmlTextReaderBaseUri (xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderLocalName (xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderName (xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderNamespaceUri(xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderPrefix (xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderXmlLang (xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderValue (xmlTextReaderPtr reader); /* * Methods of the XmlTextReader */ XMLPUBFUN int XMLCALL xmlTextReaderClose (xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderGetAttributeNo (xmlTextReaderPtr reader, int no); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderGetAttribute (xmlTextReaderPtr reader, const xmlChar *name); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderGetAttributeNs (xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI); XMLPUBFUN xmlParserInputBufferPtr XMLCALL xmlTextReaderGetRemainder (xmlTextReaderPtr reader); XMLPUBFUN xmlChar * XMLCALL xmlTextReaderLookupNamespace(xmlTextReaderPtr reader, const xmlChar *prefix); XMLPUBFUN int XMLCALL xmlTextReaderMoveToAttributeNo(xmlTextReaderPtr reader, int no); XMLPUBFUN int XMLCALL xmlTextReaderMoveToAttribute(xmlTextReaderPtr reader, const xmlChar *name); XMLPUBFUN int XMLCALL xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI); XMLPUBFUN int XMLCALL xmlTextReaderMoveToFirstAttribute(xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderMoveToNextAttribute(xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderMoveToElement (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderNormalization (xmlTextReaderPtr reader); XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstEncoding (xmlTextReaderPtr reader); /* * Extensions */ XMLPUBFUN int XMLCALL xmlTextReaderSetParserProp (xmlTextReaderPtr reader, int prop, int value); XMLPUBFUN int XMLCALL xmlTextReaderGetParserProp (xmlTextReaderPtr reader, int prop); XMLPUBFUN xmlNodePtr XMLCALL xmlTextReaderCurrentNode (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderGetParserLineNumber(xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderGetParserColumnNumber(xmlTextReaderPtr reader); XMLPUBFUN xmlNodePtr XMLCALL xmlTextReaderPreserve (xmlTextReaderPtr reader); #ifdef LIBXML_PATTERN_ENABLED XMLPUBFUN int XMLCALL xmlTextReaderPreservePattern(xmlTextReaderPtr reader, const xmlChar *pattern, const xmlChar **namespaces); #endif /* LIBXML_PATTERN_ENABLED */ XMLPUBFUN xmlDocPtr XMLCALL xmlTextReaderCurrentDoc (xmlTextReaderPtr reader); XMLPUBFUN xmlNodePtr XMLCALL xmlTextReaderExpand (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderNext (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderNextSibling (xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderIsValid (xmlTextReaderPtr reader); #ifdef LIBXML_SCHEMAS_ENABLED XMLPUBFUN int XMLCALL xmlTextReaderRelaxNGValidate(xmlTextReaderPtr reader, const char *rng); XMLPUBFUN int XMLCALL xmlTextReaderRelaxNGSetSchema(xmlTextReaderPtr reader, xmlRelaxNGPtr schema); XMLPUBFUN int XMLCALL xmlTextReaderSchemaValidate (xmlTextReaderPtr reader, const char *xsd); XMLPUBFUN int XMLCALL xmlTextReaderSchemaValidateCtxt(xmlTextReaderPtr reader, xmlSchemaValidCtxtPtr ctxt, int options); XMLPUBFUN int XMLCALL xmlTextReaderSetSchema (xmlTextReaderPtr reader, xmlSchemaPtr schema); #endif XMLPUBFUN const xmlChar * XMLCALL xmlTextReaderConstXmlVersion(xmlTextReaderPtr reader); XMLPUBFUN int XMLCALL xmlTextReaderStandalone (xmlTextReaderPtr reader); /* * Index lookup */ XMLPUBFUN long XMLCALL xmlTextReaderByteConsumed (xmlTextReaderPtr reader); /* * New more complete APIs for simpler creation and reuse of readers */ XMLPUBFUN xmlTextReaderPtr XMLCALL xmlReaderWalker (xmlDocPtr doc); XMLPUBFUN xmlTextReaderPtr XMLCALL xmlReaderForDoc (const xmlChar * cur, const char *URL, const char *encoding, int options); XMLPUBFUN xmlTextReaderPtr XMLCALL xmlReaderForFile (const char *filename, const char *encoding, int options); XMLPUBFUN xmlTextReaderPtr XMLCALL xmlReaderForMemory (const char *buffer, int size, const char *URL, const char *encoding, int options); XMLPUBFUN xmlTextReaderPtr XMLCALL xmlReaderForFd (int fd, const char *URL, const char *encoding, int options); XMLPUBFUN xmlTextReaderPtr XMLCALL xmlReaderForIO (xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options); XMLPUBFUN int XMLCALL xmlReaderNewWalker (xmlTextReaderPtr reader, xmlDocPtr doc); XMLPUBFUN int XMLCALL xmlReaderNewDoc (xmlTextReaderPtr reader, const xmlChar * cur, const char *URL, const char *encoding, int options); XMLPUBFUN int XMLCALL xmlReaderNewFile (xmlTextReaderPtr reader, const char *filename, const char *encoding, int options); XMLPUBFUN int XMLCALL xmlReaderNewMemory (xmlTextReaderPtr reader, const char *buffer, int size, const char *URL, const char *encoding, int options); XMLPUBFUN int XMLCALL xmlReaderNewFd (xmlTextReaderPtr reader, int fd, const char *URL, const char *encoding, int options); XMLPUBFUN int XMLCALL xmlReaderNewIO (xmlTextReaderPtr reader, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options); /* * Error handling extensions */ typedef void * xmlTextReaderLocatorPtr; typedef void (XMLCALL *xmlTextReaderErrorFunc)(void *arg, const char *msg, xmlParserSeverities severity, xmlTextReaderLocatorPtr locator); XMLPUBFUN int XMLCALL xmlTextReaderLocatorLineNumber(xmlTextReaderLocatorPtr locator); /*int xmlTextReaderLocatorLinePosition(xmlTextReaderLocatorPtr locator);*/ XMLPUBFUN xmlChar * XMLCALL xmlTextReaderLocatorBaseURI (xmlTextReaderLocatorPtr locator); XMLPUBFUN void XMLCALL xmlTextReaderSetErrorHandler(xmlTextReaderPtr reader, xmlTextReaderErrorFunc f, void *arg); XMLPUBFUN void XMLCALL xmlTextReaderSetStructuredErrorHandler(xmlTextReaderPtr reader, xmlStructuredErrorFunc f, void *arg); XMLPUBFUN void XMLCALL xmlTextReaderGetErrorHandler(xmlTextReaderPtr reader, xmlTextReaderErrorFunc *f, void **arg); #ifdef __cplusplus } #endif #endif /* LIBXML_READER_ENABLED */ #endif /* __XML_XMLREADER_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlregexp.h�������������������������������������������������0000644�0001750�0001750�00000012216�13032736614�017313� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: regular expressions handling * Description: basic API for libxml regular expressions handling used * for XML Schemas and validation. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_REGEXP_H__ #define __XML_REGEXP_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_REGEXP_ENABLED #ifdef __cplusplus extern "C" { #endif /** * xmlRegexpPtr: * * A libxml regular expression, they can actually be far more complex * thank the POSIX regex expressions. */ typedef struct _xmlRegexp xmlRegexp; typedef xmlRegexp *xmlRegexpPtr; /** * xmlRegExecCtxtPtr: * * A libxml progressive regular expression evaluation context */ typedef struct _xmlRegExecCtxt xmlRegExecCtxt; typedef xmlRegExecCtxt *xmlRegExecCtxtPtr; #ifdef __cplusplus } #endif #include <libxml/tree.h> #include <libxml/dict.h> #ifdef __cplusplus extern "C" { #endif /* * The POSIX like API */ XMLPUBFUN xmlRegexpPtr XMLCALL xmlRegexpCompile (const xmlChar *regexp); XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp); XMLPUBFUN int XMLCALL xmlRegexpExec (xmlRegexpPtr comp, const xmlChar *value); XMLPUBFUN void XMLCALL xmlRegexpPrint (FILE *output, xmlRegexpPtr regexp); XMLPUBFUN int XMLCALL xmlRegexpIsDeterminist(xmlRegexpPtr comp); /* * Callback function when doing a transition in the automata */ typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec, const xmlChar *token, void *transdata, void *inputdata); /* * The progressive API */ XMLPUBFUN xmlRegExecCtxtPtr XMLCALL xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data); XMLPUBFUN void XMLCALL xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec); XMLPUBFUN int XMLCALL xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, void *data); XMLPUBFUN int XMLCALL xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value, const xmlChar *value2, void *data); XMLPUBFUN int XMLCALL xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal); XMLPUBFUN int XMLCALL xmlRegExecErrInfo (xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal); #ifdef LIBXML_EXPR_ENABLED /* * Formal regular expression handling * Its goal is to do some formal work on content models */ /* expressions are used within a context */ typedef struct _xmlExpCtxt xmlExpCtxt; typedef xmlExpCtxt *xmlExpCtxtPtr; XMLPUBFUN void XMLCALL xmlExpFreeCtxt (xmlExpCtxtPtr ctxt); XMLPUBFUN xmlExpCtxtPtr XMLCALL xmlExpNewCtxt (int maxNodes, xmlDictPtr dict); XMLPUBFUN int XMLCALL xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt); /* Expressions are trees but the tree is opaque */ typedef struct _xmlExpNode xmlExpNode; typedef xmlExpNode *xmlExpNodePtr; typedef enum { XML_EXP_EMPTY = 0, XML_EXP_FORBID = 1, XML_EXP_ATOM = 2, XML_EXP_SEQ = 3, XML_EXP_OR = 4, XML_EXP_COUNT = 5 } xmlExpNodeType; /* * 2 core expressions shared by all for the empty language set * and for the set with just the empty token */ XMLPUBVAR xmlExpNodePtr forbiddenExp; XMLPUBVAR xmlExpNodePtr emptyExp; /* * Expressions are reference counted internally */ XMLPUBFUN void XMLCALL xmlExpFree (xmlExpCtxtPtr ctxt, xmlExpNodePtr expr); XMLPUBFUN void XMLCALL xmlExpRef (xmlExpNodePtr expr); /* * constructors can be either manual or from a string */ XMLPUBFUN xmlExpNodePtr XMLCALL xmlExpParse (xmlExpCtxtPtr ctxt, const char *expr); XMLPUBFUN xmlExpNodePtr XMLCALL xmlExpNewAtom (xmlExpCtxtPtr ctxt, const xmlChar *name, int len); XMLPUBFUN xmlExpNodePtr XMLCALL xmlExpNewOr (xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right); XMLPUBFUN xmlExpNodePtr XMLCALL xmlExpNewSeq (xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right); XMLPUBFUN xmlExpNodePtr XMLCALL xmlExpNewRange (xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max); /* * The really interesting APIs */ XMLPUBFUN int XMLCALL xmlExpIsNillable(xmlExpNodePtr expr); XMLPUBFUN int XMLCALL xmlExpMaxToken (xmlExpNodePtr expr); XMLPUBFUN int XMLCALL xmlExpGetLanguage(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const xmlChar**langList, int len); XMLPUBFUN int XMLCALL xmlExpGetStart (xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const xmlChar**tokList, int len); XMLPUBFUN xmlExpNodePtr XMLCALL xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const xmlChar *str, int len); XMLPUBFUN xmlExpNodePtr XMLCALL xmlExpExpDerive (xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, xmlExpNodePtr sub); XMLPUBFUN int XMLCALL xmlExpSubsume (xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, xmlExpNodePtr sub); XMLPUBFUN void XMLCALL xmlExpDump (xmlBufferPtr buf, xmlExpNodePtr expr); #endif /* LIBXML_EXPR_ENABLED */ #ifdef __cplusplus } #endif #endif /* LIBXML_REGEXP_ENABLED */ #endif /*__XML_REGEXP_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlsave.h���������������������������������������������������0000644�0001750�0001750�00000004001�13032736614�016750� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: the XML document serializer * Description: API to save document or subtree of document * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XMLSAVE_H__ #define __XML_XMLSAVE_H__ #include <libxml/xmlversion.h> #include <libxml/tree.h> #include <libxml/encoding.h> #include <libxml/xmlIO.h> #ifdef LIBXML_OUTPUT_ENABLED #ifdef __cplusplus extern "C" { #endif /** * xmlSaveOption: * * This is the set of XML save options that can be passed down * to the xmlSaveToFd() and similar calls. */ typedef enum { XML_SAVE_FORMAT = 1<<0, /* format save output */ XML_SAVE_NO_DECL = 1<<1, /* drop the xml declaration */ XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ XML_SAVE_NO_XHTML = 1<<3 /* disable XHTML1 specific rules */ } xmlSaveOption; typedef struct _xmlSaveCtxt xmlSaveCtxt; typedef xmlSaveCtxt *xmlSaveCtxtPtr; XMLPUBFUN xmlSaveCtxtPtr XMLCALL xmlSaveToFd (int fd, const char *encoding, int options); XMLPUBFUN xmlSaveCtxtPtr XMLCALL xmlSaveToFilename (const char *filename, const char *encoding, int options); XMLPUBFUN xmlSaveCtxtPtr XMLCALL xmlSaveToBuffer (xmlBufferPtr buffer, const char *encoding, int options); XMLPUBFUN xmlSaveCtxtPtr XMLCALL xmlSaveToIO (xmlOutputWriteCallback iowrite, xmlOutputCloseCallback ioclose, void *ioctx, const char *encoding, int options); XMLPUBFUN long XMLCALL xmlSaveDoc (xmlSaveCtxtPtr ctxt, xmlDocPtr doc); XMLPUBFUN long XMLCALL xmlSaveTree (xmlSaveCtxtPtr ctxt, xmlNodePtr node); XMLPUBFUN int XMLCALL xmlSaveFlush (xmlSaveCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlSaveClose (xmlSaveCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlSaveSetEscape (xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape); XMLPUBFUN int XMLCALL xmlSaveSetAttrEscape (xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape); #ifdef __cplusplus } #endif #endif /* LIBXML_OUTPUT_ENABLED */ #endif /* __XML_XMLSAVE_H__ */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlschemas.h������������������������������������������������0000644�0001750�0001750�00000013076�13032736614�017451� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: incomplete XML Schemas structure implementation * Description: interface to the XML Schemas handling and schema validity * checking, it is incomplete right now. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_SCHEMA_H__ #define __XML_SCHEMA_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_SCHEMAS_ENABLED #include <libxml/tree.h> #ifdef __cplusplus extern "C" { #endif /** * This error codes are obsolete; not used any more. */ typedef enum { XML_SCHEMAS_ERR_OK = 0, XML_SCHEMAS_ERR_NOROOT = 1, XML_SCHEMAS_ERR_UNDECLAREDELEM, XML_SCHEMAS_ERR_NOTTOPLEVEL, XML_SCHEMAS_ERR_MISSING, XML_SCHEMAS_ERR_WRONGELEM, XML_SCHEMAS_ERR_NOTYPE, XML_SCHEMAS_ERR_NOROLLBACK, XML_SCHEMAS_ERR_ISABSTRACT, XML_SCHEMAS_ERR_NOTEMPTY, XML_SCHEMAS_ERR_ELEMCONT, XML_SCHEMAS_ERR_HAVEDEFAULT, XML_SCHEMAS_ERR_NOTNILLABLE, XML_SCHEMAS_ERR_EXTRACONTENT, XML_SCHEMAS_ERR_INVALIDATTR, XML_SCHEMAS_ERR_INVALIDELEM, XML_SCHEMAS_ERR_NOTDETERMINIST, XML_SCHEMAS_ERR_CONSTRUCT, XML_SCHEMAS_ERR_INTERNAL, XML_SCHEMAS_ERR_NOTSIMPLE, XML_SCHEMAS_ERR_ATTRUNKNOWN, XML_SCHEMAS_ERR_ATTRINVALID, XML_SCHEMAS_ERR_VALUE, XML_SCHEMAS_ERR_FACET, XML_SCHEMAS_ERR_, XML_SCHEMAS_ERR_XXX } xmlSchemaValidError; /* * ATTENTION: Change xmlSchemaSetValidOptions's check * for invalid values, if adding to the validation * options below. */ /** * xmlSchemaValidOption: * * This is the set of XML Schema validation options. */ typedef enum { XML_SCHEMA_VAL_VC_I_CREATE = 1<<0 /* Default/fixed: create an attribute node * or an element's text node on the instance. */ } xmlSchemaValidOption; /* XML_SCHEMA_VAL_XSI_ASSEMBLE = 1<<1, * assemble schemata using * xsi:schemaLocation and * xsi:noNamespaceSchemaLocation */ /** * The schemas related types are kept internal */ typedef struct _xmlSchema xmlSchema; typedef xmlSchema *xmlSchemaPtr; /** * A schemas validation context */ typedef void (XMLCDECL *xmlSchemaValidityErrorFunc) (void *ctx, const char *msg, ...); typedef void (XMLCDECL *xmlSchemaValidityWarningFunc) (void *ctx, const char *msg, ...); typedef struct _xmlSchemaParserCtxt xmlSchemaParserCtxt; typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr; typedef struct _xmlSchemaValidCtxt xmlSchemaValidCtxt; typedef xmlSchemaValidCtxt *xmlSchemaValidCtxtPtr; /* * Interfaces for parsing. */ XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL xmlSchemaNewParserCtxt (const char *URL); XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL xmlSchemaNewMemParserCtxt (const char *buffer, int size); XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL xmlSchemaNewDocParserCtxt (xmlDocPtr doc); XMLPUBFUN void XMLCALL xmlSchemaFreeParserCtxt (xmlSchemaParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlSchemaSetParserErrors (xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx); XMLPUBFUN void XMLCALL xmlSchemaSetParserStructuredErrors(xmlSchemaParserCtxtPtr ctxt, xmlStructuredErrorFunc serror, void *ctx); XMLPUBFUN int XMLCALL xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt, xmlSchemaValidityErrorFunc * err, xmlSchemaValidityWarningFunc * warn, void **ctx); XMLPUBFUN int XMLCALL xmlSchemaIsValid (xmlSchemaValidCtxtPtr ctxt); XMLPUBFUN xmlSchemaPtr XMLCALL xmlSchemaParse (xmlSchemaParserCtxtPtr ctxt); XMLPUBFUN void XMLCALL xmlSchemaFree (xmlSchemaPtr schema); #ifdef LIBXML_OUTPUT_ENABLED XMLPUBFUN void XMLCALL xmlSchemaDump (FILE *output, xmlSchemaPtr schema); #endif /* LIBXML_OUTPUT_ENABLED */ /* * Interfaces for validating */ XMLPUBFUN void XMLCALL xmlSchemaSetValidErrors (xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc err, xmlSchemaValidityWarningFunc warn, void *ctx); XMLPUBFUN void XMLCALL xmlSchemaSetValidStructuredErrors(xmlSchemaValidCtxtPtr ctxt, xmlStructuredErrorFunc serror, void *ctx); XMLPUBFUN int XMLCALL xmlSchemaGetValidErrors (xmlSchemaValidCtxtPtr ctxt, xmlSchemaValidityErrorFunc *err, xmlSchemaValidityWarningFunc *warn, void **ctx); XMLPUBFUN int XMLCALL xmlSchemaSetValidOptions (xmlSchemaValidCtxtPtr ctxt, int options); XMLPUBFUN int XMLCALL xmlSchemaValidCtxtGetOptions(xmlSchemaValidCtxtPtr ctxt); XMLPUBFUN xmlSchemaValidCtxtPtr XMLCALL xmlSchemaNewValidCtxt (xmlSchemaPtr schema); XMLPUBFUN void XMLCALL xmlSchemaFreeValidCtxt (xmlSchemaValidCtxtPtr ctxt); XMLPUBFUN int XMLCALL xmlSchemaValidateDoc (xmlSchemaValidCtxtPtr ctxt, xmlDocPtr instance); XMLPUBFUN int XMLCALL xmlSchemaValidateOneElement (xmlSchemaValidCtxtPtr ctxt, xmlNodePtr elem); XMLPUBFUN int XMLCALL xmlSchemaValidateStream (xmlSchemaValidCtxtPtr ctxt, xmlParserInputBufferPtr input, xmlCharEncoding enc, xmlSAXHandlerPtr sax, void *user_data); XMLPUBFUN int XMLCALL xmlSchemaValidateFile (xmlSchemaValidCtxtPtr ctxt, const char * filename, int options); /* * Interface to insert Schemas SAX velidation in a SAX stream */ typedef struct _xmlSchemaSAXPlug xmlSchemaSAXPlugStruct; typedef xmlSchemaSAXPlugStruct *xmlSchemaSAXPlugPtr; XMLPUBFUN xmlSchemaSAXPlugPtr XMLCALL xmlSchemaSAXPlug (xmlSchemaValidCtxtPtr ctxt, xmlSAXHandlerPtr *sax, void **user_data); XMLPUBFUN int XMLCALL xmlSchemaSAXUnplug (xmlSchemaSAXPlugPtr plug); #ifdef __cplusplus } #endif #endif /* LIBXML_SCHEMAS_ENABLED */ #endif /* __XML_SCHEMA_H__ */ ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlschemastypes.h�������������������������������������������0000644�0001750�0001750�00000010626�13032736614�020534� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: implementation of XML Schema Datatypes * Description: module providing the XML Schema Datatypes implementation * both definition and validity checking * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_SCHEMA_TYPES_H__ #define __XML_SCHEMA_TYPES_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_SCHEMAS_ENABLED #include <libxml/schemasInternals.h> #include <libxml/xmlschemas.h> #ifdef __cplusplus extern "C" { #endif typedef enum { XML_SCHEMA_WHITESPACE_UNKNOWN = 0, XML_SCHEMA_WHITESPACE_PRESERVE = 1, XML_SCHEMA_WHITESPACE_REPLACE = 2, XML_SCHEMA_WHITESPACE_COLLAPSE = 3 } xmlSchemaWhitespaceValueType; XMLPUBFUN void XMLCALL xmlSchemaInitTypes(void); XMLPUBFUN void XMLCALL xmlSchemaCleanupTypes(void); XMLPUBFUN xmlSchemaTypePtr XMLCALL xmlSchemaGetPredefinedType (const xmlChar *name, const xmlChar *ns); XMLPUBFUN int XMLCALL xmlSchemaValidatePredefinedType(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val); XMLPUBFUN int XMLCALL xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *val, xmlNodePtr node); XMLPUBFUN int XMLCALL xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val); XMLPUBFUN int XMLCALL xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws); XMLPUBFUN void XMLCALL xmlSchemaFreeValue(xmlSchemaValPtr val); XMLPUBFUN xmlSchemaFacetPtr XMLCALL xmlSchemaNewFacet(void); XMLPUBFUN int XMLCALL xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr ctxt, const xmlChar *name); XMLPUBFUN void XMLCALL xmlSchemaFreeFacet(xmlSchemaFacetPtr facet); XMLPUBFUN int XMLCALL xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y); XMLPUBFUN xmlSchemaTypePtr XMLCALL xmlSchemaGetBuiltInListSimpleTypeItemType (xmlSchemaTypePtr type); XMLPUBFUN int XMLCALL xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen); XMLPUBFUN xmlSchemaTypePtr XMLCALL xmlSchemaGetBuiltInType(xmlSchemaValType type); XMLPUBFUN int XMLCALL xmlSchemaIsBuiltInTypeFacet(xmlSchemaTypePtr type,int facetType); XMLPUBFUN xmlChar * XMLCALL xmlSchemaCollapseString(const xmlChar *value); XMLPUBFUN xmlChar * XMLCALL xmlSchemaWhiteSpaceReplace(const xmlChar *value); XMLPUBFUN unsigned long XMLCALL xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet); XMLPUBFUN int XMLCALL xmlSchemaValidateLengthFacet(xmlSchemaTypePtr type,xmlSchemaFacetPtr facet,const xmlChar *value, xmlSchemaValPtr val, unsigned long *length); XMLPUBFUN int XMLCALL xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val,unsigned long *length, xmlSchemaWhitespaceValueType ws); XMLPUBFUN int XMLCALL xmlSchemaValPredefTypeNodeNoNorm(xmlSchemaTypePtr type, const xmlChar *value,xmlSchemaValPtr *val, xmlNodePtr node); XMLPUBFUN int XMLCALL xmlSchemaGetCanonValue (xmlSchemaValPtr val, const xmlChar **retValue); XMLPUBFUN int XMLCALL xmlSchemaGetCanonValueWhtsp(xmlSchemaValPtr val,const xmlChar **retValue,xmlSchemaWhitespaceValueType ws); XMLPUBFUN int XMLCALL xmlSchemaValueAppend (xmlSchemaValPtr prev, xmlSchemaValPtr cur); XMLPUBFUN xmlSchemaValPtr XMLCALL xmlSchemaValueGetNext (xmlSchemaValPtr cur); XMLPUBFUN const xmlChar * XMLCALL xmlSchemaValueGetAsString (xmlSchemaValPtr val); XMLPUBFUN int XMLCALL xmlSchemaValueGetAsBoolean (xmlSchemaValPtr val); XMLPUBFUN xmlSchemaValPtr XMLCALL xmlSchemaNewStringValue (xmlSchemaValType type, const xmlChar *value); XMLPUBFUN xmlSchemaValPtr XMLCALL xmlSchemaNewNOTATIONValue (const xmlChar *name, const xmlChar *ns); XMLPUBFUN xmlSchemaValPtr XMLCALL xmlSchemaNewQNameValue (const xmlChar *namespaceName, const xmlChar *localName); XMLPUBFUN int XMLCALL xmlSchemaCompareValuesWhtsp (xmlSchemaValPtr x, xmlSchemaWhitespaceValueType xws, xmlSchemaValPtr y, xmlSchemaWhitespaceValueType yws); XMLPUBFUN xmlSchemaValPtr XMLCALL xmlSchemaCopyValue (xmlSchemaValPtr val); XMLPUBFUN xmlSchemaValType XMLCALL xmlSchemaGetValType (xmlSchemaValPtr val); #ifdef __cplusplus } #endif #endif /* LIBXML_SCHEMAS_ENABLED */ #endif /* __XML_SCHEMA_TYPES_H__ */ ����������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlstring.h�������������������������������������������������0000644�0001750�0001750�00000012235�13032736614�017330� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: set of routines to process strings * Description: type and interfaces needed for the internal string handling * of the library, especially UTF8 processing. * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_STRING_H__ #define __XML_STRING_H__ #include <stdarg.h> #include <libxml/xmlversion.h> #ifdef __cplusplus extern "C" { #endif /** * xmlChar: * * This is a basic byte in an UTF-8 encoded string. * It's unsigned allowing to pinpoint case where char * are assigned * to xmlChar * (possibly making serialization back impossible). */ typedef unsigned char xmlChar; /** * BAD_CAST: * * Macro to cast a string to an xmlChar * when one know its safe. */ #define BAD_CAST (xmlChar *) /* * xmlChar handling */ XMLPUBFUN xmlChar * XMLCALL xmlStrdup (const xmlChar *cur); XMLPUBFUN xmlChar * XMLCALL xmlStrndup (const xmlChar *cur, int len); XMLPUBFUN xmlChar * XMLCALL xmlCharStrndup (const char *cur, int len); XMLPUBFUN xmlChar * XMLCALL xmlCharStrdup (const char *cur); XMLPUBFUN xmlChar * XMLCALL xmlStrsub (const xmlChar *str, int start, int len); XMLPUBFUN const xmlChar * XMLCALL xmlStrchr (const xmlChar *str, xmlChar val); XMLPUBFUN const xmlChar * XMLCALL xmlStrstr (const xmlChar *str, const xmlChar *val); XMLPUBFUN const xmlChar * XMLCALL xmlStrcasestr (const xmlChar *str, xmlChar *val); XMLPUBFUN int XMLCALL xmlStrcmp (const xmlChar *str1, const xmlChar *str2); XMLPUBFUN int XMLCALL xmlStrncmp (const xmlChar *str1, const xmlChar *str2, int len); XMLPUBFUN int XMLCALL xmlStrcasecmp (const xmlChar *str1, const xmlChar *str2); XMLPUBFUN int XMLCALL xmlStrncasecmp (const xmlChar *str1, const xmlChar *str2, int len); XMLPUBFUN int XMLCALL xmlStrEqual (const xmlChar *str1, const xmlChar *str2); XMLPUBFUN int XMLCALL xmlStrQEqual (const xmlChar *pref, const xmlChar *name, const xmlChar *str); XMLPUBFUN int XMLCALL xmlStrlen (const xmlChar *str); XMLPUBFUN xmlChar * XMLCALL xmlStrcat (xmlChar *cur, const xmlChar *add); XMLPUBFUN xmlChar * XMLCALL xmlStrncat (xmlChar *cur, const xmlChar *add, int len); XMLPUBFUN xmlChar * XMLCALL xmlStrncatNew (const xmlChar *str1, const xmlChar *str2, int len); XMLPUBFUN int XMLCALL xmlStrPrintf (xmlChar *buf, int len, const xmlChar *msg, ...); XMLPUBFUN int XMLCALL xmlStrVPrintf (xmlChar *buf, int len, const xmlChar *msg, va_list ap); XMLPUBFUN int XMLCALL xmlGetUTF8Char (const unsigned char *utf, int *len); XMLPUBFUN int XMLCALL xmlCheckUTF8 (const unsigned char *utf); XMLPUBFUN int XMLCALL xmlUTF8Strsize (const xmlChar *utf, int len); XMLPUBFUN xmlChar * XMLCALL xmlUTF8Strndup (const xmlChar *utf, int len); XMLPUBFUN const xmlChar * XMLCALL xmlUTF8Strpos(const xmlChar *utf, int pos); XMLPUBFUN int XMLCALL xmlUTF8Strloc (const xmlChar *utf, const xmlChar *utfchar); XMLPUBFUN xmlChar * XMLCALL xmlUTF8Strsub(const xmlChar *utf, int start, int len); XMLPUBFUN int XMLCALL xmlUTF8Strlen (const xmlChar *utf); XMLPUBFUN int XMLCALL xmlUTF8Size (const xmlChar *utf); XMLPUBFUN int XMLCALL xmlUTF8Charcmp (const xmlChar *utf1, const xmlChar *utf2); #ifdef __cplusplus } #endif #endif /* __XML_STRING_H__ */ �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlunicode.h������������������������������������������������0000644�0001750�0001750�00000023422�13032736614�017450� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: Unicode character APIs * Description: API for the Unicode character APIs * * This file is automatically generated from the * UCS description files of the Unicode Character Database * http://www.unicode.org/Public/4.0-Update1/UCD-4.0.1d5b.html * using the genUnicode.py Python script. * * Generation date: Mon Nov 10 22:35:10 2003 * Sources: Blocks-4.0.1d1b.txt UnicodeData-4.0.1d1b.txt * Author: Daniel Veillard */ #ifndef __XML_UNICODE_H__ #define __XML_UNICODE_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_UNICODE_ENABLED #ifdef __cplusplus extern "C" { #endif XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code); XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code); XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code); XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code); XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code); XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code); XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code); XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code); XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code); XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code); XMLPUBFUN int XMLCALL xmlUCSIsBopomofo (int code); XMLPUBFUN int XMLCALL xmlUCSIsBopomofoExtended (int code); XMLPUBFUN int XMLCALL xmlUCSIsBoxDrawing (int code); XMLPUBFUN int XMLCALL xmlUCSIsBraillePatterns (int code); XMLPUBFUN int XMLCALL xmlUCSIsBuhid (int code); XMLPUBFUN int XMLCALL xmlUCSIsByzantineMusicalSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibility (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibilityForms (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibilityIdeographs (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibilityIdeographsSupplement (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKRadicalsSupplement (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKSymbolsandPunctuation (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKUnifiedIdeographs (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKUnifiedIdeographsExtensionA (int code); XMLPUBFUN int XMLCALL xmlUCSIsCJKUnifiedIdeographsExtensionB (int code); XMLPUBFUN int XMLCALL xmlUCSIsCherokee (int code); XMLPUBFUN int XMLCALL xmlUCSIsCombiningDiacriticalMarks (int code); XMLPUBFUN int XMLCALL xmlUCSIsCombiningDiacriticalMarksforSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsCombiningHalfMarks (int code); XMLPUBFUN int XMLCALL xmlUCSIsCombiningMarksforSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsControlPictures (int code); XMLPUBFUN int XMLCALL xmlUCSIsCurrencySymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsCypriotSyllabary (int code); XMLPUBFUN int XMLCALL xmlUCSIsCyrillic (int code); XMLPUBFUN int XMLCALL xmlUCSIsCyrillicSupplement (int code); XMLPUBFUN int XMLCALL xmlUCSIsDeseret (int code); XMLPUBFUN int XMLCALL xmlUCSIsDevanagari (int code); XMLPUBFUN int XMLCALL xmlUCSIsDingbats (int code); XMLPUBFUN int XMLCALL xmlUCSIsEnclosedAlphanumerics (int code); XMLPUBFUN int XMLCALL xmlUCSIsEnclosedCJKLettersandMonths (int code); XMLPUBFUN int XMLCALL xmlUCSIsEthiopic (int code); XMLPUBFUN int XMLCALL xmlUCSIsGeneralPunctuation (int code); XMLPUBFUN int XMLCALL xmlUCSIsGeometricShapes (int code); XMLPUBFUN int XMLCALL xmlUCSIsGeorgian (int code); XMLPUBFUN int XMLCALL xmlUCSIsGothic (int code); XMLPUBFUN int XMLCALL xmlUCSIsGreek (int code); XMLPUBFUN int XMLCALL xmlUCSIsGreekExtended (int code); XMLPUBFUN int XMLCALL xmlUCSIsGreekandCoptic (int code); XMLPUBFUN int XMLCALL xmlUCSIsGujarati (int code); XMLPUBFUN int XMLCALL xmlUCSIsGurmukhi (int code); XMLPUBFUN int XMLCALL xmlUCSIsHalfwidthandFullwidthForms (int code); XMLPUBFUN int XMLCALL xmlUCSIsHangulCompatibilityJamo (int code); XMLPUBFUN int XMLCALL xmlUCSIsHangulJamo (int code); XMLPUBFUN int XMLCALL xmlUCSIsHangulSyllables (int code); XMLPUBFUN int XMLCALL xmlUCSIsHanunoo (int code); XMLPUBFUN int XMLCALL xmlUCSIsHebrew (int code); XMLPUBFUN int XMLCALL xmlUCSIsHighPrivateUseSurrogates (int code); XMLPUBFUN int XMLCALL xmlUCSIsHighSurrogates (int code); XMLPUBFUN int XMLCALL xmlUCSIsHiragana (int code); XMLPUBFUN int XMLCALL xmlUCSIsIPAExtensions (int code); XMLPUBFUN int XMLCALL xmlUCSIsIdeographicDescriptionCharacters (int code); XMLPUBFUN int XMLCALL xmlUCSIsKanbun (int code); XMLPUBFUN int XMLCALL xmlUCSIsKangxiRadicals (int code); XMLPUBFUN int XMLCALL xmlUCSIsKannada (int code); XMLPUBFUN int XMLCALL xmlUCSIsKatakana (int code); XMLPUBFUN int XMLCALL xmlUCSIsKatakanaPhoneticExtensions (int code); XMLPUBFUN int XMLCALL xmlUCSIsKhmer (int code); XMLPUBFUN int XMLCALL xmlUCSIsKhmerSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsLao (int code); XMLPUBFUN int XMLCALL xmlUCSIsLatin1Supplement (int code); XMLPUBFUN int XMLCALL xmlUCSIsLatinExtendedA (int code); XMLPUBFUN int XMLCALL xmlUCSIsLatinExtendedB (int code); XMLPUBFUN int XMLCALL xmlUCSIsLatinExtendedAdditional (int code); XMLPUBFUN int XMLCALL xmlUCSIsLetterlikeSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsLimbu (int code); XMLPUBFUN int XMLCALL xmlUCSIsLinearBIdeograms (int code); XMLPUBFUN int XMLCALL xmlUCSIsLinearBSyllabary (int code); XMLPUBFUN int XMLCALL xmlUCSIsLowSurrogates (int code); XMLPUBFUN int XMLCALL xmlUCSIsMalayalam (int code); XMLPUBFUN int XMLCALL xmlUCSIsMathematicalAlphanumericSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsMathematicalOperators (int code); XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousMathematicalSymbolsA (int code); XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousMathematicalSymbolsB (int code); XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousSymbolsandArrows (int code); XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousTechnical (int code); XMLPUBFUN int XMLCALL xmlUCSIsMongolian (int code); XMLPUBFUN int XMLCALL xmlUCSIsMusicalSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsMyanmar (int code); XMLPUBFUN int XMLCALL xmlUCSIsNumberForms (int code); XMLPUBFUN int XMLCALL xmlUCSIsOgham (int code); XMLPUBFUN int XMLCALL xmlUCSIsOldItalic (int code); XMLPUBFUN int XMLCALL xmlUCSIsOpticalCharacterRecognition (int code); XMLPUBFUN int XMLCALL xmlUCSIsOriya (int code); XMLPUBFUN int XMLCALL xmlUCSIsOsmanya (int code); XMLPUBFUN int XMLCALL xmlUCSIsPhoneticExtensions (int code); XMLPUBFUN int XMLCALL xmlUCSIsPrivateUse (int code); XMLPUBFUN int XMLCALL xmlUCSIsPrivateUseArea (int code); XMLPUBFUN int XMLCALL xmlUCSIsRunic (int code); XMLPUBFUN int XMLCALL xmlUCSIsShavian (int code); XMLPUBFUN int XMLCALL xmlUCSIsSinhala (int code); XMLPUBFUN int XMLCALL xmlUCSIsSmallFormVariants (int code); XMLPUBFUN int XMLCALL xmlUCSIsSpacingModifierLetters (int code); XMLPUBFUN int XMLCALL xmlUCSIsSpecials (int code); XMLPUBFUN int XMLCALL xmlUCSIsSuperscriptsandSubscripts (int code); XMLPUBFUN int XMLCALL xmlUCSIsSupplementalArrowsA (int code); XMLPUBFUN int XMLCALL xmlUCSIsSupplementalArrowsB (int code); XMLPUBFUN int XMLCALL xmlUCSIsSupplementalMathematicalOperators (int code); XMLPUBFUN int XMLCALL xmlUCSIsSupplementaryPrivateUseAreaA (int code); XMLPUBFUN int XMLCALL xmlUCSIsSupplementaryPrivateUseAreaB (int code); XMLPUBFUN int XMLCALL xmlUCSIsSyriac (int code); XMLPUBFUN int XMLCALL xmlUCSIsTagalog (int code); XMLPUBFUN int XMLCALL xmlUCSIsTagbanwa (int code); XMLPUBFUN int XMLCALL xmlUCSIsTags (int code); XMLPUBFUN int XMLCALL xmlUCSIsTaiLe (int code); XMLPUBFUN int XMLCALL xmlUCSIsTaiXuanJingSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsTamil (int code); XMLPUBFUN int XMLCALL xmlUCSIsTelugu (int code); XMLPUBFUN int XMLCALL xmlUCSIsThaana (int code); XMLPUBFUN int XMLCALL xmlUCSIsThai (int code); XMLPUBFUN int XMLCALL xmlUCSIsTibetan (int code); XMLPUBFUN int XMLCALL xmlUCSIsUgaritic (int code); XMLPUBFUN int XMLCALL xmlUCSIsUnifiedCanadianAboriginalSyllabics (int code); XMLPUBFUN int XMLCALL xmlUCSIsVariationSelectors (int code); XMLPUBFUN int XMLCALL xmlUCSIsVariationSelectorsSupplement (int code); XMLPUBFUN int XMLCALL xmlUCSIsYiRadicals (int code); XMLPUBFUN int XMLCALL xmlUCSIsYiSyllables (int code); XMLPUBFUN int XMLCALL xmlUCSIsYijingHexagramSymbols (int code); XMLPUBFUN int XMLCALL xmlUCSIsBlock (int code, const char *block); XMLPUBFUN int XMLCALL xmlUCSIsCatC (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatCc (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatCf (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatCo (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatCs (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatL (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatLl (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatLm (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatLo (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatLt (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatLu (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatM (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatMc (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatMe (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatMn (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatN (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatNd (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatNl (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatNo (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatP (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatPc (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatPd (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatPe (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatPf (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatPi (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatPo (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatPs (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatS (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatSc (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatSk (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatSm (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatSo (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatZ (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatZl (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatZp (int code); XMLPUBFUN int XMLCALL xmlUCSIsCatZs (int code); XMLPUBFUN int XMLCALL xmlUCSIsCat (int code, const char *cat); #ifdef __cplusplus } #endif #endif /* LIBXML_UNICODE_ENABLED */ #endif /* __XML_UNICODE_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlversion.h������������������������������������������������0000644�0001750�0001750�00000013743�13032736614�017514� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#ifndef __XML_VERSION_H__ #define __XML_VERSION_H__ #include <libxml/xmlexports.h> #ifdef __cplusplus extern "C" { #endif /* * use those to be sure nothing nasty will happen if * your library and includes mismatch */ #ifndef LIBXML2_COMPILING_MSCCDEF XMLPUBFUN void XMLCALL xmlCheckVersion(int version); #endif /* LIBXML2_COMPILING_MSCCDEF */ /** * LIBXML_DOTTED_VERSION: * * the version string like "1.2.3" */ #define LIBXML_DOTTED_VERSION "2.6.22" /** * LIBXML_VERSION: * * the version number: 1.2.3 value is 1002003 */ #define LIBXML_VERSION 20622 /** * LIBXML_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ #define LIBXML_VERSION_STRING "20622" /** * LIBXML_VERSION_EXTRA: * * extra version information, used to show a CVS compilation */ #define LIBXML_VERSION_EXTRA "CVS2710" /** * LIBXML_TEST_VERSION: * * Macro to check that the libxml version in use is compatible with * the version the software has been compiled against */ #define LIBXML_TEST_VERSION xmlCheckVersion(20622); #ifndef VMS #if 0 /** * WITH_TRIO: * * defined if the trio support need to be configured in */ #define WITH_TRIO #else /** * WITHOUT_TRIO: * * defined if the trio support should not be configured in */ #define WITHOUT_TRIO #endif #else /* VMS */ /** * WITH_TRIO: * * defined if the trio support need to be configured in */ #define WITH_TRIO 1 #endif /* VMS */ /** * LIBXML_THREAD_ENABLED: * * Whether the thread support is configured in */ #if 1 #if defined(_REENTRANT) || defined(__MT__) || (_POSIX_C_SOURCE - 0 >= 199506L) #define LIBXML_THREAD_ENABLED #endif #endif /** * LIBXML_TREE_ENABLED: * * Whether the DOM like tree manipulation API support is configured in */ #if 1 #define LIBXML_TREE_ENABLED #endif /** * LIBXML_OUTPUT_ENABLED: * * Whether the serialization/saving support is configured in */ #if 1 #define LIBXML_OUTPUT_ENABLED #endif /** * LIBXML_PUSH_ENABLED: * * Whether the push parsing interfaces are configured in */ #if 1 #define LIBXML_PUSH_ENABLED #endif /** * LIBXML_READER_ENABLED: * * Whether the xmlReader parsing interface is configured in */ #if 1 #define LIBXML_READER_ENABLED #endif /** * LIBXML_PATTERN_ENABLED: * * Whether the xmlPattern node selection interface is configured in */ #if 1 #define LIBXML_PATTERN_ENABLED #endif /** * LIBXML_WRITER_ENABLED: * * Whether the xmlWriter saving interface is configured in */ #if 1 #define LIBXML_WRITER_ENABLED #endif /** * LIBXML_SAX1_ENABLED: * * Whether the older SAX1 interface is configured in */ #if 1 #define LIBXML_SAX1_ENABLED #endif /** * LIBXML_FTP_ENABLED: * * Whether the FTP support is configured in */ #if 1 #define LIBXML_FTP_ENABLED #endif /** * LIBXML_HTTP_ENABLED: * * Whether the HTTP support is configured in */ #if 1 #define LIBXML_HTTP_ENABLED #endif /** * LIBXML_VALID_ENABLED: * * Whether the DTD validation support is configured in */ #if 1 #define LIBXML_VALID_ENABLED #endif /** * LIBXML_HTML_ENABLED: * * Whether the HTML support is configured in */ #if 1 #define LIBXML_HTML_ENABLED #endif /** * LIBXML_LEGACY_ENABLED: * * Whether the deprecated APIs are compiled in for compatibility */ #if 1 #define LIBXML_LEGACY_ENABLED #endif /** * LIBXML_C14N_ENABLED: * * Whether the Canonicalization support is configured in */ #if 1 #define LIBXML_C14N_ENABLED #endif /** * LIBXML_CATALOG_ENABLED: * * Whether the Catalog support is configured in */ #if 1 #define LIBXML_CATALOG_ENABLED #endif /** * LIBXML_DOCB_ENABLED: * * Whether the SGML Docbook support is configured in */ #if 1 #define LIBXML_DOCB_ENABLED #endif /** * LIBXML_XPATH_ENABLED: * * Whether XPath is configured in */ #if 1 #define LIBXML_XPATH_ENABLED #endif /** * LIBXML_XPTR_ENABLED: * * Whether XPointer is configured in */ #if 1 #define LIBXML_XPTR_ENABLED #endif /** * LIBXML_XINCLUDE_ENABLED: * * Whether XInclude is configured in */ #if 1 #define LIBXML_XINCLUDE_ENABLED #endif /** * LIBXML_ICONV_ENABLED: * * Whether iconv support is available */ #if 1 #define LIBXML_ICONV_ENABLED #endif /** * LIBXML_ISO8859X_ENABLED: * * Whether ISO-8859-* support is made available in case iconv is not */ #if 0 #define LIBXML_ISO8859X_ENABLED #endif /** * LIBXML_DEBUG_ENABLED: * * Whether Debugging module is configured in */ #if 1 #define LIBXML_DEBUG_ENABLED #endif /** * DEBUG_MEMORY_LOCATION: * * Whether the memory debugging is configured in */ #if 0 #define DEBUG_MEMORY_LOCATION #endif /** * LIBXML_DEBUG_RUNTIME: * * Whether the runtime debugging is configured in */ #if 0 #define LIBXML_DEBUG_RUNTIME #endif /** * LIBXML_UNICODE_ENABLED: * * Whether the Unicode related interfaces are compiled in */ #if 1 #define LIBXML_UNICODE_ENABLED #endif /** * LIBXML_REGEXP_ENABLED: * * Whether the regular expressions interfaces are compiled in */ #if 1 #define LIBXML_REGEXP_ENABLED #endif /** * LIBXML_AUTOMATA_ENABLED: * * Whether the automata interfaces are compiled in */ #if 1 #define LIBXML_AUTOMATA_ENABLED #endif /** * LIBXML_EXPR_ENABLED: * * Whether the formal expressions interfaces are compiled in */ #if 1 #define LIBXML_EXPR_ENABLED #endif /** * LIBXML_SCHEMAS_ENABLED: * * Whether the Schemas validation interfaces are compiled in */ #if 1 #define LIBXML_SCHEMAS_ENABLED #endif /** * LIBXML_SCHEMATRON_ENABLED: * * Whether the Schematron validation interfaces are compiled in */ #if 1 #define LIBXML_SCHEMATRON_ENABLED #endif /** * LIBXML_MODULES_ENABLED: * * Whether the module interfaces are compiled in */ #define LIBXML_MODULES_ENABLED /** * LIBXML_MODULE_EXTENSION: * * the string suffix used by dynamic modules (usually shared libraries) */ #define LIBXML_MODULE_EXTENSION ".dll" /** * ATTRIBUTE_UNUSED: * * Macro used to signal to GCC unused function parameters */ #ifdef __GNUC__ #ifdef HAVE_ANSIDECL_H #include <ansidecl.h> #endif #ifndef ATTRIBUTE_UNUSED #define ATTRIBUTE_UNUSED __attribute__((unused)) #endif #else #define ATTRIBUTE_UNUSED #endif #ifdef __cplusplus } #endif /* __cplusplus */ #endif �����������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlwin32version.h�������������������������������������������0000644�0001750�0001750�00000010627�13032736614�020375� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: compile-time version informations on Windows * Description: compile-time version informations for the XML library * when compiled on the Windows platform * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_VERSION_H__ #define __XML_VERSION_H__ #ifdef __cplusplus extern "C" { #endif /* * use those to be sure nothing nasty will happen if * your library and includes mismatch */ #ifndef LIBXML2_COMPILING_MSCCDEF extern void xmlCheckVersion(int version); #endif /* LIBXML2_COMPILING_MSCCDEF */ /** * LIBXML_DOTTED_VERSION: * * the version string like "1.2.3" */ #define LIBXML_DOTTED_VERSION "2.4.26" /** * LIBXML_VERSION: * * the version number: 1.2.3 value is 1002003 */ #define LIBXML_VERSION 20426 /** * LIBXML_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ #define LIBXML_VERSION_STRING "20426" /** * LIBXML_TEST_VERSION: * * Macro to check that the libxml version in use is compatible with * the version the software has been compiled against */ #define LIBXML_TEST_VERSION xmlCheckVersion(20426); #if 0 /** * WITH_TRIO: * * defined if the trio support need to be configured in */ #define WITH_TRIO #else /** * WITHOUT_TRIO: * * defined if the trio support should not be configured in */ #define WITHOUT_TRIO #endif /** * LIBXML_THREAD_ENABLED: * * Whether the thread support is configured in */ #if 0 #define LIBXML_THREAD_ENABLED #endif /** * LIBXML_FTP_ENABLED: * * Whether the FTP support is configured in */ #if 1 #define LIBXML_FTP_ENABLED #endif /** * LIBXML_HTTP_ENABLED: * * Whether the HTTP support is configured in */ #if 1 #define LIBXML_HTTP_ENABLED #endif /** * LIBXML_HTML_ENABLED: * * Whether the HTML support is configured in */ #if 1 #define LIBXML_HTML_ENABLED #endif /** * LIBXML_CATALOG_ENABLED: * * Whether the Catalog support is configured in */ #if 1 #define LIBXML_CATALOG_ENABLED #endif /** * LIBXML_DOCB_ENABLED: * * Whether the SGML Docbook support is configured in */ #if 1 #define LIBXML_DOCB_ENABLED #endif /** * LIBXML_XPATH_ENABLED: * * Whether XPath is configured in */ #if 1 #define LIBXML_XPATH_ENABLED #endif /** * LIBXML_XPTR_ENABLED: * * Whether XPointer is configured in */ #if 1 #define LIBXML_XPTR_ENABLED #endif /** * LIBXML_C14N_ENABLED: * * Whether the Canonicalization support is configured in */ #if 0 #define LIBXML_C14N_ENABLED #endif /** * LIBXML_XINCLUDE_ENABLED: * * Whether XInclude is configured in */ #if 1 #define LIBXML_XINCLUDE_ENABLED #endif /** * LIBXML_ICONV_ENABLED: * * Whether iconv support is available */ #if 0 #define LIBXML_ICONV_ENABLED #endif /** * LIBXML_DEBUG_ENABLED: * * Whether Debugging module is configured in */ #if 1 #define LIBXML_DEBUG_ENABLED #endif /** * DEBUG_MEMORY_LOCATION: * * Whether the memory debugging is configured in */ #if 0 #define DEBUG_MEMORY_LOCATION #endif /** * LIBXML_DLL_IMPORT: * * Used on Windows (MS C compiler only) to declare a variable as * imported from the library. This macro should be empty when compiling * libxml itself. It should expand to __declspec(dllimport) * when the client code includes this header, and that only if the client * links dynamically against libxml. * For this to work, we need three macros. One tells us which compiler is * being used and luckily the compiler defines such a thing: _MSC_VER. The * second macro tells us if we are compiling libxml or the client code and * we define the macro IN_LIBXML on the compiler's command line for this * purpose. The third macro, LIBXML_STATIC, must be defined by any client * code which links against libxml statically. */ #ifndef LIBXML_DLL_IMPORT #if defined(_MSC_VER) && !defined(IN_LIBXML) && !defined(LIBXML_STATIC) #define LIBXML_DLL_IMPORT __declspec(dllimport) #else #define LIBXML_DLL_IMPORT #endif #endif /** * ATTRIBUTE_UNUSED: * * Macro used to signal to GCC unused function parameters */ #ifdef __GNUC__ #ifdef HAVE_ANSIDECL_H #include <ansidecl.h> #endif #ifndef ATTRIBUTE_UNUSED #define ATTRIBUTE_UNUSED #endif #else #define ATTRIBUTE_UNUSED #endif /* * #pragma comment(lib, "iconv.lib") * * pragma understood my MS compiler which enables a conditional link with * iconv. */ #ifdef _MSC_VER #if defined LIBXML_ICONV_ENABLED && !defined LIBXML2_COMPILING_MSCCDEF #pragma comment(lib, "iconv.lib") #endif #endif #ifdef __cplusplus } #endif /* __cplusplus */ #endif ���������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xmlwriter.h�������������������������������������������������0000644�0001750�0001750�00000047546�13032736614�017353� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ /* * Summary: text writing API for XML * Description: text writing API for XML * * Copy: See Copyright for the status of this software. * * Author: Alfred Mickautsch <alfred@mickautsch.de> */ #ifndef __XML_XMLWRITER_H__ #define __XML_XMLWRITER_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_WRITER_ENABLED #include <stdarg.h> #include <libxml/xmlIO.h> #include <libxml/list.h> #include <libxml/xmlstring.h> #ifdef __cplusplus extern "C" { #endif typedef struct _xmlTextWriter xmlTextWriter; typedef xmlTextWriter *xmlTextWriterPtr; /* * Constructors & Destructor */ XMLPUBFUN xmlTextWriterPtr XMLCALL xmlNewTextWriter(xmlOutputBufferPtr out); XMLPUBFUN xmlTextWriterPtr XMLCALL xmlNewTextWriterFilename(const char *uri, int compression); XMLPUBFUN xmlTextWriterPtr XMLCALL xmlNewTextWriterMemory(xmlBufferPtr buf, int compression); XMLPUBFUN xmlTextWriterPtr XMLCALL xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression); XMLPUBFUN xmlTextWriterPtr XMLCALL xmlNewTextWriterDoc(xmlDocPtr * doc, int compression); XMLPUBFUN xmlTextWriterPtr XMLCALL xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, int compression); XMLPUBFUN void XMLCALL xmlFreeTextWriter(xmlTextWriterPtr writer); /* * Functions */ /* * Document */ XMLPUBFUN int XMLCALL xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version, const char *encoding, const char *standalone); XMLPUBFUN int XMLCALL xmlTextWriterEndDocument(xmlTextWriterPtr writer); /* * Comments */ XMLPUBFUN int XMLCALL xmlTextWriterStartComment(xmlTextWriterPtr writer); XMLPUBFUN int XMLCALL xmlTextWriterEndComment(xmlTextWriterPtr writer); XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatComment(xmlTextWriterPtr writer, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatComment(xmlTextWriterPtr writer, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content); /* * Elements */ XMLPUBFUN int XMLCALL xmlTextWriterStartElement(xmlTextWriterPtr writer, const xmlChar * name); XMLPUBFUN int XMLCALL xmlTextWriterStartElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI); XMLPUBFUN int XMLCALL xmlTextWriterEndElement(xmlTextWriterPtr writer); XMLPUBFUN int XMLCALL xmlTextWriterFullEndElement(xmlTextWriterPtr writer); /* * Elements conveniency functions */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteElement(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content); XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content); /* * Text */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatRaw(xmlTextWriterPtr writer, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatRaw(xmlTextWriterPtr writer, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteRawLen(xmlTextWriterPtr writer, const xmlChar * content, int len); XMLPUBFUN int XMLCALL xmlTextWriterWriteRaw(xmlTextWriterPtr writer, const xmlChar * content); XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatString(xmlTextWriterPtr writer, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatString(xmlTextWriterPtr writer, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteString(xmlTextWriterPtr writer, const xmlChar * content); XMLPUBFUN int XMLCALL xmlTextWriterWriteBase64(xmlTextWriterPtr writer, const char *data, int start, int len); XMLPUBFUN int XMLCALL xmlTextWriterWriteBinHex(xmlTextWriterPtr writer, const char *data, int start, int len); /* * Attributes */ XMLPUBFUN int XMLCALL xmlTextWriterStartAttribute(xmlTextWriterPtr writer, const xmlChar * name); XMLPUBFUN int XMLCALL xmlTextWriterStartAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI); XMLPUBFUN int XMLCALL xmlTextWriterEndAttribute(xmlTextWriterPtr writer); /* * Attributes conveniency functions */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatAttribute(xmlTextWriterPtr writer, const xmlChar * name, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatAttribute(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteAttribute(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content); XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content); /* * PI's */ XMLPUBFUN int XMLCALL xmlTextWriterStartPI(xmlTextWriterPtr writer, const xmlChar * target); XMLPUBFUN int XMLCALL xmlTextWriterEndPI(xmlTextWriterPtr writer); /* * PI conveniency functions */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatPI(xmlTextWriterPtr writer, const xmlChar * target, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatPI(xmlTextWriterPtr writer, const xmlChar * target, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWritePI(xmlTextWriterPtr writer, const xmlChar * target, const xmlChar * content); /** * xmlTextWriterWriteProcessingInstruction: * * This macro maps to xmlTextWriterWritePI */ #define xmlTextWriterWriteProcessingInstruction xmlTextWriterWritePI /* * CDATA */ XMLPUBFUN int XMLCALL xmlTextWriterStartCDATA(xmlTextWriterPtr writer); XMLPUBFUN int XMLCALL xmlTextWriterEndCDATA(xmlTextWriterPtr writer); /* * CDATA conveniency functions */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatCDATA(xmlTextWriterPtr writer, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatCDATA(xmlTextWriterPtr writer, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteCDATA(xmlTextWriterPtr writer, const xmlChar * content); /* * DTD */ XMLPUBFUN int XMLCALL xmlTextWriterStartDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid); XMLPUBFUN int XMLCALL xmlTextWriterEndDTD(xmlTextWriterPtr writer); /* * DTD conveniency functions */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * subset); /** * xmlTextWriterWriteDocType: * * this macro maps to xmlTextWriterWriteDTD */ #define xmlTextWriterWriteDocType xmlTextWriterWriteDTD /* * DTD element definition */ XMLPUBFUN int XMLCALL xmlTextWriterStartDTDElement(xmlTextWriterPtr writer, const xmlChar * name); XMLPUBFUN int XMLCALL xmlTextWriterEndDTDElement(xmlTextWriterPtr writer); /* * DTD element definition conveniency functions */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content); /* * DTD attribute list definition */ XMLPUBFUN int XMLCALL xmlTextWriterStartDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name); XMLPUBFUN int XMLCALL xmlTextWriterEndDTDAttlist(xmlTextWriterPtr writer); /* * DTD attribute list definition conveniency functions */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * content); /* * DTD entity definition */ XMLPUBFUN int XMLCALL xmlTextWriterStartDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name); XMLPUBFUN int XMLCALL xmlTextWriterEndDTDEntity(xmlTextWriterPtr writer); /* * DTD entity definition conveniency functions */ XMLPUBFUN int XMLCALL xmlTextWriterWriteFormatDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const char *format, ...); XMLPUBFUN int XMLCALL xmlTextWriterWriteVFormatDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const char *format, va_list argptr); XMLPUBFUN int XMLCALL xmlTextWriterWriteDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * content); XMLPUBFUN int XMLCALL xmlTextWriterWriteDTDExternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid); XMLPUBFUN int XMLCALL xmlTextWriterWriteDTDExternalEntityContents(xmlTextWriterPtr writer, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid); XMLPUBFUN int XMLCALL xmlTextWriterWriteDTDEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * ndataid, const xmlChar * content); /* * DTD notation definition */ XMLPUBFUN int XMLCALL xmlTextWriterWriteDTDNotation(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid); /* * Indentation */ XMLPUBFUN int XMLCALL xmlTextWriterSetIndent(xmlTextWriterPtr writer, int indent); XMLPUBFUN int XMLCALL xmlTextWriterSetIndentString(xmlTextWriterPtr writer, const xmlChar * str); /* * misc */ XMLPUBFUN int XMLCALL xmlTextWriterFlush(xmlTextWriterPtr writer); #ifdef __cplusplus } #endif #endif /* LIBXML_WRITER_ENABLED */ #endif /* __XML_XMLWRITER_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xpath.h�����������������������������������������������������0000644�0001750�0001750�00000036256�13032736614�016436� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: XML Path Language implementation * Description: API for the XML Path Language implementation * * XML Path Language implementation * XPath is a language for addressing parts of an XML document, * designed to be used by both XSLT and XPointer * http://www.w3.org/TR/xpath * * Implements * W3C Recommendation 16 November 1999 * http://www.w3.org/TR/1999/REC-xpath-19991116 * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XPATH_H__ #define __XML_XPATH_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_XPATH_ENABLED #include <libxml/xmlerror.h> #include <libxml/tree.h> #include <libxml/hash.h> #endif /* LIBXML_XPATH_ENABLED */ #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) #ifdef __cplusplus extern "C" { #endif #endif /* LIBXML_XPATH_ENABLED or LIBXML_SCHEMAS_ENABLED */ #ifdef LIBXML_XPATH_ENABLED typedef struct _xmlXPathContext xmlXPathContext; typedef xmlXPathContext *xmlXPathContextPtr; typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef xmlXPathParserContext *xmlXPathParserContextPtr; /** * The set of XPath error codes. */ typedef enum { XPATH_EXPRESSION_OK = 0, XPATH_NUMBER_ERROR, XPATH_UNFINISHED_LITERAL_ERROR, XPATH_START_LITERAL_ERROR, XPATH_VARIABLE_REF_ERROR, XPATH_UNDEF_VARIABLE_ERROR, XPATH_INVALID_PREDICATE_ERROR, XPATH_EXPR_ERROR, XPATH_UNCLOSED_ERROR, XPATH_UNKNOWN_FUNC_ERROR, XPATH_INVALID_OPERAND, XPATH_INVALID_TYPE, XPATH_INVALID_ARITY, XPATH_INVALID_CTXT_SIZE, XPATH_INVALID_CTXT_POSITION, XPATH_MEMORY_ERROR, XPTR_SYNTAX_ERROR, XPTR_RESOURCE_ERROR, XPTR_SUB_RESOURCE_ERROR, XPATH_UNDEF_PREFIX_ERROR, XPATH_ENCODING_ERROR, XPATH_INVALID_CHAR_ERROR, XPATH_INVALID_CTXT } xmlXPathError; /* * A node-set (an unordered collection of nodes without duplicates). */ typedef struct _xmlNodeSet xmlNodeSet; typedef xmlNodeSet *xmlNodeSetPtr; struct _xmlNodeSet { int nodeNr; /* number of nodes in the set */ int nodeMax; /* size of the array as allocated */ xmlNodePtr *nodeTab; /* array of nodes in no particular order */ /* @@ with_ns to check wether namespace nodes should be looked at @@ */ }; /* * An expression is evaluated to yield an object, which * has one of the following four basic types: * - node-set * - boolean * - number * - string * * @@ XPointer will add more types ! */ typedef enum { XPATH_UNDEFINED = 0, XPATH_NODESET = 1, XPATH_BOOLEAN = 2, XPATH_NUMBER = 3, XPATH_STRING = 4, XPATH_POINT = 5, XPATH_RANGE = 6, XPATH_LOCATIONSET = 7, XPATH_USERS = 8, XPATH_XSLT_TREE = 9 /* An XSLT value tree, non modifiable */ } xmlXPathObjectType; typedef struct _xmlXPathObject xmlXPathObject; typedef xmlXPathObject *xmlXPathObjectPtr; struct _xmlXPathObject { xmlXPathObjectType type; xmlNodeSetPtr nodesetval; int boolval; double floatval; xmlChar *stringval; void *user; int index; void *user2; int index2; }; /** * xmlXPathConvertFunc: * @obj: an XPath object * @type: the number of the target type * * A conversion function is associated to a type and used to cast * the new type to primitive values. * * Returns -1 in case of error, 0 otherwise */ typedef int (*xmlXPathConvertFunc) (xmlXPathObjectPtr obj, int type); /* * Extra type: a name and a conversion function. */ typedef struct _xmlXPathType xmlXPathType; typedef xmlXPathType *xmlXPathTypePtr; struct _xmlXPathType { const xmlChar *name; /* the type name */ xmlXPathConvertFunc func; /* the conversion function */ }; /* * Extra variable: a name and a value. */ typedef struct _xmlXPathVariable xmlXPathVariable; typedef xmlXPathVariable *xmlXPathVariablePtr; struct _xmlXPathVariable { const xmlChar *name; /* the variable name */ xmlXPathObjectPtr value; /* the value */ }; /** * xmlXPathEvalFunc: * @ctxt: an XPath parser context * @nargs: the number of arguments passed to the function * * An XPath evaluation function, the parameters are on the XPath context stack. */ typedef void (*xmlXPathEvalFunc)(xmlXPathParserContextPtr ctxt, int nargs); /* * Extra function: a name and a evaluation function. */ typedef struct _xmlXPathFunct xmlXPathFunct; typedef xmlXPathFunct *xmlXPathFuncPtr; struct _xmlXPathFunct { const xmlChar *name; /* the function name */ xmlXPathEvalFunc func; /* the evaluation function */ }; /** * xmlXPathAxisFunc: * @ctxt: the XPath interpreter context * @cur: the previous node being explored on that axis * * An axis traversal function. To traverse an axis, the engine calls * the first time with cur == NULL and repeat until the function returns * NULL indicating the end of the axis traversal. * * Returns the next node in that axis or NULL if at the end of the axis. */ typedef xmlXPathObjectPtr (*xmlXPathAxisFunc) (xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr cur); /* * Extra axis: a name and an axis function. */ typedef struct _xmlXPathAxis xmlXPathAxis; typedef xmlXPathAxis *xmlXPathAxisPtr; struct _xmlXPathAxis { const xmlChar *name; /* the axis name */ xmlXPathAxisFunc func; /* the search function */ }; /** * xmlXPathFunction: * @ctxt: the XPath interprestation context * @nargs: the number of arguments * * An XPath function. * The arguments (if any) are popped out from the context stack * and the result is pushed on the stack. */ typedef void (*xmlXPathFunction) (xmlXPathParserContextPtr ctxt, int nargs); /* * Function and Variable Lookup. */ /** * xmlXPathVariableLookupFunc: * @ctxt: an XPath context * @name: name of the variable * @ns_uri: the namespace name hosting this variable * * Prototype for callbacks used to plug variable lookup in the XPath * engine. * * Returns the XPath object value or NULL if not found. */ typedef xmlXPathObjectPtr (*xmlXPathVariableLookupFunc) (void *ctxt, const xmlChar *name, const xmlChar *ns_uri); /** * xmlXPathFuncLookupFunc: * @ctxt: an XPath context * @name: name of the function * @ns_uri: the namespace name hosting this function * * Prototype for callbacks used to plug function lookup in the XPath * engine. * * Returns the XPath function or NULL if not found. */ typedef xmlXPathFunction (*xmlXPathFuncLookupFunc) (void *ctxt, const xmlChar *name, const xmlChar *ns_uri); /** * xmlXPathFlags: * Flags for XPath engine compilation and runtime */ /** * XML_XPATH_CHECKNS: * * check namespaces at compilation */ #define XML_XPATH_CHECKNS (1<<0) /** * XML_XPATH_NOVAR: * * forbid variables in expression */ #define XML_XPATH_NOVAR (1<<1) /** * xmlXPathContext: * * Expression evaluation occurs with respect to a context. * he context consists of: * - a node (the context node) * - a node list (the context node list) * - a set of variable bindings * - a function library * - the set of namespace declarations in scope for the expression * Following the switch to hash tables, this need to be trimmed up at * the next binary incompatible release. */ struct _xmlXPathContext { xmlDocPtr doc; /* The current document */ xmlNodePtr node; /* The current node */ int nb_variables_unused; /* unused (hash table) */ int max_variables_unused; /* unused (hash table) */ xmlHashTablePtr varHash; /* Hash table of defined variables */ int nb_types; /* number of defined types */ int max_types; /* max number of types */ xmlXPathTypePtr types; /* Array of defined types */ int nb_funcs_unused; /* unused (hash table) */ int max_funcs_unused; /* unused (hash table) */ xmlHashTablePtr funcHash; /* Hash table of defined funcs */ int nb_axis; /* number of defined axis */ int max_axis; /* max number of axis */ xmlXPathAxisPtr axis; /* Array of defined axis */ /* the namespace nodes of the context node */ xmlNsPtr *namespaces; /* Array of namespaces */ int nsNr; /* number of namespace in scope */ void *user; /* function to free */ /* extra variables */ int contextSize; /* the context size */ int proximityPosition; /* the proximity position */ /* extra stuff for XPointer */ int xptr; /* it this an XPointer context */ xmlNodePtr here; /* for here() */ xmlNodePtr origin; /* for origin() */ /* the set of namespace declarations in scope for the expression */ xmlHashTablePtr nsHash; /* The namespaces hash table */ xmlXPathVariableLookupFunc varLookupFunc;/* variable lookup func */ void *varLookupData; /* variable lookup data */ /* Possibility to link in an extra item */ void *extra; /* needed for XSLT */ /* The function name and URI when calling a function */ const xmlChar *function; const xmlChar *functionURI; /* function lookup function and data */ xmlXPathFuncLookupFunc funcLookupFunc;/* function lookup func */ void *funcLookupData; /* function lookup data */ /* temporary namespace lists kept for walking the namespace axis */ xmlNsPtr *tmpNsList; /* Array of namespaces */ int tmpNsNr; /* number of namespace in scope */ /* error reporting mechanism */ void *userData; /* user specific data block */ xmlStructuredErrorFunc error; /* the callback in case of errors */ xmlError lastError; /* the last error */ xmlNodePtr debugNode; /* the source node XSLT */ /* dictionnary */ xmlDictPtr dict; /* dictionnary if any */ int flags; /* flags to control compilation */ }; /* * The structure of a compiled expression form is not public. */ typedef struct _xmlXPathCompExpr xmlXPathCompExpr; typedef xmlXPathCompExpr *xmlXPathCompExprPtr; /** * xmlXPathParserContext: * * An XPath parser context. It contains pure parsing informations, * an xmlXPathContext, and the stack of objects. */ struct _xmlXPathParserContext { const xmlChar *cur; /* the current char being parsed */ const xmlChar *base; /* the full expression */ int error; /* error code */ xmlXPathContextPtr context; /* the evaluation context */ xmlXPathObjectPtr value; /* the current value */ int valueNr; /* number of values stacked */ int valueMax; /* max number of values stacked */ xmlXPathObjectPtr *valueTab; /* stack of values */ xmlXPathCompExprPtr comp; /* the precompiled expression */ int xptr; /* it this an XPointer expression */ xmlNodePtr ancestor; /* used for walking preceding axis */ }; /************************************************************************ * * * Public API * * * ************************************************************************/ /** * Objects and Nodesets handling */ XMLPUBVAR double xmlXPathNAN; XMLPUBVAR double xmlXPathPINF; XMLPUBVAR double xmlXPathNINF; /* These macros may later turn into functions */ /** * xmlXPathNodeSetGetLength: * @ns: a node-set * * Implement a functionality similar to the DOM NodeList.length. * * Returns the number of nodes in the node-set. */ #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0) /** * xmlXPathNodeSetItem: * @ns: a node-set * @index: index of a node in the set * * Implements a functionality similar to the DOM NodeList.item(). * * Returns the xmlNodePtr at the given @index in @ns or NULL if * @index is out of range (0 to length-1) */ #define xmlXPathNodeSetItem(ns, index) \ ((((ns) != NULL) && \ ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \ (ns)->nodeTab[(index)] \ : NULL) /** * xmlXPathNodeSetIsEmpty: * @ns: a node-set * * Checks whether @ns is empty or not. * * Returns %TRUE if @ns is an empty node-set. */ #define xmlXPathNodeSetIsEmpty(ns) \ (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL)) XMLPUBFUN void XMLCALL xmlXPathFreeObject (xmlXPathObjectPtr obj); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathNodeSetCreate (xmlNodePtr val); XMLPUBFUN void XMLCALL xmlXPathFreeNodeSetList (xmlXPathObjectPtr obj); XMLPUBFUN void XMLCALL xmlXPathFreeNodeSet (xmlNodeSetPtr obj); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathObjectCopy (xmlXPathObjectPtr val); XMLPUBFUN int XMLCALL xmlXPathCmpNodes (xmlNodePtr node1, xmlNodePtr node2); /** * Conversion functions to basic types. */ XMLPUBFUN int XMLCALL xmlXPathCastNumberToBoolean (double val); XMLPUBFUN int XMLCALL xmlXPathCastStringToBoolean (const xmlChar * val); XMLPUBFUN int XMLCALL xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns); XMLPUBFUN int XMLCALL xmlXPathCastToBoolean (xmlXPathObjectPtr val); XMLPUBFUN double XMLCALL xmlXPathCastBooleanToNumber (int val); XMLPUBFUN double XMLCALL xmlXPathCastStringToNumber (const xmlChar * val); XMLPUBFUN double XMLCALL xmlXPathCastNodeToNumber (xmlNodePtr node); XMLPUBFUN double XMLCALL xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns); XMLPUBFUN double XMLCALL xmlXPathCastToNumber (xmlXPathObjectPtr val); XMLPUBFUN xmlChar * XMLCALL xmlXPathCastBooleanToString (int val); XMLPUBFUN xmlChar * XMLCALL xmlXPathCastNumberToString (double val); XMLPUBFUN xmlChar * XMLCALL xmlXPathCastNodeToString (xmlNodePtr node); XMLPUBFUN xmlChar * XMLCALL xmlXPathCastNodeSetToString (xmlNodeSetPtr ns); XMLPUBFUN xmlChar * XMLCALL xmlXPathCastToString (xmlXPathObjectPtr val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathConvertBoolean (xmlXPathObjectPtr val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathConvertNumber (xmlXPathObjectPtr val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathConvertString (xmlXPathObjectPtr val); /** * Context handling. */ XMLPUBFUN xmlXPathContextPtr XMLCALL xmlXPathNewContext (xmlDocPtr doc); XMLPUBFUN void XMLCALL xmlXPathFreeContext (xmlXPathContextPtr ctxt); /** * Evaluation functions. */ XMLPUBFUN long XMLCALL xmlXPathOrderDocElems (xmlDocPtr doc); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathEval (const xmlChar *str, xmlXPathContextPtr ctx); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathEvalExpression (const xmlChar *str, xmlXPathContextPtr ctxt); XMLPUBFUN int XMLCALL xmlXPathEvalPredicate (xmlXPathContextPtr ctxt, xmlXPathObjectPtr res); /** * Separate compilation/evaluation entry points. */ XMLPUBFUN xmlXPathCompExprPtr XMLCALL xmlXPathCompile (const xmlChar *str); XMLPUBFUN xmlXPathCompExprPtr XMLCALL xmlXPathCtxtCompile (xmlXPathContextPtr ctxt, const xmlChar *str); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathCompiledEval (xmlXPathCompExprPtr comp, xmlXPathContextPtr ctx); XMLPUBFUN void XMLCALL xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp); #endif /* LIBXML_XPATH_ENABLED */ #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) XMLPUBFUN void XMLCALL xmlXPathInit(void); XMLPUBFUN int XMLCALL xmlXPathIsNaN (double val); XMLPUBFUN int XMLCALL xmlXPathIsInf (double val); #ifdef __cplusplus } #endif #endif /* LIBXML_XPATH_ENABLED or LIBXML_SCHEMAS_ENABLED*/ #endif /* ! __XML_XPATH_H__ */ ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xpathInternals.h��������������������������������������������0000644�0001750�0001750�00000045127�13032736614�020313� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: internal interfaces for XML Path Language implementation * Description: internal interfaces for XML Path Language implementation * used to build new modules on top of XPath like XPointer and * XSLT * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XPATH_INTERNALS_H__ #define __XML_XPATH_INTERNALS_H__ #include <libxml/xmlversion.h> #include <libxml/xpath.h> #ifdef LIBXML_XPATH_ENABLED #ifdef __cplusplus extern "C" { #endif /************************************************************************ * * * Helpers * * * ************************************************************************/ /* * Many of these macros may later turn into functions. They * shouldn't be used in #ifdef's preprocessor instructions. */ /** * xmlXPathSetError: * @ctxt: an XPath parser context * @err: an xmlXPathError code * * Raises an error. */ #define xmlXPathSetError(ctxt, err) \ { xmlXPatherror((ctxt), __FILE__, __LINE__, (err)); \ if ((ctxt) != NULL) (ctxt)->error = (err); } /** * xmlXPathSetArityError: * @ctxt: an XPath parser context * * Raises an XPATH_INVALID_ARITY error. */ #define xmlXPathSetArityError(ctxt) \ xmlXPathSetError((ctxt), XPATH_INVALID_ARITY) /** * xmlXPathSetTypeError: * @ctxt: an XPath parser context * * Raises an XPATH_INVALID_TYPE error. */ #define xmlXPathSetTypeError(ctxt) \ xmlXPathSetError((ctxt), XPATH_INVALID_TYPE) /** * xmlXPathGetError: * @ctxt: an XPath parser context * * Get the error code of an XPath context. * * Returns the context error. */ #define xmlXPathGetError(ctxt) ((ctxt)->error) /** * xmlXPathCheckError: * @ctxt: an XPath parser context * * Check if an XPath error was raised. * * Returns true if an error has been raised, false otherwise. */ #define xmlXPathCheckError(ctxt) ((ctxt)->error != XPATH_EXPRESSION_OK) /** * xmlXPathGetDocument: * @ctxt: an XPath parser context * * Get the document of an XPath context. * * Returns the context document. */ #define xmlXPathGetDocument(ctxt) ((ctxt)->context->doc) /** * xmlXPathGetContextNode: * @ctxt: an XPath parser context * * Get the context node of an XPath context. * * Returns the context node. */ #define xmlXPathGetContextNode(ctxt) ((ctxt)->context->node) XMLPUBFUN int XMLCALL xmlXPathPopBoolean (xmlXPathParserContextPtr ctxt); XMLPUBFUN double XMLCALL xmlXPathPopNumber (xmlXPathParserContextPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlXPathPopString (xmlXPathParserContextPtr ctxt); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathPopNodeSet (xmlXPathParserContextPtr ctxt); XMLPUBFUN void * XMLCALL xmlXPathPopExternal (xmlXPathParserContextPtr ctxt); /** * xmlXPathReturnBoolean: * @ctxt: an XPath parser context * @val: a boolean * * Pushes the boolean @val on the context stack. */ #define xmlXPathReturnBoolean(ctxt, val) \ valuePush((ctxt), xmlXPathNewBoolean(val)) /** * xmlXPathReturnTrue: * @ctxt: an XPath parser context * * Pushes true on the context stack. */ #define xmlXPathReturnTrue(ctxt) xmlXPathReturnBoolean((ctxt), 1) /** * xmlXPathReturnFalse: * @ctxt: an XPath parser context * * Pushes false on the context stack. */ #define xmlXPathReturnFalse(ctxt) xmlXPathReturnBoolean((ctxt), 0) /** * xmlXPathReturnNumber: * @ctxt: an XPath parser context * @val: a double * * Pushes the double @val on the context stack. */ #define xmlXPathReturnNumber(ctxt, val) \ valuePush((ctxt), xmlXPathNewFloat(val)) /** * xmlXPathReturnString: * @ctxt: an XPath parser context * @str: a string * * Pushes the string @str on the context stack. */ #define xmlXPathReturnString(ctxt, str) \ valuePush((ctxt), xmlXPathWrapString(str)) /** * xmlXPathReturnEmptyString: * @ctxt: an XPath parser context * * Pushes an empty string on the stack. */ #define xmlXPathReturnEmptyString(ctxt) \ valuePush((ctxt), xmlXPathNewCString("")) /** * xmlXPathReturnNodeSet: * @ctxt: an XPath parser context * @ns: a node-set * * Pushes the node-set @ns on the context stack. */ #define xmlXPathReturnNodeSet(ctxt, ns) \ valuePush((ctxt), xmlXPathWrapNodeSet(ns)) /** * xmlXPathReturnEmptyNodeSet: * @ctxt: an XPath parser context * * Pushes an empty node-set on the context stack. */ #define xmlXPathReturnEmptyNodeSet(ctxt) \ valuePush((ctxt), xmlXPathNewNodeSet(NULL)) /** * xmlXPathReturnExternal: * @ctxt: an XPath parser context * @val: user data * * Pushes user data on the context stack. */ #define xmlXPathReturnExternal(ctxt, val) \ valuePush((ctxt), xmlXPathWrapExternal(val)) /** * xmlXPathStackIsNodeSet: * @ctxt: an XPath parser context * * Check if the current value on the XPath stack is a node set or * an XSLT value tree. * * Returns true if the current object on the stack is a node-set. */ #define xmlXPathStackIsNodeSet(ctxt) \ (((ctxt)->value != NULL) \ && (((ctxt)->value->type == XPATH_NODESET) \ || ((ctxt)->value->type == XPATH_XSLT_TREE))) /** * xmlXPathStackIsExternal: * @ctxt: an XPath parser context * * Checks if the current value on the XPath stack is an external * object. * * Returns true if the current object on the stack is an external * object. */ #define xmlXPathStackIsExternal(ctxt) \ ((ctxt->value != NULL) && (ctxt->value->type == XPATH_USERS)) /** * xmlXPathEmptyNodeSet: * @ns: a node-set * * Empties a node-set. */ #define xmlXPathEmptyNodeSet(ns) \ { while ((ns)->nodeNr > 0) (ns)->nodeTab[(ns)->nodeNr--] = NULL; } /** * CHECK_ERROR: * * Macro to return from the function if an XPath error was detected. */ #define CHECK_ERROR \ if (ctxt->error != XPATH_EXPRESSION_OK) return /** * CHECK_ERROR0: * * Macro to return 0 from the function if an XPath error was detected. */ #define CHECK_ERROR0 \ if (ctxt->error != XPATH_EXPRESSION_OK) return(0) /** * XP_ERROR: * @X: the error code * * Macro to raise an XPath error and return. */ #define XP_ERROR(X) \ { xmlXPathErr(ctxt, X); return; } /** * XP_ERROR0: * @X: the error code * * Macro to raise an XPath error and return 0. */ #define XP_ERROR0(X) \ { xmlXPathErr(ctxt, X); return(0); } /** * CHECK_TYPE: * @typeval: the XPath type * * Macro to check that the value on top of the XPath stack is of a given * type. */ #define CHECK_TYPE(typeval) \ if ((ctxt->value == NULL) || (ctxt->value->type != typeval)) \ XP_ERROR(XPATH_INVALID_TYPE) /** * CHECK_TYPE0: * @typeval: the XPath type * * Macro to check that the value on top of the XPath stack is of a given * type. Return(0) in case of failure */ #define CHECK_TYPE0(typeval) \ if ((ctxt->value == NULL) || (ctxt->value->type != typeval)) \ XP_ERROR0(XPATH_INVALID_TYPE) /** * CHECK_ARITY: * @x: the number of expected args * * Macro to check that the number of args passed to an XPath function matches. */ #define CHECK_ARITY(x) \ if (ctxt == NULL) return; \ if (nargs != (x)) \ XP_ERROR(XPATH_INVALID_ARITY); /** * CAST_TO_STRING: * * Macro to try to cast the value on the top of the XPath stack to a string. */ #define CAST_TO_STRING \ if ((ctxt->value != NULL) && (ctxt->value->type != XPATH_STRING)) \ xmlXPathStringFunction(ctxt, 1); /** * CAST_TO_NUMBER: * * Macro to try to cast the value on the top of the XPath stack to a number. */ #define CAST_TO_NUMBER \ if ((ctxt->value != NULL) && (ctxt->value->type != XPATH_NUMBER)) \ xmlXPathNumberFunction(ctxt, 1); /** * CAST_TO_BOOLEAN: * * Macro to try to cast the value on the top of the XPath stack to a boolean. */ #define CAST_TO_BOOLEAN \ if ((ctxt->value != NULL) && (ctxt->value->type != XPATH_BOOLEAN)) \ xmlXPathBooleanFunction(ctxt, 1); /* * Variable Lookup forwarding. */ XMLPUBFUN void XMLCALL xmlXPathRegisterVariableLookup (xmlXPathContextPtr ctxt, xmlXPathVariableLookupFunc f, void *data); /* * Function Lookup forwarding. */ XMLPUBFUN void XMLCALL xmlXPathRegisterFuncLookup (xmlXPathContextPtr ctxt, xmlXPathFuncLookupFunc f, void *funcCtxt); /* * Error reporting. */ XMLPUBFUN void XMLCALL xmlXPatherror (xmlXPathParserContextPtr ctxt, const char *file, int line, int no); XMLPUBFUN void XMLCALL xmlXPathErr (xmlXPathParserContextPtr ctxt, int error); #ifdef LIBXML_DEBUG_ENABLED XMLPUBFUN void XMLCALL xmlXPathDebugDumpObject (FILE *output, xmlXPathObjectPtr cur, int depth); XMLPUBFUN void XMLCALL xmlXPathDebugDumpCompExpr(FILE *output, xmlXPathCompExprPtr comp, int depth); #endif /** * NodeSet handling. */ XMLPUBFUN int XMLCALL xmlXPathNodeSetContains (xmlNodeSetPtr cur, xmlNodePtr val); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathDistinctSorted (xmlNodeSetPtr nodes); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathDistinct (xmlNodeSetPtr nodes); XMLPUBFUN int XMLCALL xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes, xmlNodePtr node); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathNodeLeading (xmlNodeSetPtr nodes, xmlNodePtr node); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes, xmlNodePtr node); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathNodeTrailing (xmlNodeSetPtr nodes, xmlNodePtr node); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2); /** * Extending a context. */ XMLPUBFUN int XMLCALL xmlXPathRegisterNs (xmlXPathContextPtr ctxt, const xmlChar *prefix, const xmlChar *ns_uri); XMLPUBFUN const xmlChar * XMLCALL xmlXPathNsLookup (xmlXPathContextPtr ctxt, const xmlChar *prefix); XMLPUBFUN void XMLCALL xmlXPathRegisteredNsCleanup (xmlXPathContextPtr ctxt); XMLPUBFUN int XMLCALL xmlXPathRegisterFunc (xmlXPathContextPtr ctxt, const xmlChar *name, xmlXPathFunction f); XMLPUBFUN int XMLCALL xmlXPathRegisterFuncNS (xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathFunction f); XMLPUBFUN int XMLCALL xmlXPathRegisterVariable (xmlXPathContextPtr ctxt, const xmlChar *name, xmlXPathObjectPtr value); XMLPUBFUN int XMLCALL xmlXPathRegisterVariableNS (xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathObjectPtr value); XMLPUBFUN xmlXPathFunction XMLCALL xmlXPathFunctionLookup (xmlXPathContextPtr ctxt, const xmlChar *name); XMLPUBFUN xmlXPathFunction XMLCALL xmlXPathFunctionLookupNS (xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri); XMLPUBFUN void XMLCALL xmlXPathRegisteredFuncsCleanup (xmlXPathContextPtr ctxt); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathVariableLookup (xmlXPathContextPtr ctxt, const xmlChar *name); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathVariableLookupNS (xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri); XMLPUBFUN void XMLCALL xmlXPathRegisteredVariablesCleanup(xmlXPathContextPtr ctxt); /** * Utilities to extend XPath. */ XMLPUBFUN xmlXPathParserContextPtr XMLCALL xmlXPathNewParserContext(const xmlChar *str,xmlXPathContextPtr ctxt); XMLPUBFUN void XMLCALL xmlXPathFreeParserContext(xmlXPathParserContextPtr ctxt); /* TODO: remap to xmlXPathValuePop and Push. */ XMLPUBFUN xmlXPathObjectPtr XMLCALL valuePop(xmlXPathParserContextPtr ctxt); XMLPUBFUN int XMLCALL valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathNewString(const xmlChar *val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathNewCString (const char *val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathWrapString(xmlChar *val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathWrapCString(char * val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathNewFloat(double val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathNewBoolean(int val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathNewNodeSet(xmlNodePtr val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathNewValueTree(xmlNodePtr val); XMLPUBFUN void XMLCALL xmlXPathNodeSetAdd(xmlNodeSetPtr cur, xmlNodePtr val); XMLPUBFUN void XMLCALL xmlXPathNodeSetAddUnique (xmlNodeSetPtr cur,xmlNodePtr val); XMLPUBFUN void XMLCALL xmlXPathNodeSetAddNs (xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns); XMLPUBFUN void XMLCALL xmlXPathNodeSetSort(xmlNodeSetPtr set); XMLPUBFUN void XMLCALL xmlXPathRoot(xmlXPathParserContextPtr ctxt); XMLPUBFUN void XMLCALL xmlXPathEvalExpr(xmlXPathParserContextPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlXPathParseName(xmlXPathParserContextPtr ctxt); XMLPUBFUN xmlChar * XMLCALL xmlXPathParseNCName(xmlXPathParserContextPtr ctxt); /* * Existing functions. */ XMLPUBFUN double XMLCALL xmlXPathStringEvalNumber(const xmlChar *str); XMLPUBFUN int XMLCALL xmlXPathEvaluatePredicateResult (xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr res); XMLPUBFUN void XMLCALL xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt); XMLPUBFUN xmlNodeSetPtr XMLCALL xmlXPathNodeSetMerge(xmlNodeSetPtr val1, xmlNodeSetPtr val2); XMLPUBFUN void XMLCALL xmlXPathNodeSetDel(xmlNodeSetPtr cur, xmlNodePtr val); XMLPUBFUN void XMLCALL xmlXPathNodeSetRemove (xmlNodeSetPtr cur, int val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathNewNodeSetList (xmlNodeSetPtr val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathWrapNodeSet (xmlNodeSetPtr val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPathWrapExternal (void *val); XMLPUBFUN int XMLCALL xmlXPathEqualValues(xmlXPathParserContextPtr ctxt); XMLPUBFUN int XMLCALL xmlXPathNotEqualValues(xmlXPathParserContextPtr ctxt); XMLPUBFUN int XMLCALL xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict); XMLPUBFUN void XMLCALL xmlXPathValueFlipSign(xmlXPathParserContextPtr ctxt); XMLPUBFUN void XMLCALL xmlXPathAddValues(xmlXPathParserContextPtr ctxt); XMLPUBFUN void XMLCALL xmlXPathSubValues(xmlXPathParserContextPtr ctxt); XMLPUBFUN void XMLCALL xmlXPathMultValues(xmlXPathParserContextPtr ctxt); XMLPUBFUN void XMLCALL xmlXPathDivValues(xmlXPathParserContextPtr ctxt); XMLPUBFUN void XMLCALL xmlXPathModValues(xmlXPathParserContextPtr ctxt); XMLPUBFUN int XMLCALL xmlXPathIsNodeType(const xmlChar *name); /* * Some of the axis navigation routines. */ XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextSelf(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextChild(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextParent(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextFollowingSibling(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextPreceding(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextPrecedingSibling(xmlXPathParserContextPtr ctxt,xmlNodePtr cur); /* * The official core of XPath functions. */ XMLPUBFUN void XMLCALL xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN void XMLCALL xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs); /** * Really internal functions */ XMLPUBFUN void XMLCALL xmlXPathNodeSetFreeNs(xmlNsPtr ns); #ifdef __cplusplus } #endif #endif /* LIBXML_XPATH_ENABLED */ #endif /* ! __XML_XPATH_INTERNALS_H__ */ �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/winsrc/include/libxml/xpointer.h��������������������������������������������������0000644�0001750�0001750�00000006012�13032736614�017145� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * Summary: API to handle XML Pointers * Description: API to handle XML Pointers * Base implementation was made accordingly to * W3C Candidate Recommendation 7 June 2000 * http://www.w3.org/TR/2000/CR-xptr-20000607 * * Added support for the element() scheme described in: * W3C Proposed Recommendation 13 November 2002 * http://www.w3.org/TR/2002/PR-xptr-element-20021113/ * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XPTR_H__ #define __XML_XPTR_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_XPTR_ENABLED #include <libxml/tree.h> #include <libxml/xpath.h> #ifdef __cplusplus extern "C" { #endif /* * A Location Set */ typedef struct _xmlLocationSet xmlLocationSet; typedef xmlLocationSet *xmlLocationSetPtr; struct _xmlLocationSet { int locNr; /* number of locations in the set */ int locMax; /* size of the array as allocated */ xmlXPathObjectPtr *locTab;/* array of locations */ }; /* * Handling of location sets. */ XMLPUBFUN xmlLocationSetPtr XMLCALL xmlXPtrLocationSetCreate(xmlXPathObjectPtr val); XMLPUBFUN void XMLCALL xmlXPtrFreeLocationSet(xmlLocationSetPtr obj); XMLPUBFUN xmlLocationSetPtr XMLCALL xmlXPtrLocationSetMerge(xmlLocationSetPtr val1,xmlLocationSetPtr val2); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewRange(xmlNodePtr start,int startindex,xmlNodePtr end,int endindex); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewRangePoints(xmlXPathObjectPtr start,xmlXPathObjectPtr end); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewRangeNodePoint(xmlNodePtr start, xmlXPathObjectPtr end); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewRangePointNode(xmlXPathObjectPtr start, xmlNodePtr end); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewRangeNodes(xmlNodePtr start,xmlNodePtr end); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewLocationSetNodes(xmlNodePtr start,xmlNodePtr end); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewRangeNodeObject(xmlNodePtr start, xmlXPathObjectPtr end); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrNewCollapsedRange(xmlNodePtr start); XMLPUBFUN void XMLCALL xmlXPtrLocationSetAdd(xmlLocationSetPtr cur,xmlXPathObjectPtr val); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrWrapLocationSet(xmlLocationSetPtr val); XMLPUBFUN void XMLCALL xmlXPtrLocationSetDel(xmlLocationSetPtr cur,xmlXPathObjectPtr val); XMLPUBFUN void XMLCALL xmlXPtrLocationSetRemove (xmlLocationSetPtr cur,int val); /* * Functions. */ XMLPUBFUN xmlXPathContextPtr XMLCALL xmlXPtrNewContext(xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin); XMLPUBFUN xmlXPathObjectPtr XMLCALL xmlXPtrEval(const xmlChar *str, xmlXPathContextPtr ctx); XMLPUBFUN void XMLCALL xmlXPtrRangeToFunction (xmlXPathParserContextPtr ctxt, int nargs); XMLPUBFUN xmlNodePtr XMLCALL xmlXPtrBuildNodeList(xmlXPathObjectPtr obj); XMLPUBFUN void XMLCALL xmlXPtrEvalRangePredicate(xmlXPathParserContextPtr ctxt); #ifdef __cplusplus } #endif #endif /* LIBXML_XPTR_ENABLED */ #endif /* __XML_XPTR_H__ */ ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/tools/����������������������������������������������������������������������������0000755�0001750�0001750�00000000000�13140350304�012112� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/tools/Makefile.am�����������������������������������������������������������������0000644�0001750�0001750�00000001226�13032736614�014103� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������noinst_PROGRAMS=generate-api-docs generate_api_docs_SOURCES=generate-api-docs.c APIBUILD_STAMP=$(srcdir)/.stamp EXTRA_DIST = $(APIBUILD_STAMP) doc_generated_files = \ $(top_builddir)/docs/api-reference.html.in \ $(top_builddir)/docs/dev-api-reference.html.in $(NULL) $(doc_generated_files): $(APIBUILD_STAMP) $(APIBUILD_STAMP): generate-api-docs ./generate-api-docs $(top_srcdir)/src/libvirt-php.c ../docs/api-reference.html.in ./generate-api-docs --private $(top_srcdir)/src/libvirt-php.c ../docs/dev-api-reference.html.in touch $@ CLEANFILES = $(doc_generated_files) maintainer-clean-local: rm -rf $(APIBUILD_STAMP) all-am: $(APIBUILD_STAMP) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/tools/Makefile.in�����������������������������������������������������������������0000644�0001750�0001750�00000045147�13140350244�014115� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ noinst_PROGRAMS = generate-api-docs$(EXEEXT) subdir = tools ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/virt-php-confdir.m4 \ $(top_srcdir)/m4/virt-php-extension.m4 \ $(top_srcdir)/m4/virt-php-extensiondir.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) am_generate_api_docs_OBJECTS = generate-api-docs.$(OBJEXT) generate_api_docs_OBJECTS = $(am_generate_api_docs_OBJECTS) generate_api_docs_LDADD = $(LDADD) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(generate_api_docs_SOURCES) DIST_SOURCES = $(generate_api_docs_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HTML_DIR = @HTML_DIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@ LIBVIRT_LIBS = @LIBVIRT_LIBS@ LIBXML_CFLAGS = @LIBXML_CFLAGS@ LIBXML_LIBS = @LIBXML_LIBS@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PHPCONFIG = @PHPCONFIG@ PHPIZE = @PHPIZE@ PHP_CFLAGS = @PHP_CFLAGS@ PHP_LDFLAGS = @PHP_LDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ QEMU_CFLAGS = @QEMU_CFLAGS@ QEMU_LIBS = @QEMU_LIBS@ RANLIB = @RANLIB@ RM = @RM@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SHLIB_FLAGS = @SHLIB_FLAGS@ STRIP = @STRIP@ VERSION = @VERSION@ VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@ WL = @WL@ XMLCATALOG = @XMLCATALOG@ XMLLINT = @XMLLINT@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ confdir = @confdir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ extensiondir = @extensiondir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ phpbinary = @phpbinary@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ generate_api_docs_SOURCES = generate-api-docs.c APIBUILD_STAMP = $(srcdir)/.stamp EXTRA_DIST = $(APIBUILD_STAMP) doc_generated_files = \ $(top_builddir)/docs/api-reference.html.in \ $(top_builddir)/docs/dev-api-reference.html.in CLEANFILES = $(doc_generated_files) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu tools/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list generate-api-docs$(EXEEXT): $(generate_api_docs_OBJECTS) $(generate_api_docs_DEPENDENCIES) $(EXTRA_generate_api_docs_DEPENDENCIES) @rm -f generate-api-docs$(EXEEXT) $(AM_V_CCLD)$(LINK) $(generate_api_docs_OBJECTS) $(generate_api_docs_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate-api-docs.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic \ maintainer-clean-local mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic maintainer-clean-local mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile $(NULL) $(doc_generated_files): $(APIBUILD_STAMP) $(APIBUILD_STAMP): generate-api-docs ./generate-api-docs $(top_srcdir)/src/libvirt-php.c ../docs/api-reference.html.in ./generate-api-docs --private $(top_srcdir)/src/libvirt-php.c ../docs/dev-api-reference.html.in touch $@ maintainer-clean-local: rm -rf $(APIBUILD_STAMP) all-am: $(APIBUILD_STAMP) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/tools/generate-api-docs.c���������������������������������������������������������0000644�0001750�0001750�00000023037�13032736614�015506� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <stdbool.h> typedef struct func_t { char *name; int private; char *desc; char *version; int num_args; char **args; char *returns; } func_t; func_t *functions = NULL; void bail_error(const char *fmt, ...) { va_list ap; char tmp[64] = { 0 }; va_start(ap, fmt); vsnprintf(tmp, sizeof(tmp), fmt, ap); va_end(ap); fprintf(stderr, "Error: %s\n", tmp); exit(1); } char *ltrim_string(char *str) { /* Skip initial comment indentation */ if (strncmp(str, " * ", 3) == 0) str += 3; /* Now skip spaces */ while (*str == ' ') str++; /* TABs are not acceptable! */ if (*str == '\t') bail_error("Indent with spaces, not TABs"); return str; } void parse_comment(char *line, int func_num, int *arg_num) { char *ltrimmed = ltrim_string(line); if (strncmp(ltrimmed, "Function name:", 14) == 0) { functions[func_num].name = strdup( ltrim_string( ltrimmed + 14) ); functions[func_num].private = 0; } else if (strncmp(ltrimmed, "Private function name:", 22) == 0) { functions[func_num].name = strdup( ltrim_string( ltrimmed + 22) ); functions[func_num].private = 1; } else if (strncmp(ltrimmed, "Since version:", 14) == 0) { functions[func_num].version = strdup( ltrim_string( ltrimmed + 14) ); } else if (strncmp(ltrimmed, "Description:", 12) == 0) { functions[func_num].desc = strdup( ltrim_string( ltrimmed + 12) ); } else if (strncmp(ltrimmed, "Arguments:", 10) == 0) { char *str = ltrim_string(ltrimmed + 11); if (arg_num == NULL) return; functions[func_num].num_args = 1; functions[func_num].args = malloc( sizeof(char *) ); functions[func_num].args[0] = malloc( (strlen(str) + 1) * sizeof(char) ); strcpy(functions[func_num].args[0], str); *arg_num = 1; } else if (strncmp(ltrimmed, "Returns:", 8) == 0) { char *str = ltrim_string(ltrimmed + 7); functions[func_num].returns = malloc( (strlen(str) + 1) * sizeof(char)); strcpy(functions[func_num].returns, str); } else if ((arg_num != NULL) && (*arg_num > 0)) { functions[func_num].num_args++; functions[func_num].args = realloc( functions[func_num].args, functions[func_num].num_args * sizeof(char *)); functions[func_num].args[functions[func_num].num_args-1] = malloc((strlen(ltrimmed) + 1) * sizeof(char) ); strcpy(functions[func_num].args[functions[func_num].num_args-1], ltrimmed); *arg_num = *arg_num + 1; } } char *get_lpart(char *str) { if (!str || strcmp(str, "None") == 0) return str; char *new = strdup(str); char *tmp = strchr(str, ':'); if (!tmp) return str; new[ strlen(new) - strlen(tmp) ] = 0; return new; } char *get_rpart(char *str) { if (!str || strcmp(str, "None") == 0) return str; char *tmp = strchr(str, ':'); if (!tmp) return str; return (++tmp); } void free_functions(int function_number) { int i, j; for (i = 0; i <= function_number; i++) { for (j = 0; j < functions[i].num_args; j++) free(functions[i].args[j]); free(functions[i].name); free(functions[i].desc); free(functions[i].returns); } free(functions); } int count_functions(int num_funcs, int private) { int i, num = 0; for (i = 0; i < num_funcs; i++) if ((functions[i].name != NULL) && (functions[i].private == private)) num++; return num; } int main(int argc, char *argv[]) { char line[1024] = { 0 }; bool in_comment = false; int function_number = -1; int arg_number = 0; int private = 0; int idx = 1; int i, j; FILE *fp; if (argc < 3) { fprintf(stderr, "Syntax: %s [-p|--private] source-file output-in-file\n", argv[0]); return 1; } if ((strcmp(argv[1], "-p") == 0) || (strcmp(argv[1], "--private") == 0)) { if (argc < 4) { fprintf(stderr, "Syntax: %s [-p|--private] source-file output-in-file\n", argv[0]); return 1; } private = 1; idx++; } if (access(argv[idx], R_OK) != 0) bail_error("Cannot open file %s", argv[1]); if (!(functions = (func_t *)malloc(sizeof(func_t)))) bail_error("Out of memory"); if (!(fp = fopen(argv[idx], "r"))) bail_error("Error while opening %s", argv[1]); while (true) { memset(line, 0, sizeof(line)); if (!fgets(line, sizeof(line), fp)) { if (feof(fp)) break; bail_error("Unable to read form %s", argv[1]); } /* Strip new line characters */ if (line[strlen(line) - 1] == '\n') line[strlen(line) - 1] = 0; if (strcmp(line, "/*") == 0) { function_number++; in_comment = 1; if (!(functions = (func_t *) realloc(functions, sizeof(func_t) * (function_number + 1)))) bail_error("Out of memory"); functions[function_number].name = NULL; functions[function_number].num_args = 0; } else { if (strcmp(line, " */") == 0) in_comment = 0; else if (in_comment) parse_comment(line, function_number, &arg_number); } } fclose(fp); if (!(fp = fopen(argv[idx+1], "w"))) { free_functions(function_number); bail_error("Cannot write %s", argv[2]); } fprintf(fp, "<?xml version=\"1.0\"?>\n<html>\n <body>\n"); fprintf(fp,"<h1>%s API Reference guide</h1>\n\n <h3>Functions</h3>\n\n <!-- Links -->\n", (private == 0) ? "PHP" : "Developer's"); fprintf(fp, "<pre>Total number of functions: %d. Functions supported are:<br /><br />\n", count_functions(function_number, private)); for (i = 0; i <= function_number; i++) { if ((functions[i].name != NULL) && (functions[i].private == private)) { fprintf(fp, "\t<code class=\"docref\">%s</code>(", functions[i].name); for (j = 0; j < functions[i].num_args; j++) { if (strcmp(functions[i].args[j], "None") != 0) { char *new = get_lpart(functions[i].args[j]); char *part; int decrement; if (new[0] == '@') new++; part = strchr(new, ' '); decrement = (part != NULL) ? strlen( part ) : 0; if (j > 0) fprintf(fp, ", "); new[ strlen(new) - decrement ] = 0; fprintf(fp, "$%s", new); } } fprintf(fp, ")<br />\n"); } } fprintf(fp, "</pre>\n"); for (i = 0; i <= function_number; i++) { if ((functions[i].name != NULL) && (functions[i].private == private)) { fprintf(fp, "<h3><a name=\"%s\"><code>%s</code></a></h3>\n", functions[i].name, functions[i].name); fprintf(fp, "<pre class=\"programlisting\">%s(", functions[i].name); for (j = 0; j < functions[i].num_args; j++) { if (strcmp(functions[i].args[j], "None") != 0) { char *new = get_lpart(functions[i].args[j]); char *part; int decrement; if (new[0] == '@') new++; part = strchr(new, ' '); decrement = (part != NULL) ? strlen( part ) : 0; if (j > 0) fprintf(fp, ", "); new[ strlen(new) - decrement ] = 0; fprintf(fp, "$%s", new); } } fprintf(fp, ")</pre>\n"); fprintf(fp, "<p>[Since version %s]</p>\n", functions[i].version); fprintf(fp, "<p>%s.</p>", functions[i].desc); fprintf(fp, "<div class=\"variablelist\">\n"); fprintf(fp, "\t<table border=\"0\">\n"); fprintf(fp, "\t\t<col align=\"left\" />\n"); fprintf(fp, "\t\t<tbody>\n"); for (j = 0; j < functions[i].num_args; j++) { if (strcmp(functions[i].args[j], "None") != 0) { fprintf(fp, "\t\t <tr>\n"); fprintf(fp, "\t\t <td>\n"); fprintf(fp, "\t\t\t<span class=\"term\"><i><tt>%s</tt></i>:</span>\n", get_lpart(functions[i].args[j]) ); fprintf(fp, "\t\t </td>\n"); fprintf(fp, "\t\t <td>\n"); fprintf(fp, "\t\t\t%s\n", get_rpart(functions[i].args[j])); fprintf(fp, "\t\t </td>\n"); fprintf(fp, "\t\t </tr>\n"); } } fprintf(fp, "\t\t <tr>\n"); fprintf(fp, "\t\t <td>\n"); fprintf(fp, "\t\t\t<span class=\"term\"><i><tt>Returns</tt></i>:</span>\n"); fprintf(fp, "\t\t </td>\n"); fprintf(fp, "\t\t <td>\n"); fprintf(fp, "\t\t\t%s\n", functions[i].returns); fprintf(fp, "\t\t </td>\n"); fprintf(fp, "\t\t </tr>\n"); fprintf(fp, "\t\t</tbody>\n"); fprintf(fp, "\t</table>\n"); fprintf(fp, "</div>\n"); } } fclose(fp); free_functions(function_number); printf("Documentation has been generated successfully\n"); return 0; } �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/tools/.stamp����������������������������������������������������������������������0000644�0001750�0001750�00000000000�13140350266�013154� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/depcomp���������������������������������������������������������������������������0000755�0001750�0001750�00000056016�13140350244�012262� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>. case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to <bug-automake@gnu.org>. EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/������������������������������������������������������������������������������0000755�0001750�0001750�00000000000�13140350305�011542� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/Makefile.am�������������������������������������������������������������������0000644�0001750�0001750�00000001520�13140330111�013505� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������WL=@WL@ SHLIB_FLAGS=@SHLIB_FLAGS@ AM_CFLAGS = \ $(PHP_CFLAGS) $(LIBXML_CFLAGS) \ $(LIBVIRT_CFLAGS) $(QEMU_CFLAGS) \ -I$(top_srcdir)/winsrc AM_LDFLAGS = \ $(SHLIB_LDFLAGS) \ $(PHP_LDFLAGS) \ $(LIBXML_LIBS) \ $(LIBVIRT_LIBS) \ $(QEMU_LIBS) LIBVIRT_PHP_SYMBOL_FILE = \ $(srcdir)/libvirt_php.syms php_plugindir = $(extensiondir) php_plugin_LTLIBRARIES = libvirt-php.la libvirt_php_la_SOURCES = \ util.c util.h \ vncfunc.c vncfunc.h \ sockets.c sockets.h \ libvirt-php.c libvirt-php.h libvirt_php_la_CFLAGS = \ $(AM_CFLAGS) \ -DCOMPILE_DL_LIBVIRT=1 libvirt_php_la_LDFLAGS = \ $(VERSION_SCRIPT_FLAGS)$(LIBVIRT_PHP_SYMBOL_FILE) \ $(AM_LDFLAGS) \ -module \ -avoid-version \ -export-dynamic \ -shared php_confdir = $(confdir) php_conf_DATA = libvirt-php.ini EXTRA_DIST = $(php_conf_DATA) \ config.m4 \ $(LIBVIRT_PHP_SYMBOL_FILE) ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/Makefile.in�������������������������������������������������������������������0000644�0001750�0001750�00000065572�13140350244�013550� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/virt-php-confdir.m4 \ $(top_srcdir)/m4/virt-php-extension.m4 \ $(top_srcdir)/m4/virt-php-extensiondir.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(php_plugindir)" \ "$(DESTDIR)$(php_confdir)" LTLIBRARIES = $(php_plugin_LTLIBRARIES) libvirt_php_la_LIBADD = am_libvirt_php_la_OBJECTS = libvirt_php_la-util.lo \ libvirt_php_la-vncfunc.lo libvirt_php_la-sockets.lo \ libvirt_php_la-libvirt-php.lo libvirt_php_la_OBJECTS = $(am_libvirt_php_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libvirt_php_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(libvirt_php_la_CFLAGS) $(CFLAGS) $(libvirt_php_la_LDFLAGS) \ $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libvirt_php_la_SOURCES) DIST_SOURCES = $(libvirt_php_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(php_conf_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HTML_DIR = @HTML_DIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@ LIBVIRT_LIBS = @LIBVIRT_LIBS@ LIBXML_CFLAGS = @LIBXML_CFLAGS@ LIBXML_LIBS = @LIBXML_LIBS@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PHPCONFIG = @PHPCONFIG@ PHPIZE = @PHPIZE@ PHP_CFLAGS = @PHP_CFLAGS@ PHP_LDFLAGS = @PHP_LDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ QEMU_CFLAGS = @QEMU_CFLAGS@ QEMU_LIBS = @QEMU_LIBS@ RANLIB = @RANLIB@ RM = @RM@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SHLIB_FLAGS = @SHLIB_FLAGS@ STRIP = @STRIP@ VERSION = @VERSION@ VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@ WL = @WL@ XMLCATALOG = @XMLCATALOG@ XMLLINT = @XMLLINT@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ confdir = @confdir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ extensiondir = @extensiondir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ phpbinary = @phpbinary@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = \ $(PHP_CFLAGS) $(LIBXML_CFLAGS) \ $(LIBVIRT_CFLAGS) $(QEMU_CFLAGS) \ -I$(top_srcdir)/winsrc AM_LDFLAGS = \ $(SHLIB_LDFLAGS) \ $(PHP_LDFLAGS) \ $(LIBXML_LIBS) \ $(LIBVIRT_LIBS) \ $(QEMU_LIBS) LIBVIRT_PHP_SYMBOL_FILE = \ $(srcdir)/libvirt_php.syms php_plugindir = $(extensiondir) php_plugin_LTLIBRARIES = libvirt-php.la libvirt_php_la_SOURCES = \ util.c util.h \ vncfunc.c vncfunc.h \ sockets.c sockets.h \ libvirt-php.c libvirt-php.h libvirt_php_la_CFLAGS = \ $(AM_CFLAGS) \ -DCOMPILE_DL_LIBVIRT=1 libvirt_php_la_LDFLAGS = \ $(VERSION_SCRIPT_FLAGS)$(LIBVIRT_PHP_SYMBOL_FILE) \ $(AM_LDFLAGS) \ -module \ -avoid-version \ -export-dynamic \ -shared php_confdir = $(confdir) php_conf_DATA = libvirt-php.ini EXTRA_DIST = $(php_conf_DATA) \ config.m4 \ $(LIBVIRT_PHP_SYMBOL_FILE) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-php_pluginLTLIBRARIES: $(php_plugin_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(php_plugin_LTLIBRARIES)'; test -n "$(php_plugindir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(php_plugindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(php_plugindir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(php_plugindir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(php_plugindir)"; \ } uninstall-php_pluginLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(php_plugin_LTLIBRARIES)'; test -n "$(php_plugindir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(php_plugindir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(php_plugindir)/$$f"; \ done clean-php_pluginLTLIBRARIES: -test -z "$(php_plugin_LTLIBRARIES)" || rm -f $(php_plugin_LTLIBRARIES) @list='$(php_plugin_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libvirt-php.la: $(libvirt_php_la_OBJECTS) $(libvirt_php_la_DEPENDENCIES) $(EXTRA_libvirt_php_la_DEPENDENCIES) $(AM_V_CCLD)$(libvirt_php_la_LINK) -rpath $(php_plugindir) $(libvirt_php_la_OBJECTS) $(libvirt_php_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_php_la-libvirt-php.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_php_la-sockets.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_php_la-util.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_php_la-vncfunc.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< libvirt_php_la-util.lo: util.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_php_la_CFLAGS) $(CFLAGS) -MT libvirt_php_la-util.lo -MD -MP -MF $(DEPDIR)/libvirt_php_la-util.Tpo -c -o libvirt_php_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_php_la-util.Tpo $(DEPDIR)/libvirt_php_la-util.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='util.c' object='libvirt_php_la-util.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_php_la_CFLAGS) $(CFLAGS) -c -o libvirt_php_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c libvirt_php_la-vncfunc.lo: vncfunc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_php_la_CFLAGS) $(CFLAGS) -MT libvirt_php_la-vncfunc.lo -MD -MP -MF $(DEPDIR)/libvirt_php_la-vncfunc.Tpo -c -o libvirt_php_la-vncfunc.lo `test -f 'vncfunc.c' || echo '$(srcdir)/'`vncfunc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_php_la-vncfunc.Tpo $(DEPDIR)/libvirt_php_la-vncfunc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vncfunc.c' object='libvirt_php_la-vncfunc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_php_la_CFLAGS) $(CFLAGS) -c -o libvirt_php_la-vncfunc.lo `test -f 'vncfunc.c' || echo '$(srcdir)/'`vncfunc.c libvirt_php_la-sockets.lo: sockets.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_php_la_CFLAGS) $(CFLAGS) -MT libvirt_php_la-sockets.lo -MD -MP -MF $(DEPDIR)/libvirt_php_la-sockets.Tpo -c -o libvirt_php_la-sockets.lo `test -f 'sockets.c' || echo '$(srcdir)/'`sockets.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_php_la-sockets.Tpo $(DEPDIR)/libvirt_php_la-sockets.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sockets.c' object='libvirt_php_la-sockets.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_php_la_CFLAGS) $(CFLAGS) -c -o libvirt_php_la-sockets.lo `test -f 'sockets.c' || echo '$(srcdir)/'`sockets.c libvirt_php_la-libvirt-php.lo: libvirt-php.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_php_la_CFLAGS) $(CFLAGS) -MT libvirt_php_la-libvirt-php.lo -MD -MP -MF $(DEPDIR)/libvirt_php_la-libvirt-php.Tpo -c -o libvirt_php_la-libvirt-php.lo `test -f 'libvirt-php.c' || echo '$(srcdir)/'`libvirt-php.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_php_la-libvirt-php.Tpo $(DEPDIR)/libvirt_php_la-libvirt-php.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libvirt-php.c' object='libvirt_php_la-libvirt-php.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_php_la_CFLAGS) $(CFLAGS) -c -o libvirt_php_la-libvirt-php.lo `test -f 'libvirt-php.c' || echo '$(srcdir)/'`libvirt-php.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-php_confDATA: $(php_conf_DATA) @$(NORMAL_INSTALL) @list='$(php_conf_DATA)'; test -n "$(php_confdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(php_confdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(php_confdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(php_confdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(php_confdir)" || exit $$?; \ done uninstall-php_confDATA: @$(NORMAL_UNINSTALL) @list='$(php_conf_DATA)'; test -n "$(php_confdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(php_confdir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(DATA) installdirs: for dir in "$(DESTDIR)$(php_plugindir)" "$(DESTDIR)$(php_confdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-php_pluginLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-php_confDATA install-php_pluginLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-php_confDATA uninstall-php_pluginLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libtool clean-php_pluginLTLIBRARIES cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-php_confDATA install-php_pluginLTLIBRARIES install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-php_confDATA \ uninstall-php_pluginLTLIBRARIES .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: ��������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/util.c������������������������������������������������������������������������0000644�0001750�0001750�00000003110�13032736613�012610� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * util.c: common, generic utility functions * * See COPYING for the license of this software * * Written by: * Michal Privoznik <mprivozn@redhat.com> */ #include <config.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #include "util.h" int gdebug; /* * Private function name: get_datetime * Since version: 0.4.2 * Description: Function can be used to get date and time in the `YYYY-mm-dd HH:mm:ss` format, internally used for logging when debug logging is enabled using libvirt_set_logfile() API function. * Arguments: None * Returns: Date/time string in `YYYY-mm-dd HH:mm:ss` format */ static char * get_datetime(void) { /* Caution: Function cannot use DPRINTF() macro otherwise the neverending loop will be met! */ char *outstr = NULL; time_t t; struct tm *tmp; t = time(NULL); tmp = localtime(&t); if (tmp == NULL) return NULL; outstr = (char *)malloc(32 * sizeof(char)); if (strftime(outstr, 32, "%Y-%m-%d %H:%M:%S", tmp) == 0) return NULL; return outstr; } void debugPrint(const char *source, const char *fmt, ...) { char *datetime; va_list args; if (!gdebug) return; datetime = get_datetime(); fprintf(stderr, "[%s libvirt-php/%s ]: ", datetime, source); free(datetime); if (fmt) { va_start(args, fmt); vfprintf(stderr, fmt, args); va_end(args); } fprintf(stderr, "\n"); fflush(stderr); } void setDebug(int level) { gdebug = level; } ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/util.h������������������������������������������������������������������������0000644�0001750�0001750�00000004613�13123154064�012621� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * util.h: common, generic utility functions * * See COPYING for the license of this software * * Written by: * Michal Privoznik <mprivozn@redhat.com> */ #ifndef __UTIL_H__ # define __UTIL_H__ # include <stdint.h> # define DEBUG_SUPPORT # ifdef DEBUG_SUPPORT # define DEBUG_CORE # define DEBUG_VNC # endif # define DEBUG_INIT(source) \ static const char *debugSource = "" source "" # define DPRINTF(fmt, ...) \ debugPrint(debugSource, fmt, __VA_ARGS__) # define ARRAY_CARDINALITY(array) (sizeof(array) / sizeof(array[0])) # define IS_BIGENDIAN (*(uint16_t *)"\0\xff" < 0x100) # define SWAP2_BY_ENDIAN(le, v1, v2) \ (((le && IS_BIGENDIAN) || (!le && !IS_BIGENDIAN)) ? ((v2 << 8) + v1) : ((v1 << 8) + v2)) # define PUT2_BYTE_ENDIAN(le, val, v1, v2) \ do { \ if ((le && IS_BIGENDIAN) || (!le && !IS_BIGENDIAN)) { \ v2 = val >> 8; \ v1 = val % 256; \ } else { \ v1 = val >> 8; \ v2 = val % 256; \ } \ } while (0) # define SWAP2_BYTES_ENDIAN(le, a, b) \ do { \ if ((le && IS_BIGENDIAN) || (!le && !IS_BIGENDIAN)) { \ uint8_t _tmpval; \ _tmpval = a; \ a = b; \ b = _tmpval; \ } \ } while (0) # define UINT32STR(var, val) \ var[0] = (val >> 24) & 0xff; \ var[1] = (val >> 16) & 0xff; \ var[2] = (val >> 8) & 0xff; \ var[3] = (val ) & 0xff; # define GETUINT32(var) \ (uint32_t)(((uint32_t)var[0] << 24) + \ ((uint32_t)var[1] << 16) + \ ((uint32_t)var[2] << 8) + \ ((uint32_t)var[3])) void debugPrint(const char *source, const char *fmt, ...); void setDebug(int level); #endif /* __UTIL_H__ */ ���������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/vncfunc.c���������������������������������������������������������������������0000644�0001750�0001750�00000071252�13032736613�013311� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * vncfunc.c: VNC Client functions to be used for the graphical VNC console of libvirt-php * * See COPYING for the license of this software * * Written by: * Michal Novotny <minovotn@redhat.com> */ #include <config.h> #include <errno.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> #include "vncfunc.h" #include "util.h" #include "sockets.h" DEBUG_INIT("vncfunc"); /* Function macro */ #define PHPFUNC __FUNCTION__ #define UC(a) (unsigned char)a #define CALC_UINT32(a, b, c, d) (uint32_t)((a >> 24) + (b >> 16) + (c >> 8) + d) typedef struct tServerFBParams { int width; int height; int bpp; int depth; int bigEndian; int trueColor; int maxRed; int maxGreen; int maxBlue; int shiftRed; int shiftGreen; int shiftBlue; int desktopNameLen; unsigned char *desktopName; } tServerFBParams; typedef struct tBMPFile { uint32_t filesz; uint16_t creator1; uint16_t creator2; uint32_t bmp_offset; uint32_t header_sz; int32_t height; int32_t width; uint16_t nplanes; uint16_t bitspp; uint32_t compress_type; uint32_t bmp_bytesz; int32_t hres; int32_t vres; uint32_t ncolors; uint32_t nimpcolors; } tBMPFile; /* * Private function name: vnc_write_client_version * Since version: 0.4.3 * Description: Writes the client version header for version 3.8 * Arguments: @sfd [int]: socket descriptor connected to the VNC server * Returns: 0 on success, -errno on error */ static int vnc_write_client_version(int sfd) { unsigned char buf[12]; memset(buf, 0, sizeof(buf)); buf[0] = 0x52; buf[1] = 0x46; buf[2] = 0x42; buf[3] = 0x20; buf[4] = 0x30; buf[5] = 0x30; buf[6] = 0x33; buf[7] = 0x2e; buf[8] = 0x30; buf[9] = 0x30; buf[10] = 0x38; buf[11] = 0x0a; if (write(sfd, buf, 12) < 0) { int err = errno; close(sfd); DPRINTF("%s: Write of client version failed\n", PHPFUNC); return -err; } DPRINTF("%s: VNC Client version packet sent\n", PHPFUNC); return 0; } /* Maximum number of authentication attempts */ # define VNC_MAX_AUTH_ATTEMPTS 10 /* * Private function name: vnc_authorize * Since version: 0.4.3 * Description: Authorize the VNC client with server * Arguments: @sfd [int]: socket descriptor connected to the VNC server * Returns: 0 on success, -errno on error (incl. -EIO on invalid authorization) */ static int vnc_authorize(int sfd) { unsigned char buf[4] = { 0 }; unsigned char buf2[32] = { 0 }; int i, ok, num = -1; /* Read number security types supported */ if ((num = read(sfd, buf, 1)) < 0) { int err = errno; DPRINTF("%s: Cannot read number of security types, error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } /* Read all the security types */ if (read(sfd, buf2, num) < 0) { int err = errno; DPRINTF("%s: Read function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } /* Check whether there's a security type None supported */ ok = 0; for (i = 0; i < num; i++) { if (buf2[i] == 0x01) ok = 1; } /* Bail if security type None is not supported */ if (ok == 0) { close(sfd); DPRINTF("%s: Security type None is not supported\n", PHPFUNC); return -ENOTSUP; } /* Just security type None is supported */ buf[0] = 0x01; if (write(sfd, buf, 1) < 0) { int err = errno; close(sfd); return -err; } DPRINTF("%s: Security None selected\n", PHPFUNC); /* Just bogus to wait for proper auth response */ i = 0; buf[0] = 0x01; while (buf[0] + buf[1] + buf[2] + buf[3] != 0) { if (read(sfd, buf, 4) < 0) { int err = errno; DPRINTF("%s: Read function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } if (i++ > VNC_MAX_AUTH_ATTEMPTS) { close(sfd); return -EIO; } } DPRINTF("%s: VNC Client authorized\n", PHPFUNC); return 0; } /* * Private function name: vnc_parse_fb_params * Since version: 0.4.3 * Description: Function to parse the framebuffer parameters from the VNC server * Arguments: @buf [char *]: buffer to be parsed * @len [int]: length of the buffer * Returns: parameters structure of tServerFBParams */ static tServerFBParams vnc_parse_fb_params(unsigned char *buf, int len) { int nlen, little_endian = 0; int w1, w2, h1, h2, h, w; tServerFBParams params; w1 = buf[0]; w2 = buf[1]; h1 = buf[2]; h2 = buf[3]; little_endian = (buf[6] == 0); DPRINTF("%s: Read dimension bytes: width = { 0x%02x, 0x%02x }, height = { 0x%02x, 0x%02x }, %s endian\n", PHPFUNC, w1, w2, h1, h2, little_endian ? "little" : "big"); w = SWAP2_BY_ENDIAN(little_endian, w1, w2); h = SWAP2_BY_ENDIAN(little_endian, h1, h2); DPRINTF("%s: Filling the parameters structure with width = %d, height = %d\n", PHPFUNC, w, h); params.width = w; params.height = h; /* Pixel format */ params.bpp = buf[4]; params.depth = buf[5]; params.bigEndian = buf[6]; params.trueColor = buf[7]; params.maxRed = SWAP2_BY_ENDIAN(little_endian, buf[8], buf[9]); params.maxGreen = SWAP2_BY_ENDIAN(little_endian, buf[10], buf[11]); params.maxBlue = SWAP2_BY_ENDIAN(little_endian, buf[12], buf[13]); params.shiftRed = buf[14]; params.shiftGreen = buf[15]; params.shiftBlue = buf[16]; /* Positions buf[17] up to buf[19] are positions for padding only */ nlen = (int)CALC_UINT32(buf[20], buf[21], buf[22], buf[23]); params.desktopNameLen = nlen; params.desktopName = (unsigned char*) strdup((char *)buf + 24); DPRINTF("%s: Desktop name set to '%s'\n", PHPFUNC, params.desktopName); DPRINTF("%s: width = %d, height = %d, bpp = %d, depth = %d, bigEndian = %d, trueColor = %d\n", PHPFUNC, params.width, params.height, params.bpp, params.depth, params.bigEndian, params.trueColor); DPRINTF("%s: maxColors = { %d, %d, %d }, shifts = { %d, %d, %d }\n", PHPFUNC, params.maxRed, params.maxGreen, params.maxBlue, params.shiftRed, params.shiftGreen, params.shiftBlue); DPRINTF("%s: Desktop name is '%s' (%d bytes)\n", PHPFUNC, params.desktopName, params.desktopNameLen); return params; } /* * Private function name: vnc_send_key * Since version: 0.4.3 * Description: Function to send key to VNC server * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * @key [char]: key to send to the VNC server * @modifier [bool]: flag whether this is a modifier key * @release [bool]: flag to release the key immediately * Returns: 0 on success, -errno otherwise */ static int vnc_send_key(int sfd, unsigned char key, int modifier, int release) { unsigned char buf[8]; memset(buf, 0, 8); buf[0] = 0x04; // KeyEvent buf[1] = (release ? 0x00 : 0x01); buf[2] = 0x00; buf[3] = 0x00; buf[4] = 0x00; buf[5] = 0x00; buf[6] = modifier ? 0xff : 0x00; buf[7] = key; DPRINTF("%s: %s key %d [0x%02x], modifier: %s\n", PHPFUNC, (release ? "Releasing" : "Pressing"), key, key, modifier ? "true" : "false"); if (write(sfd, buf, 8) < 0) { int err = errno; DPRINTF("%s: Error occured while writing to socket descriptor #%d: %d (%s)\n", PHPFUNC, sfd, err, strerror(err)); close(sfd); return -err; } DPRINTF("%s: Write of 8 bytes successful\n", PHPFUNC); return 0; } /* * Private function name: vnc_send_client_pointer * Since version: 0.4.3 * Description: Function to set the VNC client pointer event * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * @clicked [int]: bitmask of clicked mouse buttons * @pos_x [int]: X position of mouse cursor * @pos_y [int]: Y position of mouse cursor * Returns: 0 on success, -errno otherwise */ static int vnc_send_client_pointer(int sfd, int clicked, int pos_x, int pos_y) { unsigned char buf[6] = { 0 }; if (sfd < 0) { DPRINTF("%s: Socket is not opened!\n", PHPFUNC); return -EINVAL; } memset(buf, 0, 6); buf[0] = 0x05; buf[1] = clicked; PUT2_BYTE_ENDIAN(1, pos_x, buf[2], buf[3]); PUT2_BYTE_ENDIAN(1, pos_y, buf[4], buf[5]); if (write(sfd, buf, 6) < 0) { int err = errno; DPRINTF("%s: Write function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } DPRINTF("%s: Wrote 6 bytes of client pointer event, clicked = %d, x = { 0x%02x, 0x%02x }, y = { 0x%02x, 0x%02x }\n", PHPFUNC, buf[1], buf[2], buf[3], buf[4], buf[5]); return 0; } /* * Private function name: vnc_set_pixel_format * Since version: 0.4.3 * Description: Function to set the VNC client pixel format * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * @params [struct]: structure of parameters to set the data * Returns: 0 on success, -errno otherwise */ static int vnc_set_pixel_format(int sfd, tServerFBParams params) { unsigned char buf[20]; if (sfd < 0) { DPRINTF("%s: Socket is not opened!\n", PHPFUNC); return -EINVAL; } DPRINTF("%s: Setting up pixel format\n", PHPFUNC); memset(buf, 0, 20); /* Message type 0 is SetPixelFormat message */ buf[0] = 0x00; /* Next 3 bytes are just padding bytes */ buf[1] = 0; buf[2] = 0; buf[3] = 0; /* This is for the future use only, those values are default if SetPixelFormat not sent at all */ buf[4] = params.bpp; buf[5] = params.depth; buf[6] = 0; // big endian bit, we try to disable big endian buf[7] = params.trueColor; // inherit true color bit from the ServerInit message buf[8] = 0; buf[9] = 0xff; buf[10] = 0; buf[11] = 0xff; buf[12] = 0; buf[13] = 0xff; buf[14] = params.shiftRed; buf[15] = params.shiftGreen; buf[16] = params.shiftBlue; /* Next 3 bytes are padding bytes */ buf[17] = 0; buf[18] = 0; buf[19] = 0; if (write(sfd, buf, 20) < 0) { int err = errno; DPRINTF("%s: Write function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } DPRINTF("%s: Pixel format set\n", PHPFUNC); return 0; } /* * Private function name: vnc_set_encoding * Since version: 0.4.3 * Description: Function to set the VNC client encoding to Tight encoding * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * Returns: 0 on success, -errno otherwise */ static int vnc_set_encoding(int sfd) { unsigned char buf[8]; if (sfd < 0) { DPRINTF("%s: Socket is not opened!\n", PHPFUNC); return -EINVAL; } DPRINTF("%s: Setting up encoding\n", PHPFUNC); memset(buf, 0, 8); buf[0] = 0x02; buf[1] = 0; buf[2] = 0; buf[3] = 1; /* Raw encoding */ buf[4] = 0x00; buf[5] = 0x00; buf[6] = 0x00; buf[7] = 0x00; if (write(sfd, buf, 8) < 0) { int err = errno; DPRINTF("%s: Write function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } DPRINTF("%s: Client encoding set\n", PHPFUNC); return 0; } /* * Private function name: vnc_send_framebuffer_update * Since version: 0.4.3 * Description: Function to request update from the server * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * @incrementalUpdate [bool]: flag to determine whether we need incremental update or not * @x [int]: x position for update start * @y [int]: y position for update start * @w [int]: width of frame * @h [int]: height of frame * Returns: 0 on success, -errno otherwise */ static int vnc_send_framebuffer_update(int sfd, int incrementalUpdate, int x, int y, int w, int h) { unsigned char buf[10]; if (sfd < 0) { DPRINTF("%s: Socket is not opened!\n", PHPFUNC); return -EINVAL; } DPRINTF("%s: Sending %s update request\n", PHPFUNC, (incrementalUpdate ? "standard" : "incremental")); memset(buf, 0, 10); buf[0] = 0x03; buf[1] = incrementalUpdate; PUT2_BYTE_ENDIAN(1, x, buf[2], buf[3]); PUT2_BYTE_ENDIAN(1, y, buf[4], buf[5]); PUT2_BYTE_ENDIAN(1, w, buf[6], buf[7]); PUT2_BYTE_ENDIAN(1, h, buf[8], buf[9]); if (write(sfd, buf, 10) < 0) { int err = errno; DPRINTF("%s: Write function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } DPRINTF("%s: Request sent\n", PHPFUNC); return 0; } /* * Private function name: vnc_send_framebuffer_update_request * Since version: 0.4.3 * Description: Function to request update from the server * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * @incrementalUpdate [bool]: flag to determine whether we need incremental update or not * @params [struct]: structure of parameters to request the update for full screen * Returns: 0 on success, -errno otherwise */ static int vnc_send_framebuffer_update_request(int sfd, int incrementalUpdate, tServerFBParams params) { return vnc_send_framebuffer_update(sfd, incrementalUpdate, 0, 0, params.width, params.height); } /* * Private function name: vnc_connect * Since version: 0.4.3 * Description: Function to connect to VNC server * Arguments: @server [string]: server string to specify VNC server * @port [string]: string version of port value to connect to * @share [bool]: flag whether to share desktop or not * Returns: socket descriptor on success, -errno otherwise */ static int vnc_connect(char *server, char *port, int share) { int sfd, err; unsigned char buf[1024] = { 0 }; sfd = connect_socket(server, port, 1, 1, 1); if (sfd < 0) return sfd; DPRINTF("%s: Opened socket with descriptor #%d\n", PHPFUNC, sfd); if (read(sfd, buf, 1024) < 0) { int err = errno; DPRINTF("%s: Read function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } if ((err = vnc_write_client_version(sfd)) < 0) return err; if ((err = vnc_authorize(sfd)) < 0) return err; /* ClientInit phase - Set 'share desktop' bit */ buf[0] = share; if (write(sfd, buf, 1) < 0) { int err = errno; close(sfd); return -err; } DPRINTF("%s: Share desktop flag sent (%d)\n", PHPFUNC, buf[0]); return sfd; } /* * Private function name: vnc_read_server_init * Since version: 0.4.5 * Description: Function to read the server initialization array * Arguments: @sfd [int]: socket file descriptor acquired by vnc_connect() call * Returns: parameters block */ static tServerFBParams vnc_read_server_init(int sfd) { unsigned char *buf = NULL; unsigned char tmpbuf[25] = { 0 }; tServerFBParams params = { 0 }; int len = 0, namelen = 0; DPRINTF("%s: Server init - reading framebuffer parameters\n", PHPFUNC); if (read(sfd, tmpbuf, 24) < 0) { int err = errno; DPRINTF("%s: Read function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); goto cleanup; } namelen = (int)CALC_UINT32(tmpbuf[20], tmpbuf[21], tmpbuf[22], tmpbuf[23]); DPRINTF("%s: Name length is %d\n", PHPFUNC, namelen); buf = (unsigned char *)malloc(namelen + 25); memset(buf, 0, namelen + 25); memcpy(buf, tmpbuf, sizeof(tmpbuf)); if ((len = read(sfd, buf + 24, namelen)) < 0) { int err = errno; DPRINTF("%s: Read function failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); goto cleanup; } params = vnc_parse_fb_params(buf, len + 24); cleanup: free(buf); buf = NULL; return params; } /* * Private function name: vnc_get_dimensions * Since version: 0.4.3 * Description: Function to get the dimensions of VNC window * Arguments: @server [string]: server string to specify VNC server * @port [string]: string version of port value to connect to * @width [out int]: pointer to integer to carry width argument * @height [out int]: pointer to integer to carry height argument * Returns: 0 on success, -errno otherwise */ int vnc_get_dimensions(char *server, char *port, int *width, int *height) { int sfd; tServerFBParams params; if (!width && !height) { DPRINTF("%s: Neither width or height output value not defined\n", PHPFUNC); return -EINVAL; } DPRINTF("%s: server is %s, port is %s\n", PHPFUNC, server, port); sfd = vnc_connect(server, port, 1); if (sfd < 0) { int err = errno; DPRINTF("%s: VNC Connection failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } params = vnc_read_server_init(sfd); if (width) { *width = params.width; DPRINTF("%s: Output parameter of width set to %d\n", PHPFUNC, *width); } if (height) { *height = params.height; DPRINTF("%s: Output parameter of height set to %d\n", PHPFUNC, *height); } while (socket_has_data(sfd, 500000, 0) == 1) socket_read(sfd, -1); shutdown(sfd, SHUT_RDWR); close(sfd); DPRINTF("%s: Closed descriptor #%d\n", PHPFUNC, sfd); return 0; } /* * Private function name: vnc_raw_to_bitmap * Since version: 0.4.5 * Description: Function to get the bitmap from raw encoding * Arguments: @infile [string]: input file * @outfile [string]: output file * @width [int]: width of the output image (for bitmap headers) * @height [int]: height of the output image (for bitmap headers) * Returns: 0 on success, -errno otherwise */ static int vnc_raw_to_bmp(char *infile, char *outfile, int width, int height) { int i, ix, fd, fd2; tBMPFile fBMP = { 0 }; long size = -1; long len, hsize = 0; uint32_t *pixels = NULL; unsigned char buf[8192] = { 0 }; unsigned char tbuf[4] = { 0 }; long total = 0; int start, end; fd = open(infile, O_RDONLY); if (fd == -1) return -EACCES; size = lseek(fd, 0, SEEK_END); lseek(fd, 0, SEEK_SET); hsize = sizeof(tBMPFile); fBMP.filesz = size + hsize + 2; fBMP.bmp_offset = hsize + 2; fBMP.header_sz = 40; fBMP.height = width; fBMP.width = height; fBMP.nplanes = 1; fBMP.bitspp = 32; fBMP.compress_type = 0; fBMP.bmp_bytesz = 32; fBMP.hres = 2835; fBMP.vres = 2835; fBMP.ncolors = 0; fBMP.nimpcolors = 0; fd2 = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0644); if (fd2 == -1) return -EPERM; if (write(fd2, "BM", 2) < 0 || write(fd2, &fBMP, hsize) < 0) perror("Error on write"); ix = 0; pixels = malloc(width * height * sizeof(uint32_t)); if (pixels == NULL) return -ENOMEM; total = 0; while ((len = read(fd, buf, sizeof(buf))) > 0) { for (i = 0; i < len; i += 4) { tbuf[0] = buf[i]; tbuf[1] = buf[i + 1]; tbuf[2] = buf[i + 2]; tbuf[3] = buf[i + 3]; pixels[ix++] = GETUINT32(tbuf); total++; } memset(buf, 0, sizeof(buf)); } /* Flip the image to get the real image */ for (i = height - 1; i >= 0; i--) { start = (i * width) + 1; end = ((i + 1) * width) + 1; for (ix = start; ix < end; ix++) { UINT32STR(tbuf, pixels[ix]); if (write(fd2, tbuf, 4) < 0) perror("Error on write"); } } free(pixels); close(fd2); close(fd); return 0; } /* * Private function name: vnc_get_bitmap * Since version: 0.4.5 * Description: Function to get the bitmap from the VNC window * Arguments: @server [string]: server string to specify VNC server * @port [string]: string version of port value to connect to * @fn [string]: string version of filename * Returns: 0 on success, -errno otherwise */ int vnc_get_bitmap(char *server, char *port, char *fn) { int sfd; long pattern_size; tServerFBParams params; char file[] = "/tmp/libvirt-php-tmp-XXXXXX"; if (mkstemp(file) == 0) return -ENOENT; if (fn == NULL) return -ENOENT; sfd = vnc_connect(server, port, 1); if (sfd < 0) { int err = errno; DPRINTF("%s: VNC Connection failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } params = vnc_read_server_init(sfd); pattern_size = params.width * params.height * (params.bpp / 8); DPRINTF("%s: %ld\n", PHPFUNC, pattern_size); vnc_set_pixel_format(sfd, params); vnc_set_encoding(sfd); DPRINTF("%s: Requesting framebuffer update\n", PHPFUNC); vnc_send_framebuffer_update_request(sfd, 1, params); while (socket_has_data(sfd, 50000, 0) == 0) { continue; } socket_read_and_save(sfd, file, pattern_size); shutdown(sfd, SHUT_RDWR); close(sfd); vnc_raw_to_bmp(file, fn, params.width, params.height); unlink(file); DPRINTF("%s: Closed descriptor #%d\n", PHPFUNC, sfd); return 0; } /* * Private function name: vnc_send_keys * Since version: 0.4.2 * Description: Function to send the key to VNC window * Arguments: @server [string]: server string to specify VNC server * @port [string]: string version of port value to connect to * @keys [string]: string to be send to the guest's VNC window * Returns: 0 on success, -errno otherwise */ int vnc_send_keys(char *server, char *port, char *keys) { int sfd; int i, skip_next; tServerFBParams params; DPRINTF("%s: server is %s, port is %s, keys are '%s'\n", PHPFUNC, server, port, keys); sfd = vnc_connect(server, port, 1); if (sfd < 0) { int err = errno; DPRINTF("%s: VNC Connection failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } params = vnc_read_server_init(sfd); skip_next = 0; DPRINTF("%s: About to process key sequence '%s' (%d keys)\n", PHPFUNC, keys, (int)strlen(keys)); for (i = 0; i < strlen(keys); i++) { DPRINTF("%s: Processing key %d: %d [0x%02x]\n", PHPFUNC, i, keys[i], keys[i]); if (skip_next) { skip_next = 0; continue; } /* Handling for escape characters */ if ((keys[i] == '\\') && (strlen(keys) > i + 1)) { if (keys[i + 1] == 'n') keys[i] = 13; if (keys[i + 1] == 'r') keys[i] = 10; skip_next = 1; } DPRINTF("%s: Sending key press emulation for key %d\n", PHPFUNC, keys[i]); vnc_send_key(sfd, keys[i], skip_next, 0); DPRINTF("%s: Requesting framebuffer update\n", PHPFUNC); vnc_send_framebuffer_update_request(sfd, 1, params); DPRINTF("%s: Sending key release emulation for key %d\n", PHPFUNC, keys[i]); vnc_send_key(sfd, keys[i], skip_next, 1); /* Sleep for 50 ms, required to make VNC server accept the keystroke emulation */ usleep(50000); } DPRINTF("%s: All %d keys sent\n", PHPFUNC, (int)strlen(keys)); while (socket_has_data(sfd, 500000, 0) == 1) socket_read(sfd, -1); shutdown(sfd, SHUT_RDWR); close(sfd); DPRINTF("%s: Closed descriptor #%d\n", PHPFUNC, sfd); return 0; } /* * Private function name: vnc_send_pointer_event * Since version: 0.4.2 * Description: Function to send the mouse pointer event/click to VNC window * Arguments: @server [string]: server string to specify VNC server * @port [string]: string version of port value to connect to * @pos_x [int]: position on x-axis of the VNC window * @pos_y [int]: position on y-axis of the VNC window * @clicked [int]: mask of what buttons were clicked * @release [boolean]: release the buttons once clicked * Returns: 0 on success, -errno otherwise */ int vnc_send_pointer_event(char *server, char *port, int pos_x, int pos_y, int clicked, int release) { int sfd; tServerFBParams params; DPRINTF("%s: Server is %s, port is %s, x is %d, y is %d, clicked is %d, release is %d\n", PHPFUNC, server, port, pos_x, pos_y, clicked, release); sfd = vnc_connect(server, port, 0); if (sfd < 0) { int err = errno; DPRINTF("%s: VNC Connection failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } params = vnc_read_server_init(sfd); if (((pos_x > params.width) || (pos_y < 0)) || ((pos_y > params.height) || (pos_y < 0))) { DPRINTF("%s: Required positions out of range (width = %d, height = %d, x = %d, y = %d) for '%s'\n", PHPFUNC, params.width, params.height, pos_x, pos_y, params.desktopName); return -EINVAL; } socket_read(sfd, -1); vnc_set_pixel_format(sfd, params); vnc_set_encoding(sfd); socket_read(sfd, -1); usleep(50000); /* Following paragraph moves mouse pointer to [0, 0] (left upper corner) */ vnc_send_client_pointer(sfd, 0, 0x7FFF, 0x7FFF); socket_read(sfd, -1); vnc_send_client_pointer(sfd, 0, 0, 0); socket_read(sfd, -1); vnc_send_client_pointer(sfd, clicked, (pos_x / 2), (params.height - pos_y) / 2); socket_read(sfd, -1); vnc_send_client_pointer(sfd, 0, (pos_x / 2), ((params.height - pos_y) / 2)); socket_read(sfd, -1); if (release) { vnc_send_client_pointer(sfd, clicked, (pos_x / 2), (params.height - pos_y) / 2); socket_read(sfd, -1); vnc_send_client_pointer(sfd, 0, (pos_x / 2), (params.height - pos_y) / 2); socket_read(sfd, -1); } shutdown(sfd, SHUT_RDWR); close(sfd); DPRINTF("%s: Closed descriptor #%d\n", PHPFUNC, sfd); return 0; } /* * Private function name: vnc_refresh_screen * Since version: 0.4.1(-3) * Description: Function to send the key to VNC window to refresh the screen * Arguments: @server [string]: server string to connect to * @port [string]: string version of port value to connect to * @scancode [int]: scancode to be sent to the guest's VNC window * Returns: 0 on success, -errno otherwise */ int vnc_refresh_screen(char *server, char *port, int scancode) { int sfd; tServerFBParams params; DPRINTF("%s: Server is %s, port is %s, scancode is %d\n", PHPFUNC, server, port, scancode); DPRINTF("%s: server is %s, port is %s\n", PHPFUNC, server, port); sfd = vnc_connect(server, port, 1); if (sfd < 0) { int err = errno; DPRINTF("%s: VNC Connection failed with error code %d (%s)\n", PHPFUNC, err, strerror(err)); close(sfd); return -err; } params = vnc_read_server_init(sfd); DPRINTF("%s: Sending key press emulation for key %d\n", PHPFUNC, scancode); if (scancode > -1) vnc_send_key(sfd, scancode, 1, 0); DPRINTF("%s: Requesting framebuffer update\n", PHPFUNC); vnc_send_framebuffer_update_request(sfd, 1, params); shutdown(sfd, SHUT_RDWR); close(sfd); DPRINTF("%s: Closed descriptor #%d\n", PHPFUNC, sfd); return 0; } ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/vncfunc.h���������������������������������������������������������������������0000644�0001750�0001750�00000001762�13032736613�013315� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * vncfunc.h: VNC Client functions to be used for the graphical VNC console of libvirt-php * * See COPYING for the license of this software * * Written by: * Michal Novotny <minovotn@redhat.com> * Michal Privoznik <mprivozn@redhat.com> */ #ifndef __VNCFUNC_H__ # define __VNCFUNC_H__ int vnc_get_bitmap(char *server, char *port, char *fn); int vnc_get_dimensions(char *server, char *port, int *width, int *height); int vnc_refresh_screen(char *server, char *port, int scancode); int vnc_send_keys(char *server, char *port, char *keys); int vnc_send_pointer_event(char *server, char *port, int pos_x, int pos_y, int clicked, int release); #endif /* __VNCFUNC_H__ */ ��������������libvirt-php-0.5.4/src/sockets.c���������������������������������������������������������������������0000644�0001750�0001750�00000017100�13032736613�013312� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * sockets.c: Socket functions for libvirt-php * * See COPYING for the license of this software * * Written by: * Michal Novotny <minovotn@redhat.com> */ #include <config.h> #include <errno.h> #include <fcntl.h> #include <netdb.h> #include <string.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> #ifdef __APPLE__ #include <netinet/tcp.h> #else #include <linux/tcp.h> #endif #include "sockets.h" #include "util.h" DEBUG_INIT("sockets"); /* Function macro */ #define PHPFUNC __FUNCTION__ /* * Private function name: connect_socket * Since version: 0.4.2 * Description: Function is used to connect the socket and return the socket descriptor or error * Arguments: @server [string]: server string to connect to * @port [string]: string version of port value to connect to * @keepalive [bool]: determines whether to create keepalive socket or not * @nodelay [bool]: determines whether to set no-delay option on socket * @allow_server_override [bool]: allows function to override server to localhost if server equals local hostname * Returns: socket descriptor on success, -errno otherwise */ int connect_socket(char *server, char *port, int keepalive, int nodelay, int allow_server_override) { struct addrinfo hints; struct addrinfo *result, *rp; int sfd, s; char name[1024] = { 0 }; memset(&hints, 0, sizeof(struct addrinfo)); hints.ai_family = AF_UNSPEC; hints.ai_socktype = SOCK_STREAM; hints.ai_flags = 0; hints.ai_protocol = 0; if (allow_server_override) { /* Get the current hostname and override to localhost if local machine */ gethostname(name, 1024); if (strcmp(name, server) == 0) server = strdup("localhost"); } DPRINTF("%s: Connecting to %s:%s\n", PHPFUNC, server, port); s = getaddrinfo(server, port, &hints, &result); if (s != 0) return -errno; for (rp = result; rp != NULL; rp = rp->ai_next) { sfd = socket(rp->ai_family, rp->ai_socktype, rp->ai_protocol); if (sfd == -1) continue; if (connect(sfd, rp->ai_addr, rp->ai_addrlen) != -1) break; close(sfd); } if (rp == NULL) return -errno; freeaddrinfo(result); DPRINTF("%s: Socket descriptor #%d opened\n", PHPFUNC, sfd); if (keepalive) { int on = 1; if (setsockopt(sfd, SOL_SOCKET, SO_KEEPALIVE, &on, sizeof(on)) < 0) { int err = errno; close(sfd); DPRINTF("%s: Cannot set keep alive option on socket\n", PHPFUNC); return -err; } DPRINTF("%s: Socket #%d set as keepalive socket\n", PHPFUNC, sfd); } if (nodelay) { int on = 1; if (setsockopt(sfd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)) < 0) { int err = errno; close(sfd); DPRINTF("%s: Cannot set no delay option on socket\n", PHPFUNC); return -err; } DPRINTF("%s: Socket #%d set as no delay socket\n", PHPFUNC, sfd); } return sfd; } /* * Private function name: socket_has_data * Since version: 0.4.3 * Description: Function to check socket for data in queue * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * @maxtime [bool]: maximum wait time in milliseconds * @ignoremsg [bool]: flag to print messages if debug log enabled (useful to set to 1 for recursion) * Returns: 0 on success, -errno otherwise */ int socket_has_data(int sfd, long maxtime, int ignoremsg) { fd_set fds; struct timeval timeout; int rc; if (maxtime > 0) { timeout.tv_sec = maxtime / 1000000; timeout.tv_usec = (maxtime % 1000000); } if (!ignoremsg) DPRINTF("%s: Checking data on socket %d, timeout = { %ld, %ld }\n", PHPFUNC, sfd, (long)timeout.tv_sec, (long)timeout.tv_usec); FD_ZERO(&fds); FD_SET(sfd, &fds); if (maxtime > 0) rc = select( sizeof(fds), &fds, NULL, NULL, &timeout); else rc = select( sizeof(fds), &fds, NULL, NULL, NULL); if (rc==-1) { DPRINTF("%s: Select with error %d (%s)\n", PHPFUNC, errno, strerror(-errno)); return -errno; } if (!ignoremsg) DPRINTF("%s: Select returned %d\n", PHPFUNC, rc); return (rc == 1); } /* * Private function name: socket_read * Since version: 0.4.3 * Description: Function to read the data from socket * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * @length [bool]: length of the data to be read or -1 for all the data * Returns: 0 on success, -errno otherwise */ void socket_read(int sfd, long length) { long len = 0; unsigned char bigbuf[1048576]; if (socket_has_data(sfd, 50000, 0) != 1) { DPRINTF("%s: No data appears to be available\n", PHPFUNC); return; } if (length == -1) { DPRINTF("%s: Reading all the data from socket\n", PHPFUNC); while (socket_has_data(sfd, 50000, 1) == 1) while ((len = read(sfd, bigbuf, sizeof(bigbuf))) == sizeof(bigbuf)) ; DPRINTF("%s: Read done ...\n", PHPFUNC); return; } DPRINTF("%s: Reading %ld bytes\n", PHPFUNC, length); while (length > 0) { len = read(sfd, bigbuf, sizeof(bigbuf)); length -= len; if (length < 0) length = 0; } if (length && read(sfd, bigbuf, length) != length) DPRINTF("%s: not all byes read\n", PHPFUNC); else DPRINTF("%s: All bytes read\n", PHPFUNC); } /* * Private function name: socket_read_and_save * Since version: 0.4.5 * Description: Function to read the data from socket and save them into a file identified by fn * Arguments: @sfd [int]: socket descriptor for existing VNC client socket * @fn [string]: filename to save data to * @length [bool]: length of the data to be read or -1 for all the data * Returns: 0 on success, -errno otherwise */ int socket_read_and_save(int sfd, char *fn, long length) { int fd, i; long len = 0; long orig_len = length; unsigned char bigbuf[1048576]; if (fn == NULL) return -ENOENT; orig_len = length; fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0644); if (fd == -1) return -EPERM; if (socket_has_data(sfd, 50000, 0) != 1) { DPRINTF("%s: No data appears to be available\n", PHPFUNC); return -ENOENT; } DPRINTF("%s: Reading %ld bytes\n", PHPFUNC, length); while (length > 0) { len = read(sfd, bigbuf, sizeof(bigbuf)); for (i = 0; i < len; i += 4) SWAP2_BYTES_ENDIAN(1, bigbuf[i+1], bigbuf[i+2]); if (write(fd, bigbuf, len) != len) DPRINTF("%s: unable to write to %d", PHPFUNC, fd); length -= len; if (length < 0) length = 0; } if (length) { len = read(sfd, bigbuf, length); for (i = 0; i < len; i += 4) SWAP2_BYTES_ENDIAN(1, bigbuf[i+1], bigbuf[i+2]); if (write(fd, bigbuf, len) != len) DPRINTF("%s: unable to write to %d", PHPFUNC, fd); } if (ftruncate(fd, orig_len) < 0) DPRINTF("%s: Unable to truncate %d", PHPFUNC, fd); close(fd); DPRINTF("%s: All bytes read\n", PHPFUNC); return 0; } ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/sockets.h���������������������������������������������������������������������0000644�0001750�0001750�00000001330�13032736613�013315� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * sockets.h: Socket functions for libvirt-php * * See COPYING for the license of this software * * Written by: * Michal Novotny <minovotn@redhat.com> * Michal Privoznik <mprivozn@redhat.com> */ #ifndef __SOCKETS_H__ # define __SOCKETS_H__ int connect_socket(char *server, char *port, int keepalive, int nodelay, int allow_server_override); int socket_has_data(int sfd, long maxtime, int ignoremsg); void socket_read(int sfd, long length); int socket_read_and_save(int sfd, char *fn, long length); #endif /* __SOCKETS_H__ */ ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/libvirt-php.c�����������������������������������������������������������������0000644�0001750�0001750�00001341467�13140347762�014123� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * libvirt-php.c: Core of the PHP bindings library/module * * See COPYING for the license of this software * * Written by: * Radek Hladik <r.hladik@cybersales.cz> * Michal Novotny <mignov@gmail.com> * David King * Jan-Paul van Burgsteden * Lyre <liyong@skybility.com> (or <4179e1@gmail.com>) * Daniel P. Berrange <berrange@redhat.com> * Tiziano Mueller <dev-zero@gentoo.org> * Yukihiro Kawada <warp.kawada@gmail.com> */ #ifdef _MSC_VER #define EXTWIN #endif #include <config.h> #include <stdio.h> #include <stdafx.h> #ifdef EXTWIN #define PHP_COMPILER_ID "VC9" #endif #include "libvirt-php.h" #include "util.h" #include "vncfunc.h" #include "sockets.h" DEBUG_INIT("core"); /* PHP functions are prefixed with `zif_` so strip it */ #define PHPFUNC (__FUNCTION__ + 4) #ifndef EXTWIN /* Additional binaries */ const char *features[] = { "screenshot", "create-image", "screenshot-convert", NULL }; const char *features_binaries[] = { "/usr/bin/gvnccapture", "/usr/bin/qemu-img", "/bin/convert", NULL }; #else const char *features[] = { NULL }; const char *features_binaries[] = { NULL }; #endif /* ZEND thread safe per request globals definition */ int le_libvirt_connection; int le_libvirt_domain; int le_libvirt_storagepool; int le_libvirt_volume; int le_libvirt_network; int le_libvirt_nodedev; int le_libvirt_stream; int le_libvirt_snapshot; int le_libvirt_nwfilter; ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_connect, 0, 0, 0) ZEND_ARG_INFO(0, url) ZEND_ARG_INFO(0, readonly) ZEND_ARG_INFO(0, credentials) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_void, 0, 0, 0) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_xpath, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, xpath) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_connect_get_emulator, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, arch) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_connect_get_soundhw_models, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, arch) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_connect_get_all_domain_stats, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, stats) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_stream_send, 0, 1, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(1, data) ZEND_ARG_INFO(0, len) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_stream_recv, 0, 1, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(1, data) ZEND_ARG_INFO(0, len) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_new, 0, 0, 9) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, name) ZEND_ARG_INFO(0, arch) ZEND_ARG_INFO(0, memMB) ZEND_ARG_INFO(0, maxmemMB) ZEND_ARG_INFO(0, vcpus) ZEND_ARG_INFO(0, iso) ZEND_ARG_INFO(0, disks) ZEND_ARG_INFO(0, networks) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_change_vcpus, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, numCpus) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_change_memory, 0, 0, 3) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, allocMem) ZEND_ARG_INFO(0, allocMax) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_change_boot_devices, 0, 0, 3) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, first) ZEND_ARG_INFO(0, second) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_disk_add, 0, 0, 5) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, img) ZEND_ARG_INFO(0, dev) ZEND_ARG_INFO(0, type) ZEND_ARG_INFO(0, driver) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_disk_remove, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, dev) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_nic_add, 0, 0, 4) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, mac) ZEND_ARG_INFO(0, network) ZEND_ARG_INFO(0, model) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_nic_remove, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, dev) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_attach_device, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, xml) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_detach_device, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, xml) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_lookup_by_id, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, id) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_uuid, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, uuid) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_xml, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, xml) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_core_dump, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, to) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_flags, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_xml_from_native, 0, 0, 3) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, format) ZEND_ARG_INFO(0, config_data) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_xml_to_native, 0, 0, 3) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, format) ZEND_ARG_INFO(0, xml_data) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_memory_peek, 0, 0, 4) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, start) ZEND_ARG_INFO(0, size) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_set_memory, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, memory) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_set_memory_flags, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, memory) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_block_commit, 0, 0, 2) ZEND_ARG_INFO(0, res) ZEND_ARG_INFO(0, disk) ZEND_ARG_INFO(0, base) ZEND_ARG_INFO(0, top) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_path, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, path) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_block_resize, 0, 0, 3) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, path) ZEND_ARG_INFO(0, size) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_block_job_abort, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, path) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_block_job_set_speed, 0, 0, 3) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, path) ZEND_ARG_INFO(0, bandwidth) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_block_job_info, 0, 0, 2) ZEND_ARG_INFO(0, dom) ZEND_ARG_INFO(0, disk) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_migrate, 0, 0, 3) ZEND_ARG_INFO(0, res) ZEND_ARG_INFO(0, dest_conn) ZEND_ARG_INFO(0, flags) ZEND_ARG_INFO(0, dname) ZEND_ARG_INFO(0, bandwidth) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_migrate_to_uri, 0, 0, 3) ZEND_ARG_INFO(0, res) ZEND_ARG_INFO(0, dest_uri) ZEND_ARG_INFO(0, flags) ZEND_ARG_INFO(0, dname) ZEND_ARG_INFO(0, bandwidth) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_migrate_to_uri2, 0, 0, 1) ZEND_ARG_INFO(0, res) ZEND_ARG_INFO(0, dconn_uri) ZEND_ARG_INFO(0, mig_uri) ZEND_ARG_INFO(0, dxml) ZEND_ARG_INFO(0, flags) ZEND_ARG_INFO(0, dname) ZEND_ARG_INFO(0, bandwidth) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_xml_xpath, 0, 0, 2) ZEND_ARG_INFO(0, res) ZEND_ARG_INFO(0, xpath) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_get_block_info, 0, 0, 2) ZEND_ARG_INFO(0, res) ZEND_ARG_INFO(0, dev) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_get_network_info, 0, 0, 2) ZEND_ARG_INFO(0, res) ZEND_ARG_INFO(0, mac) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_get_metadata, 0, 0, 4) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, type) ZEND_ARG_INFO(0, uri) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_set_metadata, 0, 0, 6) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, type) ZEND_ARG_INFO(0, metadata) ZEND_ARG_INFO(0, key) ZEND_ARG_INFO(0, uri) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_get_screenshot, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, server) ZEND_ARG_INFO(0, scancode) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_get_screenshot_api, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, screenID) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_get_screen_dimensions, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, server) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_send_keys, 0, 0, 3) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, server) ZEND_ARG_INFO(0, scancode) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_send_key_api, 0, 0, 4) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, codeset) ZEND_ARG_INFO(0, holdime) ZEND_ARG_INFO(0, keycodes) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_send_pointer_event, 0, 0, 5) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, server) ZEND_ARG_INFO(0, pos_x) ZEND_ARG_INFO(0, pox_y) ZEND_ARG_INFO(0, clicked) ZEND_ARG_INFO(0, release) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_update_device, 0, 0, 3) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, xml) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_optflags, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_snapshot_lookup_by_name, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, name) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_name, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, name) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_storagevolume_lookup_by_path, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, path) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_storagevolume_get_xml_desc, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, xpath) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_storagevolume_create_xml_from, 0, 0, 3) ZEND_ARG_INFO(0, pool) ZEND_ARG_INFO(0, xml) ZEND_ARG_INFO(0, original_volume) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_storagevolume_download, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, stream) ZEND_ARG_INFO(0, offset) ZEND_ARG_INFO(0, length) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_storagevolume_resize, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, capacity) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_storagepool_define_xml, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, xml) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_optcpunr, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, cpunr) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_opttime, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, time) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_optcap, 0, 0, 1) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, cap) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_opttype, 0, 0, 0) ZEND_ARG_INFO(0, type) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_check_version, 0, 0, 3) ZEND_ARG_INFO(0, major) ZEND_ARG_INFO(0, minor) ZEND_ARG_INFO(0, micro) ZEND_ARG_INFO(0, type) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_name, 0, 0, 1) ZEND_ARG_INFO(0, name) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_optpath, 0, 0, 0) ZEND_ARG_INFO(0, path) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_image_create, 0, 0, 4) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, name) ZEND_ARG_INFO(0, size) ZEND_ARG_INFO(0, format) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_conn_image, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, image) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_logfile_set, 0, 0, 1) ZEND_ARG_INFO(0, filename) ZEND_ARG_INFO(0, maxsize) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_libvirt_domain_qemu_agent_command, 0, 0, 2) ZEND_ARG_INFO(0, conn) ZEND_ARG_INFO(0, cmd) ZEND_ARG_INFO(0, timeout) ZEND_ARG_INFO(0, flags) ZEND_END_ARG_INFO() static zend_function_entry libvirt_functions[] = { /* Common functions */ PHP_FE(libvirt_get_last_error, arginfo_libvirt_void) /* Connect functions */ PHP_FE(libvirt_connect, arginfo_libvirt_connect) PHP_FE(libvirt_connect_get_uri, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_hostname, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_capabilities, arginfo_libvirt_conn_xpath) PHP_FE(libvirt_connect_get_emulator, arginfo_libvirt_connect_get_emulator) PHP_FE(libvirt_connect_get_nic_models, arginfo_libvirt_connect_get_emulator) PHP_FE(libvirt_connect_get_soundhw_models, arginfo_libvirt_connect_get_soundhw_models) PHP_FE(libvirt_connect_get_information, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_machine_types, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_hypervisor, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_sysinfo, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_maxvcpus, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_encrypted, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_secure, arginfo_libvirt_conn) PHP_FE(libvirt_connect_get_all_domain_stats, arginfo_libvirt_connect_get_all_domain_stats) /* Stream functions */ PHP_FE(libvirt_stream_create, arginfo_libvirt_conn) PHP_FE(libvirt_stream_close, arginfo_libvirt_conn) PHP_FE(libvirt_stream_abort, arginfo_libvirt_conn) PHP_FE(libvirt_stream_finish, arginfo_libvirt_conn) PHP_FE(libvirt_stream_send, arginfo_libvirt_stream_send) PHP_FE(libvirt_stream_recv, arginfo_libvirt_stream_recv) /* Domain functions */ PHP_FE(libvirt_domain_new, arginfo_libvirt_domain_new) PHP_FE(libvirt_domain_new_get_vnc, arginfo_libvirt_void) PHP_FE(libvirt_domain_get_counts, arginfo_libvirt_conn) PHP_FE(libvirt_domain_is_persistent, arginfo_libvirt_conn) PHP_FE(libvirt_domain_lookup_by_name, arginfo_libvirt_conn_name) PHP_FE(libvirt_domain_get_xml_desc, arginfo_libvirt_conn_xpath) PHP_FE(libvirt_domain_get_disk_devices, arginfo_libvirt_conn) PHP_FE(libvirt_domain_get_interface_devices, arginfo_libvirt_conn) PHP_FE(libvirt_domain_change_vcpus, arginfo_libvirt_domain_change_vcpus) PHP_FE(libvirt_domain_change_memory, arginfo_libvirt_domain_change_memory) PHP_FE(libvirt_domain_change_boot_devices, arginfo_libvirt_domain_change_boot_devices) PHP_FE(libvirt_domain_disk_add, arginfo_libvirt_domain_disk_add) PHP_FE(libvirt_domain_disk_remove, arginfo_libvirt_domain_disk_remove) PHP_FE(libvirt_domain_nic_add, arginfo_libvirt_domain_nic_add) PHP_FE(libvirt_domain_nic_remove, arginfo_libvirt_domain_nic_remove) PHP_FE(libvirt_domain_attach_device, arginfo_libvirt_domain_attach_device) PHP_FE(libvirt_domain_detach_device, arginfo_libvirt_domain_detach_device) PHP_FE(libvirt_domain_get_info, arginfo_libvirt_conn) PHP_FE(libvirt_domain_get_name, arginfo_libvirt_conn) PHP_FE(libvirt_domain_get_uuid, arginfo_libvirt_conn) PHP_FE(libvirt_domain_get_uuid_string, arginfo_libvirt_conn) PHP_FE(libvirt_domain_get_id, arginfo_libvirt_conn) PHP_FE(libvirt_domain_lookup_by_id, arginfo_libvirt_domain_lookup_by_id) PHP_FE(libvirt_domain_lookup_by_uuid, arginfo_libvirt_conn_uuid) PHP_FE(libvirt_domain_lookup_by_uuid_string, arginfo_libvirt_conn_uuid) PHP_FE(libvirt_domain_destroy, arginfo_libvirt_conn) PHP_FE(libvirt_domain_create, arginfo_libvirt_conn) PHP_FE(libvirt_domain_resume, arginfo_libvirt_conn) PHP_FE(libvirt_domain_core_dump, arginfo_libvirt_domain_core_dump) PHP_FE(libvirt_domain_shutdown, arginfo_libvirt_conn) PHP_FE(libvirt_domain_suspend, arginfo_libvirt_conn) PHP_FE(libvirt_domain_managedsave, arginfo_libvirt_conn) PHP_FE(libvirt_domain_undefine, arginfo_libvirt_conn) PHP_FE(libvirt_domain_reboot, arginfo_libvirt_conn_flags) PHP_FE(libvirt_domain_define_xml, arginfo_libvirt_conn_xml) PHP_FE(libvirt_domain_create_xml, arginfo_libvirt_conn_xml) PHP_FE(libvirt_domain_xml_from_native, arginfo_libvirt_domain_xml_from_native) PHP_FE(libvirt_domain_xml_to_native, arginfo_libvirt_domain_xml_to_native) PHP_FE(libvirt_domain_memory_peek, arginfo_libvirt_domain_memory_peek) PHP_FE(libvirt_domain_memory_stats, arginfo_libvirt_conn_flags) PHP_FE(libvirt_domain_set_memory, arginfo_libvirt_domain_set_memory) PHP_FE(libvirt_domain_set_max_memory, arginfo_libvirt_domain_set_memory) PHP_FE(libvirt_domain_set_memory_flags, arginfo_libvirt_domain_set_memory_flags) PHP_FE(libvirt_domain_block_commit, arginfo_libvirt_domain_block_commit) PHP_FE(libvirt_domain_block_stats, arginfo_libvirt_conn_path) PHP_FE(libvirt_domain_block_resize, arginfo_libvirt_domain_block_resize) PHP_FE(libvirt_domain_block_job_abort, arginfo_libvirt_domain_block_job_abort) PHP_FE(libvirt_domain_block_job_set_speed, arginfo_libvirt_domain_block_job_set_speed) PHP_FE(libvirt_domain_block_job_info, arginfo_libvirt_domain_block_job_info) PHP_FE(libvirt_domain_interface_stats, arginfo_libvirt_conn_path) PHP_FE(libvirt_domain_get_connect, arginfo_libvirt_conn) PHP_FE(libvirt_domain_migrate, arginfo_libvirt_domain_migrate) PHP_FE(libvirt_domain_migrate_to_uri, arginfo_libvirt_domain_migrate_to_uri) PHP_FE(libvirt_domain_migrate_to_uri2, arginfo_libvirt_domain_migrate_to_uri2) PHP_FE(libvirt_domain_get_job_info, arginfo_libvirt_conn) PHP_FE(libvirt_domain_xml_xpath, arginfo_libvirt_domain_xml_xpath) PHP_FE(libvirt_domain_get_block_info, arginfo_libvirt_domain_get_block_info) PHP_FE(libvirt_domain_get_network_info, arginfo_libvirt_domain_get_network_info) PHP_FE(libvirt_domain_get_autostart, arginfo_libvirt_conn) PHP_FE(libvirt_domain_set_autostart, arginfo_libvirt_conn_flags) PHP_FE(libvirt_domain_get_metadata, arginfo_libvirt_domain_get_metadata) PHP_FE(libvirt_domain_set_metadata, arginfo_libvirt_domain_set_metadata) PHP_FE(libvirt_domain_is_active, arginfo_libvirt_conn) PHP_FE(libvirt_domain_get_next_dev_ids, arginfo_libvirt_conn) PHP_FE(libvirt_domain_get_screenshot, arginfo_libvirt_domain_get_screenshot) PHP_FE(libvirt_domain_get_screenshot_api, arginfo_libvirt_domain_get_screenshot_api) PHP_FE(libvirt_domain_get_screen_dimensions, arginfo_libvirt_domain_get_screen_dimensions) PHP_FE(libvirt_domain_send_keys, arginfo_libvirt_domain_send_keys) PHP_FE(libvirt_domain_send_key_api, arginfo_libvirt_domain_send_key_api) PHP_FE(libvirt_domain_send_pointer_event, arginfo_libvirt_domain_send_pointer_event) PHP_FE(libvirt_domain_update_device, arginfo_libvirt_domain_update_device) /* Domain snapshot functions */ PHP_FE(libvirt_domain_has_current_snapshot, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_domain_snapshot_create, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_domain_snapshot_get_xml, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_domain_snapshot_revert, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_domain_snapshot_delete, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_domain_snapshot_lookup_by_name, arginfo_libvirt_domain_snapshot_lookup_by_name) /* Storagepool functions */ PHP_FE(libvirt_storagepool_lookup_by_name, arginfo_libvirt_conn_name) PHP_FE(libvirt_storagepool_lookup_by_volume, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_get_info, arginfo_libvirt_conn) PHP_FE(libvirt_storagevolume_lookup_by_name, arginfo_libvirt_conn_name) PHP_FE(libvirt_storagevolume_lookup_by_path, arginfo_libvirt_storagevolume_lookup_by_path) PHP_FE(libvirt_storagevolume_get_name, arginfo_libvirt_conn) PHP_FE(libvirt_storagevolume_get_path, arginfo_libvirt_conn) PHP_FE(libvirt_storagevolume_get_info, arginfo_libvirt_conn) PHP_FE(libvirt_storagevolume_get_xml_desc, arginfo_libvirt_storagevolume_get_xml_desc) PHP_FE(libvirt_storagevolume_create_xml, arginfo_libvirt_conn_xml) PHP_FE(libvirt_storagevolume_create_xml_from,arginfo_libvirt_storagevolume_create_xml_from) PHP_FE(libvirt_storagevolume_delete, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_storagevolume_download, arginfo_libvirt_storagevolume_download) PHP_FE(libvirt_storagevolume_upload, arginfo_libvirt_storagevolume_download) PHP_FE(libvirt_storagevolume_resize, arginfo_libvirt_storagevolume_resize) PHP_FE(libvirt_storagepool_get_uuid_string, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_get_name, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_lookup_by_uuid_string, arginfo_libvirt_conn_uuid) PHP_FE(libvirt_storagepool_get_xml_desc, arginfo_libvirt_conn_xpath) PHP_FE(libvirt_storagepool_define_xml, arginfo_libvirt_storagepool_define_xml) PHP_FE(libvirt_storagepool_undefine, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_create, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_destroy, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_is_active, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_get_volume_count, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_refresh, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_storagepool_set_autostart, arginfo_libvirt_conn_flags) PHP_FE(libvirt_storagepool_get_autostart, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_build, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_delete, arginfo_libvirt_conn) /* Network functions */ PHP_FE(libvirt_network_define_xml, arginfo_libvirt_conn_xml) PHP_FE(libvirt_network_undefine, arginfo_libvirt_conn) PHP_FE(libvirt_network_get, arginfo_libvirt_conn_name) PHP_FE(libvirt_network_get_xml_desc, arginfo_libvirt_conn_xpath) PHP_FE(libvirt_network_get_bridge, arginfo_libvirt_conn) PHP_FE(libvirt_network_get_information, arginfo_libvirt_conn) PHP_FE(libvirt_network_get_active, arginfo_libvirt_conn) PHP_FE(libvirt_network_set_active, arginfo_libvirt_conn_flags) PHP_FE(libvirt_network_get_uuid_string, arginfo_libvirt_conn) PHP_FE(libvirt_network_get_uuid, arginfo_libvirt_conn) PHP_FE(libvirt_network_get_name, arginfo_libvirt_conn) PHP_FE(libvirt_network_get_autostart, arginfo_libvirt_conn) PHP_FE(libvirt_network_set_autostart, arginfo_libvirt_conn_flags) /* Node functions */ PHP_FE(libvirt_node_get_info, arginfo_libvirt_conn) PHP_FE(libvirt_node_get_cpu_stats, arginfo_libvirt_conn_optcpunr) PHP_FE(libvirt_node_get_cpu_stats_for_each_cpu, arginfo_libvirt_conn_opttime) PHP_FE(libvirt_node_get_mem_stats, arginfo_libvirt_conn) PHP_FE(libvirt_node_get_free_memory, arginfo_libvirt_conn) /* Nodedev functions */ PHP_FE(libvirt_nodedev_get, arginfo_libvirt_conn) PHP_FE(libvirt_nodedev_capabilities, arginfo_libvirt_conn) PHP_FE(libvirt_nodedev_get_xml_desc, arginfo_libvirt_conn_xpath) PHP_FE(libvirt_nodedev_get_information, arginfo_libvirt_conn) /* NWFilter functions */ PHP_FE(libvirt_nwfilter_define_xml, arginfo_libvirt_conn_xml) PHP_FE(libvirt_nwfilter_undefine, arginfo_libvirt_conn) PHP_FE(libvirt_nwfilter_get_xml_desc, arginfo_libvirt_conn_xpath) PHP_FE(libvirt_nwfilter_get_uuid_string, arginfo_libvirt_conn) PHP_FE(libvirt_nwfilter_get_uuid, arginfo_libvirt_conn) PHP_FE(libvirt_nwfilter_get_name, arginfo_libvirt_conn) PHP_FE(libvirt_nwfilter_lookup_by_name, arginfo_libvirt_conn_name) PHP_FE(libvirt_nwfilter_lookup_by_uuid_string, arginfo_libvirt_conn_uuid) PHP_FE(libvirt_nwfilter_lookup_by_uuid, arginfo_libvirt_conn_uuid) /* List functions */ PHP_FE(libvirt_list_domains, arginfo_libvirt_conn) PHP_FE(libvirt_list_domain_snapshots, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_list_domain_resources, arginfo_libvirt_conn) PHP_FE(libvirt_list_nodedevs, arginfo_libvirt_conn_optcap) PHP_FE(libvirt_list_all_networks, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_list_networks, arginfo_libvirt_conn_optflags) PHP_FE(libvirt_list_storagepools, arginfo_libvirt_conn) PHP_FE(libvirt_list_active_storagepools, arginfo_libvirt_conn) PHP_FE(libvirt_list_inactive_storagepools, arginfo_libvirt_conn) PHP_FE(libvirt_storagepool_list_volumes, arginfo_libvirt_conn) PHP_FE(libvirt_list_active_domains, arginfo_libvirt_conn) PHP_FE(libvirt_list_active_domain_ids, arginfo_libvirt_conn) PHP_FE(libvirt_list_inactive_domains, arginfo_libvirt_conn) PHP_FE(libvirt_list_all_nwfilters, arginfo_libvirt_conn) PHP_FE(libvirt_list_nwfilters, arginfo_libvirt_conn) /* Version information and common function */ PHP_FE(libvirt_version, arginfo_libvirt_opttype) PHP_FE(libvirt_check_version, arginfo_libvirt_check_version) PHP_FE(libvirt_has_feature, arginfo_libvirt_name) PHP_FE(libvirt_get_iso_images, arginfo_libvirt_optpath) PHP_FE(libvirt_image_create, arginfo_libvirt_image_create) PHP_FE(libvirt_image_remove, arginfo_libvirt_conn_image) /* Debugging functions */ PHP_FE(libvirt_logfile_set, arginfo_libvirt_logfile_set) PHP_FE(libvirt_print_binding_resources, arginfo_libvirt_void) /* Agent functions */ PHP_FE(libvirt_domain_qemu_agent_command, arginfo_libvirt_domain_qemu_agent_command) #ifdef PHP_FE_END PHP_FE_END #else {NULL, NULL, NULL} #endif }; /* Zend module basic definition */ zend_module_entry libvirt_module_entry = { #if ZEND_MODULE_API_NO >= 20010901 STANDARD_MODULE_HEADER, #endif PHP_LIBVIRT_WORLD_EXTNAME, libvirt_functions, PHP_MINIT(libvirt), PHP_MSHUTDOWN(libvirt), PHP_RINIT(libvirt), PHP_RSHUTDOWN(libvirt), PHP_MINFO(libvirt), #if ZEND_MODULE_API_NO >= 20010901 PHP_LIBVIRT_WORLD_VERSION, #endif STANDARD_MODULE_PROPERTIES }; #ifdef COMPILE_DL_LIBVIRT ZEND_GET_MODULE(libvirt) #endif ZEND_BEGIN_MODULE_GLOBALS(libvirt) char *last_error; char *vnc_location; zend_bool longlong_to_string_ini; char *iso_path_ini; char *image_path_ini; zend_long max_connections_ini; #ifdef DEBUG_SUPPORT int debug; #endif resource_info *binding_resources; int binding_resources_count; ZEND_END_MODULE_GLOBALS(libvirt) ZEND_DECLARE_MODULE_GLOBALS(libvirt) /* PHP init options */ PHP_INI_BEGIN() STD_PHP_INI_ENTRY("libvirt.longlong_to_string", "1", PHP_INI_ALL, OnUpdateBool, longlong_to_string_ini, zend_libvirt_globals, libvirt_globals) STD_PHP_INI_ENTRY("libvirt.iso_path", "/var/lib/libvirt/images/iso", PHP_INI_ALL, OnUpdateString, iso_path_ini, zend_libvirt_globals, libvirt_globals) STD_PHP_INI_ENTRY("libvirt.image_path", "/var/lib/libvirt/images", PHP_INI_ALL, OnUpdateString, image_path_ini, zend_libvirt_globals, libvirt_globals) STD_PHP_INI_ENTRY("libvirt.max_connections", "5", PHP_INI_ALL, OnUpdateLong, max_connections_ini, zend_libvirt_globals, libvirt_globals) PHP_INI_END() void change_debug(int val TSRMLS_DC) { LIBVIRT_G(debug) = val; setDebug(val); } /* PHP requires to have this function defined */ static void php_libvirt_init_globals(zend_libvirt_globals *libvirt_globals TSRMLS_DC) { libvirt_globals->longlong_to_string_ini = 1; libvirt_globals->iso_path_ini = "/var/lib/libvirt/images/iso"; libvirt_globals->image_path_ini = "/var/lib/libvirt/images"; libvirt_globals->max_connections_ini = 5; libvirt_globals->binding_resources_count = 0; libvirt_globals->binding_resources = NULL; #ifdef DEBUG_SUPPORT libvirt_globals->debug = 0; change_debug(0 TSRMLS_CC); #endif } /* PHP request initialization */ PHP_RINIT_FUNCTION(libvirt) { LIBVIRT_G(last_error) = NULL; LIBVIRT_G(vnc_location) = NULL; change_debug(0 TSRMLS_CC); return SUCCESS; } /* PHP request destruction */ PHP_RSHUTDOWN_FUNCTION(libvirt) { if (LIBVIRT_G(last_error) != NULL) efree(LIBVIRT_G(last_error)); if (LIBVIRT_G(vnc_location) != NULL) efree(LIBVIRT_G(vnc_location)); return SUCCESS; } /* * Private function name: set_logfile * Since version: 0.4.2 * Description: Function to set the log file. You can set log file to NULL to disable logging (default). Useful for debugging purposes. * Arguments: @filename [string]: name of log file or NULL to disable * @maxsize [long]: integer value of maximum file size, file will be truncated after reaching max file size. Value is set in KiB. * Returns: 0 on success, -errno otherwise */ int set_logfile(char *filename, long maxsize TSRMLS_DC) { int res; struct stat st; if (filename == NULL) { change_debug(0 TSRMLS_CC); return 0; } /* Convert from KiB to bytes and check whether file size exceeds maxsize */ maxsize *= 1024; if (access(filename, F_OK) == 0) { stat(filename, &st); if (st.st_size > maxsize) unlink(filename); } res = (freopen(filename, "a", stderr) != NULL) ? 0 : -errno; if (res == 0) change_debug(1 TSRMLS_CC); return res; } /* * Private function name: translate_counter_type * Since version: 0.4.2 * Description: Function to translate the counter type into the string format * Arguments: @type [int]: integer identifier of the counter type * Returns: string interpretation of the counter type */ static const char * translate_counter_type(int type) { switch (type) { case INT_RESOURCE_CONNECTION: return "connection"; case INT_RESOURCE_DOMAIN: return "domain"; case INT_RESOURCE_STREAM: return "stream"; case INT_RESOURCE_NETWORK: return "network"; case INT_RESOURCE_NODEDEV: return "node device"; case INT_RESOURCE_STORAGEPOOL: return "storage pool"; case INT_RESOURCE_VOLUME: return "storage volume"; case INT_RESOURCE_SNAPSHOT: return "snapshot"; case INT_RESOURCE_NWFILTER: return "nwfilter"; } return "unknown"; } /* * Private function name: tokenize * Since version: 0.4.9 * Description: Function to tokenize string into tokens by delimiter $by * Arguments: @string [string]: input string * @by [string]: string used as delimited * Returns: tTokenizer structure */ tTokenizer tokenize(char *string, char *by) { #ifndef EXTWIN char *tmp; char *str; char *save; char *token; int i = 0; tTokenizer t; tmp = strdup(string); t.tokens = (char **)malloc(sizeof(char *)); for (str = tmp; ; str = NULL) { token = strtok_r(str, by, &save); if (token == NULL) break; t.tokens = realloc(t.tokens, (i + 1) * sizeof(char *)); t.tokens[i++] = strdup(token); } t.numTokens = i; return t; #else tTokenizer t; t.tokens = NULL; t.numTokens = 0; return t; #endif } /* * Private function name: free_tokens * Since version: 0.4.9 * Description: Function to free tokens allocated by tokenize function * Arguments: @t [tTokenizer]: tokenizer structure previously allocated by tokenize function * Returns: none */ void free_tokens(tTokenizer t) { int i; for (i = 0; i < t.numTokens; i++) free(t.tokens[i]); } /* * Private function name: resource_change_counter * Since version: 0.4.2 * Description: Function to increment (inc = 1) / decrement (inc = 0) the resource pointers count including the memory location * Arguments: @type [int]: type of resource (INT_RESOURCE_x defines where x can be { CONNECTION | DOMAIN | NETWORK | NODEDEV | STORAGEPOOL | VOLUME | SNAPSHOT | STREAM }) * @conn [virConnectPtr]: libvirt connection pointer associated with the resource, NULL for libvirt connection objects * @mem [pointer]: Pointer to memory location for the resource. Will be converted to appropriate uint for the arch. * @inc [int/bool]: Increment the counter (1 = add memory location) or decrement the counter (0 = remove memory location) from entries. * Returns: 0 on success, -errno otherwise */ int resource_change_counter(int type, virConnectPtr conn, void *mem, int inc TSRMLS_DC) { int i; int pos = -1; int binding_resources_count; resource_info *binding_resources = NULL; binding_resources_count = LIBVIRT_G(binding_resources_count); binding_resources = LIBVIRT_G(binding_resources); if (inc) { for (i = 0; i < binding_resources_count; i++) { if (binding_resources[i].overwrite) { pos = i; break; } if (pos > -1) DPRINTF("%s: Found match on position %d\n", __FUNCTION__, pos); if ((binding_resources[i].type == type) && (binding_resources[i].mem == mem) && (binding_resources[i].overwrite == 0)) { DPRINTF("%s: Pointer exists at position %d\n", __FUNCTION__, i); return -EEXIST; } } if (pos == -1) { if (binding_resources == NULL) { binding_resources_count = 1; binding_resources = (resource_info *)malloc(sizeof(resource_info)); } else { binding_resources_count++; binding_resources = (resource_info *)realloc(binding_resources, binding_resources_count * sizeof(resource_info)); } if (binding_resources == NULL) return -ENOMEM; pos = binding_resources_count - 1; } binding_resources[pos].type = type; binding_resources[pos].mem = mem; binding_resources[pos].conn = conn; binding_resources[pos].overwrite = 0; } else { for (i = 0; i < binding_resources_count; i++) { if ((binding_resources[i].type == type) && (binding_resources[i].mem == mem)) binding_resources[i].overwrite = 1; } } LIBVIRT_G(binding_resources_count) = binding_resources_count; LIBVIRT_G(binding_resources) = binding_resources; return 0; } /* * Private function name: get_feature_binary * Since version: 0.4.1(-3) * Description: Function to get the existing feature binary for the specified feature, e.g. screenshot feature * Arguments: @name [string]: name of the feature to check against * Returns: Existing and executable binary name or NULL value */ const char *get_feature_binary(const char *name) { int i, max; max = (ARRAY_CARDINALITY(features) < ARRAY_CARDINALITY(features_binaries)) ? ARRAY_CARDINALITY(features) : ARRAY_CARDINALITY(features_binaries); for (i = 0; i < max; i++) if ((features[i] != NULL) && (strcmp(features[i], name) == 0)) { if (access(features_binaries[i], X_OK) == 0) return features_binaries[i]; } return NULL; } /* * Private function name: has_builtin * Since version: 0.4.5 * Description: Function to get the information whether feature could be used as a built-in feature or not * Arguments: @name [string]: name of the feature to check against * Returns: 1 if feature has a builtin fallback to be used or 0 otherwise */ int has_builtin(char *name) { int i, max; max = (ARRAY_CARDINALITY(features) < ARRAY_CARDINALITY(features_binaries)) ? ARRAY_CARDINALITY(features) : ARRAY_CARDINALITY(features_binaries); for (i = 0; i < max; i++) if ((features[i] != NULL) && (strcmp(features[i], name) == 0)) return 1; return 0; } /* Maximum size (in KiB) of log file when DEBUG_SUPPORT is enabled */ #define DEFAULT_LOG_MAXSIZE 1024 /* Information function for phpinfo() */ PHP_MINFO_FUNCTION(libvirt) { int i; char path[1024]; char tmp[1024] = { 0 }; unsigned long libVer; php_info_print_table_start(); php_info_print_table_row(2, "Libvirt support", "enabled"); #ifdef DEBUG_SUPPORT snprintf(tmp, sizeof(tmp), "enabled, default maximum log file size: %d KiB", DEFAULT_LOG_MAXSIZE); #else snprintf(tmp, sizeof(tmp), "disabled"); #endif php_info_print_table_row(2, "Debug support", tmp); php_info_print_table_row(2, "Extension version", PHP_LIBVIRT_WORLD_VERSION); if (virGetVersion(&libVer, NULL, NULL) == 0) { char version[100]; snprintf(version, sizeof(version), "%i.%i.%i", (long)((libVer/1000000) % 1000), (long)((libVer/1000) % 1000), (long)(libVer % 1000)); php_info_print_table_row(2, "Libvirt version", version); } snprintf(path, sizeof(path), "%lu", (unsigned long)LIBVIRT_G(max_connections_ini)); php_info_print_table_row(2, "Max. connections", path); if (!access(LIBVIRT_G(iso_path_ini), F_OK) == 0) snprintf(path, sizeof(path), "%s - path is invalid. To set the valid path modify the libvirt.iso_path in your php.ini configuration!", LIBVIRT_G(iso_path_ini)); else snprintf(path, sizeof(path), "%s", LIBVIRT_G(iso_path_ini)); php_info_print_table_row(2, "ISO Image path", path); if (!access(LIBVIRT_G(image_path_ini), F_OK) == 0) snprintf(path, sizeof(path), "%s - path is invalid. To set the valid path modify the libvirt.image_path in your php.ini configuration!", LIBVIRT_G(image_path_ini)); else snprintf(path, sizeof(path), "%s", LIBVIRT_G(image_path_ini)); php_info_print_table_row(2, "Path for images", path); /* Iterate all the features supported */ char features_supported[4096] = { 0 }; for (i = 0; i < ARRAY_CARDINALITY(features); i++) { const char *tmp; if ((features[i] != NULL) && (tmp = get_feature_binary(features[i]))) { strcat(features_supported, features[i]); strcat(features_supported, ", "); } } if (strlen(features_supported) > 0) { features_supported[strlen(features_supported) - 2] = 0; php_info_print_table_row(2, "Features supported", features_supported); } php_info_print_table_end(); } /* * Private function name: set_error * Since version: 0.4.1(-1) * Description: This private function is used to set the error string to the library. This string can be obtained by libvirt_get_last_error() from the PHP application. * Arguments: @msg [string]: error message string * Returns: None */ void set_error(char *msg TSRMLS_DC) { if (LIBVIRT_G(last_error) != NULL) efree(LIBVIRT_G(last_error)); if (msg == NULL) { LIBVIRT_G(last_error) = NULL; return; } php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", msg); LIBVIRT_G(last_error) = estrndup(msg, strlen(msg)); } /* * Private function name: set_vnc_location * Since version: 0.4.5 * Description: This private function is used to set the VNC location for the newly started installation * Arguments: @msg [string]: vnc location string * Returns: None */ void set_vnc_location(char *msg TSRMLS_DC) { if (LIBVIRT_G(vnc_location) != NULL) efree(LIBVIRT_G(vnc_location)); if (msg == NULL) { LIBVIRT_G(vnc_location) = NULL; return; } LIBVIRT_G(vnc_location) = estrndup(msg, strlen(msg)); DPRINTF("set_vnc_location: VNC server location set to '%s'\n", LIBVIRT_G(vnc_location)); } /* * Private function name: set_error_if_unset * Since version: 0.4.2 * Description: Function to set the error only if no other error is set yet * Arguments: @msg [string]: error message string * Returns: None */ void set_error_if_unset(char *msg TSRMLS_DC) { if (LIBVIRT_G(last_error) == NULL) set_error(msg TSRMLS_CC); } /* * Private function name: reset_error * Since version: 0.4.2 * Description: Function to reset the error string set by set_error(). Same as set_error(NULL). * Arguments: None * Returns: None */ void reset_error(TSRMLS_D) { set_error(NULL TSRMLS_CC); } /* Error handler for receiving libvirt errors */ static void catch_error(void *userData, virErrorPtr error) { TSRMLS_FETCH_FROM_CTX(userData); set_error(error->message TSRMLS_CC); } /* * Private function name: free_resource * Since version: 0.4.2 * Description: Function is used to free the the internal libvirt-php resource identified by it's type and memory location * Arguments: @type [int]: type of the resource to be freed, INT_RESOURCE_x where x can be { CONNECTION | DOMAIN | NETWORK | NODEDEV | STORAGEPOOL | VOLUME | SNAPSHOT } * @mem [uint]: memory location of the resource to be freed * Returns: None */ void free_resource(int type, void *mem TSRMLS_DC) { int rv; DPRINTF("%s: Freeing libvirt %s resource at 0x%lx\n", __FUNCTION__, translate_counter_type(type), (long) mem); if (type == INT_RESOURCE_DOMAIN) { rv = virDomainFree((virDomainPtr)mem); if (rv != 0) { DPRINTF("%s: virDomainFree(%p) returned %d (%s)\n", __FUNCTION__, (virDomainPtr)mem, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virDomainFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virDomainFree(%p) completed successfully\n", __FUNCTION__, (virDomainPtr)mem); resource_change_counter(INT_RESOURCE_DOMAIN, NULL, (virDomainPtr)mem, 0 TSRMLS_CC); } } if (type == INT_RESOURCE_STREAM) { rv = virStreamFree((virStreamPtr)mem); if (rv != 0) { DPRINTF("%s: virStreamFree(%p) returned %d (%s)\n", __FUNCTION__, (virStreamPtr)mem, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virStreamFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virStreamFree(%p) completed successfully\n", __FUNCTION__, (virStreamPtr)mem); resource_change_counter(INT_RESOURCE_STREAM, NULL, (virStreamPtr)mem, 0 TSRMLS_CC); } } if (type == INT_RESOURCE_NETWORK) { rv = virNetworkFree((virNetworkPtr)mem); if (rv != 0) { DPRINTF("%s: virNetworkFree(%p) returned %d (%s)\n", __FUNCTION__, (virNetworkPtr)mem, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virNetworkFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virNetworkFree(%p) completed successfully\n", __FUNCTION__, (virNetworkPtr)mem); resource_change_counter(INT_RESOURCE_NETWORK, NULL, (virNetworkPtr)mem, 0 TSRMLS_CC); } } if (type == INT_RESOURCE_NODEDEV) { rv = virNodeDeviceFree((virNodeDevicePtr)mem); if (rv != 0) { DPRINTF("%s: virNodeDeviceFree(%p) returned %d (%s)\n", __FUNCTION__, (virNodeDevicePtr)mem, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virNodeDeviceFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virNodeDeviceFree(%p) completed successfully\n", __FUNCTION__, (virNodeDevicePtr)mem); resource_change_counter(INT_RESOURCE_NODEDEV, NULL, (virNodeDevicePtr)mem, 0 TSRMLS_CC); } } if (type == INT_RESOURCE_STORAGEPOOL) { rv = virStoragePoolFree((virStoragePoolPtr)mem); if (rv != 0) { DPRINTF("%s: virStoragePoolFree(%p) returned %d (%s)\n", __FUNCTION__, (virStoragePoolPtr)mem, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virStoragePoolFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virStoragePoolFree(%p) completed successfully\n", __FUNCTION__, (virStoragePoolPtr)mem); resource_change_counter(INT_RESOURCE_STORAGEPOOL, NULL, (virStoragePoolPtr)mem, 0 TSRMLS_CC); } } if (type == INT_RESOURCE_VOLUME) { rv = virStorageVolFree((virStorageVolPtr)mem); if (rv != 0) { DPRINTF("%s: virStorageVolFree(%p) returned %d (%s)\n", __FUNCTION__, (virStorageVolPtr)mem, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virStorageVolFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virStorageVolFree(%p) completed successfully\n", __FUNCTION__, (virStorageVolPtr)mem); resource_change_counter(INT_RESOURCE_VOLUME, NULL, (virStorageVolPtr)mem, 0 TSRMLS_CC); } } if (type == INT_RESOURCE_SNAPSHOT) { rv = virDomainSnapshotFree((virDomainSnapshotPtr)mem); if (rv != 0) { DPRINTF("%s: virDomainSnapshotFree(%p) returned %d (%s)\n", __FUNCTION__, (virDomainSnapshotPtr)mem, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virDomainSnapshotFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virDomainSnapshotFree(%p) completed successfully\n", __FUNCTION__, (virDomainSnapshotPtr)mem); resource_change_counter(INT_RESOURCE_SNAPSHOT, NULL, (virDomainSnapshotPtr)mem, 0 TSRMLS_CC); } } if (type == INT_RESOURCE_NWFILTER) { rv = virNWFilterFree((virNWFilterPtr) mem); if (rv != 0) { DPRINTF("%s: virNWFilterFree(%p) returned %d (%s)\n", __FUNCTION__, (virNWFilterPtr) mem, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virDomainSnapshotFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virNWFilterFree(%p) completed successfully\n", __FUNCTION__, (virNWFilterPtr) mem); resource_change_counter(INT_RESOURCE_NWFILTER, NULL, (virNWFilterPtr) mem, 0 TSRMLS_CC); } } } /* * Private function name: free_resources_on_connection * Since version: 0.4.2 * Description: Function is used to free all the resources assigned to the connection identified by conn * Arguments: @conn [virConnectPtr]: libvirt connection pointer * Returns: None */ void free_resources_on_connection(virConnectPtr conn TSRMLS_DC) { int binding_resources_count = 0; resource_info *binding_resources; int i; binding_resources_count = LIBVIRT_G(binding_resources_count); binding_resources = LIBVIRT_G(binding_resources); for (i = 0; i < binding_resources_count; i++) { if ((binding_resources[i].overwrite == 0) && (binding_resources[i].conn == conn)) free_resource(binding_resources[i].type, binding_resources[i].mem TSRMLS_CC); } } /* * Private function name: check_resource_allocation * Since version: 0.4.2 * Description: Function is used to check whether the resource identified by type and memory is allocated for connection conn or not * Arguments: @conn [virConnectPtr]: libvirt connection pointer * @type [int]: type of the counter to be checked, please see free_resource() API for possible values * @memp [pointer]: pointer to the memory * Returns: 1 if resource is allocated, 0 otherwise */ int check_resource_allocation(virConnectPtr conn, int type, void *mem TSRMLS_DC) { int binding_resources_count = 0; resource_info *binding_resources = NULL; int i, allocated = 0; binding_resources_count = LIBVIRT_G(binding_resources_count); binding_resources = LIBVIRT_G(binding_resources); if (binding_resources == NULL) return 0; for (i = 0; i < binding_resources_count; i++) { if ((((conn != NULL) && (binding_resources[i].conn == conn)) || (conn == NULL)) && (binding_resources[i].type == type) && (binding_resources[i].mem == mem) && (binding_resources[i].overwrite == 0)) allocated = 1; } DPRINTF("%s: libvirt %s resource 0x%lx (conn %p) is%s allocated\n", __FUNCTION__, translate_counter_type(type), (long) mem, conn, !allocated ? " not" : ""); return allocated; } /* * Private function name: count_resources * Since version: 0.4.2 * Description: Function counts the internal resources of module instance * Arguments: @type [int]: integer interpretation of the type, see free_resource() API function for possible values * Returns: number of resources already used */ int count_resources(int type TSRMLS_DC) { int binding_resources_count = 0; resource_info *binding_resources = NULL; int i, count = 0; binding_resources_count = LIBVIRT_G(binding_resources_count); binding_resources = LIBVIRT_G(binding_resources); if (binding_resources == NULL) return 0; for (i = 0; i < binding_resources_count; i++) { if (binding_resources[i].type == type) count++; } return count; } /* * Private function name: size_def_to_mbytes * Since version: 0.4.5 * Description: Function is used to translate the string size representation to the number of MBytes, used e.g. for domain installation * Arguments: @arg [string]: input string to be converted * Returns: number of megabytes extracted from the input string */ unsigned long long size_def_to_mbytes(char *arg) { int unit, multiplicator = 1, nodel = 0; if ((arg == NULL) || (strlen(arg) == 0)) return 0; unit = arg[strlen(arg)-1]; switch (unit) { case 'G': multiplicator = 1 << 10; break; case 'T': multiplicator = 1 << 20; break; default: nodel = 1; } if (nodel == 0) arg[strlen(arg) - 1] = 0; return atoi(arg) * multiplicator; } /* * Private function name: is_local_connection * Since version: 0.4.5 * Description: Function is used to check whether the connection is the connection to the local hypervisor or to remote hypervisor * Arguments: @conn [virConnectPtr]: libvirt connection pointer * Returns: 1 (TRUE) for local connection, 0 (FALSE) for remote connection */ int is_local_connection(virConnectPtr conn) { #ifndef EXTWIN int ret; char *hostname; char name[1024]; hostname = virConnectGetHostname(conn); gethostname(name, 1024); ret = strcmp(name, hostname) == 0; free(hostname); return ret; #else // Libvirt daemon doesn't work on Windows systems so always return 0 (FALSE) return 0; #endif } /* Destructor for connection resource */ static void php_libvirt_connection_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_connection *conn = (php_libvirt_connection *)rsrc->ptr; int rv = 0; if (conn != NULL) { if (conn->conn != NULL) { free_resources_on_connection(conn->conn TSRMLS_CC); rv = virConnectClose(conn->conn); if (rv == -1) { DPRINTF("%s: virConnectClose(%p) returned %d (%s)\n", __FUNCTION__, conn->conn, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virConnectClose failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virConnectClose(%p) completed successfully\n", __FUNCTION__, conn->conn); resource_change_counter(INT_RESOURCE_CONNECTION, NULL, conn->conn, 0 TSRMLS_CC); } conn->conn = NULL; } efree(conn); } } /* Destructor for domain resource */ static void php_libvirt_domain_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_domain *domain = (php_libvirt_domain *)rsrc->ptr; int rv = 0; if (domain != NULL) { if (domain->domain != NULL) { if (!check_resource_allocation(domain->conn->conn, INT_RESOURCE_DOMAIN, domain->domain TSRMLS_CC)) { domain->domain = NULL; efree(domain); return; } rv = virDomainFree(domain->domain); if (rv != 0) { DPRINTF("%s: virDomainFree(%p) returned %d (%s)\n", __FUNCTION__, domain->domain, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virDomainFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virDomainFree(%p) completed successfully\n", __FUNCTION__, domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, domain->conn->conn, domain->domain, 0 TSRMLS_CC); } domain->domain = NULL; } efree(domain); } } /* Destructor for stream resource */ static void php_libvirt_stream_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_stream *stream = (php_libvirt_stream *)rsrc->ptr; int rv = 0; if (stream != NULL) { if (stream->stream != NULL) { if (!check_resource_allocation(NULL, INT_RESOURCE_STREAM, stream->stream TSRMLS_CC)) { stream->stream = NULL; efree(stream); return; } rv = virStreamFree(stream->stream); if (rv != 0) { DPRINTF("%s: virStreamFree(%p) returned %d (%s)\n", __FUNCTION__, stream->stream, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virStreamFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virStreamFree(%p) completed successfully\n", __FUNCTION__, stream->stream); resource_change_counter(INT_RESOURCE_STREAM, NULL, stream->stream, 0 TSRMLS_CC); } stream->stream = NULL; } efree(stream); } } /* Destructor for storagepool resource */ static void php_libvirt_storagepool_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_storagepool *pool = (php_libvirt_storagepool *)rsrc->ptr; int rv = 0; if (pool != NULL) { if (pool->pool != NULL) { if (!check_resource_allocation(NULL, INT_RESOURCE_STORAGEPOOL, pool->pool TSRMLS_CC)) { pool->pool = NULL; efree(pool); return; } rv = virStoragePoolFree(pool->pool); if (rv != 0) { DPRINTF("%s: virStoragePoolFree(%p) returned %d (%s)\n", __FUNCTION__, pool->pool, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virStoragePoolFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virStoragePoolFree(%p) completed successfully\n", __FUNCTION__, pool->pool); resource_change_counter(INT_RESOURCE_STORAGEPOOL, NULL, pool->pool, 0 TSRMLS_CC); } pool->pool = NULL; } efree(pool); } } /* Destructor for volume resource */ static void php_libvirt_volume_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_volume *volume = (php_libvirt_volume *)rsrc->ptr; int rv = 0; if (volume != NULL) { if (volume->volume != NULL) { if (!check_resource_allocation(NULL, INT_RESOURCE_VOLUME, volume->volume TSRMLS_CC)) { volume->volume = NULL; efree(volume); return; } rv = virStorageVolFree(volume->volume); if (rv != 0) { DPRINTF("%s: virStorageVolFree(%p) returned %d (%s)\n", __FUNCTION__, volume->volume, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virStorageVolFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virStorageVolFree(%p) completed successfully\n", __FUNCTION__, volume->volume); resource_change_counter(INT_RESOURCE_VOLUME, NULL, volume->volume, 0 TSRMLS_CC); } volume->volume = NULL; } efree(volume); } } /* Destructor for network resource */ static void php_libvirt_network_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_network *network = (php_libvirt_network *)rsrc->ptr; int rv = 0; if (network != NULL) { if (network->network != NULL) { if (!check_resource_allocation(network->conn->conn, INT_RESOURCE_NETWORK, network->network TSRMLS_CC)) { network->network = NULL; efree(network); return; } rv = virNetworkFree(network->network); if (rv != 0) { DPRINTF("%s: virNetworkFree(%p) returned %d (%s)\n", __FUNCTION__, network->network, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virStorageVolFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virNetworkFree(%p) completed successfully\n", __FUNCTION__, network->network); resource_change_counter(INT_RESOURCE_NETWORK, NULL, network->network, 0 TSRMLS_CC); } network->network = NULL; } efree(network); } } /* Destructor for nodedev resource */ static void php_libvirt_nodedev_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_nodedev *nodedev = (php_libvirt_nodedev *)rsrc->ptr; int rv = 0; if (nodedev != NULL) { if (nodedev->device != NULL) { if (!check_resource_allocation(nodedev->conn->conn, INT_RESOURCE_NODEDEV, nodedev->device TSRMLS_CC)) { nodedev->device = NULL; efree(nodedev); return; } rv = virNodeDeviceFree(nodedev->device); if (rv != 0) { DPRINTF("%s: virNodeDeviceFree(%p) returned %d (%s)\n", __FUNCTION__, nodedev->device, rv, LIBVIRT_G(last_error)); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virStorageVolFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virNodeDeviceFree(%p) completed successfully\n", __FUNCTION__, nodedev->device); resource_change_counter(INT_RESOURCE_NODEDEV, nodedev->conn->conn, nodedev->device, 0 TSRMLS_CC); } nodedev->device = NULL; } efree(nodedev); } } /* Destructor for snapshot resource */ static void php_libvirt_snapshot_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_snapshot *snapshot = (php_libvirt_snapshot *)rsrc->ptr; int rv = 0; if (snapshot != NULL) { if (snapshot->snapshot != NULL) { if (!check_resource_allocation(NULL, INT_RESOURCE_SNAPSHOT, snapshot->snapshot TSRMLS_CC)) { snapshot->snapshot = NULL; efree(snapshot); return; } rv = virDomainSnapshotFree(snapshot->snapshot); if (rv != 0) { DPRINTF("%s: virDomainSnapshotFree(%p) returned %d\n", __FUNCTION__, snapshot->snapshot, rv); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virDomainSnapshotFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virDomainSnapshotFree(%p) completed successfully\n", __FUNCTION__, snapshot->snapshot); resource_change_counter(INT_RESOURCE_SNAPSHOT, snapshot->domain->conn->conn, snapshot->snapshot, 0 TSRMLS_CC); } snapshot->snapshot = NULL; } efree(snapshot); } } /* Destructor for nwfilter resource */ static void php_libvirt_nwfilter_dtor(virt_resource *rsrc TSRMLS_DC) { php_libvirt_nwfilter *nwfilter = (php_libvirt_nwfilter *) rsrc->ptr; int rv = 0; if (nwfilter != NULL) { if (nwfilter->nwfilter != NULL) { if (!check_resource_allocation(NULL, INT_RESOURCE_NWFILTER, nwfilter->nwfilter TSRMLS_CC)) { nwfilter->nwfilter = NULL; efree(nwfilter); return; } rv = virNWFilterFree(nwfilter->nwfilter); if (rv != 0) { DPRINTF("%s: virNWFilterFree(%p) returned %d\n", __FUNCTION__, nwfilter->nwfilter, rv); php_error_docref(NULL TSRMLS_CC, E_WARNING, "virNWFilterFree failed with %i on destructor: %s", rv, LIBVIRT_G(last_error)); } else { DPRINTF("%s: virNWFilterFee(%p) completed successfully\n", __FUNCTION__, nwfilter->nwfilter); resource_change_counter(INT_RESOURCE_NWFILTER, nwfilter->conn->conn, nwfilter->nwfilter, 0 TSRMLS_CC); } nwfilter->nwfilter = NULL; } efree(nwfilter); } } /* ZEND Module inicialization function */ PHP_MINIT_FUNCTION(libvirt) { /* register resource types and their descriptors */ le_libvirt_connection = zend_register_list_destructors_ex(php_libvirt_connection_dtor, NULL, PHP_LIBVIRT_CONNECTION_RES_NAME, module_number); le_libvirt_domain = zend_register_list_destructors_ex(php_libvirt_domain_dtor, NULL, PHP_LIBVIRT_DOMAIN_RES_NAME, module_number); le_libvirt_stream = zend_register_list_destructors_ex(php_libvirt_stream_dtor, NULL, PHP_LIBVIRT_STREAM_RES_NAME, module_number); le_libvirt_storagepool = zend_register_list_destructors_ex(php_libvirt_storagepool_dtor, NULL, PHP_LIBVIRT_STORAGEPOOL_RES_NAME, module_number); le_libvirt_volume = zend_register_list_destructors_ex(php_libvirt_volume_dtor, NULL, PHP_LIBVIRT_VOLUME_RES_NAME, module_number); le_libvirt_network = zend_register_list_destructors_ex(php_libvirt_network_dtor, NULL, PHP_LIBVIRT_NETWORK_RES_NAME, module_number); le_libvirt_nodedev = zend_register_list_destructors_ex(php_libvirt_nodedev_dtor, NULL, PHP_LIBVIRT_NODEDEV_RES_NAME, module_number); le_libvirt_snapshot = zend_register_list_destructors_ex(php_libvirt_snapshot_dtor, NULL, PHP_LIBVIRT_SNAPSHOT_RES_NAME, module_number); le_libvirt_nwfilter = zend_register_list_destructors_ex(php_libvirt_nwfilter_dtor, NULL, PHP_LIBVIRT_NWFILTER_RES_NAME, module_number); ZEND_INIT_MODULE_GLOBALS(libvirt, php_libvirt_init_globals, NULL); /* LIBVIRT CONSTANTS */ /* XML contants */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_XML_SECURE", 1, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_XML_INACTIVE", 2, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_XML_UPDATE_CPU", 4, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_XML_MIGRATABLE", 8, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_NODE_CPU_STATS_ALL_CPUS", VIR_NODE_CPU_STATS_ALL_CPUS, CONST_CS | CONST_PERSISTENT); /* Domain constants */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_NOSTATE", 0, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_RUNNING", 1, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCKED", 2, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_PAUSED", 3, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_SHUTDOWN", 4, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_SHUTOFF", 5, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_CRASHED", 6, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_PMSUSPENDED", 7, CONST_CS | CONST_PERSISTENT); /* Volume constants */ REGISTER_LONG_CONSTANT("VIR_STORAGE_VOL_RESIZE_ALLOCATE", 1, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_STORAGE_VOL_RESIZE_DELTA", 2, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_STORAGE_VOL_RESIZE_SHRINK", 4, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA", VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_STORAGE_VOL_CREATE_REFLINK", VIR_STORAGE_VOL_CREATE_REFLINK, CONST_CS | CONST_PERSISTENT); /* Domain vCPU flags */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_VCPU_CONFIG", VIR_DOMAIN_VCPU_CONFIG, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_VCPU_CURRENT", VIR_DOMAIN_VCPU_CURRENT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_VCPU_LIVE", VIR_DOMAIN_VCPU_LIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_VCPU_MAXIMUM", VIR_DOMAIN_VCPU_MAXIMUM, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_VCPU_GUEST", VIR_DOMAIN_VCPU_GUEST, CONST_CS | CONST_PERSISTENT); /* Domain snapshot constants */ REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_DELETE_CHILDREN", VIR_DOMAIN_SNAPSHOT_DELETE_CHILDREN, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_DELETE_METADATA_ONLY", VIR_DOMAIN_SNAPSHOT_DELETE_METADATA_ONLY, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_DELETE_CHILDREN_ONLY", VIR_DOMAIN_SNAPSHOT_DELETE_CHILDREN_ONLY, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_REDEFINE", VIR_DOMAIN_SNAPSHOT_CREATE_REDEFINE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_CURRENT", VIR_DOMAIN_SNAPSHOT_CREATE_CURRENT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_NO_METADATA", VIR_DOMAIN_SNAPSHOT_CREATE_NO_METADATA, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_HALT", VIR_DOMAIN_SNAPSHOT_CREATE_HALT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_DISK_ONLY", VIR_DOMAIN_SNAPSHOT_CREATE_DISK_ONLY, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_REUSE_EXT", VIR_DOMAIN_SNAPSHOT_CREATE_REUSE_EXT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_QUIESCE", VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_ATOMIC", VIR_DOMAIN_SNAPSHOT_CREATE_ATOMIC, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_CREATE_LIVE", VIR_DOMAIN_SNAPSHOT_CREATE_LIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_DESCENDANTS", VIR_DOMAIN_SNAPSHOT_LIST_DESCENDANTS, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_ROOTS", VIR_DOMAIN_SNAPSHOT_LIST_ROOTS, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_METADATA", VIR_DOMAIN_SNAPSHOT_LIST_METADATA, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_LEAVES", VIR_DOMAIN_SNAPSHOT_LIST_LEAVES, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_NO_LEAVES", VIR_DOMAIN_SNAPSHOT_LIST_NO_LEAVES, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_NO_METADATA", VIR_DOMAIN_SNAPSHOT_LIST_NO_METADATA, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_INACTIVE", VIR_DOMAIN_SNAPSHOT_LIST_INACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_ACTIVE", VIR_DOMAIN_SNAPSHOT_LIST_ACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_DISK_ONLY", VIR_DOMAIN_SNAPSHOT_LIST_DISK_ONLY, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_INTERNAL", VIR_DOMAIN_SNAPSHOT_LIST_INTERNAL, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_LIST_EXTERNAL", VIR_DOMAIN_SNAPSHOT_LIST_EXTERNAL, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_REVERT_RUNNING", VIR_DOMAIN_SNAPSHOT_REVERT_RUNNING, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_REVERT_PAUSED", VIR_DOMAIN_SNAPSHOT_REVERT_PAUSED, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_SNAPSHOT_REVERT_FORCE", VIR_DOMAIN_SNAPSHOT_REVERT_FORCE, CONST_CS | CONST_PERSISTENT); /* Create flags */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_NONE", VIR_DOMAIN_NONE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_START_PAUSED", VIR_DOMAIN_START_PAUSED, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_START_AUTODESTROY", VIR_DOMAIN_START_AUTODESTROY, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_START_BYPASS_CACHE", VIR_DOMAIN_START_BYPASS_CACHE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_START_FORCE_BOOT", VIR_DOMAIN_START_FORCE_BOOT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_START_VALIDATE", VIR_DOMAIN_START_VALIDATE, CONST_CS | CONST_PERSISTENT); /* Memory constants */ REGISTER_LONG_CONSTANT("VIR_MEMORY_VIRTUAL", 1, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_MEMORY_PHYSICAL", 2, CONST_CS | CONST_PERSISTENT); /* Version checking constants */ REGISTER_LONG_CONSTANT("VIR_VERSION_BINDING", VIR_VERSION_BINDING, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_VERSION_LIBVIRT", VIR_VERSION_LIBVIRT, CONST_CS | CONST_PERSISTENT); /* Network constants */ REGISTER_LONG_CONSTANT("VIR_NETWORKS_ACTIVE", VIR_NETWORKS_ACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_NETWORKS_INACTIVE", VIR_NETWORKS_INACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_NETWORKS_ALL", VIR_NETWORKS_ACTIVE | VIR_NETWORKS_INACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_LIST_NETWORKS_INACTIVE", VIR_CONNECT_LIST_NETWORKS_INACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_LIST_NETWORKS_ACTIVE", VIR_CONNECT_LIST_NETWORKS_ACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_LIST_NETWORKS_PERSISTENT", VIR_CONNECT_LIST_NETWORKS_PERSISTENT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_LIST_NETWORKS_TRANSIENT", VIR_CONNECT_LIST_NETWORKS_TRANSIENT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_LIST_NETWORKS_AUTOSTART", VIR_CONNECT_LIST_NETWORKS_AUTOSTART, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_LIST_NETWORKS_NO_AUTOSTART", VIR_CONNECT_LIST_NETWORKS_NO_AUTOSTART, CONST_CS | CONST_PERSISTENT); /* Credential constants */ REGISTER_LONG_CONSTANT("VIR_CRED_USERNAME", 1, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CRED_AUTHNAME", 2, CONST_CS | CONST_PERSISTENT); /* RFC 1766 languages */ REGISTER_LONG_CONSTANT("VIR_CRED_LANGUAGE", 3, CONST_CS | CONST_PERSISTENT); /* Client supplied a nonce */ REGISTER_LONG_CONSTANT("VIR_CRED_CNONCE", 4, CONST_CS | CONST_PERSISTENT); /* Passphrase secret */ REGISTER_LONG_CONSTANT("VIR_CRED_PASSPHRASE", 5, CONST_CS | CONST_PERSISTENT); /* Challenge response */ REGISTER_LONG_CONSTANT("VIR_CRED_ECHOPROMPT", 6, CONST_CS | CONST_PERSISTENT); /* Challenge responce */ REGISTER_LONG_CONSTANT("VIR_CRED_NOECHOPROMP", 7, CONST_CS | CONST_PERSISTENT); /* Authentication realm */ REGISTER_LONG_CONSTANT("VIR_CRED_REALM", 8, CONST_CS | CONST_PERSISTENT); /* Externally managed credential More may be added - expect the unexpected */ REGISTER_LONG_CONSTANT("VIR_CRED_EXTERNAL", 9, CONST_CS | CONST_PERSISTENT); /* Domain memory constants */ /* The total amount of memory written out to swap space (in kB). */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_SWAP_IN", 0, CONST_CS | CONST_PERSISTENT); /* Page faults occur when a process makes a valid access to virtual memory that is not available. */ /* When servicing the page fault, if disk IO is * required, it is considered a major fault. If not, */ /* it is a minor fault. * These are expressed as the number of faults that have occurred. */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_SWAP_OUT", 1, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_MAJOR_FAULT", 2, CONST_CS | CONST_PERSISTENT); /* The amount of memory left completely unused by the system. Memory that is available but used for */ /* reclaimable caches should NOT be reported as free. This value is expressed in kB. */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_MINOR_FAULT", 3, CONST_CS | CONST_PERSISTENT); /* The total amount of usable memory as seen by the domain. This value * may be less than the amount */ /* of memory assigned to the domain if a * balloon driver is in use or if the guest OS does not initialize */ /* all * assigned pages. This value is expressed in kB. */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_UNUSED", 4, CONST_CS | CONST_PERSISTENT); /* The number of statistics supported by this version of the interface. To add new statistics, add them */ /* to the enum and increase this value. */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_AVAILABLE", 5, CONST_CS | CONST_PERSISTENT); /* Current balloon value (in KB). */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON", 6, CONST_CS | CONST_PERSISTENT); /* Resident Set Size of the process running the domain. This value is in kB */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_RSS", 7, CONST_CS | CONST_PERSISTENT); /* The number of statistics supported by this version of the interface. */ /* To add new statistics, add them to the enum and increase this value. */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEMORY_STAT_NR", 8, CONST_CS | CONST_PERSISTENT); /* Job constants */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_JOB_NONE", 0, CONST_CS | CONST_PERSISTENT); /* Job with a finite completion time */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_JOB_BOUNDED", 1, CONST_CS | CONST_PERSISTENT); /* Job without a finite completion time */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_JOB_UNBOUNDED", 2, CONST_CS | CONST_PERSISTENT); /* Job has finished but it's not cleaned up yet */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_JOB_COMPLETED", 3, CONST_CS | CONST_PERSISTENT); /* Job hit error but it's not cleaned up yet */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_JOB_FAILED", 4, CONST_CS | CONST_PERSISTENT); /* Job was aborted but it's not cleanup up yet */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_JOB_CANCELLED", 5, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_COMMIT_SHALLOW", VIR_DOMAIN_BLOCK_COMMIT_SHALLOW, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_COMMIT_DELETE", VIR_DOMAIN_BLOCK_COMMIT_DELETE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_COMMIT_ACTIVE", VIR_DOMAIN_BLOCK_COMMIT_ACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_COMMIT_RELATIVE", VIR_DOMAIN_BLOCK_COMMIT_RELATIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_COMMIT_BANDWIDTH_BYTES", VIR_DOMAIN_BLOCK_COMMIT_BANDWIDTH_BYTES, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_COPY_SHALLOW", VIR_DOMAIN_BLOCK_COPY_SHALLOW, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_COPY_REUSE_EXT", VIR_DOMAIN_BLOCK_COPY_REUSE_EXT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC", VIR_DOMAIN_BLOCK_JOB_ABORT_ASYNC, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_ABORT_PIVOT", VIR_DOMAIN_BLOCK_JOB_ABORT_PIVOT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_SPEED_BANDWIDTH_BYTES", VIR_DOMAIN_BLOCK_JOB_SPEED_BANDWIDTH_BYTES, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_INFO_BANDWIDTH_BYTES", VIR_DOMAIN_BLOCK_JOB_INFO_BANDWIDTH_BYTES, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_TYPE_UNKNOWN", VIR_DOMAIN_BLOCK_JOB_TYPE_UNKNOWN, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_TYPE_PULL", VIR_DOMAIN_BLOCK_JOB_TYPE_PULL, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_TYPE_COPY", VIR_DOMAIN_BLOCK_JOB_TYPE_COPY, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_TYPE_COMMIT", VIR_DOMAIN_BLOCK_JOB_TYPE_COMMIT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_JOB_TYPE_ACTIVE_COMMIT", VIR_DOMAIN_BLOCK_JOB_TYPE_ACTIVE_COMMIT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_PULL_BANDWIDTH_BYTES", VIR_DOMAIN_BLOCK_PULL_BANDWIDTH_BYTES, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_REBASE_SHALLOW", VIR_DOMAIN_BLOCK_REBASE_SHALLOW, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_REBASE_REUSE_EXT", VIR_DOMAIN_BLOCK_REBASE_REUSE_EXT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_REBASE_COPY_RAW", VIR_DOMAIN_BLOCK_REBASE_COPY_RAW, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_REBASE_COPY", VIR_DOMAIN_BLOCK_REBASE_COPY, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_REBASE_RELATIVE", VIR_DOMAIN_BLOCK_REBASE_RELATIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_REBASE_COPY_DEV", VIR_DOMAIN_BLOCK_REBASE_COPY_DEV, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_REBASE_BANDWIDTH_BYTES", VIR_DOMAIN_BLOCK_REBASE_BANDWIDTH_BYTES, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_BLOCK_RESIZE_BYTES", VIR_DOMAIN_BLOCK_RESIZE_BYTES, CONST_CS | CONST_PERSISTENT); /* Migration constants */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_LIVE", 1, CONST_CS | CONST_PERSISTENT); /* direct source -> dest host control channel Note the less-common spelling that we're stuck with: */ /* VIR_MIGRATE_TUNNELLED should be VIR_MIGRATE_TUNNELED */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_PEER2PEER", 2, CONST_CS | CONST_PERSISTENT); /* tunnel migration data over libvirtd connection */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_TUNNELLED", 4, CONST_CS | CONST_PERSISTENT); /* persist the VM on the destination */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_PERSIST_DEST", 8, CONST_CS | CONST_PERSISTENT); /* undefine the VM on the source */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_UNDEFINE_SOURCE", 16, CONST_CS | CONST_PERSISTENT); /* pause on remote side */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_PAUSED", 32, CONST_CS | CONST_PERSISTENT); /* migration with non-shared storage with full disk copy */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_NON_SHARED_DISK", 64, CONST_CS | CONST_PERSISTENT); /* migration with non-shared storage with incremental copy (same base image shared between source and destination) */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_NON_SHARED_INC", 128, CONST_CS | CONST_PERSISTENT); /* protect for changing domain configuration through the whole migration process; this will be used automatically when supported */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_CHANGE_PROTECTION", 256, CONST_CS | CONST_PERSISTENT); /* force migration even if it is considered unsafe */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_UNSAFE", 512, CONST_CS | CONST_PERSISTENT); /* offline migrate */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_OFFLINE", 1024, CONST_CS | CONST_PERSISTENT); /* compress data during migration */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_COMPRESSED", 2048, CONST_CS | CONST_PERSISTENT); /* abort migration on I/O errors happened during migration */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_ABORT_ON_ERROR", 4096, CONST_CS | CONST_PERSISTENT); /* force convergence */ REGISTER_LONG_CONSTANT("VIR_MIGRATE_AUTO_CONVERGE", 8192, CONST_CS | CONST_PERSISTENT); /* Modify device allocation based on current domain state */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_DEVICE_MODIFY_CURRENT", 0, CONST_CS | CONST_PERSISTENT); /* Modify live device allocation */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_DEVICE_MODIFY_LIVE", 1, CONST_CS | CONST_PERSISTENT); /* Modify persisted device allocation */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_DEVICE_MODIFY_CONFIG", 2, CONST_CS | CONST_PERSISTENT); /* Forcibly modify device (ex. force eject a cdrom) */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_DEVICE_MODIFY_FORCE", 4, CONST_CS | CONST_PERSISTENT); /* REGISTER_LONG_CONSTANT */ REGISTER_LONG_CONSTANT("VIR_STORAGE_POOL_BUILD_NEW", 0, CONST_CS | CONST_PERSISTENT); /* Repair / reinitialize */ REGISTER_LONG_CONSTANT("VIR_STORAGE_POOL_BUILD_REPAIR", 1, CONST_CS | CONST_PERSISTENT); /* Extend existing pool */ REGISTER_LONG_CONSTANT("VIR_STORAGE_POOL_BUILD_RESIZE", 2, CONST_CS | CONST_PERSISTENT); /* Domain flags */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_FLAG_FEATURE_ACPI", DOMAIN_FLAG_FEATURE_ACPI, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_FLAG_FEATURE_APIC", DOMAIN_FLAG_FEATURE_APIC, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_FLAG_FEATURE_PAE", DOMAIN_FLAG_FEATURE_PAE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_FLAG_CLOCK_LOCALTIME", DOMAIN_FLAG_CLOCK_LOCALTIME, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_FLAG_TEST_LOCAL_VNC", DOMAIN_FLAG_TEST_LOCAL_VNC, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_FLAG_SOUND_AC97", DOMAIN_FLAG_SOUND_AC97, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_DISK_FILE", DOMAIN_DISK_FILE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_DISK_BLOCK", DOMAIN_DISK_BLOCK, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_DISK_ACCESS_ALL", DOMAIN_DISK_ACCESS_ALL, CONST_CS | CONST_PERSISTENT); /* Domain metadata constants */ REGISTER_LONG_CONSTANT("VIR_DOMAIN_METADATA_DESCRIPTION", 0, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_METADATA_TITLE", 1, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_METADATA_ELEMENT", 2, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_AFFECT_CURRENT", VIR_DOMAIN_AFFECT_CURRENT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_AFFECT_LIVE", VIR_DOMAIN_AFFECT_LIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_AFFECT_CONFIG", VIR_DOMAIN_AFFECT_CONFIG, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_STATS_STATE", VIR_DOMAIN_STATS_STATE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_STATS_CPU_TOTAL", VIR_DOMAIN_STATS_CPU_TOTAL, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_STATS_BALLOON", VIR_DOMAIN_STATS_BALLOON, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_STATS_VCPU", VIR_DOMAIN_STATS_VCPU, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_STATS_INTERFACE", VIR_DOMAIN_STATS_INTERFACE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_STATS_BLOCK", VIR_DOMAIN_STATS_BLOCK, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_ACTIVE", VIR_CONNECT_GET_ALL_DOMAINS_STATS_ACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_INACTIVE", VIR_CONNECT_GET_ALL_DOMAINS_STATS_INACTIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_OTHER", VIR_CONNECT_GET_ALL_DOMAINS_STATS_OTHER, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_PAUSED", VIR_CONNECT_GET_ALL_DOMAINS_STATS_PAUSED, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_PERSISTENT", VIR_CONNECT_GET_ALL_DOMAINS_STATS_PERSISTENT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_RUNNING", VIR_CONNECT_GET_ALL_DOMAINS_STATS_RUNNING, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_SHUTOFF", VIR_CONNECT_GET_ALL_DOMAINS_STATS_SHUTOFF, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_TRANSIENT", VIR_CONNECT_GET_ALL_DOMAINS_STATS_TRANSIENT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_CONNECT_GET_ALL_DOMAINS_STATS_ENFORCE_STATS", VIR_CONNECT_GET_ALL_DOMAINS_STATS_ENFORCE_STATS, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEM_CONFIG", VIR_DOMAIN_MEM_CONFIG, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEM_CURRENT", VIR_DOMAIN_MEM_CURRENT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEM_LIVE", VIR_DOMAIN_MEM_LIVE, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_DOMAIN_MEM_MAXIMUM", VIR_DOMAIN_MEM_MAXIMUM, CONST_CS | CONST_PERSISTENT); /* Connect flags */ REGISTER_LONG_CONSTANT("VIR_CONNECT_FLAG_SOUNDHW_GET_NAMES", CONNECT_FLAG_SOUNDHW_GET_NAMES, CONST_CS | CONST_PERSISTENT); /* Keycodeset constants */ REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_LINUX", VIR_KEYCODE_SET_LINUX, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_XT", VIR_KEYCODE_SET_XT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_ATSET1", VIR_KEYCODE_SET_ATSET1, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_ATSET2", VIR_KEYCODE_SET_ATSET2, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_ATSET3", VIR_KEYCODE_SET_ATSET3, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_OSX", VIR_KEYCODE_SET_OSX, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_XT_KBD", VIR_KEYCODE_SET_XT_KBD, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_USB", VIR_KEYCODE_SET_USB, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_WIN32", VIR_KEYCODE_SET_WIN32, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("VIR_KEYCODE_SET_RFB", VIR_KEYCODE_SET_RFB, CONST_CS | CONST_PERSISTENT); REGISTER_INI_ENTRIES(); /* Initialize libvirt and set up error callback */ virInitialize(); void *thread_ctx = NULL; TSRMLS_SET_CTX(thread_ctx); virSetErrorFunc(thread_ctx, catch_error); return SUCCESS; } /* Zend module destruction */ PHP_MSHUTDOWN_FUNCTION(libvirt) { UNREGISTER_INI_ENTRIES(); /* return error callback back to default (outouts to STDOUT) */ virSetErrorFunc(NULL, NULL); return SUCCESS; } /* Macros for obtaining resources from arguments */ #define GET_CONNECTION_FROM_ARGS(args, ...) \ do { \ reset_error(TSRMLS_C); \ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, args, __VA_ARGS__) == FAILURE) { \ set_error("Invalid arguments" TSRMLS_CC); \ RETURN_FALSE; \ } \ \ VIRT_FETCH_RESOURCE(conn, php_libvirt_connection*, &zconn, PHP_LIBVIRT_CONNECTION_RES_NAME, le_libvirt_connection);\ if ((conn == NULL) || (conn->conn == NULL)) \ RETURN_FALSE; \ } while (0) \ #define GET_DOMAIN_FROM_ARGS(args, ...) \ do { \ reset_error(TSRMLS_C); \ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, args, __VA_ARGS__) == FAILURE) { \ set_error("Invalid arguments" TSRMLS_CC); \ RETURN_FALSE; \ } \ \ VIRT_FETCH_RESOURCE(domain, php_libvirt_domain*, &zdomain, PHP_LIBVIRT_DOMAIN_RES_NAME, le_libvirt_domain);\ if ((domain == NULL) || (domain->domain == NULL)) \ RETURN_FALSE; \ } while (0) \ #define GET_NETWORK_FROM_ARGS(args, ...) \ do { \ reset_error(TSRMLS_C); \ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, args, __VA_ARGS__) == FAILURE) { \ set_error("Invalid arguments" TSRMLS_CC); \ RETURN_FALSE; \ } \ \ VIRT_FETCH_RESOURCE(network, php_libvirt_network*, &znetwork, PHP_LIBVIRT_NETWORK_RES_NAME, le_libvirt_network);\ if ((network == NULL) || (network->network == NULL)) \ RETURN_FALSE; \ } while (0) \ #define GET_NODEDEV_FROM_ARGS(args, ...) \ do { \ reset_error(TSRMLS_C); \ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, args, __VA_ARGS__) == FAILURE) { \ set_error("Invalid arguments" TSRMLS_CC); \ RETURN_FALSE; \ } \ \ VIRT_FETCH_RESOURCE(nodedev, php_libvirt_nodedev*, &znodedev, PHP_LIBVIRT_NODEDEV_RES_NAME, le_libvirt_nodedev);\ if ((nodedev == NULL) || (nodedev->device == NULL)) \ RETURN_FALSE; \ } while (0) #define GET_STORAGEPOOL_FROM_ARGS(args, ...) \ do { \ reset_error(TSRMLS_C); \ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, args, __VA_ARGS__) == FAILURE) { \ set_error("Invalid arguments" TSRMLS_CC); \ RETURN_FALSE; \ } \ \ VIRT_FETCH_RESOURCE(pool, php_libvirt_storagepool*, &zpool, PHP_LIBVIRT_STORAGEPOOL_RES_NAME, le_libvirt_storagepool);\ if ((pool == NULL) || (pool->pool == NULL)) \ RETURN_FALSE; \ } while (0) \ #define GET_VOLUME_FROM_ARGS(args, ...) \ do { \ reset_error(TSRMLS_C); \ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, args, __VA_ARGS__) == FAILURE) { \ set_error("Invalid arguments" TSRMLS_CC); \ RETURN_FALSE; \ } \ \ VIRT_FETCH_RESOURCE(volume, php_libvirt_volume*, &zvolume, PHP_LIBVIRT_VOLUME_RES_NAME, le_libvirt_volume);\ if ((volume == NULL) || (volume->volume == NULL)) \ RETURN_FALSE; \ } while (0) \ #define GET_SNAPSHOT_FROM_ARGS(args, ...) \ do { \ reset_error(TSRMLS_C); \ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, args, __VA_ARGS__) == FAILURE) { \ set_error("Invalid arguments" TSRMLS_CC); \ RETURN_FALSE; \ } \ \ VIRT_FETCH_RESOURCE(snapshot, php_libvirt_snapshot*, &zsnapshot, PHP_LIBVIRT_SNAPSHOT_RES_NAME, le_libvirt_snapshot);\ if ((snapshot == NULL) || (snapshot->snapshot == NULL)) \ RETURN_FALSE; \ } while (0) \ #define GET_NWFILTER_FROM_ARGS(args, ...) \ do { \ reset_error(TSRMLS_C); \ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, args, __VA_ARGS__) == FAILURE) { \ set_error("Invalid arguments" TSRMLS_CC); \ RETURN_FALSE; \ } \ \ VIRT_FETCH_RESOURCE(nwfilter, php_libvirt_nwfilter *, &znwfilter, \ PHP_LIBVIRT_NWFILTER_RES_NAME, le_libvirt_nwfilter); \ if ((nwfilter == NULL) || (nwfilter->nwfilter == NULL)) \ RETURN_FALSE; \ } while (0) \ #define LONGLONG_INIT \ char tmpnumber[64] #define LONGLONG_ASSOC(out, key, in) \ if (LIBVIRT_G(longlong_to_string_ini)) { \ snprintf(tmpnumber, 63, "%llu", in); \ VIRT_ADD_ASSOC_STRING(out, key, tmpnumber); \ } else { \ add_assoc_long(out, key, in); \ } #define LONGLONG_INDEX(out, key, in) \ if (LIBVIRT_G(longlong_to_string_ini)) { \ snprintf(tmpnumber, 63, "%llu", in); \ VIRT_ADD_INDEX_STRING(out, key, tmpnumber); \ } else { \ add_index_long(out, key, in); \ } #define LONGLONG_RETURN_AS_STRING(in) \ do { \ snprintf(tmpnumber, 63, "%llu", in); \ VIRT_RETURN_STRING(tmpnumber); \ } while (0) /* Authentication callback function. Should receive list of credentials via cbdata and pass the requested one to libvirt */ static int libvirt_virConnectAuthCallback(virConnectCredentialPtr cred, unsigned int ncred, void *cbdata) { TSRMLS_FETCH(); unsigned int i, j; php_libvirt_cred_value *creds = (php_libvirt_cred_value *) cbdata; for (i = 0; i < (unsigned int)ncred; i++) { DPRINTF("%s: cred %d, type %d, prompt %s challenge %s\n ", __FUNCTION__, i, cred[i].type, cred[i].prompt, cred[i].challenge); if (creds != NULL) for (j = 0; j < (unsigned int)creds[0].count; j++) { if (creds[j].type == cred[i].type) { cred[i].resultlen = creds[j].resultlen; cred[i].result = (char *)malloc(creds[j].resultlen + 1); memset(cred[i].result, 0, creds[j].resultlen + 1); strncpy(cred[i].result, creds[j].result, creds[j].resultlen); } } DPRINTF("%s: result %s (%d)\n", __FUNCTION__, cred[i].result, cred[i].resultlen); } return 0; } static int libvirt_virConnectCredType[] = { VIR_CRED_AUTHNAME, VIR_CRED_ECHOPROMPT, VIR_CRED_REALM, VIR_CRED_PASSPHRASE, VIR_CRED_NOECHOPROMPT, //VIR_CRED_EXTERNAL, }; /* Common functions */ /* * Function name: libvirt_get_last_error * Since version: 0.4.1(-1) * Description: This function is used to get the last error coming either from libvirt or the PHP extension itself * Returns: last error string */ PHP_FUNCTION(libvirt_get_last_error) { if (LIBVIRT_G (last_error) == NULL) RETURN_NULL(); VIRT_RETURN_STRING(LIBVIRT_G(last_error)); } /* * Function name: libvirt_connect * Since version: 0.4.1(-1) * Description: libvirt_connect() is used to connect to the specified libvirt daemon using the specified URL, user can also set the readonly flag and/or set credentials for connection * Arguments: @url [string]: URI for connection * @readonly [bool]: flag whether to use read-only connection or not * @credentials [array]: array of connection credentials * Returns: libvirt connection resource */ PHP_FUNCTION(libvirt_connect) { php_libvirt_connection *conn; php_libvirt_cred_value *creds = NULL; zval *zcreds = NULL; zval *data; int i; int j; int credscount = 0; virConnectAuth libvirt_virConnectAuth = { libvirt_virConnectCredType, sizeof(libvirt_virConnectCredType)/sizeof(int), libvirt_virConnectAuthCallback, NULL}; char *url = NULL; strsize_t url_len = 0; zend_bool readonly = 1; HashTable *arr_hash; HashPosition pointer; int array_count; zend_ulong index; unsigned long libVer; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sba", &url, &url_len, &readonly, &zcreds) == FAILURE) { RETURN_FALSE; } if (virGetVersion(&libVer, NULL, NULL)!= 0) RETURN_FALSE; if (libVer < 6002) { set_error("Only libvirt 0.6.2 and higher supported. Please upgrade your libvirt" TSRMLS_CC); RETURN_FALSE; } if ((count_resources(INT_RESOURCE_CONNECTION TSRMLS_CC) + 1) > LIBVIRT_G(max_connections_ini)) { DPRINTF("%s: maximum number of connections allowed exceeded (max %lu)\n", PHPFUNC, (unsigned long)LIBVIRT_G(max_connections_ini)); set_error("Maximum number of connections allowed exceeded" TSRMLS_CC); RETURN_FALSE; } /* If 'null' value has been passed as URL override url to NULL value to autodetect the hypervisor */ if ((url == NULL) || (strcasecmp(url, "NULL") == 0)) url = NULL; conn = (php_libvirt_connection *)emalloc(sizeof(php_libvirt_connection)); if (zcreds == NULL) { /* connecting without providing authentication */ if (readonly) conn->conn = virConnectOpenReadOnly(url); else conn->conn = virConnectOpen(url); } else { /* connecting with authentication (using callback) */ arr_hash = Z_ARRVAL_P(zcreds); array_count = zend_hash_num_elements(arr_hash); credscount = array_count; creds = (php_libvirt_cred_value *)emalloc(credscount * sizeof(php_libvirt_cred_value)); j = 0; /* parse the input Array and create list of credentials. The list (array) is passed to callback function. */ VIRT_FOREACH(arr_hash, pointer, data) { if (Z_TYPE_P(data) == IS_STRING) { php_libvirt_hash_key_info info; VIRT_HASH_CURRENT_KEY_INFO(arr_hash, pointer, index, info); if (info.type == HASH_KEY_IS_STRING) { PHPWRITE(info.name, info.length); } else { DPRINTF("%s: credentials index %d\n", PHPFUNC, (int)index); creds[j].type = index; creds[j].result = (char *)emalloc(Z_STRLEN_P(data) + 1); memset(creds[j].result, 0, Z_STRLEN_P(data) + 1); creds[j].resultlen = Z_STRLEN_P(data); strncpy(creds[j].result, Z_STRVAL_P(data), Z_STRLEN_P(data)); j++; } } } VIRT_FOREACH_END(); DPRINTF("%s: Found %d elements for credentials\n", PHPFUNC, j); creds[0].count = j; libvirt_virConnectAuth.cbdata = (void *)creds; conn->conn = virConnectOpenAuth(url, &libvirt_virConnectAuth, readonly ? VIR_CONNECT_RO : 0); for (i = 0; i < creds[0].count; i++) efree(creds[i].result); efree(creds); } if (conn->conn == NULL) { DPRINTF("%s: Cannot establish connection to %s\n", PHPFUNC, url); efree(conn); RETURN_FALSE; } resource_change_counter(INT_RESOURCE_CONNECTION, NULL, conn->conn, 1 TSRMLS_CC); DPRINTF("%s: Connection to %s established, returning %p\n", PHPFUNC, url, conn->conn); VIRT_REGISTER_RESOURCE(conn, le_libvirt_connection); conn->resource = VIRT_RESOURCE_HANDLE(return_value); } /* * Function name: libvirt_node_get_info * Since version: 0.4.1(-1) * Description: Function is used to get the information about host node, mainly total memory installed, total CPUs installed and model information are useful * Arguments: @conn [resource]: resource for connection * Returns: array of node information or FALSE for error */ PHP_FUNCTION(libvirt_node_get_info) { virNodeInfo info; php_libvirt_connection *conn = NULL; zval *zconn; int retval; GET_CONNECTION_FROM_ARGS("r", &zconn); retval = virNodeGetInfo (conn->conn, &info); DPRINTF("%s: virNodeGetInfo returned %d\n", PHPFUNC, retval); if (retval == -1) RETURN_FALSE; array_init(return_value); VIRT_ADD_ASSOC_STRING(return_value, "model", info.model); add_assoc_long(return_value, "memory", (long)info.memory); add_assoc_long(return_value, "cpus", (long)info.cpus); add_assoc_long(return_value, "nodes", (long)info.nodes); add_assoc_long(return_value, "sockets", (long)info.sockets); add_assoc_long(return_value, "cores", (long)info.cores); add_assoc_long(return_value, "threads", (long)info.threads); add_assoc_long(return_value, "mhz", (long)info.mhz); } /* * Function name: libvirt_node_get_cpu_stats * Since version: 0.4.6 * Description: Function is used to get the CPU stats per nodes * Arguments: @conn [resource]: resource for connection * @cpunr [int]: CPU number to get information about, defaults to VIR_NODE_CPU_STATS_ALL_CPUS to get information about all CPUs * Returns: array of node CPU statistics including time (in seconds since UNIX epoch), cpu number and total number of CPUs on node or FALSE for error */ PHP_FUNCTION(libvirt_node_get_cpu_stats) { php_libvirt_connection *conn = NULL; zval *zconn; int cpuNum = VIR_NODE_CPU_STATS_ALL_CPUS; virNodeCPUStatsPtr params; virNodeInfo info; zend_long cpunr = -1; int nparams = 0; int i, j, numCpus; GET_CONNECTION_FROM_ARGS("r|l", &zconn, &cpunr); if (virNodeGetInfo(conn->conn, &info) != 0) { set_error("Cannot get number of CPUs" TSRMLS_CC); RETURN_FALSE; } numCpus = info.cpus; if (cpunr > numCpus - 1) { char tmp[256] = { 0 }; snprintf(tmp, sizeof(tmp), "Invalid CPU number, valid numbers in range 0 to %d or VIR_NODE_CPU_STATS_ALL_CPUS", numCpus - 1); set_error(tmp TSRMLS_CC); RETURN_FALSE; } cpuNum = (int)cpunr; if (virNodeGetCPUStats(conn->conn, cpuNum, NULL, &nparams, 0) != 0) { set_error("Cannot get number of CPU stats" TSRMLS_CC); RETURN_FALSE; } if (nparams == 0) RETURN_TRUE; DPRINTF("%s: Number of parameters got from virNodeGetCPUStats is %d\n", __FUNCTION__, nparams); params = (virNodeCPUStatsPtr)calloc(nparams, nparams * sizeof(*params)); array_init(return_value); for (i = 0; i < 2; i++) { zval *arr; if (i > 0) #ifdef EXTWIN Sleep(1000); #else sleep(1); #endif if (virNodeGetCPUStats(conn->conn, cpuNum, params, &nparams, 0) != 0) { set_error("Unable to get node cpu stats" TSRMLS_CC); RETURN_FALSE; } VIRT_ARRAY_INIT(arr); for (j = 0; j < nparams; j++) { DPRINTF("%s: Field %s has value of %llu\n", __FUNCTION__, params[j].field, params[j].value); add_assoc_long(arr, params[j].field, params[j].value); } add_assoc_long(arr, "time", time(NULL)); add_index_zval(return_value, i, arr); } add_assoc_long(return_value, "cpus", numCpus); if (cpuNum >= 0) { add_assoc_long(return_value, "cpu", cpunr); } else { if (cpuNum == VIR_NODE_CPU_STATS_ALL_CPUS) VIRT_ADD_ASSOC_STRING(return_value, "cpu", "all"); else VIRT_ADD_ASSOC_STRING(return_value, "cpu", "unknown"); } free(params); params = NULL; } /* * Function name: libvirt_node_get_cpu_stats_for_each_cpu * Since version: 0.4.6 * Description: Function is used to get the CPU stats for each CPU on the host node * Arguments: @conn [resource]: resource for connection * @time [int]: time in seconds to get the information about, without aggregation for further processing * Returns: array of node CPU statistics for each CPU including time (in seconds since UNIX epoch), cpu number and total number of CPUs on node or FALSE for error */ PHP_FUNCTION(libvirt_node_get_cpu_stats_for_each_cpu) { php_libvirt_connection *conn = NULL; zval *zconn; virNodeCPUStatsPtr params; virNodeInfo info; int nparams = 0; zend_long avg = 0, iter = 0; int done = 0; int i, j, numCpus; time_t startTime = 0; zval *time_array; GET_CONNECTION_FROM_ARGS("r|l", &zconn, &avg); if (virNodeGetInfo(conn->conn, &info) != 0) { set_error("Cannot get number of CPUs" TSRMLS_CC); RETURN_FALSE; } if (virNodeGetCPUStats(conn->conn, VIR_NODE_CPU_STATS_ALL_CPUS, NULL, &nparams, 0) != 0) { set_error("Cannot get number of CPU stats" TSRMLS_CC); RETURN_FALSE; } if (nparams == 0) RETURN_TRUE; DPRINTF("%s: Number of parameters got from virNodeGetCPUStats is %d\n", __FUNCTION__, nparams); params = (virNodeCPUStatsPtr)calloc(nparams, nparams * sizeof(*params)); numCpus = info.cpus; array_init(return_value); startTime = time(NULL); iter = 0; done = 0; while (!done) { zval *arr; VIRT_ARRAY_INIT(arr); for (i = 0; i < numCpus; i++) { zval *arr2; if (virNodeGetCPUStats(conn->conn, i, params, &nparams, 0) != 0) { set_error("Unable to get node cpu stats" TSRMLS_CC); RETURN_FALSE; } VIRT_ARRAY_INIT(arr2); for (j = 0; j < nparams; j++) add_assoc_long(arr2, params[j].field, params[j].value); add_assoc_long(arr, "time", time(NULL)); add_index_zval(arr, i, arr2); } add_index_zval(return_value, iter, arr); if ((avg <= 0) || (iter == avg - 1)) { done = 1; break; } #ifndef EXTWIN sleep(1); #else Sleep(1000); #endif iter++; } VIRT_ARRAY_INIT(time_array); add_assoc_long(time_array, "start", startTime); add_assoc_long(time_array, "finish", time(NULL)); add_assoc_long(time_array, "duration", time(NULL) - startTime); add_assoc_zval(return_value, "times", time_array); free(params); params = NULL; } /* * Function name: libvirt_node_get_mem_stats * Since version: 0.4.6 * Description: Function is used to get the memory stats per node * Arguments: @conn [resource]: resource for connection * Returns: array of node memory statistics including time (in seconds since UNIX epoch) or FALSE for error */ PHP_FUNCTION(libvirt_node_get_mem_stats) { php_libvirt_connection *conn = NULL; zval *zconn; int memNum = VIR_NODE_MEMORY_STATS_ALL_CELLS; virNodeMemoryStatsPtr params; int nparams = 0; int j; GET_CONNECTION_FROM_ARGS("r", &zconn); if (virNodeGetMemoryStats(conn->conn, memNum, NULL, &nparams, 0) != 0) { set_error("Cannot get number of memory stats" TSRMLS_CC); RETURN_FALSE; } if (nparams == 0) RETURN_TRUE; DPRINTF("%s: Number of parameters got from virNodeGetMemoryStats is %d\n", __FUNCTION__, nparams); params = (virNodeMemoryStatsPtr)calloc(nparams, nparams * sizeof(*params)); array_init(return_value); if (virNodeGetMemoryStats(conn->conn, memNum, params, &nparams, 0) != 0) { set_error("Unable to get node memory stats" TSRMLS_CC); RETURN_FALSE; } for (j = 0; j < nparams; j++) { DPRINTF("%s: Field %s has value of %llu\n", __FUNCTION__, params[j].field, params[j].value); add_assoc_long(return_value, params[j].field, params[j].value); } add_assoc_long(return_value, "time", time(NULL)); free(params); params = NULL; } /* * Function name: libvirt_node_get_free_memory * Since version: 0.5.3 * Description: Function is used to get free memory available on the node. * Arguments: @conn [resource]: resource for connection. * Returns: The available free memery in bytes as string or FALSE for error. */ PHP_FUNCTION(libvirt_node_get_free_memory) { php_libvirt_connection *conn = NULL; zval *zconn; unsigned long long ret; LONGLONG_INIT; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((ret = virNodeGetFreeMemory(conn->conn)) != 0) { LONGLONG_RETURN_AS_STRING(ret); } else { set_error("Cannot get the free memory for the node" TSRMLS_CC); RETURN_FALSE; } } //virsh capabilities | xpath '//capabilities/guest/arch[@name="x86_64"]/machine[@maxCpus=1]' /* * Function name: libvirt_connect_get_machine_types * Since version: 0.4.9 * Description: Function is used to get machine types supported by hypervisor on the conneciton * Arguments: @conn [resource]: resource for connection * Returns: array of machine types for the connection incl. maxCpus if appropriate */ PHP_FUNCTION(libvirt_connect_get_machine_types) { zval *zconn; php_libvirt_connection *conn = NULL; char *caps = NULL; char **ret = NULL; int i, num = -1; GET_CONNECTION_FROM_ARGS("r", &zconn); caps = virConnectGetCapabilities(conn->conn); if (caps == NULL) RETURN_FALSE; array_init(return_value); ret = get_array_from_xpath(caps, "//capabilities/guest/arch/@name", &num); if (ret != NULL) { for (i = 0; i < num; i++) { int num2, j; char tmp[1024] = { 0 }; snprintf(tmp, sizeof(tmp), "//capabilities/guest/arch[@name=\"%s\"]/domain/@type", ret[i]); char **ret2 = get_array_from_xpath(caps, tmp, &num2); if (ret2 != NULL) { zval *arr2; VIRT_ARRAY_INIT(arr2); for (j = 0; j < num2; j++) { int num3, k; char tmp2[1024] = { 0 }; zval *arr3; VIRT_ARRAY_INIT(arr3); snprintf(tmp2, sizeof(tmp2), "//capabilities/guest/arch[@name=\"%s\"]/machine", ret[i]); char **ret3 = get_array_from_xpath(caps, tmp2, &num3); if (ret3 != NULL) { for (k = 0; k < num3; k++) { char *numTmp = NULL; char key[8] = { 0 }; char tmp3[2048] = { 0 }; snprintf(key, sizeof(key), "%d", k); //VIRT_ADD_ASSOC_STRING(arr2, key, ret3[k]); snprintf(tmp3, sizeof(tmp3), "//capabilities/guest/arch[@name=\"%s\"]/machine[text()=\"%s\"]/@maxCpus", ret[i], ret3[k]); numTmp = get_string_from_xpath(caps, tmp3, NULL, NULL); if (numTmp == NULL) { VIRT_ADD_ASSOC_STRING(arr2, key, ret3[k]); } else { zval *arr4; VIRT_ARRAY_INIT(arr4); VIRT_ADD_ASSOC_STRING(arr4, "name", ret3[k]); VIRT_ADD_ASSOC_STRING(arr4, "maxCpus", numTmp); add_assoc_zval_ex(arr2, key, strlen(key) + 1, arr4); free(numTmp); } free(ret3[k]); } } /* Domain type specific */ snprintf(tmp2, sizeof(tmp2), "//capabilities/guest/arch[@name=\"%s\"]/domain[@type=\"%s\"]/machine", ret[i], ret2[j]); ret3 = get_array_from_xpath(caps, tmp2, &num3); if (ret3 != NULL) { for (k = 0; k < num3; k++) { char key[8] = { 0 }; char tmp3[2048] = { 0 }; char *numTmp = NULL; snprintf(key, sizeof(key), "%d", k); snprintf(tmp3, sizeof(tmp3), "//capabilities/guest/arch[@name=\"%s\"]/domain[@type=\"%s\"]/machine[text()=\"%s\"]/@maxCpus", ret[i], ret2[j], ret3[k]); numTmp = get_string_from_xpath(caps, tmp3, NULL, NULL); if (numTmp == NULL) { VIRT_ADD_ASSOC_STRING(arr3, key, ret3[k]); } else { zval *arr4; VIRT_ARRAY_INIT(arr4); VIRT_ADD_ASSOC_STRING(arr4, "name", ret3[k]); VIRT_ADD_ASSOC_STRING(arr4, "maxCpus", numTmp); add_assoc_zval_ex(arr3, key, strlen(key) + 1, arr4); free(numTmp); } free(ret3[k]); } add_assoc_zval_ex(arr2, ret2[j], strlen(ret2[j]) + 1, arr3); } } //free(ret2[j]); add_assoc_zval_ex(return_value, ret[i], strlen(ret[i]) + 1, arr2); } free(ret[i]); } } } /* * Function name: libvirt_connect_get_information * Since version: 0.4.1(-2) * Description: Function is used to get the information about the connection * Arguments: @conn [resource]: resource for connection * Returns: array of information about the connection */ PHP_FUNCTION(libvirt_connect_get_information) { zval *zconn; char *tmp; unsigned long hvVer = 0; const char *type = NULL; char hvStr[64] = { 0 }; int iTmp = -1, maxvcpus = -1; php_libvirt_connection *conn = NULL; GET_CONNECTION_FROM_ARGS("r", &zconn); tmp = virConnectGetURI(conn->conn); DPRINTF("%s: Got connection URI of %s...\n", PHPFUNC, tmp); array_init(return_value); VIRT_ADD_ASSOC_STRING(return_value, "uri", tmp ? tmp : "unknown"); free(tmp); tmp = virConnectGetHostname(conn->conn); VIRT_ADD_ASSOC_STRING(return_value, "hostname", tmp ? tmp : "unknown"); free(tmp); if ((virConnectGetVersion(conn->conn, &hvVer) == 0) && (type = virConnectGetType(conn->conn))) { VIRT_ADD_ASSOC_STRING(return_value, "hypervisor", (char *)type); add_assoc_long(return_value, "hypervisor_major", (long)((hvVer/1000000) % 1000)); add_assoc_long(return_value, "hypervisor_minor", (long)((hvVer/1000) % 1000)); add_assoc_long(return_value, "hypervisor_release", (long)(hvVer % 1000)); snprintf(hvStr, sizeof(hvStr), "%s %d.%d.%d", type, (long)((hvVer/1000000) % 1000), (long)((hvVer/1000) % 1000), (long)(hvVer % 1000)); VIRT_ADD_ASSOC_STRING(return_value, "hypervisor_string", hvStr); } if (strcmp(type, "QEMU") == 0) { /* For QEMU the value is not reliable so we return -1 instead */ maxvcpus = -1; } else { maxvcpus = virConnectGetMaxVcpus(conn->conn, type); } add_assoc_long(return_value, "hypervisor_maxvcpus", maxvcpus); iTmp = virConnectIsEncrypted(conn->conn); if (iTmp == 1) VIRT_ADD_ASSOC_STRING(return_value, "encrypted", "Yes"); else if (iTmp == 0) VIRT_ADD_ASSOC_STRING(return_value, "encrypted", "No"); else VIRT_ADD_ASSOC_STRING(return_value, "encrypted", "unknown"); iTmp = virConnectIsSecure(conn->conn); if (iTmp == 1) VIRT_ADD_ASSOC_STRING(return_value, "secure", "Yes"); else if (iTmp == 0) VIRT_ADD_ASSOC_STRING(return_value, "secure", "No"); else VIRT_ADD_ASSOC_STRING(return_value, "secure", "unknown"); add_assoc_long(return_value, "num_inactive_domains", virConnectNumOfDefinedDomains(conn->conn)); add_assoc_long(return_value, "num_inactive_interfaces", virConnectNumOfDefinedInterfaces(conn->conn)); add_assoc_long(return_value, "num_inactive_networks", virConnectNumOfDefinedNetworks(conn->conn)); add_assoc_long(return_value, "num_inactive_storagepools", virConnectNumOfDefinedStoragePools(conn->conn)); add_assoc_long(return_value, "num_active_domains", virConnectNumOfDomains(conn->conn)); add_assoc_long(return_value, "num_active_interfaces", virConnectNumOfInterfaces(conn->conn)); add_assoc_long(return_value, "num_active_networks", virConnectNumOfNetworks(conn->conn)); add_assoc_long(return_value, "num_active_storagepools", virConnectNumOfStoragePools(conn->conn)); add_assoc_long(return_value, "num_total_domains", virConnectNumOfDomains(conn->conn) + virConnectNumOfDefinedDomains(conn->conn)); add_assoc_long(return_value, "num_total_interfaces", virConnectNumOfInterfaces(conn->conn) + virConnectNumOfDefinedInterfaces(conn->conn)); add_assoc_long(return_value, "num_total_networks", virConnectNumOfNetworks(conn->conn) + virConnectNumOfDefinedNetworks(conn->conn)); add_assoc_long(return_value, "num_total_storagepools", virConnectNumOfStoragePools(conn->conn) + virConnectNumOfDefinedStoragePools(conn->conn)); add_assoc_long(return_value, "num_secrets", virConnectNumOfSecrets(conn->conn)); add_assoc_long(return_value, "num_nwfilters", virConnectNumOfNWFilters(conn->conn)); } /* * Function name: libvirt_connect_get_uri * Since version: 0.4.1(-1) * Description: Function is used to get the connection URI. This is useful to check the hypervisor type of host machine when using "null" uri to libvirt_connect() * Arguments: @conn [resource]: resource for connection * Returns: connection URI string or FALSE for error */ PHP_FUNCTION(libvirt_connect_get_uri) { zval *zconn; char *uri; php_libvirt_connection *conn = NULL; GET_CONNECTION_FROM_ARGS("r", &zconn); uri = virConnectGetURI(conn->conn); DPRINTF("%s: virConnectGetURI returned %s\n", PHPFUNC, uri); if (uri == NULL) RETURN_FALSE; VIRT_RETVAL_STRING(uri); free(uri); } /* * Function name: libvirt_connect_get_hostname * Since version: 0.4.1(-1) * Description: Function is used to get the hostname of the guest associated with the connection * Arguments: @conn [resource]: resource for connection * Returns: hostname of the host node or FALSE for error */ PHP_FUNCTION(libvirt_connect_get_hostname) { php_libvirt_connection *conn = NULL; zval *zconn; char *hostname; GET_CONNECTION_FROM_ARGS("r", &zconn); hostname = virConnectGetHostname(conn->conn); DPRINTF("%s: virConnectGetHostname returned %s\n", PHPFUNC, hostname); if (hostname == NULL) RETURN_FALSE; VIRT_RETVAL_STRING(hostname); free(hostname); } /* * Function name: libvirt_image_create * Since version: 0.4.2 * Description: Function is used to create the image of desired name, size and format. The image will be created in the image path (libvirt.image_path INI variable). Works only o * Arguments: @conn [resource]: libvirt connection resource * @name [string]: name of the image file that will be created in the libvirt.image_path directory * @size [int]: size of the image in MiBs * @format [string]: format of the image, may be raw, qcow or qcow2 * Returns: hostname of the host node or FALSE for error */ PHP_FUNCTION(libvirt_image_create) { php_libvirt_connection *conn = NULL; zval *zconn; char msg[1024]; char cmd[4096] = { 0 }; char *path = NULL; char fpath[4096] = { 0 }; char *image = NULL; strsize_t image_len; char *format; strsize_t format_len; long long size; char *size_str; strsize_t size_str_len; int cmdRet; if (LIBVIRT_G(image_path_ini)) path = strdup(LIBVIRT_G(image_path_ini)); if ((path == NULL) || (path[0] != '/')) { set_error("Invalid argument, path must be set and absolute (start by slash character [/])" TSRMLS_CC); RETURN_FALSE; } GET_CONNECTION_FROM_ARGS("rsss", &zconn, &image, &image_len, &size_str, &size_str_len, &format, &format_len); if (size_str == NULL) RETURN_FALSE; size = size_def_to_mbytes(size_str); if (!is_local_connection(conn->conn)) { // TODO: Try to implement remote connection somehow. Maybe using SSH tunneling snprintf(msg, sizeof(msg), "%s works only on local systems!", PHPFUNC); set_error(msg TSRMLS_CC); RETURN_FALSE; } snprintf(fpath, sizeof(fpath), "%s/%s", path, image); const char *qemu_img_cmd = get_feature_binary("create-image"); if (qemu_img_cmd == NULL) { set_error("Feature 'create-image' is not supported" TSRMLS_CC); RETURN_FALSE; } snprintf(cmd, sizeof(cmd), "%s create -f %s %s %dM > /dev/null", qemu_img_cmd, format, fpath, size); DPRINTF("%s: Running '%s'...\n", PHPFUNC, cmd); cmdRet = system(cmd); if (WEXITSTATUS(cmdRet) == 0 && access(fpath, F_OK) == 0) { RETURN_TRUE; } else { snprintf(msg, sizeof(msg), "Cannot create image: %s", fpath); set_error(msg TSRMLS_CC); RETURN_FALSE; } } /* * Function name: libvirt_image_remove * Since version: 0.4.2 * Description: Function is used to create the image of desired name, size and format. The image will be created in the image path (libvirt.image_path INI variable). Works only on local systems! * Arguments: @conn [resource]: libvirt connection resource * @image [string]: name of the image file that should be deleted * Returns: hostname of the host node or FALSE for error */ PHP_FUNCTION(libvirt_image_remove) { php_libvirt_connection *conn = NULL; zval *zconn; char *hostname; char name[1024]; char msg[4096] = { 0 }; char *image = NULL; strsize_t image_len; GET_CONNECTION_FROM_ARGS("rs", &zconn, &image, &image_len); // Disable remote connections if (!is_local_connection(conn->conn)) { set_error("Function works only on local connection" TSRMLS_CC); RETURN_FALSE; } hostname = virConnectGetHostname(conn->conn); #ifndef EXTWIN /* Code should never go there for Windows systems however we need to allow compilation */ /* Get the current hostname to check if we're on local machine */ gethostname(name, 1024); #endif if (strcmp(name, hostname) != 0) { snprintf(msg, sizeof(msg), "%s works only on local systems!", PHPFUNC); set_error(msg TSRMLS_CC); free(hostname); RETURN_FALSE; } free(hostname); if (unlink(image) != 0) { snprintf(msg, sizeof(msg), "An error occured while unlinking %s: %d (%s)", image, errno, strerror(errno)); set_error(msg TSRMLS_CC); RETURN_FALSE; } else { RETURN_TRUE; } } /* * Function name: libvirt_connect_get_hypervisor * Since version: 0.4.1(-2) * Description: Function is used to get the information about the hypervisor on the connection identified by the connection pointer * Arguments: @conn [resource]: resource for connection * Returns: array of hypervisor information if available */ PHP_FUNCTION(libvirt_connect_get_hypervisor) { php_libvirt_connection *conn = NULL; zval *zconn; unsigned long hvVer = 0; const char *type = NULL; char hvStr[64] = { 0 }; GET_CONNECTION_FROM_ARGS("r", &zconn); if (virConnectGetVersion(conn->conn, &hvVer) != 0) RETURN_FALSE; type = virConnectGetType(conn->conn); if (type == NULL) RETURN_FALSE; DPRINTF("%s: virConnectGetType returned %s\n", PHPFUNC, type); array_init(return_value); VIRT_ADD_ASSOC_STRING(return_value, "hypervisor", (char *)type); add_assoc_long(return_value, "major", (long)((hvVer/1000000) % 1000)); add_assoc_long(return_value, "minor", (long)((hvVer/1000) % 1000)); add_assoc_long(return_value, "release", (long)(hvVer % 1000)); snprintf(hvStr, sizeof(hvStr), "%s %d.%d.%d", type, (long)((hvVer/1000000) % 1000), (long)((hvVer/1000) % 1000), (long)(hvVer % 1000)); VIRT_ADD_ASSOC_STRING(return_value, "hypervisor_string", hvStr); } /* * Function name: libvirt_connect_is_encrypted * Since version: 0.4.1(-2) * Description: Function is used to get the information whether the connection is encrypted or not * Arguments: @conn [resource]: resource for connection * Returns: 1 if encrypted, 0 if not encrypted, -1 on error */ PHP_FUNCTION(libvirt_connect_get_encrypted) { php_libvirt_connection *conn = NULL; zval *zconn; GET_CONNECTION_FROM_ARGS("r", &zconn); RETURN_LONG(virConnectIsEncrypted(conn->conn)); } /* * Function name: libvirt_connect_is_secure * Since version: 0.4.1(-2) * Description: Function is used to get the information whether the connection is secure or not * Arguments: @conn [resource]: resource for connection * Returns: 1 if secure, 0 if not secure, -1 on error */ PHP_FUNCTION(libvirt_connect_get_secure) { php_libvirt_connection *conn = NULL; zval *zconn; GET_CONNECTION_FROM_ARGS("r", &zconn); RETURN_LONG(virConnectIsSecure(conn->conn)); } /* * Function name: libvirt_connect_get_all_domain_stats * Since version: 0.5.1(-1) * Description: Query statistics for all domains on a given connection * Arguments: @conn [resource]: resource for connection * @stats [int]: the statistic groups from VIR_DOMAIN_STATS_* * @flags [int]: the filter flags from VIR_CONNECT_GET_ALL_DOMAINS_STATS_* * Returns: assoc array with statistics or false on error */ PHP_FUNCTION(libvirt_connect_get_all_domain_stats) { php_libvirt_connection *conn = NULL; zval *zconn; int retval = -1; zend_long flags = 0; zend_long stats = 0; const char *name = NULL; int i; int j; virTypedParameter params; virDomainStatsRecordPtr *retstats = NULL; GET_CONNECTION_FROM_ARGS("r|l|l", &zconn, &stats, &flags); retval = virConnectGetAllDomainStats(conn->conn, stats, &retstats, flags); array_init(return_value); if (retval < 0) RETURN_FALSE; for (i = 0; i < retval; i++) { zval *arr2; VIRT_ARRAY_INIT(arr2); for (j = 0; j < retstats[i]->nparams; j++) { params = retstats[i]->params[j]; switch (params.type) { case VIR_TYPED_PARAM_INT: add_assoc_long(arr2, params.field, params.value.i); break; case VIR_TYPED_PARAM_UINT: add_assoc_long(arr2, params.field, params.value.ui); break; case VIR_TYPED_PARAM_LLONG: add_assoc_long(arr2, params.field, params.value.l); break; case VIR_TYPED_PARAM_ULLONG: add_assoc_long(arr2, params.field, params.value.ul); break; case VIR_TYPED_PARAM_DOUBLE: add_assoc_double(arr2, params.field, params.value.d); break; case VIR_TYPED_PARAM_BOOLEAN: add_assoc_bool(arr2, params.field, params.value.b); break; case VIR_TYPED_PARAM_STRING: VIRT_ADD_ASSOC_STRING(arr2, params.field, params.value.s); break; } } name = virDomainGetName(retstats[i]->dom); #if PHP_MAJOR_VERSION >= 7 zend_hash_update(Z_ARRVAL_P(return_value), zend_string_init(name, strlen(name), 0), arr2); #else zend_hash_update(Z_ARRVAL_P(return_value), name, strlen(name)+1, &arr2, sizeof(arr2), NULL); #endif } virDomainStatsRecordListFree(retstats); } /* * Function name: libvirt_connect_get_maxvcpus * Since version: 0.4.1(-2) * Description: Function is used to get maximum number of VCPUs per VM on the hypervisor connection * Arguments: @conn [resource]: resource for connection * Returns: number of VCPUs available per VM on the connection or FALSE for error */ PHP_FUNCTION(libvirt_connect_get_maxvcpus) { php_libvirt_connection *conn = NULL; zval *zconn; const char *type = NULL; GET_CONNECTION_FROM_ARGS("r", &zconn); type = virConnectGetType(conn->conn); if (type == NULL) RETURN_FALSE; RETURN_LONG(virConnectGetMaxVcpus(conn->conn, type)); } /* * Function name: libvirt_connect_get_sysinfo * Since version: 0.4.1(-2) * Description: Function is used to get the system information from connection if available * Arguments: @conn [resource]: resource for connection * Returns: XML description of system information from the connection or FALSE for error */ PHP_FUNCTION(libvirt_connect_get_sysinfo) { php_libvirt_connection *conn = NULL; zval *zconn; char *sysinfo; GET_CONNECTION_FROM_ARGS("r", &zconn); sysinfo = virConnectGetSysinfo(conn->conn, 0); if (sysinfo == NULL) RETURN_FALSE; VIRT_RETVAL_STRING(sysinfo); free(sysinfo); } /* * Private function name: get_string_from_xpath * Since version: 0.4.1(-1) * Description: Function is used to get the XML xPath expression from the XML document. This can be added to val array if not NULL. * Arguments: @xml [string]: input XML document * @xpath [string]: xPath expression to find nodes in the XML document * @val [array]: Zend array resource to put data to * @retVal [int]: return value of the parsing * Returns: string containing data of last match found */ char *get_string_from_xpath(char *xml, char *xpath, zval **val, int *retVal) { xmlParserCtxtPtr xp = NULL; xmlDocPtr doc = NULL; xmlXPathContextPtr context = NULL; xmlXPathObjectPtr result = NULL; xmlNodeSetPtr nodeset = NULL; int ret = 0, i; char *value = NULL; char key[8] = { 0 }; if (!xpath || !xml) return NULL; xp = xmlCreateDocParserCtxt((xmlChar *)xml); if (!xp) { ret = -1; goto cleanup; } doc = xmlCtxtReadDoc(xp, (xmlChar *)xml, NULL, NULL, 0); if (!doc) { ret = -2; goto cleanup; } context = xmlXPathNewContext(doc); if (!context) { ret = -3; goto cleanup; } result = xmlXPathEvalExpression((xmlChar *)xpath, context); if (!result) { ret = -4; goto cleanup; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) goto cleanup; nodeset = result->nodesetval; ret = nodeset->nodeNr; if (!ret) goto cleanup; if (val != NULL) { ret = 0; for (i = 0; i < nodeset->nodeNr; i++) { if ((value = (char *) xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1))) { snprintf(key, sizeof(key), "%d", i); VIRT_ADD_ASSOC_STRING(*val, key, value); free(value); value = NULL; ret++; } } add_assoc_long(*val, "num", (long)ret); } else { value = (char *) xmlNodeListGetString(doc, nodeset->nodeTab[0]->xmlChildrenNode, 1); } cleanup: if (retVal) *retVal = ret; xmlXPathFreeObject(result); xmlXPathFreeContext(context); xmlFreeParserCtxt(xp); xmlFreeDoc(doc); xmlCleanupParser(); return value; } /* * Private function name: get_array_from_xpath * Since version: 0.4.9 * Description: Function is used to get all XPath elements from XML and return in array (character pointer) * Arguments: @xml [string]: input XML document * @xpath [string]: xPath expression to find nodes in the XML document * @num [int *]: number of elements * Returns: pointer to char ** if successful or NULL for error */ char **get_array_from_xpath(char *xml, char *xpath, int *num) { xmlParserCtxtPtr xp; xmlDocPtr doc; xmlXPathContextPtr context; xmlXPathObjectPtr result; xmlNodeSetPtr nodeset; int ret = 0, i; char *value = NULL; char **val = NULL; if ((xpath == NULL) || (xml == NULL)) return NULL; xp = xmlCreateDocParserCtxt((xmlChar *)xml); if (!xp) return NULL; doc = xmlCtxtReadDoc(xp, (xmlChar *)xml, NULL, NULL, 0); if (!doc) { xmlCleanupParser(); return NULL; } context = xmlXPathNewContext(doc); if (!context) { xmlCleanupParser(); return NULL; } result = xmlXPathEvalExpression((xmlChar *)xpath, context); if (!result) { xmlXPathFreeContext(context); xmlCleanupParser(); return NULL; } if (xmlXPathNodeSetIsEmpty(result->nodesetval)) { xmlXPathFreeObject(result); xmlXPathFreeContext(context); xmlCleanupParser(); return NULL; } nodeset = result->nodesetval; ret = nodeset->nodeNr; if (ret == 0) { xmlXPathFreeObject(result); xmlFreeDoc(doc); xmlXPathFreeContext(context); xmlCleanupParser(); if (num != NULL) *num = 0; return NULL; } ret = 0; val = (char **)malloc(nodeset->nodeNr * sizeof(char *)); for (i = 0; i < nodeset->nodeNr; i++) { if ((value = (char *) xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1))) val[ret++] = value; } xmlXPathFreeContext(context); xmlXPathFreeObject(result); xmlFreeDoc(doc); xmlCleanupParser(); if (num != NULL) *num = ret; return val; } /* * Private function name: dec_to_bin * Since version: 0.4.1(-1) * Description: Function dec_to_bin() converts the unsigned long long decimal (used e.g. for IPv4 address) to it's binary representation * Arguments: @decimal [int]: decimal value to be converted to binary interpretation * @binary [string]: output binary string with the binary interpretation * Returns: None */ void dec_to_bin(long long decimal, char *binary) { int k = 0, n = 0; int neg_flag = 0; long long remain; // int old_decimal; char temp[128] = { 0 }; if (decimal < 0) { decimal = -decimal; neg_flag = 1; } do { // old_decimal = decimal; remain = decimal % 2; decimal = decimal / 2; temp[k++] = remain + '0'; } while (decimal > 0); if (neg_flag) temp[k++] = '-'; else temp[k++] = ' '; while (k >= 0) binary[n++] = temp[--k]; binary[n-1] = 0; } /* * Private function name: get_subnet_bits * Since version: 0.4.1(-1) * Description: Function is used to get number of bits used by subnet determined by IP. Useful to get the CIDR IPv4 address representation * Arguments: @ip [string]: IP address to calculate subnet bits from * Returns: number of bits used by subnet mask */ #ifndef EXTWIN int get_subnet_bits(char *ip) { char tmp[4] = { 0 }; int i, part = 0, ii = 0, skip = 0; unsigned long long retval = 0; char *binary; int maxBits = 64; for (i = 0; i < (int)strlen(ip); i++) { if (ip[i] == '.') { ii = 0; retval += (atoi(tmp) * pow(256, 3 - part)); part++; memset(tmp, 0, 4); } else { tmp[ii++] = ip[i]; } } retval += (atoi(tmp) * pow(256, 3 - part)); binary = (char *)malloc(maxBits * sizeof(char)); dec_to_bin(retval, binary); for (i = 0; i < (int)strlen(binary); i++) { if ((binary[i] != '1') && (binary[i] != '0')) skip++; else if (binary[i] != '1') break; } free(binary); return i - skip; } #else // Always return -1 on Windows systems int get_subnet_bits(char *ip) { return -1; } #endif /* * Private function name: get_next_free_numeric_value * Since version: 0.4.2 * Description: Function is used to get the next free slot to be used for adding new NIC device or others * Arguments: @res [virDomainPtr]: standard libvirt domain pointer identified by virDomainPtr * @xpath [string]: xPath expression of items to get the next free value of * Returns: next free numeric value */ long get_next_free_numeric_value(virDomainPtr domain, char *xpath) { zval *output = NULL; char *xml; int retval = -1; HashTable *arr_hash; HashPosition pointer; // int array_count; zval *data; unsigned long index; long max_slot = -1; xml = virDomainGetXMLDesc(domain, VIR_DOMAIN_XML_INACTIVE); output = (zval *)emalloc(sizeof(zval)); array_init(output); free(get_string_from_xpath(xml, xpath, &output, &retval)); arr_hash = Z_ARRVAL_P(output); // array_count = zend_hash_num_elements(arr_hash); VIRT_FOREACH(arr_hash, pointer, data) { if (Z_TYPE_P(data) == IS_STRING) { php_libvirt_hash_key_info info; VIRT_HASH_CURRENT_KEY_INFO(arr_hash, pointer, index, info); if (info.type != HASH_KEY_IS_STRING) { long num = -1; sscanf(Z_STRVAL_P(data), "%lx", &num); if (num > max_slot) max_slot = num; } } } VIRT_FOREACH_END(); efree(output); free(xml); return max_slot + 1; } /* * Private function name: connection_get_domain_type * Since version: 0.4.5 * Description: Function is required for functions that get the emulator for specific libvirt connection * Arguments: @conn [virConnectPtr]: libvirt connection pointer of connection to get emulator for * @arch [string]: optional architecture string, can be NULL to get default * Returns: path to the emulator */ char *connection_get_domain_type(virConnectPtr conn, char *arch TSRMLS_DC) { char *ret = NULL; char *tmp = NULL; char *caps = NULL; char *tmpArch = NULL; char xpath[1024] = { 0 }; int retval = -1; caps = virConnectGetCapabilities(conn); if (caps == NULL) return NULL; if (arch == NULL) { tmpArch = get_string_from_xpath(caps, "//capabilities/host/cpu/arch", NULL, &retval); DPRINTF("%s: No architecture defined, got '%s' from capabilities XML\n", __FUNCTION__, tmpArch); if (!tmpArch || retval < 0) goto cleanup; arch = tmpArch; } DPRINTF("%s: Requested domain type for arch '%s'\n", __FUNCTION__, arch); snprintf(xpath, sizeof(xpath), "//capabilities/guest/arch[@name='%s']/domain/@type", arch); DPRINTF("%s: Applying xPath '%s' to capabilities XML output\n", __FUNCTION__, xpath); tmp = get_string_from_xpath(caps, xpath, NULL, &retval); if ((tmp == NULL) || (retval < 0)) { DPRINTF("%s: No domain type found in XML...\n", __FUNCTION__); goto cleanup; } ret = tmp; tmp = NULL; DPRINTF("%s: Domain type is '%s'\n", __FUNCTION__, ret); cleanup: free(tmpArch); free(caps); free(tmp); return ret; } /* * Private function name: connection_get_emulator * Since version: 0.4.5 * Description: Function is required for functions that get the emulator for specific libvirt connection * Arguments: @conn [virConnectPtr]: libvirt connection pointer of connection to get emulator for * @arch [string]: optional architecture string, can be NULL to get default * Returns: path to the emulator */ char *connection_get_emulator(virConnectPtr conn, char *arch TSRMLS_DC) { char *ret = NULL; char *tmp = NULL; char *caps = NULL; char *tmpArch = NULL; char xpath[1024] = { 0 }; int retval = -1; caps = virConnectGetCapabilities(conn); if (caps == NULL) return NULL; if (arch == NULL) { tmpArch = get_string_from_xpath(caps, "//capabilities/host/cpu/arch", NULL, &retval); DPRINTF("%s: No architecture defined, got '%s' from capabilities XML\n", __FUNCTION__, tmpArch); if (!tmpArch || retval < 0) goto cleanup; arch = tmpArch; } DPRINTF("%s: Requested emulator for arch '%s'\n", __FUNCTION__, arch); snprintf(xpath, sizeof(xpath), "//capabilities/guest/arch[@name='%s']/domain/emulator", arch); DPRINTF("%s: Applying xPath '%s' to capabilities XML output\n", __FUNCTION__, xpath); tmp = get_string_from_xpath(caps, xpath, NULL, &retval); if (tmp && retval >= 0) { DPRINTF("%s: Emulator is '%s'\n", __FUNCTION__, tmp); goto done; } DPRINTF("%s: No emulator found. Trying next location ...\n", __FUNCTION__); snprintf(xpath, sizeof(xpath), "//capabilities/guest/arch[@name='%s']/emulator", arch); DPRINTF("%s: Applying xPath '%s' to capabilities XML output\n", __FUNCTION__, xpath); free(tmp); tmp = get_string_from_xpath(caps, xpath, NULL, &retval); if (!tmp || retval < 0) { DPRINTF("%s: None emulator found\n", __FUNCTION__); goto cleanup; } done: ret = tmp; tmp = NULL; DPRINTF("%s: Emulator is '%s'\n", __FUNCTION__, ret); cleanup: free(tmpArch); free(caps); free(tmp); return ret; } /* * Private function name: connection_get_arch * Since version: 0.4.5 * Description: Function is required for functions that get the architecture for specific libvirt connection * Arguments: @conn [virConnectPtr]: libvirt connection pointer of connection to get architecture for * Returns: path to the emulator */ char *connection_get_arch(virConnectPtr conn TSRMLS_DC) { char *ret = NULL; char *tmp = NULL; char *caps = NULL; int retval = -1; caps = virConnectGetCapabilities(conn); if (caps == NULL) return NULL; tmp = get_string_from_xpath(caps, "//capabilities/host/cpu/arch", NULL, &retval); if ((tmp == NULL) || (retval < 0)) { DPRINTF("%s: Cannot get host CPU architecture from capabilities XML\n", __FUNCTION__); goto cleanup; } ret = tmp; tmp = NULL; DPRINTF("%s: Host CPU architecture is '%s'\n", __FUNCTION__, ret); cleanup: free(caps); free(tmp); return ret; } /* * Private function name: generate_uuid_any * Since version: 0.4.5 * Description: Function is used to generate a new random UUID string * Arguments: None * Returns: a new random UUID string */ char *generate_uuid_any() { int i; char a[37] = { 0 }; char hexa[] = "0123456789abcdef"; // virDomainPtr domain = NULL; srand(time(NULL)); for (i = 0; i < 36; i++) { if ((i == 8) || (i == 13) || (i == 18) || (i == 23)) a[i] = '-'; else a[i] = hexa[rand() % strlen(hexa)]; } return strdup(a); } /* * Private function name: generate_uuid * Since version: 0.4.5 * Description: Function is used to generate a new unused UUID string * Arguments: @conn [virConnectPtr]: libvirt connection pointer * Returns: a new unused random UUID string */ char *generate_uuid(virConnectPtr conn TSRMLS_DC) { virDomainPtr domain = NULL; char *uuid = NULL; int old_error_reporting = EG(error_reporting); EG(error_reporting) = 0; uuid = generate_uuid_any(); while ((domain = virDomainLookupByUUIDString(conn, uuid)) != NULL) { virDomainFree(domain); uuid = generate_uuid_any(); } EG(error_reporting) = old_error_reporting; DPRINTF("%s: Generated new UUID '%s'\n", __FUNCTION__, uuid); return uuid; } /* * Private function name: get_disk_xml * Since version: 0.4.5 * Description: Function is used to format single disk XML * Arguments: @size [unsigned long long]: size of disk for generating a new one (can be -1 not to generate even if it doesn't exist) * @path [string]: path to the storage on the host system * @driver [string]: driver to be used to access the disk * @dev [string]: device to be presented to the guest * @disk_flags [int]: disk type, VIR_DOMAIN_DISK_FILE or VIR_DOMAIN_DISK_BLOCK * Returns: XML output for the disk */ char *get_disk_xml(unsigned long long size, char *path, char *driver, char *bus, char *dev, int disk_flags TSRMLS_DC) { char xml[4096] = { 0 }; if ((path == NULL) || (driver == NULL) || (bus == NULL)) return NULL; if (access(path, R_OK) != 0) { if (disk_flags & DOMAIN_DISK_BLOCK) { DPRINTF("%s: Cannot access block device %s\n", __FUNCTION__, path); return NULL; } int ret = 0; char cmd[4096] = { 0 }; DPRINTF("%s: Cannot access disk image %s\n", __FUNCTION__, path); if (size == -1) { DPRINTF("%s: Invalid size. Cannot create image\n", __FUNCTION__); return NULL; } const char *qemu_img_cmd = get_feature_binary("create-image"); if (qemu_img_cmd == NULL) { DPRINTF("%s: Binary for creating disk images doesn't exist\n", __FUNCTION__); return NULL; } // TODO: implement backing file handling: -o backing_file = RAW_IMG_FILE QCOW_IMG snprintf(cmd, sizeof(cmd), "%s create -f %s %s %ldM > /dev/null &2>/dev/null", qemu_img_cmd, driver, path, size); #ifndef EXTWIN int cmdRet = system(cmd); ret = WEXITSTATUS(cmdRet); DPRINTF("%s: Command '%s' finished with error code %d\n", __FUNCTION__, cmd, ret); if (ret != 0) { DPRINTF("%s: File creation failed\n", path); return NULL; } #endif if (disk_flags & DOMAIN_DISK_ACCESS_ALL) { DPRINTF("%s: Disk flag for all user access found, setting up %s' permissions to 0666\n", __FUNCTION__, path); chmod(path, 0666); } } snprintf(xml, sizeof(xml), "\t\t<disk type='%s' device='disk'>\n" "\t\t\t<driver name='qemu' type='%s' />\n" "\t\t\t<source file='%s'/>\n" "\t\t\t<target bus='%s' dev='%s' />\n" "\t\t</disk>\n", (disk_flags & DOMAIN_DISK_FILE) ? "file" : ((disk_flags & DOMAIN_DISK_BLOCK) ? "block" : ""), driver, path, bus, dev); return strdup(xml); } /* * Private function name: get_network_xml * Since version: 0.4.5 * Description: Function is used to format single network interface XML * Arguments: @mac [string]: MAC address of the new interface * @network [string]: network name * @model [string]: optional model name * Returns: XML output for the network interface */ char *get_network_xml(char *mac, char *network, char *model) { char xml[4096] = { 0 }; if ((mac == NULL) || (network == NULL)) return NULL; if (model == NULL) snprintf(xml, sizeof(xml), "\t\t<interface type='network'>\n" "\t\t\t<mac address='%s'/>\n" "\t\t\t<source network='%s'/>\n" "\t\t</interface>\n", mac, network); else snprintf(xml, sizeof(xml), "\t\t<interface type='network'>\n" "\t\t\t<mac address='%s'/>\n" "\t\t\t<source network='%s'/>\n" "\t\t\t<model type='%s'/>\n" "\t\t</interface>\n", mac, network, model); return strdup(xml); } /* * Private function name: installation_get_xml * Since version: 0.4.5 * Description: Function is used to generate the installation XML description to install a new domain * Arguments: @step [int]: number of step for XML output (1 or 2) * @conn [virConnectPtr]: libvirt connection pointer * @name [string]: name of the new virtual machine * @memMB [int]: memory in Megabytes * @maxmemMB [int]: maximum memory in Megabytes * @arch [string]: architecture to be used for the new domain, may be NULL to use the hypervisor default * @uuid [string]: UUID to be used or NULL to generate a new one * @vCpus [int]: number of virtual CPUs for the domain * @iso_image [string]: ISO image for the installation * @disks [tVMDisk]: disk structure with all the disks defined * @numDisks [int]: number of disks in the disk structure * @networks [tVMNetwork]: network structure with all the networks defined * @numNetworks [int]: number of networks in the network structure * @domain_flags [int]: flags for the domain installation * Returns: full XML output for installation */ char *installation_get_xml(int step, virConnectPtr conn, char *name, int memMB, int maxmemMB, char *arch, char *uuid, int vCpus, char *iso_image, tVMDisk *disks, int numDisks, tVMNetwork *networks, int numNetworks, int domain_flags TSRMLS_DC) { int i; char xml[32768] = { 0 }; char disks_xml[16384] = { 0 }; char networks_xml[16384] = { 0 }; char features[128] = { 0 }; char *tmp = NULL; char type[64] = { 0 }; // virDomainPtr domain=NULL; if (conn == NULL) { DPRINTF("%s: Invalid libvirt connection pointer\n", __FUNCTION__); return NULL; } if (uuid == NULL) uuid = generate_uuid(conn TSRMLS_CC); if (domain_flags & DOMAIN_FLAG_FEATURE_ACPI) strcat(features, "<acpi/>"); if (domain_flags & DOMAIN_FLAG_FEATURE_APIC) strcat(features, "<apic/>"); if (domain_flags & DOMAIN_FLAG_FEATURE_PAE) strcat(features, "<pae/>"); if (arch == NULL) { arch = connection_get_arch(conn TSRMLS_CC); DPRINTF("%s: No architecture defined, got host arch of '%s'\n", __FUNCTION__, arch); } if (access(iso_image, R_OK) != 0) { DPRINTF("%s: Installation image %s doesn't exist\n", __FUNCTION__, iso_image); return NULL; } tmp = connection_get_domain_type(conn, arch TSRMLS_CC); if (tmp != NULL) snprintf(type, sizeof(type), " type='%s'", tmp); for (i = 0; i < numDisks; i++) { char *disk = get_disk_xml(disks[i].size, disks[i].path, disks[i].driver, disks[i].bus, disks[i].dev, disks[i].flags TSRMLS_CC); if (disk != NULL) strcat(disks_xml, disk); free(disk); } for (i = 0; i < numNetworks; i++) { char *network = get_network_xml(networks[i].mac, networks[i].network, networks[i].model); if (network != NULL) strcat(networks_xml, network); free(network); } if (step == 1) snprintf(xml, sizeof(xml), "<domain%s>\n" "\t<name>%s</name>\n" "\t<currentMemory>%d</currentMemory>\n" "\t<memory>%d</memory>\n" "\t<uuid>%s</uuid>\n" "\t<os>\n" "\t\t<type arch='%s'>hvm</type>\n" "\t\t<boot dev='cdrom'/>\n" "\t\t<boot dev='hd'/>\n" "\t</os>\n" "\t<features>\n" "\t\t%s\n" "\t</features>\n" "\t<clock offset=\"%s\"/>\n" "\t<on_poweroff>destroy</on_poweroff>\n" "\t<on_reboot>destroy</on_reboot>\n" "\t<on_crash>destroy</on_crash>\n" "\t<vcpu>%d</vcpu>\n" "\t<devices>\n" "\t\t<emulator>%s</emulator>\n" "%s" "\t\t<disk type='file' device='cdrom'>\n" "\t\t\t<driver name='qemu' type='raw' />\n" "\t\t\t<source file='%s' />\n" "\t\t\t<target dev='hdc' bus='ide' />\n" "\t\t\t<readonly />\n" "\t\t</disk>\n" "%s" "\t\t<input type='mouse' bus='ps2' />\n" "\t\t<graphics type='vnc' port='-1' />\n" "\t\t<console type='pty' />\n" "%s" "\t\t<video>\n" "\t\t\t<model type='cirrus' />\n" "\t\t</video>\n" "\t</devices>\n" "</domain>", type, name, memMB * 1024, maxmemMB * 1024, uuid, arch, features, (domain_flags & DOMAIN_FLAG_CLOCK_LOCALTIME ? "localtime" : "utc"), vCpus, connection_get_emulator(conn, arch TSRMLS_CC), disks_xml, iso_image, networks_xml, (domain_flags & DOMAIN_FLAG_SOUND_AC97 ? "\t\t<sound model='ac97'/>\n" : "") ); else if (step == 2) snprintf(xml, sizeof(xml), "<domain%s>\n" "\t<name>%s</name>\n" "\t<currentMemory>%d</currentMemory>\n" "\t<memory>%d</memory>\n" "\t<uuid>%s</uuid>\n" "\t<os>\n" "\t\t<type arch='%s'>hvm</type>\n" "\t\t<boot dev='hd'/>\n" "\t</os>\n" "\t<features>\n" "\t\t%s\n" "\t</features>\n" "\t<clock offset=\"%s\"/>\n" "\t<on_poweroff>destroy</on_poweroff>\n" "\t<on_reboot>destroy</on_reboot>\n" "\t<on_crash>destroy</on_crash>\n" "\t<vcpu>%d</vcpu>\n" "\t<devices>\n" "\t\t<emulator>%s</emulator>\n" "%s" "\t\t<disk type='file' device='cdrom'>\n" "\t\t\t<driver name='qemu' type='raw' />\n" "\t\t\t<target dev='hdc' bus='ide' />\n" "\t\t\t<readonly />\n" "\t\t</disk>\n" "%s" "\t\t<input type='mouse' bus='ps2' />\n" "\t\t<graphics type='vnc' port='-1' />\n" "\t\t<console type='pty' />\n" "%s" "\t\t<video>\n" "\t\t\t<model type='cirrus' />\n" "\t\t</video>\n" "\t</devices>\n" "</domain>", type, name, memMB * 1024, maxmemMB * 1024, uuid, arch, features, (domain_flags & DOMAIN_FLAG_CLOCK_LOCALTIME ? "localtime" : "utc"), vCpus, connection_get_emulator(conn, arch TSRMLS_CC), disks_xml, networks_xml, (domain_flags & DOMAIN_FLAG_SOUND_AC97 ? "\t\t<sound model='ac97'/>\n" : "") ); return (strlen(xml) > 0) ? strdup(xml) : NULL; } /* Domain functions */ /* * Function name: libvirt_domain_get_counts * Since version: 0.4.1(-1) * Description: Function is getting domain counts for all, active and inactive domains * Arguments: @conn [resource]: libvirt connection resource from libvirt_connect() * Returns: array of total, active and inactive (but defined) domain counts */ PHP_FUNCTION(libvirt_domain_get_counts) { php_libvirt_connection *conn = NULL; zval *zconn; int count_defined; int count_active; GET_CONNECTION_FROM_ARGS("r", &zconn); count_defined = virConnectNumOfDefinedDomains(conn->conn); count_active = virConnectNumOfDomains(conn->conn); array_init(return_value); add_assoc_long(return_value, "total", (long)(count_defined + count_active)); add_assoc_long(return_value, "active", (long)count_active); add_assoc_long(return_value, "inactive", (long)count_defined); } /* * Function name: libvirt_domain_is_persistent * Since version: 0.4.9 * Description: Function to get information whether domain is persistent or not * Arguments: @res [resource]: libvirt domain resource * Returns: TRUE for persistent, FALSE for not persistent, -1 on error */ PHP_FUNCTION(libvirt_domain_is_persistent) { php_libvirt_domain *domain = NULL; zval *zdomain; int p; GET_DOMAIN_FROM_ARGS("r", &zdomain); if ((p = virDomainIsPersistent(domain->domain)) < 0) RETURN_LONG(-1); if (p == 1) RETURN_TRUE; RETURN_FALSE; } /* * Function name: libvirt_domain_set_max_memory * Since version: 0.5.1 * Description: Function to set max memory for domain * Arguments: @res [resource]: libvirt domain resource * @memory [int]: memory size in 1024 bytes (Kb) * Returns: TRUE for success, FALSE for failure */ PHP_FUNCTION(libvirt_domain_set_max_memory) { php_libvirt_domain *domain = NULL; zval *zdomain; zend_long memory = 0; GET_DOMAIN_FROM_ARGS("rl", &zdomain, &memory); if (virDomainSetMaxMemory(domain->domain, memory) != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_set_memory * Since version: 0.5.1 * Description: Function to set memory for domain * Arguments: @res [resource]: libvirt domain resource * @memory [int]: memory size in 1024 bytes (Kb) * Returns: TRUE for success, FALSE for failure */ PHP_FUNCTION(libvirt_domain_set_memory) { php_libvirt_domain *domain = NULL; zval *zdomain; zend_long memory = 0; GET_DOMAIN_FROM_ARGS("rl", &zdomain, &memory); if (virDomainSetMemory(domain->domain, memory) != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_set_memory_flags * Since version: 0.5.1 * Description: Function to set max memory for domain * Arguments: @res [resource]: libvirt domain resource * @memory [int]: memory size in 1024 bytes (Kb) * @flags [int]: bitwise-OR VIR_DOMAIN_MEM_* flags * Returns: TRUE for success, FALSE for failure */ PHP_FUNCTION(libvirt_domain_set_memory_flags) { php_libvirt_domain *domain = NULL; zval *zdomain; zend_long memory = 0; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("rl|l", &zdomain, &memory, &flags); if (virDomainSetMemoryFlags(domain->domain, memory, flags) != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_get_autostart * Since version: 0.4.1(-1) * Description: Function is getting the autostart value for the domain * Arguments: @res [resource]: libvirt domain resource * Returns: autostart value or -1 */ PHP_FUNCTION(libvirt_domain_get_autostart) { php_libvirt_domain *domain = NULL; zval *zdomain; int flags = 0; GET_DOMAIN_FROM_ARGS("r", &zdomain); if (virDomainGetAutostart (domain->domain, &flags) != 0) { RETURN_LONG(-1); } RETURN_LONG((long)flags); } /* * Function name: libvirt_domain_set_autostart * Since version: 0.4.1(-1) * Description: Function is setting the autostart value for the domain * Arguments: @res [resource]: libvirt domain resource * @flags [int]: flag to enable/disable autostart * Returns: TRUE on success, FALSE on error */ PHP_FUNCTION(libvirt_domain_set_autostart) { php_libvirt_domain *domain = NULL; zval *zdomain; zend_bool flags = 0; GET_DOMAIN_FROM_ARGS("rb", &zdomain, &flags); if (virDomainSetAutostart (domain->domain, flags) != 0) { RETURN_FALSE; } RETURN_TRUE; } /* * Function name: libvirt_domain_get_metadata * Since version: 0.4.9 * Description: Function retrieve appropriate domain element given by @type. * Arguments: @res [resource]: libvirt domain resource * @type [int]: virDomainMetadataType type of description * @uri [string]: XML namespace identifier * @flags [int]: bitwise-OR of virDomainModificationImpact * Returns: metadata string, NULL on error or FALSE on API not supported */ PHP_FUNCTION(libvirt_domain_get_metadata) { php_libvirt_domain *domain = NULL; zval *zdomain; zend_long type = 0; zend_long flags = 0; char *uri = NULL; strsize_t uri_len; char *ret = NULL; GET_DOMAIN_FROM_ARGS("rlsl", &zdomain, &type, &uri, &uri_len, &flags); if ((uri != NULL) && (strlen(uri) == 0)) uri = NULL; ret = virDomainGetMetadata(domain->domain, type, uri, flags); if (ret == NULL) { if (strstr(LIBVIRT_G(last_error), "not supported") != NULL) RETURN_FALSE; RETURN_NULL(); } else { VIRT_RETVAL_STRING(ret); free(ret); } } /* * Function name: libvirt_domain_set_metadata * Since version: 0.4.9 * Description: Function sets the appropriate domain element given by @type to the value of @description. No new lines are permitted. * Arguments: @res [resource]: libvirt domain resource * @type [int]: virDomainMetadataType type of description * @metadata [string]: new metadata text * @key [string]: XML namespace key or empty string (alias of NULL) * @uri [string]: XML namespace identifier or empty string (alias of NULL) * @flags [int]: bitwise-OR of virDomainModificationImpact * Returns: -1 on error, 0 on success */ PHP_FUNCTION(libvirt_domain_set_metadata) { php_libvirt_domain *domain = NULL; zval *zdomain; strsize_t metadata_len, key_len, uri_len; char *metadata = NULL; char *key = NULL; char *uri = NULL; zend_long type = 0; zend_long flags = 0; int rc; GET_DOMAIN_FROM_ARGS("rlsssl", &zdomain, &type, &metadata, &metadata_len, &key, &key_len, &uri, &uri_len, &flags); if ((key != NULL) && (strlen(key) == 0)) key = NULL; if ((uri != NULL) && (strlen(uri) == 0)) uri = NULL; rc = virDomainSetMetadata(domain->domain, type, metadata, key, uri, flags); RETURN_LONG(rc); } /* * Function name: libvirt_domain_is_active * Since version: 0.4.1(-1) * Description: Function is getting information whether domain identified by resource is active or not * Arguments: @res [resource]: libvirt domain resource * Returns: virDomainIsActive() result on the domain */ PHP_FUNCTION(libvirt_domain_is_active) { php_libvirt_domain *domain = NULL; zval *zdomain; GET_DOMAIN_FROM_ARGS("r", &zdomain); RETURN_LONG(virDomainIsActive(domain->domain)); } /* * Function name: libvirt_domain_lookup_by_name * Since version: 0.4.1(-1) * Description: Function is used to lookup for domain by it's name * Arguments: @res [resource]: libvirt connection resource from libvirt_connect() * @name [string]: domain name to look for * Returns: libvirt domain resource */ PHP_FUNCTION(libvirt_domain_lookup_by_name) { php_libvirt_connection *conn = NULL; zval *zconn; strsize_t name_len; char *name = NULL; virDomainPtr domain = NULL; php_libvirt_domain *res_domain; GET_CONNECTION_FROM_ARGS("rs", &zconn, &name, &name_len); if ((name == NULL) || (name_len < 1)) RETURN_FALSE; domain = virDomainLookupByName(conn->conn, name); if (domain == NULL) RETURN_FALSE; res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; DPRINTF("%s: domain name = '%s', returning %p\n", PHPFUNC, name, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_lookup_by_uuid * Since version: 0.4.1(-1) * Description: Function is used to lookup for domain by it's UUID in the binary format * Arguments: @res [resource]: libvirt connection resource from libvirt_connect() * @uuid [string]: binary defined UUID to look for * Returns: libvirt domain resource */ PHP_FUNCTION(libvirt_domain_lookup_by_uuid) { php_libvirt_connection *conn = NULL; zval *zconn; strsize_t uuid_len; unsigned char *uuid = NULL; virDomainPtr domain = NULL; php_libvirt_domain *res_domain; GET_CONNECTION_FROM_ARGS("rs", &zconn, &uuid, &uuid_len); if ((uuid == NULL) || (uuid_len < 1)) RETURN_FALSE; domain = virDomainLookupByUUID(conn->conn, uuid); if (domain == NULL) RETURN_FALSE; res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; DPRINTF("%s: domain UUID = '%s', returning %p\n", PHPFUNC, uuid, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_qemu_agent_command * Since version: 0.5.2(-1) * Description: Function is used to send qemu-ga command * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @cmd [string]: command * @timeout [int] timeout for waiting (-2 block, -1 default, 0 no wait, >0 wait specific time * @flags [int]: unknown * Returns: String on success and FALSE on error */ PHP_FUNCTION(libvirt_domain_qemu_agent_command) { php_libvirt_domain *domain = NULL; zval *zdomain; const char *cmd; strsize_t cmd_len; char *ret; zend_long timeout = -1; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("rs|ll", &zdomain, &cmd, &cmd_len, &timeout, &flags); ret = virDomainQemuAgentCommand(domain->domain, cmd, timeout, flags); if (ret == NULL) RETURN_FALSE; VIRT_RETVAL_STRING(ret); free(ret); } /* * Function name: libvirt_domain_lookup_by_uuid_string * Since version: 0.4.1(-1) * Description: Function is used to get the domain by it's UUID that's accepted in string format * Arguments: @res [resource]: libvirt connection resource from libvirt_connect() * @uuid [string]: domain UUID [in string format] to look for * Returns: libvirt domain resource */ PHP_FUNCTION(libvirt_domain_lookup_by_uuid_string) { php_libvirt_connection *conn = NULL; zval *zconn; strsize_t uuid_len; char *uuid = NULL; virDomainPtr domain = NULL; php_libvirt_domain *res_domain; GET_CONNECTION_FROM_ARGS("rs", &zconn, &uuid, &uuid_len); if ((uuid == NULL) || (uuid_len < 1)) RETURN_FALSE; domain = virDomainLookupByUUIDString(conn->conn, uuid); if (domain == NULL) RETURN_FALSE; res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; DPRINTF("%s: domain UUID string = '%s', returning %p\n", PHPFUNC, uuid, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_stream_create * Since version: 0.5.0 * Description: Function is used to create new stream from libvirt conn * Arguments: @res [resource]: libvirt connection resource from libvirt_connect() * Returns: resource libvirt stream resource */ PHP_FUNCTION(libvirt_stream_create) { php_libvirt_connection *conn = NULL; zval *zconn; virStreamPtr stream = NULL; php_libvirt_stream *res_stream; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zconn) == FAILURE) RETURN_FALSE; VIRT_FETCH_RESOURCE(conn, php_libvirt_connection*, &zconn, PHP_LIBVIRT_CONNECTION_RES_NAME, le_libvirt_connection); if ((conn == NULL) || (conn->conn == NULL)) RETURN_FALSE; stream = virStreamNew(conn->conn, 0); if (stream == NULL) { set_error("Cannot create new stream" TSRMLS_CC); RETURN_FALSE; } res_stream = (php_libvirt_stream *)emalloc(sizeof(php_libvirt_stream)); res_stream->stream = stream; res_stream->conn = conn; resource_change_counter(INT_RESOURCE_STREAM, conn->conn, res_stream->stream, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_stream, le_libvirt_stream); } /* * Function name: libvirt_stream_close * Since version: 0.5.0 * Description: Function is used to close stream * Arguments: @res [resource]: libvirt stream resource from libvirt_stream_create() * Returns: int */ PHP_FUNCTION(libvirt_stream_close) { zval *zstream; php_libvirt_stream *stream = NULL; int retval = -1; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zstream) == FAILURE) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(stream, php_libvirt_stream*, &zstream, PHP_LIBVIRT_STREAM_RES_NAME, le_libvirt_stream); if ((stream == NULL) || (stream->stream == NULL)) RETURN_LONG(retval); retval = virStreamFree(stream->stream); if (retval != 0) { set_error("Cannot free stream" TSRMLS_CC); RETURN_LONG(retval); } resource_change_counter(INT_RESOURCE_STREAM, stream->conn->conn, stream->stream, 0 TSRMLS_CC); RETURN_LONG(retval); } /* * Function name: libvirt_stream_abort * Since version: 0.5.0 * Description: Function is used to abort transfer * Arguments: @res [resource]: libvirt stream resource from libvirt_stream_create() * Returns: int */ PHP_FUNCTION(libvirt_stream_abort) { zval *zstream; php_libvirt_stream *stream = NULL; int retval = -1; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zstream) == FAILURE) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(stream, php_libvirt_stream*, &zstream, PHP_LIBVIRT_STREAM_RES_NAME, le_libvirt_stream); if ((stream == NULL) || (stream->stream == NULL)) RETURN_LONG(retval); retval = virStreamAbort(stream->stream); if (retval != 0) { set_error("Cannot abort stream" TSRMLS_CC); RETURN_LONG(retval); } RETURN_LONG(retval); } /* * Function name: libvirt_stream_finish * Since version: 0.5.0 * Description: Function is used to finish transfer * Arguments: @res [resource]: libvirt stream resource from libvirt_stream_create() * Returns: int */ PHP_FUNCTION(libvirt_stream_finish) { zval *zstream; php_libvirt_stream *stream = NULL; int retval = -1; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zstream) == FAILURE) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(stream, php_libvirt_stream*, &zstream, PHP_LIBVIRT_STREAM_RES_NAME, le_libvirt_stream); if ((stream == NULL) || (stream->stream == NULL)) RETURN_LONG(retval); retval = virStreamFinish(stream->stream); if (retval != 0) { set_error("Cannot finish stream" TSRMLS_CC); RETURN_LONG(retval); } RETURN_LONG(retval); } /* * Function name: libvirt_stream_recv * Since version: 0.5.0 * Description: Function is used to recv from stream via libvirt conn * Arguments: @res [resource]: libvirt stream resource from libvirt_stream_create() * @data [string]: buffer * @len [int]: amout of data to recieve * Returns: int */ PHP_FUNCTION(libvirt_stream_recv) { zval *zstream, *zbuf; php_libvirt_stream *stream = NULL; char *recv_buf = NULL; int retval = -1; zend_long length = 0; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rz|l", &zstream, &zbuf, &length) == FAILURE) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(stream, php_libvirt_stream*, &zstream, PHP_LIBVIRT_STREAM_RES_NAME, le_libvirt_stream); if ((stream == NULL) || (stream->stream == NULL)) RETURN_LONG(retval); recv_buf = emalloc(length + 1); retval = virStreamRecv(stream->stream, recv_buf, length); if (retval < 0) { zval_dtor(zbuf); ZVAL_NULL(zbuf); } else { recv_buf[retval] = '\0'; VIRT_ZVAL_STRINGL(zbuf, recv_buf, retval); } if (retval == -1) set_error("Cannot recv from stream" TSRMLS_CC); efree(recv_buf); RETURN_LONG(retval); } /* * Function name: libvirt_stream_send * Since version: 0.5.0 * Description: Function is used to send to stream via libvirt conn * Arguments: @res [resource]: libvirt stream resource from libvirt_stream_create() * @data [string]: buffer * @length [int]: amout of data to send * Returns: int */ PHP_FUNCTION(libvirt_stream_send) { zval *zstream, *zbuf; php_libvirt_stream *stream = NULL; int retval = -1; zend_long length = 0; char *cstr; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rz|l", &zstream, &zbuf, &length) == FAILURE) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(stream, php_libvirt_stream*, &zstream, PHP_LIBVIRT_STREAM_RES_NAME, le_libvirt_stream); if ((stream == NULL) || (stream->stream == NULL)) RETURN_LONG(retval); cstr = Z_STRVAL_P(zbuf); retval = virStreamSend(stream->stream, cstr, length); if (retval == -1) set_error("Cannot send to stream" TSRMLS_CC); RETURN_LONG(retval); } /* * Function name: libvirt_domain_lookup_by_id * Since version: 0.4.1(-1) * Description: Function is used to get domain by it's ID, applicable only to running guests * Arguments: @conn [resource]: libvirt connection resource from libvirt_connect() * @id [string]: domain id to look for * Returns: libvirt domain resource */ PHP_FUNCTION(libvirt_domain_lookup_by_id) { php_libvirt_connection *conn = NULL; zval *zconn; zend_long id; virDomainPtr domain = NULL; php_libvirt_domain *res_domain; GET_CONNECTION_FROM_ARGS("rl", &zconn, &id); domain = virDomainLookupByID(conn->conn, (int)id); if (domain == NULL) RETURN_FALSE; res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; DPRINTF("%s: domain id = '%d', returning %p\n", PHPFUNC, (int)id, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_get_name * Since version: 0.4.1(-1) * Description: Function is used to get domain name from it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: domain name string */ PHP_FUNCTION(libvirt_domain_get_name) { php_libvirt_domain *domain = NULL; zval *zdomain; const char *name = NULL; GET_DOMAIN_FROM_ARGS("r", &zdomain); if (domain->domain == NULL) RETURN_FALSE; name = virDomainGetName(domain->domain); DPRINTF("%s: virDomainGetName(%p) returned %s\n", PHPFUNC, domain->domain, name); if (name == NULL) RETURN_FALSE; VIRT_RETURN_STRING(name); //we can use the copy mechanism as we need not to free name (we even can not!) } /* * Function name: libvirt_domain_get_uuid_string * Since version: 0.4.1(-1) * Description: Function is used to get the domain's UUID in string format * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: domain UUID string */ PHP_FUNCTION(libvirt_domain_get_uuid_string) { php_libvirt_domain *domain = NULL; zval *zdomain; char *uuid; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); uuid = (char *)emalloc(VIR_UUID_STRING_BUFLEN); retval = virDomainGetUUIDString(domain->domain, uuid); DPRINTF("%s: virDomainGetUUIDString(%p) returned %d (%s)\n", PHPFUNC, domain->domain, retval, uuid); if (retval != 0) RETURN_FALSE; VIRT_RETVAL_STRING(uuid); efree(uuid); } /* * Private function name: streamSink * Since version: 0.4.5 * Description: Function to write stream to file, borrowed from libvirt * Arguments: @st [virStreamPtr]: stream pointer * @bytes [void *]: buffer array * @nbytes [int]: size of buffer * @opaque [void *]: used for file descriptor * Returns: write() error code as it's calling write */ static int streamSink(virStreamPtr st ATTRIBUTE_UNUSED, const char *bytes, size_t nbytes, void *opaque) { int *fd = (int *)opaque; return write(*fd, bytes, nbytes); } /* * Function name: libvirt_domain_get_screenshot_api * Since version: 0.4.5 * Description: Function is trying to get domain screenshot using libvirt virGetDomainScreenshot() API if available. * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_get_by_*() * @screenID [int]: monitor ID from where to take screenshot * Returns: array of filename and mime type as type is hypervisor specific, caller is responsible for temporary file deletion */ PHP_FUNCTION(libvirt_domain_get_screenshot_api) { php_libvirt_domain *domain = NULL; zval *zdomain; zend_long screen = 0; int fd = -1; char file[] = "/tmp/libvirt-php-tmp-XXXXXX"; virStreamPtr st = NULL; char *mime = NULL; const char *bin = get_feature_binary("screenshot-convert"); #ifdef EXTWIN set_error_if_unset("Cannot get domain screenshot on Windows systems" TSRMLS_CC); RETURN_FALSE; #endif GET_DOMAIN_FROM_ARGS("r|l", &zdomain, &screen); if (!(st = virStreamNew(domain->conn->conn, 0))) { set_error("Cannot create new stream" TSRMLS_CC); goto error; } mime = virDomainScreenshot(domain->domain, st, screen, 0); if (!mime) { set_error_if_unset("Cannot get domain screenshot" TSRMLS_CC); goto error; } if (!(fd = mkstemp(file))) { virStreamAbort(st); set_error_if_unset("Cannot get create file to save domain screenshot" TSRMLS_CC); goto error; } if (virStreamRecvAll(st, streamSink, &fd) < 0) { set_error_if_unset("Cannot receive screenshot data" TSRMLS_CC); virStreamAbort(st); goto error; } if (virStreamFinish(st) < 0) { set_error_if_unset("Cannot close stream for domain" TSRMLS_CC); goto error; } virStreamFree(st); st = NULL; array_init(return_value); if (bin) { char tmp[4096] = { 0 }; char fileNew[1024] = { 0 }; int exitStatus; snprintf(fileNew, sizeof(fileNew), "%s.png", file); snprintf(tmp, sizeof(tmp), "%s %s %s > /dev/null 2> /dev/null", bin, file, fileNew); exitStatus = system(tmp); if (WEXITSTATUS(exitStatus) != 0) goto error; unlink(file); close(fd); fd = -1; VIRT_ADD_ASSOC_STRING(return_value, "file", fileNew); VIRT_ADD_ASSOC_STRING(return_value, "mime", "image/png"); } else { close(fd); fd = -1; VIRT_ADD_ASSOC_STRING(return_value, "file", file); VIRT_ADD_ASSOC_STRING(return_value, "mime", mime); } free(mime); return; error: free(mime); if (fd != -1) { unlink(file); close(fd); } if (st) virStreamFree(st); RETURN_FALSE; } /* * Function name: libvirt_domain_get_screenshot * Since version: 0.4.2 * Description: Function uses gvnccapture (if available) to get the screenshot of the running domain * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @server [string]: server string for the host machine * @scancode [int]: integer value of the scancode to be send to refresh screen * Returns: PNG image binary data */ PHP_FUNCTION(libvirt_domain_get_screenshot) { #ifndef EXTWIN php_libvirt_domain *domain = NULL; zval *zdomain; pid_t childpid = -1; pid_t w = -1; int retval = -1; int fd = -1, fsize = -1; char file[] = "/tmp/libvirt-php-tmp-XXXXXX"; char *buf = NULL; char *tmp = NULL; char *xml = NULL; int port = -1; char *hostname = NULL; strsize_t hostname_len; zend_long scancode = 10; const char *path; char *pathDup = NULL; char name[1024] = { 0 }; int use_builtin = 0; path = get_feature_binary("screenshot"); DPRINTF("%s: get_feature_binary('screenshot') returned %s\n", PHPFUNC, path); if ((path == NULL) || (access(path, X_OK) != 0)) { use_builtin = 1; } else { if (!(pathDup = strdup(path))) { set_error("Out of memory" TSRMLS_CC); goto error; } } GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &hostname, &hostname_len, &scancode); xml = virDomainGetXMLDesc(domain->domain, 0); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, "//domain/devices/graphics/@port", NULL, &retval); if ((tmp == NULL) || (retval < 0)) { set_error("Cannot get the VNC port" TSRMLS_CC); goto error; } if (mkstemp(file) == 0) goto error; /* Get the current hostname and override to localhost if local machine */ gethostname(name, 1024); if (strcmp(name, hostname) == 0) hostname = strdup("localhost"); vnc_refresh_screen(hostname, tmp, scancode); if (use_builtin == 1) { DPRINTF("%s: Binary not found, using builtin approach to %s:%s, tmp file = %s\n", PHPFUNC, hostname, tmp, file); if (vnc_get_bitmap(hostname, tmp, file) != 0) { set_error("Cannot use builtin approach to get VNC window contents" TSRMLS_CC); goto error; } } else { port = atoi(tmp)-5900; DPRINTF("%s: Getting screenshot of %s:%d to temporary file %s\n", PHPFUNC, hostname, port, file); childpid = fork(); if (childpid == -1) goto error; if (childpid == 0) { char tmpp[64] = { 0 }; snprintf(tmpp, sizeof(tmpp), "%s:%d", hostname, port); retval = execlp(path, basename(pathDup), tmpp, file, NULL); _exit(retval); } else { do { w = waitpid(childpid, &retval, 0); if (w == -1) goto error; } while (!WIFEXITED(retval) && !WIFSIGNALED(retval)); } if (WEXITSTATUS(retval) != 0) { set_error("Cannot spawn utility to get screenshot" TSRMLS_CC); goto error; } } fd = open(file, O_RDONLY); fsize = lseek(fd, 0, SEEK_END); lseek(fd, 0, SEEK_SET); buf = emalloc((fsize + 1) * sizeof(char)); memset(buf, 0, fsize + 1); if (read(fd, buf, fsize) < 0) { close(fd); unlink(file); goto error; } close(fd); if (access(file, F_OK) == 0) { DPRINTF("%s: Temporary file %s deleted\n", PHPFUNC, file); unlink(file); } /* This is necessary to make the output binary safe */ VIRT_ZVAL_STRINGL(return_value, buf, fsize); efree(buf); free(tmp); free(xml); free(pathDup); return; error: efree(buf); free(tmp); free(xml); free(pathDup); RETURN_FALSE; #else set_error("Function is not supported on Windows systems" TSRMLS_CC); RETURN_FALSE; #endif } /* * Function name: libvirt_domain_get_screen_dimensions * Since version: 0.4.3 * Description: Function get screen dimensions of the VNC window * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @server [string]: server string of the host machine * Returns: array of height and width on success, FALSE otherwise */ PHP_FUNCTION(libvirt_domain_get_screen_dimensions) { #ifndef EXTWIN php_libvirt_domain *domain = NULL; zval *zdomain; int retval = -1; char *tmp = NULL; char *xml = NULL; char *hostname = NULL; strsize_t hostname_len; int ret; int width; int height; GET_DOMAIN_FROM_ARGS("rs", &zdomain, &hostname, &hostname_len); xml = virDomainGetXMLDesc(domain->domain, 0); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, "//domain/devices/graphics/@port", NULL, &retval); if ((tmp == NULL) || (retval < 0)) { set_error("Cannot get the VNC port" TSRMLS_CC); goto error; } DPRINTF("%s: hostname = %s, port = %s\n", PHPFUNC, hostname, tmp); ret = vnc_get_dimensions(hostname, tmp, &width, &height); free(tmp); if (ret != 0) { char error[1024] = { 0 }; if (ret == -9) snprintf(error, sizeof(error), "Cannot connect to VNC server. Please make sure domain is running and VNC graphics are set"); else snprintf(error, sizeof(error), "Cannot get screen dimensions, error code = %d (%s)", ret, strerror(-ret)); set_error(error TSRMLS_CC); goto error; } array_init(return_value); add_assoc_long(return_value, "width", (long)width); add_assoc_long(return_value, "height", (long)height); free(tmp); free(xml); return; error: free(tmp); free(xml); RETURN_FALSE; #else set_error("Function is not supported on Windows systems" TSRMLS_CC); RETURN_FALSE; #endif } /* * Function name: libvirt_domain_send_keys * Since version: 0.4.2 * Description: Function sends keys to the domain's VNC window * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @server [string]: server string of the host machine * @scancode [int]: integer scancode to be sent to VNC window * Returns: TRUE on success, FALSE otherwise */ PHP_FUNCTION(libvirt_domain_send_keys) { #ifndef EXTWIN php_libvirt_domain *domain = NULL; zval *zdomain; int retval = -1; char *tmp = NULL; char *xml = NULL; char *hostname = NULL; strsize_t hostname_len; char *keys = NULL; strsize_t keys_len; int ret = 0; GET_DOMAIN_FROM_ARGS("rss", &zdomain, &hostname, &hostname_len, &keys, &keys_len); DPRINTF("%s: Sending %d VNC keys to %s...\n", PHPFUNC, (int)strlen((const char *)keys), hostname); xml = virDomainGetXMLDesc(domain->domain, 0); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, "//domain/devices/graphics/@port", NULL, &retval); if ((tmp == NULL) || (retval < 0)) { set_error("Cannot get the VNC port" TSRMLS_CC); goto error; } DPRINTF("%s: About to send string '%s' (%d keys) to %s:%s\n", PHPFUNC, keys, (int)strlen((const char *)keys), hostname, tmp); ret = vnc_send_keys(hostname, tmp, keys); DPRINTF("%s: Sequence sending result is %d\n", PHPFUNC, ret); if (!ret) { char tmpp[64] = { 0 }; snprintf(tmpp, sizeof(tmpp), "Cannot send keys, error code %d", ret); set_error(tmpp TSRMLS_CC); goto error; } free(tmp); free(xml); RETURN_TRUE; error: free(tmp); free(xml); RETURN_FALSE; #else set_error("Function is not supported on Windows systems" TSRMLS_CC); RETURN_FALSE; #endif } /* * Function name: libvirt_domain_send_key_api * Since version: 0.5.3 * Description: Function sends keys to domain via libvirt API * Arguments: @res[resource]: libvirt domain resource, e.g. from libvirt_domaing_lookup_by_*() * @codeset [int]: the codeset of keycodes, from virKeycodeSet * @holdtime [int]: the duration (in miliseconds) that the keys will be held * @keycodes [array]: array of keycodes * @flags [int]: extra flags; not used yet so callers should alway pass 0 * Returns: TRUE for success, FALSE for failure */ PHP_FUNCTION(libvirt_domain_send_key_api) { php_libvirt_domain *domain = NULL; zval *zdomain; zend_long codeset; zend_long holdtime = 0; zend_long flags = 0; zval *zkeycodes, *data = NULL; HashTable *arr_hash = NULL; HashPosition pointer; int count, i; uint *keycodes = NULL; GET_DOMAIN_FROM_ARGS("rlla|l", &zdomain, &codeset, &holdtime, &zkeycodes, &flags); arr_hash = Z_ARRVAL_P(zkeycodes); count = zend_hash_num_elements(arr_hash); keycodes = (uint *) emalloc(count * sizeof(uint)); i = 0; VIRT_FOREACH(arr_hash, pointer, data) { if (Z_TYPE_P(data) == IS_LONG) { keycodes[i++] = (uint) Z_LVAL_P(data); } } VIRT_FOREACH_END(); if (virDomainSendKey(domain->domain, codeset, holdtime, keycodes, count, flags) != 0) { efree(keycodes); RETURN_FALSE; } efree(keycodes); RETURN_TRUE; } /* * Function name: libvirt_domain_send_pointer_event * Since version: 0.4.2 * Description: Function sends keys to the domain's VNC window * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @server [string]: server string of the host machine * @pos_x [int]: position on x-axis * @pos_y [int]: position on y-axis * @clicked [int]: mask of clicked buttons (0 for none, bit 1 for button #1, bit 8 for button #8) * @release [int]: boolean value (0 or 1) whether to release the buttons automatically once pressed * Returns: TRUE on success, FALSE otherwise */ PHP_FUNCTION(libvirt_domain_send_pointer_event) { #ifndef EXTWIN php_libvirt_domain *domain = NULL; zval *zdomain; int retval = -1; char *tmp = NULL; char *xml = NULL; char *hostname = NULL; strsize_t hostname_len; zend_long pos_x = 0; zend_long pos_y = 0; zend_long clicked = 0; zend_bool release = 1; int ret; GET_DOMAIN_FROM_ARGS("rslll|b", &zdomain, &hostname, &hostname_len, &pos_x, &pos_y, &clicked, &release); xml = virDomainGetXMLDesc(domain->domain, 0); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, "//domain/devices/graphics/@port", NULL, &retval); if ((tmp == NULL) || (retval < 0)) { set_error("Cannot get the VNC port" TSRMLS_CC); goto error; } DPRINTF("%s: x = %d, y = %d, clicked = %d, release = %d, hostname = %s...\n", PHPFUNC, (int) pos_x, (int) pos_y, (int) clicked, release, hostname); ret = vnc_send_pointer_event(hostname, tmp, pos_x, pos_y, clicked, release); if (!ret) { char error[1024] = { 0 }; if (ret == -9) snprintf(error, sizeof(error), "Cannot connect to VNC server. Please make sure domain is running and VNC graphics are set"); else snprintf(error, sizeof(error), "Cannot send pointer event, error code = %d (%s)", ret, strerror(-ret)); set_error(error TSRMLS_CC); goto error; } free(tmp); free(xml); RETURN_TRUE; error: free(tmp); free(xml); RETURN_FALSE; #else set_error("Function is not supported on Windows systems" TSRMLS_CC); RETURN_FALSE; #endif } /* * Function name: libvirt_domain_get_uuid * Since version: 0.4.1(-1) * Description: Function is used to get the domain's UUID in binary format * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: domain UUID in binary format */ PHP_FUNCTION(libvirt_domain_get_uuid) { php_libvirt_domain *domain = NULL; zval *zdomain; char *uuid; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); uuid = (char *)emalloc(VIR_UUID_BUFLEN); retval = virDomainGetUUID(domain->domain, (unsigned char *)uuid); DPRINTF("%s: virDomainGetUUID(%p, %p) returned %d\n", PHPFUNC, domain->domain, uuid, retval); if (retval != 0) RETURN_FALSE; VIRT_RETVAL_STRING(uuid); efree(uuid); } /* * Function name: libvirt_domain_get_id * Since version: 0.4.1(-1) * Description: Function is used to get the domain's ID, applicable to running guests only * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: running domain ID or -1 if not running */ PHP_FUNCTION(libvirt_domain_get_id) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainGetID(domain->domain); DPRINTF("%s: virDomainGetID(%p) returned %d\n", PHPFUNC, domain->domain, retval); RETURN_LONG(retval); } /* * Function name: libvirt_domain_get_next_dev_ids * Since version: 0.4.2 * Description: This functions can be used to get the next free slot if you intend to add a new device identified by slot to the domain, e.g. NIC device * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: next free slot number for the domain */ PHP_FUNCTION(libvirt_domain_get_next_dev_ids) { long dom, bus, slot, func; php_libvirt_domain *domain = NULL; zval *zdomain; GET_DOMAIN_FROM_ARGS("r", &zdomain); DPRINTF("%s: Getting the next dev ids for domain %p\n", PHPFUNC, domain->domain); dom = get_next_free_numeric_value(domain->domain, "//@domain"); bus = get_next_free_numeric_value(domain->domain, "//@bus"); slot = get_next_free_numeric_value(domain->domain, "//@slot"); func = get_next_free_numeric_value(domain->domain, "//@func"); array_init(return_value); add_assoc_long(return_value, "next_domain", dom); add_assoc_long(return_value, "next_bus", bus); add_assoc_long(return_value, "next_slot", slot); add_assoc_long(return_value, "next_func", func); } /* * Function name: libvirt_connect_get_capabilities * Since version: 0.4.1(-2) * Description: Function is used to get the capabilities information from the connection * Arguments: @conn [resource]: resource for connection * @xpath [string]: optional xPath query to be applied on the result * Returns: capabilities XML from the connection or FALSE for error */ PHP_FUNCTION(libvirt_connect_get_capabilities) { php_libvirt_connection *conn = NULL; zval *zconn; char *caps; char *xpath = NULL; strsize_t xpath_len; char *tmp = NULL; int retval = -1; GET_CONNECTION_FROM_ARGS("r|s", &zconn, &xpath, &xpath_len); caps = virConnectGetCapabilities(conn->conn); if (caps == NULL) RETURN_FALSE; tmp = get_string_from_xpath(caps, xpath, NULL, &retval); if ((tmp == NULL) || (retval < 0)) { VIRT_RETVAL_STRING(caps); } else { VIRT_RETVAL_STRING(tmp); } free(caps); free(tmp); } /* * Function name: libvirt_connect_get_emulator * Since version: 0.4.5 * Description: Function is used to get the emulator for requested connection/architecture * Arguments: @conn [resource]: libvirt connection resource * @arch [string]: optional architecture string, can be NULL to get default * Returns: path to the emulator */ PHP_FUNCTION(libvirt_connect_get_emulator) { php_libvirt_connection *conn = NULL; zval *zconn; char *arch = NULL; strsize_t arch_len; char *tmp; GET_CONNECTION_FROM_ARGS("r|s", &zconn, &arch, &arch_len); if ((arch == NULL) || (arch_len == 0)) arch = NULL; tmp = connection_get_emulator(conn->conn, arch TSRMLS_CC); if (tmp == NULL) { set_error("Cannot get emulator" TSRMLS_CC); RETURN_FALSE; } VIRT_RETVAL_STRING(tmp); free(tmp); } /* * Function name: libvirt_connect_get_nic_models * Since version: 0.4.9 * Description: Function is used to get NIC models for requested connection/architecture * Arguments: @conn [resource]: libvirt connection resource * @arch [string]: optional architecture string, can be NULL to get default * Returns: array of models */ PHP_FUNCTION(libvirt_connect_get_nic_models) { php_libvirt_connection *conn = NULL; zval *zconn; char *arch = NULL; strsize_t arch_len; char *tmp; GET_CONNECTION_FROM_ARGS("r|s", &zconn, &arch, &arch_len); /* Disable getting it on remote connections */ if (!is_local_connection(conn->conn)) { set_error("This function works only on local connections" TSRMLS_CC); RETURN_FALSE; } /* This approach is working only for QEMU driver so bails if not currently using it */ if (strcmp(virConnectGetType(conn->conn), "QEMU") != 0) { set_error("This function can be used only for QEMU driver" TSRMLS_CC); RETURN_FALSE; } #ifndef EXTWIN if ((arch == NULL) || (arch_len == 0)) arch = NULL; tmp = connection_get_emulator(conn->conn, arch TSRMLS_CC); if (tmp == NULL) { set_error("Cannot get emulator" TSRMLS_CC); RETURN_FALSE; } char cmd[4096] = { 0 }; char tmp2[16] = { 0 }; snprintf(cmd, sizeof(cmd), "%s -net nic,model=? 2>&1", tmp); FILE *fp = popen(cmd, "r"); if (fp == NULL) RETURN_FALSE; array_init(return_value); while (!feof(fp)) { memset(cmd, 0, sizeof(cmd)); if (!fgets(cmd, sizeof(cmd), fp)) break; if ((tmp = strstr(cmd, "Supported NIC models:")) != NULL) { tmp = strstr(tmp, ":") + 2; int i; tTokenizer t = tokenize(tmp, ","); for (i = 0; i < t.numTokens; i++) { snprintf(tmp2, sizeof(tmp2), "%d", i); VIRT_ADD_ASSOC_STRING(return_value, tmp2, t.tokens[i]); } free_tokens(t); } } fclose(fp); #endif } /* * Function name: libvirt_connect_get_soundhw_models * Since version: 0.4.9 * Description: Function is used to get sound hardware models for requested connection/architecture * Arguments: @conn [resource]: libvirt connection resource * @arch [string]: optional architecture string, can be NULL to get default * @flags [int]: flags for getting sound hardware. Can be either 0 or VIR_CONNECT_SOUNDHW_GET_NAMES * Returns: array of models */ PHP_FUNCTION(libvirt_connect_get_soundhw_models) { php_libvirt_connection *conn = NULL; zval *zconn; char *arch = NULL; strsize_t arch_len; char *tmp; zend_long flags = 0; GET_CONNECTION_FROM_ARGS("r|sl", &zconn, &arch, &arch_len, &flags); if ((arch == NULL) || (arch_len == 0)) arch = NULL; /* Disable getting it on remote connections */ if (!is_local_connection(conn->conn)) { set_error("This function works only on local connections" TSRMLS_CC); RETURN_FALSE; } #ifndef EXTWIN /* This approach is working only for QEMU driver so bails if not currently using it */ if (strcmp(virConnectGetType(conn->conn), "QEMU") != 0) { set_error("This function can be used only for QEMU driver" TSRMLS_CC); RETURN_FALSE; } tmp = connection_get_emulator(conn->conn, arch TSRMLS_CC); if (tmp == NULL) { set_error("Cannot get emulator" TSRMLS_CC); RETURN_FALSE; } char cmd[4096] = { 0 }; snprintf(cmd, sizeof(cmd), "%s -soundhw help 2>&1", tmp); FILE *fp = popen(cmd, "r"); if (fp == NULL) RETURN_FALSE; short inFunc = 0; int n = 0; array_init(return_value); while (!feof(fp)) { memset(cmd, 0, sizeof(cmd)); if (!fgets(cmd, sizeof(cmd), fp)) break; if (strncmp(cmd, "Valid ", 6) == 0) { inFunc = 1; continue; } else if (strlen(cmd) < 2) inFunc = 0; if (inFunc) { int i = 0; char desc[1024] = { 0 }; tTokenizer t = tokenize(cmd, " "); if (t.numTokens == 0) continue; if ((i > 0) && (flags & CONNECT_FLAG_SOUNDHW_GET_NAMES)) { zval *arr; memset(desc, 0, sizeof(desc)); for (i = 1; i < t.numTokens; i++) { strcat(desc, t.tokens[i]); if (i < t.numTokens - 1) strcat(desc, " "); } VIRT_ARRAY_INIT(arr); VIRT_ADD_ASSOC_STRING(arr, "name", t.tokens[0]); VIRT_ADD_ASSOC_STRING(arr, "description", desc); add_next_index_zval(return_value, arr); } else { char tmp2[16] = { 0 }; snprintf(tmp2, sizeof(tmp2), "%d", n++); VIRT_ADD_ASSOC_STRING(return_value, tmp2, t.tokens[0]); } free_tokens(t); } } fclose(fp); #endif } void parse_array(zval *arr, tVMDisk *disk, tVMNetwork *network) { HashTable *arr_hash; // int array_count; zval *data; php_libvirt_hash_key_info key; HashPosition pointer; unsigned long index; arr_hash = Z_ARRVAL_P(arr); //array_count = zend_hash_num_elements(arr_hash); if (disk != NULL) memset(disk, 0, sizeof(tVMDisk)); if (network != NULL) memset(network, 0, sizeof(tVMNetwork)); VIRT_FOREACH(arr_hash, pointer, data) { if ((Z_TYPE_P(data) == IS_STRING) || (Z_TYPE_P(data) == IS_LONG)) { VIRT_HASH_CURRENT_KEY_INFO(arr_hash, pointer, index, key); if (key.type == HASH_KEY_IS_STRING) { if (disk != NULL) { if ((Z_TYPE_P(data) == IS_STRING) && strcmp(key.name, "path") == 0) disk->path = strdup(Z_STRVAL_P(data)); else if ((Z_TYPE_P(data) == IS_STRING) && strcmp(key.name, "driver") == 0) disk->driver = strdup(Z_STRVAL_P(data)); else if ((Z_TYPE_P(data) == IS_STRING) && strcmp(key.name, "bus") == 0) disk->bus = strdup(Z_STRVAL_P(data)); else if ((Z_TYPE_P(data) == IS_STRING) && strcmp(key.name, "dev") == 0) disk->dev = strdup(Z_STRVAL_P(data)); else if (strcmp(key.name, "size") == 0) { if (Z_TYPE_P(data) == IS_LONG) { disk->size = Z_LVAL_P(data); } else { disk->size = size_def_to_mbytes(Z_STRVAL_P(data)); } } else if ((Z_TYPE_P(data) == IS_LONG) && strcmp(key.name, "flags") == 0) disk->flags = Z_LVAL_P(data); } else { if (network != NULL) { if ((Z_TYPE_P(data) == IS_STRING) && strcmp(key.name, "mac") == 0) network->mac = strdup(Z_STRVAL_P(data)); else if ((Z_TYPE_P(data) == IS_STRING) && strcmp(key.name, "network") == 0) network->network = strdup(Z_STRVAL_P(data)); else if ((Z_TYPE_P(data) == IS_STRING) && strcmp(key.name, "model") == 0) network->model = strdup(Z_STRVAL_P(data)); } } } } } VIRT_FOREACH_END(); } /* * Function name: libvirt_domain_new * Since version: 0.4.5 * Description: Function is used to install a new virtual machine to the machine * Arguments: @conn [resource]: libvirt connection resource * @name [string]: name of the new domain * @arch [string]: optional architecture string, can be NULL to get default (or false) * @memMB [int]: number of megabytes of RAM to be allocated for domain * @maxmemMB [int]: maximum number of megabytes of RAM to be allocated for domain * @vcpus [int]: number of VCPUs to be allocated to domain * @iso_image [string]: installation ISO image for domain * @disks [array]: array of disk devices for domain, consist of keys as 'path' (storage location), 'driver' (image type, e.g. 'raw' or 'qcow2'), 'bus' (e.g. 'ide', 'scsi'), 'dev' (device to be presented to the guest - e.g. 'hda'), 'size' (with 'M' or 'G' suffixes, like '10G' for 10 gigabytes image etc.) and 'flags' (VIR_DOMAIN_DISK_FILE or VIR_DOMAIN_DISK_BLOCK, optionally VIR_DOMAIN_DISK_ACCESS_ALL to allow access to the disk for all users on the host system) * @networks [array]: array of network devices for domain, consists of keys as 'mac' (for MAC address), 'network' (for network name) and optional 'model' for model of NIC device * @flags [int]: bit array of flags * Returns: a new domain resource */ PHP_FUNCTION(libvirt_domain_new) { php_libvirt_connection *conn = NULL; php_libvirt_domain *res_domain = NULL; virDomainPtr domain2 = NULL; virDomainPtr domain = NULL; zval *zconn; char *arch = NULL; strsize_t arch_len; char *tmp; char *name; strsize_t name_len = 0; // char *emulator; char *iso_image = NULL; strsize_t iso_image_len; zend_long vcpus = -1; zend_long memMB = -1; zval *disks, *networks; tVMDisk *vmDisks = NULL; tVMNetwork *vmNetworks = NULL; zend_long maxmemMB = -1; HashTable *arr_hash; int numDisks, numNets, i; zval *data; HashPosition pointer; char vncl[2048] = { 0 }; char tmpname[1024] = { 0 }; char *xml = NULL; int retval = 0; char *uuid = NULL; zend_long flags = 0; int fd = -1; GET_CONNECTION_FROM_ARGS("rsslllsaa|l", &zconn, &name, &name_len, &arch, &arch_len, &memMB, &maxmemMB, &vcpus, &iso_image, &iso_image_len, &disks, &networks, &flags); if (iso_image == NULL) { DPRINTF("%s: Iso image is not defined\n", PHPFUNC); RETURN_FALSE; } if ((arch == NULL) || (arch_len == 0)) arch = NULL; //DPRINTF("%s: name: %s, arch: %s, memMB: %d, maxmemMB: %d, vcpus: %d, iso_image: %s\n", PHPFUNC, name, arch, memMB, maxmemMB, vcpus, iso_image); if (memMB == 0) memMB = maxmemMB; /* Parse all disks from array */ arr_hash = Z_ARRVAL_P(disks); numDisks = zend_hash_num_elements(arr_hash); vmDisks = (tVMDisk *)malloc(numDisks * sizeof(tVMDisk)); memset(vmDisks, 0, numDisks * sizeof(tVMDisk)); i = 0; VIRT_FOREACH(arr_hash, pointer, data) { if (Z_TYPE_P(data) == IS_ARRAY) { tVMDisk disk; parse_array(data, &disk, NULL); if (disk.path != NULL) { //DPRINTF("Disk => path = '%s', driver = '%s', bus = '%s', dev = '%s', size = %ld MB, flags = %d\n", // disk.path, disk.driver, disk.bus, disk.dev, disk.size, disk.flags); vmDisks[i++] = disk; } } } VIRT_FOREACH_END(); numDisks = i; /* Parse all networks from array */ arr_hash = Z_ARRVAL_P(networks); numNets = zend_hash_num_elements(arr_hash); vmNetworks = (tVMNetwork *)malloc(numNets * sizeof(tVMNetwork)); memset(vmNetworks, 0, numNets * sizeof(tVMNetwork)); i = 0; VIRT_FOREACH(arr_hash, pointer, data) { if (Z_TYPE_P(data) == IS_ARRAY) { tVMNetwork network; parse_array(data, NULL, &network); if (network.mac != NULL) { //DPRINTF("Network => mac = '%s', network = '%s', model = '%s'\n", network.mac, network.network, network.model); vmNetworks[i++] = network; } } } VIRT_FOREACH_END(); numNets = i; snprintf(tmpname, sizeof(tmpname), "%s-install", name); DPRINTF("%s: Name is '%s', memMB is %d, maxmemMB is %d\n", PHPFUNC, tmpname, (int) memMB, (int) maxmemMB); tmp = installation_get_xml(1, conn->conn, tmpname, memMB, maxmemMB, NULL /* arch */, NULL, vcpus, iso_image, vmDisks, numDisks, vmNetworks, numNets, flags TSRMLS_CC); if (tmp == NULL) { DPRINTF("%s: Cannot get installation XML\n", PHPFUNC); set_error("Cannot get installation XML" TSRMLS_CC); RETURN_FALSE; } domain = virDomainCreateXML(conn->conn, tmp, 0); if (domain == NULL) { set_error_if_unset("Cannot create installation domain from the XML description" TSRMLS_CC); DPRINTF("%s: Cannot create installation domain from the XML description (%s): %s\n", PHPFUNC, LIBVIRT_G(last_error), tmp); RETURN_FALSE; } xml = virDomainGetXMLDesc(domain, 0); if (!xml) { DPRINTF("%s: Cannot get the XML description\n", PHPFUNC); set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } tmp = get_string_from_xpath(xml, "//domain/devices/graphics[@type='vnc']/@port", NULL, &retval); if (retval < 0) { DPRINTF("%s: Cannot get port from XML description\n", PHPFUNC); set_error_if_unset("Cannot get port from XML description" TSRMLS_CC); RETURN_FALSE; } snprintf(vncl, sizeof(vncl), "%s:%s", virConnectGetHostname(conn->conn), tmp); DPRINTF("%s: Trying to connect to '%s'\n", PHPFUNC, vncl); #ifndef EXTWIN if ((fd = connect_socket(virConnectGetHostname(conn->conn), tmp, 0, 0, flags & DOMAIN_FLAG_TEST_LOCAL_VNC)) < 0) { DPRINTF("%s: Cannot connect to '%s'\n", PHPFUNC, vncl); snprintf(vncl, sizeof(vncl), "Connection failed, port %s is most likely forbidden on firewall (iptables) on the host (%s)" " or the emulator VNC server is bound to localhost address only.", tmp, virConnectGetHostname(conn->conn)); } else { close(fd); DPRINTF("%s: Connection to '%s' successfull (%s local connection)\n", PHPFUNC, vncl, (flags & DOMAIN_FLAG_TEST_LOCAL_VNC) ? "using" : "not using"); } #endif set_vnc_location(vncl TSRMLS_CC); tmp = installation_get_xml(2, conn->conn, name, memMB, maxmemMB, NULL /* arch */, NULL, vcpus, iso_image, vmDisks, numDisks, vmNetworks, numNets, flags TSRMLS_CC); if (tmp == NULL) { DPRINTF("%s: Cannot get installation XML, step 2\n", PHPFUNC); set_error("Cannot get installation XML, step 2" TSRMLS_CC); virDomainFree(domain); RETURN_FALSE; } domain2 = virDomainDefineXML(conn->conn, tmp); if (domain2 == NULL) { set_error_if_unset("Cannot define domain from the XML description" TSRMLS_CC); DPRINTF("%s: Cannot define domain from the XML description (name = '%s', uuid = '%s', error = '%s')\n", PHPFUNC, name, uuid, LIBVIRT_G(last_error)); RETURN_FALSE; } virDomainFree(domain2); res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_new_get_vnc * Since version: 0.4.5 * Description: Function is used to get the VNC server location for the newly created domain (newly started installation) * Arguments: None * Returns: a VNC server for a newly created domain resource (if any) */ PHP_FUNCTION(libvirt_domain_new_get_vnc) { if (LIBVIRT_G(vnc_location)) VIRT_RETURN_STRING(LIBVIRT_G(vnc_location)); RETURN_NULL(); } /* * Function name: libvirt_domain_get_xml_desc * Since version: 0.4.1(-1), changed 0.4.2 * Description: Function is used to get the domain's XML description * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @xpath [string]: optional xPath expression string to get just this entry, can be NULL * Returns: domain XML description string or result of xPath expression */ PHP_FUNCTION(libvirt_domain_get_xml_desc) { php_libvirt_domain *domain = NULL; zval *zdomain; char *tmp = NULL; char *xml; char *xpath = NULL; strsize_t xpath_len; zend_long flags = 0; int retval = -1; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &xpath, &xpath_len, &flags); if (xpath_len < 1) xpath = NULL; DPRINTF("%s: Getting the XML for domain %p (xPath = %s)\n", PHPFUNC, domain->domain, xpath); xml = virDomainGetXMLDesc(domain->domain, flags); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if ((tmp == NULL) || (retval < 0)) { VIRT_RETVAL_STRING(xml); } else { VIRT_RETVAL_STRING(tmp); } free(tmp); free(xml); } /* * Function name: libvirt_domain_get_disk_devices * Since version: 0.4.4 * Description: Function is used to get disk devices for the domain * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: list of domain disk devices */ PHP_FUNCTION(libvirt_domain_get_disk_devices) { php_libvirt_domain *domain = NULL; zval *zdomain; char *xml; int retval = -1; GET_DOMAIN_FROM_ARGS("r", &zdomain); DPRINTF("%s: Getting disk device list for domain %p\n", PHPFUNC, domain->domain); xml = virDomainGetXMLDesc(domain->domain, 0); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } array_init(return_value); free(get_string_from_xpath(xml, "//domain/devices/disk/target/@dev", &return_value, &retval)); free(xml); if (retval < 0) add_assoc_long(return_value, "error_code", (long)retval); else add_assoc_long(return_value, "num", (long)retval); } /* * Function name: libvirt_domain_get_interface_devices * Since version: 0.4.4 * Description: Function is used to get network interface devices for the domain * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: list of domain interface devices */ PHP_FUNCTION(libvirt_domain_get_interface_devices) { php_libvirt_domain *domain = NULL; zval *zdomain; char *xml; int retval = -1; GET_DOMAIN_FROM_ARGS("r", &zdomain); DPRINTF("%s: Getting interface device list for domain %p\n", PHPFUNC, domain->domain); xml = virDomainGetXMLDesc(domain->domain, 0); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } array_init(return_value); free(get_string_from_xpath(xml, "//domain/devices/interface/target/@dev", &return_value, &retval)); free(xml); if (retval < 0) add_assoc_long(return_value, "error_code", (long)retval); else add_assoc_long(return_value, "num", (long)retval); } /* * Function name: libvirt_domain_change_vcpus * Since version: 0.4.2 * Description: Function is used to change the VCPU count for the domain * Arguments: @res [resource]: libvirt domain resource * @numCpus [int]: number of VCPUs to be set for the guest * @flags [int]: flags for virDomainSetVcpusFlags (available at http://libvirt.org/html/libvirt-libvirt.html#virDomainVcpuFlags) * Returns: true on success, false on error */ PHP_FUNCTION(libvirt_domain_change_vcpus) { zend_long numCpus, flags = 0; php_libvirt_domain *domain = NULL; zval *zdomain; GET_DOMAIN_FROM_ARGS("rl|l", &zdomain, &numCpus, &flags); if (virDomainSetVcpusFlags(domain->domain, numCpus, flags) == 0) { RETURN_TRUE; } else { RETURN_FALSE; } } /* * Function name: libvirt_domain_change_memory * Since version: 0.4.2 * Description: Function is used to change the domain memory allocation * Arguments: @res [resource]: libvirt domain resource * @allocMem [int]: number of MiBs to be set as immediate memory value * @allocMax [int]: number of MiBs to be set as the maximum allocation * @flags [int]: flags * Returns: new domain resource */ PHP_FUNCTION(libvirt_domain_change_memory) { php_libvirt_domain *domain = NULL; zval *zdomain; char *tmpA = NULL; char *tmp1 = NULL; char *tmp2 = NULL; char *xml; char *new_xml = NULL; int new_len; char newXml[512] = { 0 }; zend_long xflags = 0; zend_long allocMem = 0; zend_long allocMax = 0; // int pos = -1; int len = 0; php_libvirt_domain *res_domain = NULL; php_libvirt_connection *conn = NULL; virDomainPtr dom = NULL; GET_DOMAIN_FROM_ARGS("rll|l", &zdomain, &allocMem, &allocMax, &xflags); DPRINTF("%s: Changing domain memory count to %d MiB current/%d MiB max, domain = %p\n", PHPFUNC, (int)allocMem, (int)allocMax, domain->domain); allocMem *= 1024; allocMax *= 1024; if (allocMem > allocMax) allocMem = allocMax; xml = virDomainGetXMLDesc(domain->domain, xflags); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } snprintf(newXml, sizeof(newXml), " <memory>%d</memory>\n <currentMemory>%d</currentMemory>\n", allocMax, allocMem); tmpA = strstr(xml, "<memory>"); tmp1 = strstr(xml, "</currentMemory>") + strlen("</currentMemory>"); // pos = strlen(xml) - strlen(tmp1); if (!tmpA || !tmp1) { set_error_if_unset("Cannot parse domain XML" TSRMLS_CC); RETURN_FALSE; } len = strlen(xml) - strlen(tmpA); tmp2 = (char *)emalloc((len + 1) * sizeof(char)); memset(tmp2, 0, len + 1); memcpy(tmp2, xml, len); new_len = strlen(tmp1) + strlen(tmp2) + strlen(newXml) + 2; new_xml = (char *)emalloc(new_len * sizeof(char)); snprintf(new_xml, new_len, "%s\n%s%s", tmp2, newXml, tmp1); conn = domain->conn; dom = virDomainDefineXML(conn->conn, new_xml); if (dom == NULL) { free(xml); efree(new_xml); RETURN_FALSE; } free(xml); efree(new_xml); res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = dom; res_domain->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_change_boot_devices * Since version: 0.4.2 * Description: Function is used to change the domain boot devices * Arguments: @res [resource]: libvirt domain resource * @first [string]: first boot device to be set * @second [string]: second boot device to be set * @flags [int]: flags * Returns: new domain resource */ PHP_FUNCTION(libvirt_domain_change_boot_devices) { php_libvirt_domain *domain = NULL; zval *zdomain; char *tmpA = NULL; char *tmp1 = NULL; char *tmp2 = NULL; char *xml; char *new_xml = NULL; int new_len; char newXml[4096] = { 0 }; zend_long xflags = 0; char *first = NULL; strsize_t first_len; char *second = NULL; strsize_t second_len; // int pos = -1; int len = 0; php_libvirt_domain *res_domain = NULL; php_libvirt_connection *conn = NULL; virDomainPtr dom = NULL; GET_DOMAIN_FROM_ARGS("rss|l", &zdomain, &first, &first_len, &second, &second_len, &xflags); xml = virDomainGetXMLDesc(domain->domain, xflags); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } DPRINTF("%s: Changing domain boot order, domain = %p\n", PHPFUNC, domain->domain); if (!second || (strcmp(second, "-") == 0)) snprintf(newXml, sizeof(newXml), " <boot dev='%s'/>\n", first); else snprintf(newXml, sizeof(newXml), " <boot dev='%s'/>\n <boot dev='%s'/>\n", first, second); tmpA = strstr(xml, "</type>") + strlen("</type>"); tmp1 = strstr(xml, "</os>"); // pos = strlen(xml) - strlen(tmp1); len = strlen(xml) - strlen(tmpA); tmp2 = (char *)emalloc((len + 1) * sizeof(char)); memset(tmp2, 0, len + 1); memcpy(tmp2, xml, len); new_len = strlen(tmp1) + strlen(tmp2) + strlen(newXml) + 2; new_xml = (char *)emalloc(new_len * sizeof(char)); snprintf(new_xml, new_len, "%s\n%s%s", tmp2, newXml, tmp1); conn = domain->conn; dom = virDomainDefineXML(conn->conn, new_xml); if (dom == NULL) { DPRINTF("%s: Function failed, restoring original XML\n", PHPFUNC); free(xml); efree(newXml); RETURN_FALSE; } free(xml); efree(newXml); res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = dom; res_domain->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_disk_add * Since version: 0.4.2 * Description: Function is used to add the disk to the virtual machine using set of API functions to make it as simple as possible for the user * Arguments: @res [resource]: libvirt domain resource * @img [string]: string for the image file on the host system * @dev [string]: string for the device to be presented to the guest (e.g. hda) * @typ [string]: bus type for the device in the guest, usually 'ide' or 'scsi' * @driver [string]: driver type to be specified, like 'raw' or 'qcow2' * @flags [int]: flags for getting the XML description * Returns: new domain resource */ PHP_FUNCTION(libvirt_domain_disk_add) { php_libvirt_domain *domain = NULL; zval *zdomain; char *xml; char *img = NULL; strsize_t img_len; char *dev = NULL; strsize_t dev_len; char *driver = NULL; strsize_t driver_len; char *typ = NULL; strsize_t typ_len; char *newXml = NULL; zend_long xflags = 0; int retval = -1; char *xpath = NULL; char *tmp = NULL; GET_DOMAIN_FROM_ARGS("rssss|l", &zdomain, &img, &img_len, &dev, &dev_len, &typ, &typ_len, &driver, &driver_len, &xflags); DPRINTF("%s: Domain %p, device = %s, image = %s, type = %s, driver = %s\n", PHPFUNC, domain->domain, dev, img, typ, driver); xml = virDomainGetXMLDesc(domain->domain, xflags); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); goto error; } if (asprintf(&xpath, "//domain/devices/disk/source[@file=\"%s\"]/./@file", img) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (tmp != NULL) { free(tmp); if (asprintf(&tmp, "Domain already has image <i>%s</i> connected", img) < 0) set_error("Out of memory" TSRMLS_CC); else set_error(tmp TSRMLS_CC); goto error; } free(xpath); if (asprintf(&xpath, "//domain/devices/disk/target[@dev='%s']/./@dev", dev) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, newXml, NULL, &retval); if (tmp != NULL) { free(tmp); if (asprintf(&tmp, "Domain already has device <i>%s</i> connected", dev) < 0) set_error("Out of memory" TSRMLS_CC); else set_error(tmp TSRMLS_CC); goto error; } if (asprintf(&newXml, " <disk type='file' device='disk'>\n" " <driver name='qemu' type='%s'/>\n" " <source file='%s'/>\n" " <target dev='%s' bus='%s'/>\n" " </disk>", driver, img, dev, typ) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } if (virDomainAttachDeviceFlags(domain->domain, newXml, VIR_DOMAIN_AFFECT_CONFIG) < 0) { set_error("Unable to attach disk" TSRMLS_CC); goto error; } free(tmp); free(xpath); free(xml); RETURN_TRUE; error: free(tmp); free(xpath); free(xml); RETURN_FALSE; } /* * Function name: libvirt_domain_disk_remove * Since version: 0.4.2 * Description: Function is used to remove the disk from the virtual machine using set of API functions to make it as simple as possible * Arguments: @res [resource]: libvirt domain resource * @dev [string]: string for the device to be removed from the guest (e.g. 'hdb') * @flags [int]: flags for getting the XML description * Returns: new domain resource */ PHP_FUNCTION(libvirt_domain_disk_remove) { php_libvirt_domain *domain = NULL; zval *zdomain; char *xml; char *dev = NULL; strsize_t dev_len; char *newXml = NULL; zend_long xflags = 0; int retval = -1; char *xpath = NULL; char *tmp = NULL; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &dev, &dev_len, &xflags); DPRINTF("%s: Trying to remove %s from domain %p\n", PHPFUNC, dev, domain->domain); xml = virDomainGetXMLDesc(domain->domain, xflags); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } if (asprintf(&xpath, "//domain/devices/disk/target[@dev='%s']/./@dev", dev) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (!tmp) { if (asprintf(&tmp, "Device <i>%s</i> is not connected to the guest", dev) < 0) set_error("Out of memory" TSRMLS_CC); else set_error(tmp TSRMLS_CC); goto error; } if (asprintf(&newXml, " <disk type='file' device='disk'>\n" " <target dev='%s'/>\n" " </disk>", dev) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } if (virDomainDetachDeviceFlags(domain->domain, newXml, VIR_DOMAIN_AFFECT_CONFIG) < 0) { set_error("Unable to attach disk" TSRMLS_CC); goto error; } free(tmp); free(xpath); free(xml); RETURN_TRUE; error: free(tmp); free(xpath); free(xml); RETURN_FALSE; } /* * Function name: libvirt_domain_nic_add * Since version: 0.4.2 * Description: Function is used to add the NIC card to the virtual machine using set of API functions to make it as simple as possible for the user * Arguments: @res [resource]: libvirt domain resource * @mac [string]: MAC string interpretation to be used for the NIC device * @network [string]: network name where to connect this NIC * @model [string]: string of the NIC model * @flags [int]: flags for getting the XML description * Returns: new domain resource */ PHP_FUNCTION(libvirt_domain_nic_add) { php_libvirt_domain *domain = NULL; zval *zdomain; char *xml; char *mac = NULL; strsize_t mac_len; char *net = NULL; strsize_t net_len; char *model = NULL; strsize_t model_len; char *newXml = NULL; zend_long xflags = 0; int retval = -1; char *xpath = NULL; char *tmp = NULL; DPRINTF("%s: Entering\n", PHPFUNC); GET_DOMAIN_FROM_ARGS("rsss|l", &zdomain, &mac, &mac_len, &net, &net_len, &model, &model_len, &xflags); if (model_len < 1) model = NULL; DPRINTF("%s: domain = %p, mac = %s, net = %s, model = %s\n", PHPFUNC, domain->domain, mac, net, model); xml = virDomainGetXMLDesc(domain->domain, xflags); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } if (asprintf(&xpath, "//domain/devices/interface[@type='network']/mac[@address='%s']/./@mac", mac) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (tmp) { free(tmp); if (asprintf(&tmp, "Domain already has NIC device with MAC address <i>%s</i> connected", mac) < 0) set_error("Out of memory" TSRMLS_CC); else set_error(tmp TSRMLS_CC); goto error; } if (model) { if (asprintf(&newXml, " <interface type='network'>\n" " <mac address='%s' />\n" " <source network='%s' />\n" " <model type='%s' />\n" " </interface>", mac, net, model) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } } else { if (asprintf(&newXml, " <interface type='network'>\n" " <mac address='%s' />\n" " <source network='%s' />\n" " </interface>", mac, net) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } } if (virDomainAttachDeviceFlags(domain->domain, newXml, VIR_DOMAIN_AFFECT_CONFIG) < 0) { set_error("Unable to attach interface" TSRMLS_CC); goto error; } free(tmp); free(xpath); free(xml); RETURN_TRUE; error: free(tmp); free(xpath); free(xml); RETURN_FALSE; } /* * Function name: libvirt_domain_nic_remove * Since version: 0.4.2 * Description: Function is used to remove the NIC from the virtual machine using set of API functions to make it as simple as possible * Arguments: @res [resource]: libvirt domain resource * @dev [string]: string representation of the IP address to be removed (e.g. 54:52:00:xx:yy:zz) * @flags [int]: optional flags for getting the XML description * Returns: new domain resource */ PHP_FUNCTION(libvirt_domain_nic_remove) { php_libvirt_domain *domain = NULL; zval *zdomain; char *xml; char *mac = NULL; strsize_t mac_len; char *newXml = NULL; zend_long xflags = 0; int retval = -1; char *xpath = NULL; char *tmp = NULL; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &mac, &mac_len, &xflags); DPRINTF("%s: Trying to remove NIC device with MAC address %s from domain %p\n", PHPFUNC, mac, domain->domain); xml = virDomainGetXMLDesc(domain->domain, xflags); if (!xml) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } if (asprintf(&xpath, "//domain/devices/interface[@type='network']/mac[@address='%s']/./@mac", mac) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (!tmp) { free(tmp); if (asprintf(&tmp, "Domain has no such interface with mac %s", mac) < 0) set_error("Out of memory" TSRMLS_CC); else set_error(tmp TSRMLS_CC); goto error; } if (asprintf(&newXml, " <interface type='network'>\n" " <mac address='%s' />\n" " </interface>", mac) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } if (virDomainDetachDeviceFlags(domain->domain, newXml, VIR_DOMAIN_AFFECT_CONFIG) < 0) { set_error("Unable to detach interface" TSRMLS_CC); goto error; } free(tmp); free(xpath); free(xml); RETURN_TRUE; error: free(tmp); free(xpath); free(xml); RETURN_FALSE; } /* * Function name: libvirt_domain_attach_device * Since version: 0.5.3 * Description: Function is used to attach a virtual device to a domain. * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @xml [string]: XML description of one device. * @flags [int]: optional flags to control how the device is attached. Defaults to VIR_DOMAIN_AFFECT_LIVE * Returns: TRUE for success, FALSE on error. */ PHP_FUNCTION(libvirt_domain_attach_device) { php_libvirt_domain *domain = NULL; zval *zdomain = NULL; char *xml = NULL; strsize_t xml_len = 0; zend_long flags = VIR_DOMAIN_AFFECT_LIVE; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &xml, &xml_len, &flags); if (virDomainAttachDeviceFlags(domain->domain, xml, flags) < 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_detach_device * Since version: 0.5.3 * Description: Function is used to detach a virtual device from a domain. * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @xml [string]: XML description of one device. * @flags [int]: optional flags to control how the device is attached. Defaults to VIR_DOMAIN_AFFECT_LIVE * Returns: TRUE for success, FALSE on error. */ PHP_FUNCTION(libvirt_domain_detach_device) { php_libvirt_domain *domain = NULL; zval *zdomain = NULL; char *xml = NULL; strsize_t xml_len = 0; zend_long flags = VIR_DOMAIN_AFFECT_LIVE; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &xml, &xml_len, &flags); if (virDomainDetachDeviceFlags(domain->domain, xml, flags) < 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_get_info * Since version: 0.4.1(-1) * Description: Function is used to get the domain's information * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: domain information array */ PHP_FUNCTION(libvirt_domain_get_info) { php_libvirt_domain *domain = NULL; zval *zdomain; virDomainInfo domainInfo; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainGetInfo(domain->domain, &domainInfo); DPRINTF("%s: virDomainGetInfo(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; array_init(return_value); add_assoc_long(return_value, "maxMem", domainInfo.maxMem); add_assoc_long(return_value, "memory", domainInfo.memory); add_assoc_long(return_value, "state", (long)domainInfo.state); add_assoc_long(return_value, "nrVirtCpu", domainInfo.nrVirtCpu); add_assoc_double(return_value, "cpuUsed", (double)((double)domainInfo.cpuTime/1000000000.0)); } /* * Function name: libvirt_domain_create * Since version: 0.4.1(-1) * Description: Function is used to create the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: result of domain creation (startup) */ PHP_FUNCTION(libvirt_domain_create) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainCreate(domain->domain); DPRINTF("%s: virDomainCreate(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_destroy * Since version: 0.4.1(-1) * Description: Function is used to destroy the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: result of domain destroy */ PHP_FUNCTION(libvirt_domain_destroy) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainDestroy(domain->domain); DPRINTF("%s: virDomainDestroy(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_resume * Since version: 0.4.1(-1) * Description: Function is used to resume the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: result of domain resume */ PHP_FUNCTION(libvirt_domain_resume) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainResume(domain->domain); DPRINTF("%s: virDomainResume(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_core_dump * Since version: 0.4.1(-2) * Description: Function is used to dump core of the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @to [string]: to * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_core_dump) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; strsize_t to_len; char *to; GET_DOMAIN_FROM_ARGS("rs", &zdomain, &to, &to_len); retval = virDomainCoreDump(domain->domain, to, 0); DPRINTF("%s: virDomainCoreDump(%p, %s, 0) returned %d\n", PHPFUNC, domain->domain, to, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_shutdown * Since version: 0.4.1(-1) * Description: Function is used to shutdown the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_shutdown) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainShutdown(domain->domain); DPRINTF("%s: virDomainShutdown(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_managedsave * Since version: 0.4.1(-1) * Description: Function is used to managed save the domain (domain was unloaded from memory and it state saved to disk) identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_managedsave) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainManagedSave(domain->domain, 0); DPRINTF("%s: virDomainManagedSave(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_suspend * Since version: 0.4.1(-1) * Description: Function is used to suspend the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_suspend) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainSuspend(domain->domain); DPRINTF("%s: virDomainSuspend(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_undefine * Since version: 0.4.1(-1) * Description: Function is used to undefine the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_undefine) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainUndefine(domain->domain); DPRINTF("%s: virDomainUndefine(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_reboot * Since version: 0.4.1(-1) * Description: Function is used to reboot the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @flags [int]: optional flags * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_reboot) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("r|l", &zdomain, &flags); retval = virDomainReboot(domain->domain, flags); DPRINTF("%s: virDomainReboot(%p) returned %d\n", PHPFUNC, domain->domain, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_define_xml * Since version: 0.4.1(-1) * Description: Function is used to define the domain from XML string * Arguments: @conn [resource]: libvirt connection resource * @xml [string]: XML string to define guest from * Returns: newly defined domain resource */ PHP_FUNCTION(libvirt_domain_define_xml) { php_libvirt_domain *res_domain = NULL; php_libvirt_connection *conn = NULL; zval *zconn; virDomainPtr domain = NULL; char *xml; strsize_t xml_len; GET_CONNECTION_FROM_ARGS("rs", &zconn, &xml, &xml_len); domain = virDomainDefineXML(conn->conn, xml); if (domain == NULL) RETURN_FALSE; res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_create_xml * Since version: 0.4.1(-1) * Description: Function is used to create the domain identified by it's resource * Arguments: @conn [resource]: libvirt connection resource * @xml [string]: XML string to create guest from * Returns: newly started/created domain resource */ PHP_FUNCTION(libvirt_domain_create_xml) { php_libvirt_domain *res_domain = NULL; php_libvirt_connection *conn = NULL; zval *zconn; virDomainPtr domain = NULL; char *xml; strsize_t xml_len; zend_long flags = 0; GET_CONNECTION_FROM_ARGS("rs|l", &zconn, &xml, &xml_len, &flags); domain = virDomainCreateXML(conn->conn, xml, flags); DPRINTF("%s: virDomainCreateXML(%p, <xml>, 0) returned %p\n", PHPFUNC, conn->conn, domain); if (domain == NULL) RETURN_FALSE; res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_xml_from_native * Since version: 0.5.3 * Description: Function is used to convert native configuration data to libvirt domain XML * Arguments: @conn [resource]: libvirt connection resource * @format [string]: configuration format converting from * @config_data [string]: content of the native config file * Returns: libvirt domain XML, FALSE on error */ PHP_FUNCTION(libvirt_domain_xml_from_native) { php_libvirt_connection *conn = NULL; zval *zconn; char *config_data = NULL; char *format = NULL; char *xml = NULL; strsize_t config_data_len; strsize_t format_len; unsigned int flags = 0; GET_CONNECTION_FROM_ARGS("rss", &zconn, &format, &format_len, &config_data, &config_data_len); xml = virConnectDomainXMLFromNative(conn->conn, format, config_data, flags); if (xml == NULL) { set_error_if_unset("Cannot convert native format to XML" TSRMLS_CC); RETURN_FALSE; } VIRT_RETVAL_STRING(xml); free(xml); } /* * Function name: libvirt_domain_xml_to_native * Since version: 0.5.3 * Description: Function is used to convert libvirt domain XML to native configuration * Arguments: @conn [resource]: libvirt connection resource * @format [string]: configuration format converting to * @xml_data [string]: content of the libvirt domain xml file * Returns: contents of the native data file, FALSE on error */ PHP_FUNCTION(libvirt_domain_xml_to_native) { php_libvirt_connection *conn = NULL; zval *zconn; char *xml_data = NULL; char *format = NULL; char *config_data = NULL; strsize_t xml_data_len; strsize_t format_len; unsigned int flags = 0; GET_CONNECTION_FROM_ARGS("rss", &zconn, &format, &format_len, &xml_data, &xml_data_len); config_data = virConnectDomainXMLToNative(conn->conn, format, xml_data, flags); if (config_data == NULL) { set_error_if_unset("Cannot convert to native format from XML" TSRMLS_CC); RETURN_FALSE; } VIRT_RETVAL_STRING(config_data); free(config_data); } /* * Function name: libvirt_domain_memory_peek * Since version: 0.4.1(-1) * Description: Function is used to get the domain's memory peek value * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @start [int]: start * @size [int]: size * @flags [int]: optional flags * Returns: domain memory peek */ PHP_FUNCTION(libvirt_domain_memory_peek) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; zend_long flags = 0; zend_long start; zend_long size; char *buff; GET_DOMAIN_FROM_ARGS("rlll", &zdomain, &start, &size, &flags); if (start < 0) { set_error("Negative argument start" TSRMLS_CC); RETURN_FALSE; } buff = (char *)emalloc(size); retval = virDomainMemoryPeek(domain->domain, start, size, buff, flags); if (retval != 0) RETURN_FALSE; VIRT_RETVAL_STRINGL(buff, size); efree(buff); } /* * Function name: libvirt_domain_memory_stats * Since version: 0.4.1(-1) * Description: Function is used to get the domain's memory stats * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @flags [int]: optional flags * Returns: domain memory stats array (same fields as virDomainMemoryStats, please see libvirt documentation) */ PHP_FUNCTION(libvirt_domain_memory_stats) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; zend_long flags = 0; int i; struct _virDomainMemoryStat stats[VIR_DOMAIN_MEMORY_STAT_NR]; GET_DOMAIN_FROM_ARGS("r|l", &zdomain, &flags); retval = virDomainMemoryStats(domain->domain, stats, VIR_DOMAIN_MEMORY_STAT_NR, flags); DPRINTF("%s: virDomainMemoryStats(%p...) returned %d\n", PHPFUNC, domain->domain, retval); if (retval == -1) RETURN_FALSE; LONGLONG_INIT; array_init(return_value); for (i = 0; i < retval; i++) LONGLONG_INDEX(return_value, stats[i].tag, stats[i].val) } /* * Function name: libvirt_domain_update_device * Since version: 0.4.1(-1) * Description: Function is used to update the domain's devices from the XML string * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @xml [string]: XML string for the update * @flags [int]: Flags to update the device (VIR_DOMAIN_DEVICE_MODIFY_CURRENT, VIR_DOMAIN_DEVICE_MODIFY_LIVE, VIR_DOMAIN_DEVICE_MODIFY_CONFIG, VIR_DOMAIN_DEVICE_MODIFY_FORCE) * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_update_device) { php_libvirt_domain *domain = NULL; zval *zdomain; char *xml; strsize_t xml_len; zend_long flags; int res; GET_DOMAIN_FROM_ARGS("rsl", &zdomain, &xml, &xml_len, &flags); res = virDomainUpdateDeviceFlags(domain->domain, xml, flags); DPRINTF("%s: virDomainUpdateDeviceFlags(%p) returned %d\n", PHPFUNC, domain->domain, res); if (res != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_block_stats * Since version: 0.4.1(-1) * Description: Function is used to get the domain's block stats * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @path [string]: device path to get statistics about * Returns: domain block stats array, fields are rd_req, rd_bytes, wr_req, wr_bytes and errs */ PHP_FUNCTION(libvirt_domain_block_stats) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *path; strsize_t path_len; struct _virDomainBlockStats stats; GET_DOMAIN_FROM_ARGS("rs", &zdomain, &path, &path_len); retval = virDomainBlockStats(domain->domain, path, &stats, sizeof stats); DPRINTF("%s: virDomainBlockStats(%p, %s, <stats>, <size>) returned %d\n", PHPFUNC, domain->domain, path, retval); if (retval == -1) RETURN_FALSE; array_init(return_value); LONGLONG_INIT; LONGLONG_ASSOC(return_value, "rd_req", stats.rd_req); LONGLONG_ASSOC(return_value, "rd_bytes", stats.rd_bytes); LONGLONG_ASSOC(return_value, "wr_req", stats.wr_req); LONGLONG_ASSOC(return_value, "wr_bytes", stats.wr_bytes); LONGLONG_ASSOC(return_value, "errs", stats.errs); } /* * Function name: libvirt_domain_block_resize * Since version: 0.5.1(-1) * Description: Function is used to resize the domain's block device * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @path [string]: device path to resize * @size [int]: size of device * @flags [int]: bitwise-OR of VIR_DOMAIN_BLOCK_RESIZE_* * Returns: true on success fail on error */ PHP_FUNCTION(libvirt_domain_block_resize) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *path; strsize_t path_len; zend_long size = 0; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("rsl|l", &zdomain, &path, &path_len, &size, &flags); retval = virDomainBlockResize(domain->domain, path, size, flags); if (retval == -1) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_block_commit * Since version: 0.5.2(-1) * Description: Function is used to commit block job * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @disk [string]: path to the block device, or device shorthand * @base [string]: path to backing file to merge into, or device shorthand, or NULL for default * @top [string]: path to file within backing chain that contains data to be merged, or device shorthand, or NULL to merge all possible data * @bandwidth [int]: (optional) specify bandwidth limit; flags determine the unit * @flags [int]: bitwise-OR of VIR_DOMAIN_BLOCK_COMMIT_* * Returns: true on success fail on error */ PHP_FUNCTION(libvirt_domain_block_commit) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *disk = NULL; strsize_t disk_len; char *base = NULL; strsize_t base_len; char *top = NULL; strsize_t top_len; zend_long bandwidth = 0; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("rs|ssll", &zdomain, &disk, &disk_len, &base, &base_len, &top, &top_len, &bandwidth, &flags); if (strcmp(disk, "") == 0) RETURN_FALSE; if (strcmp(base, "") == 0) base = NULL; if (strcmp(top, "") == 0) top = NULL; retval = virDomainBlockCommit(domain->domain, disk, base, top, bandwidth, flags); if (retval == -1) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_block_job_info * Since version: 0.5.2(-1) * Description: Function is used to request block job information for the given disk * Arguments: @dom [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @disk [string]: path to the block device, or device shorthand * @flags [int]: bitwise-OR of VIR_DOMAIN_BLOCK_COMMIT_* * Returns: Array with status virDomainGetBlockJobInfo and blockjob information. */ PHP_FUNCTION(libvirt_domain_block_job_info) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *disk; int disk_len; long flags = 0; virDomainBlockJobInfo info; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &disk, &disk_len, &flags); retval = virDomainGetBlockJobInfo(domain->domain, disk, &info, flags); array_init(return_value); add_assoc_long(return_value, "status", (int)retval); add_assoc_long(return_value, "type", (int)info.type); add_assoc_long(return_value, "bandwidth", (unsigned long)info.bandwidth); add_assoc_long(return_value, "cur", (unsigned long long)info.cur); add_assoc_long(return_value, "end", (unsigned long long)info.end); } /* * Function name: libvirt_domain_block_job_abort * Since version: 0.5.1(-1) * Description: Function is used to abort block job * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @path [string]: device path to resize * @flags [int]: bitwise-OR of VIR_DOMAIN_BLOCK_JOB_ABORT_* * Returns: true on success fail on error */ PHP_FUNCTION(libvirt_domain_block_job_abort) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *path; strsize_t path_len; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &path, &path_len, &flags); retval = virDomainBlockJobAbort(domain->domain, path, flags); if (retval == -1) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_block_job_set_speed * Since version: 0.5.1(-1) * Description: Function is used to set speed of block job * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @path [string]: device path to resize * @bandwidth [int]: bandwidth * @flags [int]: bitwise-OR of VIR_DOMAIN_BLOCK_JOB_SPEED_BANDWIDTH_* * Returns: true on success fail on error */ PHP_FUNCTION(libvirt_domain_block_job_set_speed) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *path; strsize_t path_len; zend_long bandwidth = 0; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("rsl|l", &zdomain, &path, &path_len, &bandwidth, &flags); retval = virDomainBlockJobSetSpeed(domain->domain, path, bandwidth, flags); if (retval == -1) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_get_network_info * Since version: 0.4.1(-1) * Description: Function is used to get the domain's network information * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @mac [string]: mac address of the network device * Returns: domain network info array of MAC address, network name and type of NIC card */ PHP_FUNCTION(libvirt_domain_get_network_info) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *mac; char *xml; char *tmp = NULL; strsize_t mac_len; char *xpath = NULL; GET_DOMAIN_FROM_ARGS("rs", &zdomain, &mac, &mac_len); /* Get XML for the domain */ xml = virDomainGetXMLDesc(domain->domain, VIR_DOMAIN_XML_INACTIVE); if (!xml) { set_error("Cannot get domain XML" TSRMLS_CC); RETURN_FALSE; } DPRINTF("%s: Getting network information for NIC with MAC address '%s'\n", PHPFUNC, mac); if (asprintf(&xpath, "//domain/devices/interface[@type='network']/mac[@address='%s']/../source/@network", mac) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (tmp == NULL) { set_error("Invalid XPath node for source network" TSRMLS_CC); goto error; } if (retval < 0) { set_error("Cannot get XPath expression result for network source" TSRMLS_CC); goto error; } array_init(return_value); VIRT_ADD_ASSOC_STRING(return_value, "mac", mac); VIRT_ADD_ASSOC_STRING(return_value, "network", tmp); free(tmp); free(xpath); if (asprintf(&xpath, "//domain/devices/interface[@type='network']/mac[@address='%s']/../model/@type", mac) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "nic_type", tmp); else VIRT_ADD_ASSOC_STRING(return_value, "nic_type", "default"); free(xml); free(xpath); free(tmp); return; error: free(xml); free(xpath); free(tmp); RETURN_FALSE; } /* * Function name: libvirt_domain_get_block_info * Since version: 0.4.1(-1) * Description: Function is used to get the domain's block device information * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @dev [string]: device to get block information about * Returns: domain block device information array of device, file or partition, capacity, allocation and physical size */ PHP_FUNCTION(libvirt_domain_get_block_info) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *dev; char *xml; char *tmp = NULL; strsize_t dev_len; int isFile; char *xpath = NULL; struct _virDomainBlockInfo info; GET_DOMAIN_FROM_ARGS("rs", &zdomain, &dev, &dev_len); /* Get XML for the domain */ xml = virDomainGetXMLDesc(domain->domain, VIR_DOMAIN_XML_INACTIVE); if (!xml) { set_error("Cannot get domain XML" TSRMLS_CC); RETURN_FALSE; } isFile = 0; if (asprintf(&xpath, "//domain/devices/disk/target[@dev='%s']/../source/@dev", dev) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (retval < 0) { set_error("Cannot get XPath expression result for device storage" TSRMLS_CC); goto error; } if (retval == 0) { free(xpath); if (asprintf(&xpath, "//domain/devices/disk/target[@dev='%s']/../source/@file", dev) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } free(tmp); tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (retval < 0) { set_error("Cannot get XPath expression result for file storage" TSRMLS_CC); goto error; } isFile = 1; } if (retval == 0) { set_error("No relevant node found" TSRMLS_CC); goto error; } retval = virDomainGetBlockInfo(domain->domain, tmp, &info, 0); if (retval == -1) { set_error("Cannot get domain block information" TSRMLS_CC); goto error; } array_init(return_value); LONGLONG_INIT; VIRT_ADD_ASSOC_STRING(return_value, "device", dev); if (isFile) VIRT_ADD_ASSOC_STRING(return_value, "file", tmp); else VIRT_ADD_ASSOC_STRING(return_value, "partition", tmp); free(xpath); if (asprintf(&xpath, "//domain/devices/disk/target[@dev='%s']/../driver/@type", dev) < 0) { set_error("Out of memory" TSRMLS_CC); goto error; } free(tmp); tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (tmp != NULL) VIRT_ADD_ASSOC_STRING(return_value, "type", tmp); LONGLONG_ASSOC(return_value, "capacity", info.capacity); LONGLONG_ASSOC(return_value, "allocation", info.allocation); LONGLONG_ASSOC(return_value, "physical", info.physical); free(xpath); free(tmp); free(xml); return; error: free(xpath); free(tmp); free(xml); RETURN_FALSE; } /* * Function name: libvirt_domain_xml_xpath * Since version: 0.4.1(-1) * Description: Function is used to get the result of xPath expression that's run against the domain * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @xpath [string]: xPath expression to parse against the domain * @flags [int]: optional flags * Returns: result of the expression in an array */ PHP_FUNCTION(libvirt_domain_xml_xpath) { php_libvirt_domain *domain = NULL; zval *zdomain; zval *zpath; char *xml; char *tmp = NULL; strsize_t path_len = -1; zend_long flags = 0; int rc = 0; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &zpath, &path_len, &flags); xml = virDomainGetXMLDesc(domain->domain, flags); if (!xml) RETURN_FALSE; array_init(return_value); free(get_string_from_xpath(xml, (char *)zpath, &return_value, &rc)); if (return_value < 0) { free(xml); RETURN_FALSE; } free(tmp); free(xml); if (rc == 0) RETURN_FALSE; VIRT_ADD_ASSOC_STRING(return_value, "xpath", (char *)zpath); if (rc < 0) add_assoc_long(return_value, "error_code", (long)rc); } /* * Function name: libvirt_domain_interface_stats * Since version: 0.4.1(-1) * Description: Function is used to get the domain's interface stats * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @path [string]: path to interface device * Returns: interface stats array of {tx|rx}_{bytes|packets|errs|drop} fields */ PHP_FUNCTION(libvirt_domain_interface_stats) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *path; strsize_t path_len; struct _virDomainInterfaceStats stats; GET_DOMAIN_FROM_ARGS("rs", &zdomain, &path, &path_len); retval = virDomainInterfaceStats(domain->domain, path, &stats, sizeof stats); DPRINTF("%s: virDomainInterfaceStats(%p, %s, <stats>, <size>) returned %d\n", PHPFUNC, domain->domain, path, retval); if (retval == -1) RETURN_FALSE; array_init(return_value); LONGLONG_INIT; LONGLONG_ASSOC(return_value, "rx_bytes", stats.rx_bytes); LONGLONG_ASSOC(return_value, "rx_packets", stats.rx_packets); LONGLONG_ASSOC(return_value, "rx_errs", stats.rx_errs); LONGLONG_ASSOC(return_value, "rx_drop", stats.rx_drop); LONGLONG_ASSOC(return_value, "tx_bytes", stats.tx_bytes); LONGLONG_ASSOC(return_value, "tx_packets", stats.tx_packets); LONGLONG_ASSOC(return_value, "tx_errs", stats.tx_errs); LONGLONG_ASSOC(return_value, "tx_drop", stats.tx_drop); } /* * Function name: libvirt_domain_get_connect * Since version: 0.4.1(-1) * Description: Function is used to get the domain's connection resource. This function should *not* be used! * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: libvirt connection resource */ PHP_FUNCTION(libvirt_domain_get_connect) { php_libvirt_domain *domain = NULL; zval *zdomain; php_libvirt_connection *conn; DPRINTF("%s: Warning: libvirt_domain_get_connect() used. This function should not be used!\n", PHPFUNC); GET_DOMAIN_FROM_ARGS("r", &zdomain); conn = domain->conn; if (conn->conn == NULL) RETURN_FALSE; VIRT_RETURN_RESOURCE(conn->resource); /* since we're returning already registered resource, bump refcount */ Z_ADDREF_P(return_value); } /* * Function name: libvirt_domain_migrate_to_uri * Since version: 0.4.1(-1) * Description: Function is used migrate domain to another libvirt daemon specified by it's URI * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @dest_uri [string]: destination URI to migrate to * @flags [int]: migration flags * @dname [string]: domain name to rename domain to on destination side * @bandwidth [int]: migration bandwidth in Mbps * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_migrate_to_uri) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; long flags = 0; char *duri; strsize_t duri_len; char *dname; strsize_t dname_len; zend_long bandwidth; dname = NULL; dname_len = 0; bandwidth = 0; GET_DOMAIN_FROM_ARGS("rsl|sl", &zdomain, &duri, &duri_len, &flags, &dname, &dname_len, &bandwidth); retval = virDomainMigrateToURI(domain->domain, duri, flags, dname, bandwidth); DPRINTF("%s: virDomainMigrateToURI() returned %d\n", PHPFUNC, retval); if (retval == 0) RETURN_TRUE; RETURN_FALSE; } /* * Function name: libvirt_domain_migrate_to_uri2 * Since version: 0.4.6(-1) * Description: Function is used migrate domain to another libvirt daemon specified by it's URI * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @dconnuri [string]: URI for target libvirtd * @miguri [string]: URI for invoking the migration * @dxml [string]: XML config for launching guest on target * @flags [int]: migration flags * @dname [string]: domain name to rename domain to on destination side * @bandwidth [int]: migration bandwidth in Mbps * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_domain_migrate_to_uri2) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; char *dconnuri; strsize_t dconnuri_len; char *miguri; strsize_t miguri_len; char *dxml; strsize_t dxml_len; zend_long flags = 0; char *dname; strsize_t dname_len; zend_long bandwidth; dconnuri = NULL; dconnuri_len = 0; miguri = NULL; miguri_len = 0; dxml = NULL; dxml_len = 0; dname = NULL; dname_len = 0; bandwidth = 0; GET_DOMAIN_FROM_ARGS("r|ssslsl", &zdomain, &dconnuri, &dconnuri_len, &miguri, &miguri_len, &dxml, &dxml_len, &flags, &dname, &dname_len, &bandwidth); // set to NULL if empty string if (dconnuri_len == 0) dconnuri=NULL; if (miguri_len == 0) miguri=NULL; if (dxml_len == 0) dxml=NULL; if (dname_len == 0) dname=NULL; retval = virDomainMigrateToURI2(domain->domain, dconnuri, miguri, dxml, flags, dname, bandwidth); DPRINTF("%s: virDomainMigrateToURI2() returned %d\n", PHPFUNC, retval); if (retval == 0) RETURN_TRUE; RETURN_FALSE; } /* * Function name: libvirt_domain_migrate * Since version: 0.4.1(-1) * Description: Function is used migrate domain to another domain * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * @dest_conn [string]: destination host connection object * @flags [int]: migration flags * @dname [string]: domain name to rename domain to on destination side * @bandwidth [int]: migration bandwidth in Mbps * Returns: libvirt domain resource for migrated domain */ PHP_FUNCTION(libvirt_domain_migrate) { php_libvirt_domain *domain = NULL; zval *zdomain; php_libvirt_connection *dconn = NULL; zval *zdconn; virDomainPtr destdomain = NULL; php_libvirt_domain *res_domain; zend_long flags = 0; char *dname; strsize_t dname_len; zend_long bandwidth; dname = NULL; dname_len = 0; bandwidth = 0; GET_DOMAIN_FROM_ARGS("rrl|sl", &zdomain, &zdconn, &flags, &dname, &dname_len, &bandwidth); if ((domain->domain == NULL) || (domain->conn->conn == NULL)) { set_error("Domain object is not valid" TSRMLS_CC); RETURN_FALSE; } VIRT_FETCH_RESOURCE(dconn, php_libvirt_connection*, &zdconn, PHP_LIBVIRT_CONNECTION_RES_NAME, le_libvirt_connection); if ((dconn == NULL) || (dconn->conn == NULL)) { set_error("Destination connection object is not valid" TSRMLS_CC); RETURN_FALSE; } destdomain = virDomainMigrate(domain->domain, dconn->conn, flags, dname, NULL, bandwidth); if (destdomain == NULL) RETURN_FALSE; res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = destdomain; res_domain->conn = dconn; DPRINTF("%s: returning %p\n", PHPFUNC, res_domain->domain); resource_change_counter(INT_RESOURCE_DOMAIN, dconn->conn, res_domain->domain, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_domain, le_libvirt_domain); } /* * Function name: libvirt_domain_get_job_info * Since version: 0.4.1(-1) * Description: Function is used get job information for the domain * Arguments: @res [resource]: libvirt domain resource, e.g. from libvirt_domain_lookup_by_*() * Returns: job information array of type, time, data, mem and file fields */ PHP_FUNCTION(libvirt_domain_get_job_info) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; struct _virDomainJobInfo jobinfo; GET_DOMAIN_FROM_ARGS("r", &zdomain); retval = virDomainGetJobInfo(domain->domain, &jobinfo); if (retval == -1) RETURN_FALSE; array_init(return_value); LONGLONG_INIT; add_assoc_long(return_value, "type", jobinfo.type); LONGLONG_ASSOC(return_value, "time_elapsed", jobinfo.timeElapsed); LONGLONG_ASSOC(return_value, "time_remaining", jobinfo.timeRemaining); LONGLONG_ASSOC(return_value, "data_total", jobinfo.dataTotal); LONGLONG_ASSOC(return_value, "data_processed", jobinfo.dataProcessed); LONGLONG_ASSOC(return_value, "data_remaining", jobinfo.dataRemaining); LONGLONG_ASSOC(return_value, "mem_total", jobinfo.memTotal); LONGLONG_ASSOC(return_value, "mem_processed", jobinfo.memProcessed); LONGLONG_ASSOC(return_value, "mem_remaining", jobinfo.memRemaining); LONGLONG_ASSOC(return_value, "file_total", jobinfo.fileTotal); LONGLONG_ASSOC(return_value, "file_processed", jobinfo.fileProcessed); LONGLONG_ASSOC(return_value, "file_remaining", jobinfo.fileRemaining); } /* * Function name: libvirt_domain_has_current_snapshot * Since version: 0.4.1(-2) * Description: Function is used to get the information whether domain has the current snapshot * Arguments: @res [resource]: libvirt domain resource * @flags [int]: libvirt snapshot flags * Returns: TRUE is domain has the current snapshot, otherwise FALSE (you may need to check for error using libvirt_get_last_error()) */ PHP_FUNCTION(libvirt_domain_has_current_snapshot) { php_libvirt_domain *domain = NULL; zval *zdomain; int retval; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("r|l", &zdomain, &flags); retval = virDomainHasCurrentSnapshot(domain->domain, flags); if (retval <= 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_snapshot_lookup_by_name * Since version: 0.4.1(-2) * Description: This functions is used to lookup for the snapshot by it's name * Arguments: @res [resource]: libvirt domain resource * @name [string]: name of the snapshot to get the resource * @flags [int]: libvirt snapshot flags * Returns: domain snapshot resource */ PHP_FUNCTION(libvirt_domain_snapshot_lookup_by_name) { php_libvirt_domain *domain = NULL; zval *zdomain; strsize_t name_len; char *name = NULL; zend_long flags = 0; php_libvirt_snapshot *res_snapshot; virDomainSnapshotPtr snapshot = NULL; GET_DOMAIN_FROM_ARGS("rs|l", &zdomain, &name, &name_len, &flags); if ((name == NULL) || (name_len < 1)) RETURN_FALSE; snapshot=virDomainSnapshotLookupByName(domain->domain, name, flags); if (snapshot == NULL) RETURN_FALSE; res_snapshot = (php_libvirt_snapshot *)emalloc(sizeof(php_libvirt_snapshot)); res_snapshot->domain = domain; res_snapshot->snapshot = snapshot; DPRINTF("%s: returning %p\n", PHPFUNC, res_snapshot->snapshot); resource_change_counter(INT_RESOURCE_SNAPSHOT, domain->conn->conn, res_snapshot->snapshot, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_snapshot, le_libvirt_snapshot); } /* * Function name: libvirt_domain_snapshot_create * Since version: 0.4.1(-2) * Description: This function creates the domain snapshot for the domain identified by it's resource * Arguments: @res [resource]: libvirt domain resource * @flags [int]: libvirt snapshot flags * Returns: domain snapshot resource */ PHP_FUNCTION(libvirt_domain_snapshot_create) { php_libvirt_domain *domain = NULL; php_libvirt_snapshot *res_snapshot; zval *zdomain; virDomainSnapshotPtr snapshot = NULL; zend_long flags = 0; GET_DOMAIN_FROM_ARGS("r|l", &zdomain, &flags); snapshot = virDomainSnapshotCreateXML(domain->domain, "<domainsnapshot/>", flags); DPRINTF("%s: virDomainSnapshotCreateXML(%p, <xml>) returned %p\n", PHPFUNC, domain->domain, snapshot); if (snapshot == NULL) RETURN_FALSE; res_snapshot = (php_libvirt_snapshot *)emalloc(sizeof(php_libvirt_snapshot)); res_snapshot->domain = domain; res_snapshot->snapshot = snapshot; DPRINTF("%s: returning %p\n", PHPFUNC, res_snapshot->snapshot); resource_change_counter(INT_RESOURCE_SNAPSHOT, domain->conn->conn, res_snapshot->snapshot, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_snapshot, le_libvirt_snapshot); } /* * Function name: libvirt_domain_snapshot_get_xml * Since version: 0.4.1(-2) * Description: Function is used to get the XML description of the snapshot identified by it's resource * Arguments: @res [resource]: libvirt snapshot resource * @flags [int]: libvirt snapshot flags * Returns: XML description string for the snapshot */ PHP_FUNCTION(libvirt_domain_snapshot_get_xml) { char *xml; zval *zsnapshot; php_libvirt_snapshot *snapshot; zend_long flags = 0; GET_SNAPSHOT_FROM_ARGS("r|l", &zsnapshot, &flags); xml = virDomainSnapshotGetXMLDesc(snapshot->snapshot, flags); if (xml == NULL) RETURN_FALSE; VIRT_RETVAL_STRING(xml); free(xml); } /* * Function name: libvirt_domain_snapshot_revert * Since version: 0.4.1(-2) * Description: Function is used to revert the domain state to the state identified by the snapshot * Arguments: @res [resource]: libvirt snapshot resource * @flags [int]: libvirt snapshot flags * Returns: TRUE on success, FALSE on error */ PHP_FUNCTION(libvirt_domain_snapshot_revert) { zval *zsnapshot; php_libvirt_snapshot *snapshot; int ret; zend_long flags = 0; GET_SNAPSHOT_FROM_ARGS("r|l", &zsnapshot, &flags); ret = virDomainRevertToSnapshot(snapshot->snapshot, flags); DPRINTF("%s: virDomainRevertToSnapshot(%p, 0) returned %d\n", PHPFUNC, snapshot->snapshot, ret); if (ret == -1) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_domain_snapshot_delete * Since version: 0.4.1(-2) * Description: Function is used to revert the domain state to the state identified by the snapshot * Arguments: @res [resource]: libvirt snapshot resource * @flags [int]: 0 to delete just snapshot, VIR_SNAPSHOT_DELETE_CHILDREN to delete snapshot children as well * Returns: TRUE on success, FALSE on error */ PHP_FUNCTION(libvirt_domain_snapshot_delete) { zval *zsnapshot; php_libvirt_snapshot *snapshot; zend_long flags = 0; int retval; GET_SNAPSHOT_FROM_ARGS("r|l", &zsnapshot, &flags); retval = virDomainSnapshotDelete(snapshot->snapshot, flags); DPRINTF("%s: virDomainSnapshotDelete(%p, %d) returned %d\n", PHPFUNC, snapshot->snapshot, (int) flags, retval); if (retval == -1) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_list_domain_snapshots * Since version: 0.4.1(-2) * Description: Function is used to list domain snapshots for the domain specified by it's resource * Arguments: @res [resource]: libvirt domain resource * @flags [int]: libvirt snapshot flags * Returns: libvirt domain snapshot names array */ PHP_FUNCTION(libvirt_list_domain_snapshots) { php_libvirt_domain *domain = NULL; zval *zdomain; int count = -1; int expectedcount = -1; char **names; zend_long flags = 0; int i; GET_DOMAIN_FROM_ARGS("r|l", &zdomain, &flags); expectedcount = virDomainSnapshotNum(domain->domain, flags); DPRINTF("%s: virDomainSnapshotNum(%p, 0) returned %d\n", PHPFUNC, domain->domain, expectedcount); if (expectedcount != -1) { names = (char **)emalloc(expectedcount * sizeof(char *)); count = virDomainSnapshotListNames(domain->domain, names, expectedcount, 0); } if ((count != expectedcount) || (count < 0)) { RETURN_FALSE; } else { array_init(return_value); for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } } efree(names); } /* Storagepool functions */ /* * Function name: libvirt_storagepool_lookup_by_name * Since version: 0.4.1(-1) * Description: Function is used to lookup for storage pool by it's name * Arguments: @res [resource]: libvirt connection resource * @name [string]: storage pool name * Returns: libvirt storagepool resource */ PHP_FUNCTION(libvirt_storagepool_lookup_by_name) { php_libvirt_connection *conn = NULL; zval *zconn; strsize_t name_len; char *name = NULL; virStoragePoolPtr pool = NULL; php_libvirt_storagepool *res_pool; GET_CONNECTION_FROM_ARGS("rs", &zconn, &name, &name_len); if ((name == NULL) || (name_len < 1)) RETURN_FALSE; pool = virStoragePoolLookupByName(conn->conn, name); DPRINTF("%s: virStoragePoolLookupByName(%p, %s) returned %p\n", PHPFUNC, conn->conn, name, pool); if (pool == NULL) RETURN_FALSE; res_pool = (php_libvirt_storagepool *)emalloc(sizeof(php_libvirt_storagepool)); res_pool->pool = pool; res_pool->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_pool->pool); resource_change_counter(INT_RESOURCE_STORAGEPOOL, conn->conn, res_pool->pool, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_pool, le_libvirt_storagepool); } /* Storagepool functions */ /* * Function name: libvirt_storagepool_lookup_by_volume * Since version: 0.4.1(-1) * Description: Function is used to lookup for storage pool by a volume * Arguments: @res [volume]: volume resource of storage pool * Returns: libvirt storagepool resource */ PHP_FUNCTION(libvirt_storagepool_lookup_by_volume) { php_libvirt_volume *volume; zval *zvolume; virStoragePoolPtr pool = NULL; php_libvirt_storagepool *res_pool; GET_VOLUME_FROM_ARGS("r", &zvolume); pool = virStoragePoolLookupByVolume(volume->volume); DPRINTF("%s: virStoragePoolLookupByVolume(%p) returned %p\n", PHPFUNC, volume->volume, pool); if (pool == NULL) RETURN_FALSE; res_pool = (php_libvirt_storagepool *)emalloc(sizeof(php_libvirt_storagepool)); res_pool->pool = pool; res_pool->conn = volume->conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_pool->pool); resource_change_counter(INT_RESOURCE_STORAGEPOOL, res_pool->conn->conn, res_pool->pool, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_pool, le_libvirt_storagepool); } /* * Function name: libvirt_storagepool_list_volumes * Since version: 0.4.1(-1) * Description: Function is used to list volumes in the specified storage pool * Arguments: @res [resource]: libvirt storagepool resource * Returns: list of storage volume names in the storage pool in an array using default keys (indexes) */ PHP_FUNCTION(libvirt_storagepool_list_volumes) { php_libvirt_storagepool *pool = NULL; zval *zpool; char **names = NULL; int expectedcount = -1; int i; int count = -1; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); if ((expectedcount = virStoragePoolNumOfVolumes(pool->pool)) < 0) RETURN_FALSE; DPRINTF("%s: virStoragePoolNumOfVolumes(%p) returned %d\n", PHPFUNC, pool->pool, expectedcount); names = (char **)emalloc(expectedcount*sizeof(char *)); count = virStoragePoolListVolumes(pool->pool, names, expectedcount); DPRINTF("%s: virStoragePoolListVolumes(%p, %p, %d) returned %d\n", PHPFUNC, pool->pool, names, expectedcount, count); array_init(return_value); if ((count != expectedcount) || (count < 0)) RETURN_FALSE; for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); } /* * Function name: libvirt_storagepool_get_info * Since version: 0.4.1(-1) * Description: Function is used to get information about the storage pool * Arguments: @res [resource]: libvirt storagepool resource * Returns: storage pool information array of state, capacity, allocation and available space */ PHP_FUNCTION(libvirt_storagepool_get_info) { php_libvirt_storagepool *pool = NULL; zval *zpool; virStoragePoolInfo poolInfo; int retval; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); retval = virStoragePoolGetInfo(pool->pool, &poolInfo); DPRINTF("%s: virStoragePoolGetInfo(%p, <info>) returned %d\n", PHPFUNC, pool->pool, retval); if (retval != 0) RETURN_FALSE; array_init(return_value); // @todo: fix the long long returns LONGLONG_INIT; add_assoc_long(return_value, "state", (long)poolInfo.state); LONGLONG_ASSOC(return_value, "capacity", poolInfo.capacity); LONGLONG_ASSOC(return_value, "allocation", poolInfo.allocation); LONGLONG_ASSOC(return_value, "available", poolInfo.available); } /* * Function name: libvirt_storagevolume_lookup_by_name * Since version: 0.4.1(-1) * Description: Function is used to lookup for storage volume by it's name * Arguments: @res [resource]: libvirt storagepool resource * @name [string]: name of the storage volume to look for * Returns: libvirt storagevolume resource */ PHP_FUNCTION(libvirt_storagevolume_lookup_by_name) { php_libvirt_storagepool *pool = NULL; php_libvirt_volume *res_volume; zval *zpool; strsize_t name_len; char *name = NULL; virStorageVolPtr volume = NULL; GET_STORAGEPOOL_FROM_ARGS("rs", &zpool, &name, &name_len); if ((name == NULL) || (name_len < 1)) RETURN_FALSE; volume = virStorageVolLookupByName(pool->pool, name); DPRINTF("%s: virStorageVolLookupByName(%p, %s) returned %p\n", PHPFUNC, pool->pool, name, volume); if (volume == NULL) RETURN_FALSE; res_volume = (php_libvirt_volume *)emalloc(sizeof(php_libvirt_volume)); res_volume->volume = volume; res_volume->conn = pool->conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_volume->volume); resource_change_counter(INT_RESOURCE_VOLUME, pool->conn->conn, res_volume->volume, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_volume, le_libvirt_volume); } /* * Function name: libvirt_storagevolume_lookup_by_path * Since version: 0.4.1(-2) * Description: Function is used to lookup for storage volume by it's path * Arguments: @res [resource]: libvirt connection resource * @path [string]: path of the storage volume to look for * Returns: libvirt storagevolume resource */ PHP_FUNCTION(libvirt_storagevolume_lookup_by_path) { php_libvirt_connection *conn = NULL; php_libvirt_volume *res_volume; zval *zconn; strsize_t name_len; char *name = NULL; virStorageVolPtr volume = NULL; GET_CONNECTION_FROM_ARGS("rs", &zconn, &name, &name_len); if ((name == NULL) || (name_len < 1)) RETURN_FALSE; volume = virStorageVolLookupByPath(conn->conn, name); DPRINTF("%s: virStorageVolLookupByPath(%p, %s) returned %p\n", PHPFUNC, conn->conn, name, volume); if (volume == NULL) { set_error_if_unset("Cannot find storage volume on requested path" TSRMLS_CC); RETURN_FALSE; } res_volume = (php_libvirt_volume *)emalloc(sizeof(php_libvirt_volume)); res_volume->volume = volume; res_volume->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_volume->volume); resource_change_counter(INT_RESOURCE_VOLUME, conn->conn, res_volume->volume, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_volume, le_libvirt_volume); } /* * Function name: libvirt_storagevolume_get_name * Since version: 0.4.1(-2) * Description: Function is used to get the storage volume name * Arguments: @res [resource]: libvirt storagevolume resource * Returns: storagevolume name */ PHP_FUNCTION(libvirt_storagevolume_get_name) { php_libvirt_volume *volume = NULL; zval *zvolume; const char *retval; GET_VOLUME_FROM_ARGS("r", &zvolume); retval = virStorageVolGetName(volume->volume); DPRINTF("%s: virStorageVolGetName(%p) returned %s\n", PHPFUNC, volume->volume, retval); if (retval == NULL) RETURN_FALSE; VIRT_RETURN_STRING(retval); } /* * Function name: libvirt_storagevolume_get_path * Since version: 0.4.1(-2) * Description: Function is used to get the storage volume path * Arguments: @res [resource]: libvirt storagevolume resource * Returns: storagevolume path */ PHP_FUNCTION(libvirt_storagevolume_get_path) { php_libvirt_volume *volume = NULL; zval *zvolume; char *retval; GET_VOLUME_FROM_ARGS("r", &zvolume); retval = virStorageVolGetPath(volume->volume); DPRINTF("%s: virStorageVolGetPath(%p) returned %s\n", PHPFUNC, volume->volume, retval); if (retval == NULL) RETURN_FALSE; VIRT_RETVAL_STRING(retval); free(retval); } /* * Function name: libvirt_storagevolume_get_info * Since version: 0.4.1(-1) * Description: Function is used to get the storage volume information * Arguments: @res [resource]: libvirt storagevolume resource * Returns: storage volume information array of type, allocation and capacity */ PHP_FUNCTION(libvirt_storagevolume_get_info) { php_libvirt_volume *volume = NULL; zval *zvolume; virStorageVolInfo volumeInfo; int retval; GET_VOLUME_FROM_ARGS("r", &zvolume); retval = virStorageVolGetInfo(volume->volume, &volumeInfo); DPRINTF("%s: virStorageVolGetInfo(%p, <info>) returned %d\n", PHPFUNC, volume->volume, retval); if (retval != 0) RETURN_FALSE; array_init(return_value); LONGLONG_INIT; add_assoc_long(return_value, "type", (long)volumeInfo.type); LONGLONG_ASSOC(return_value, "capacity", volumeInfo.capacity); LONGLONG_ASSOC(return_value, "allocation", volumeInfo.allocation); } /* * Function name: libvirt_storagevolume_get_xml_desc * Since version: 0.4.1(-1), changed 0.4.2 * Description: Function is used to get the storage volume XML description * Arguments: @res [resource]: libvirt storagevolume resource * @xpath [string]: optional xPath expression string to get just this entry, can be NULL * @flags [int]: optional flags * Returns: storagevolume XML description or result of xPath expression */ PHP_FUNCTION(libvirt_storagevolume_get_xml_desc) { php_libvirt_volume *volume = NULL; zval *zvolume; char *tmp = NULL; char *xml; char *xpath = NULL; strsize_t xpath_len; zend_long flags = 0; int retval = -1; GET_VOLUME_FROM_ARGS("rs|l", &zvolume, &xpath, &xpath_len, &flags); if (xpath_len < 1) xpath = NULL; DPRINTF("%s: volume = %p, xpath = %s, flags = %ld\n", PHPFUNC, volume->volume, xpath, flags); xml = virStorageVolGetXMLDesc(volume->volume, flags); if (xml == NULL) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if ((tmp == NULL) || (retval < 0)) { VIRT_RETVAL_STRING(xml); } else { VIRT_RETVAL_STRING(tmp); } free(xml); free(tmp); } /* * Function name: libvirt_storagevolume_create_xml * Since version: 0.4.1(-1) * Description: Function is used to create the new storage pool and return the handle to new storage pool * Arguments: @res [resource]: libvirt storagepool resource * @xml [string]: XML string to create the storage volume in the storage pool * @flags [int]: virStorageVolCreateXML flags * Returns: libvirt storagevolume resource */ PHP_FUNCTION(libvirt_storagevolume_create_xml) { php_libvirt_volume *res_volume = NULL; php_libvirt_storagepool *pool = NULL; zval *zpool; virStorageVolPtr volume = NULL; char *xml; zend_long flags = 0; strsize_t xml_len; GET_STORAGEPOOL_FROM_ARGS("rs|l", &zpool, &xml, &xml_len, &flags); volume = virStorageVolCreateXML(pool->pool, xml, flags); DPRINTF("%s: virStorageVolCreateXML(%p, <xml>, 0) returned %p\n", PHPFUNC, pool->pool, volume); if (volume == NULL) RETURN_FALSE; res_volume = (php_libvirt_volume *)emalloc(sizeof(php_libvirt_volume)); res_volume->volume = volume; res_volume->conn = pool->conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_volume->volume); resource_change_counter(INT_RESOURCE_VOLUME, pool->conn->conn, res_volume->volume, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_volume, le_libvirt_volume); } /* * Function name: libvirt_storagevolume_create_xml_from * Since version: 0.4.1(-2) * Description: Function is used to clone the new storage volume into pool from the orignial volume * Arguments: @pool [resource]: libvirt storagepool resource * @xml [string]: XML string to create the storage volume in the storage pool * @original_volume [resource]: libvirt storagevolume resource * Returns: libvirt storagevolume resource */ PHP_FUNCTION(libvirt_storagevolume_create_xml_from) { php_libvirt_volume *res_volume = NULL; php_libvirt_storagepool *pool = NULL; zval *zpool; php_libvirt_volume *pl_volume = NULL; zval *zvolume; virStorageVolPtr volume = NULL; char *xml; strsize_t xml_len; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsr", &zpool, &xml, &xml_len, &zvolume) == FAILURE) { set_error("Invalid pool resource, XML or volume resouce" TSRMLS_CC); RETURN_FALSE; } VIRT_FETCH_RESOURCE(pool, php_libvirt_storagepool*, &zpool, PHP_LIBVIRT_STORAGEPOOL_RES_NAME, le_libvirt_storagepool); if ((pool == NULL) || (pool->pool == NULL)) RETURN_FALSE; VIRT_FETCH_RESOURCE(pl_volume, php_libvirt_volume*, &zvolume, PHP_LIBVIRT_VOLUME_RES_NAME, le_libvirt_volume); if ((pl_volume == NULL) || (pl_volume->volume == NULL)) RETURN_FALSE; resource_change_counter(INT_RESOURCE_VOLUME, NULL, pl_volume->volume, 1 TSRMLS_CC); volume = virStorageVolCreateXMLFrom(pool->pool, xml, pl_volume->volume, 0); DPRINTF("%s: virStorageVolCreateXMLFrom(%p, <xml>, %p, 0) returned %p\n", PHPFUNC, pool->pool, pl_volume->volume, volume); if (volume == NULL) RETURN_FALSE; res_volume = (php_libvirt_volume *)emalloc(sizeof(php_libvirt_volume)); res_volume->volume = volume; res_volume->conn = pool->conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_volume->volume); resource_change_counter(INT_RESOURCE_VOLUME, pool->conn->conn, res_volume->volume, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_volume, le_libvirt_volume); } /* * Function name: libvirt_storagevolume_delete * Since version: 0.4.2 * Description: Function is used to delete to volume identified by it's resource * Arguments: @res [resource]: libvirt storagevolume resource * @flags [int]: optional flags for the storage volume deletion for virStorageVolDelete() * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_storagevolume_delete) { php_libvirt_volume *volume = NULL; zval *zvolume; zend_long flags = 0; int retval = 0; GET_VOLUME_FROM_ARGS("r|l", &zvolume, &flags); retval = virStorageVolDelete(volume->volume, flags); DPRINTF("%s: virStorageVolDelete(%p, %d) returned %d\n", PHPFUNC, volume->volume, (int) flags, retval); if (retval != 0) { set_error_if_unset("Cannot delete storage volume" TSRMLS_CC); RETURN_FALSE; } RETURN_TRUE; } /* * Function name: libvirt_storagevolume_resize * Since version: 0.5.0 * Description: Function is used to resize volume identified by it's resource * Arguments: @res [resource]: libvirt storagevolume resource * @capacity [int]: capacity for the storage volume * @flags [int]: optional flags for the storage volume resize for virStorageVolResize() * Returns: int */ PHP_FUNCTION(libvirt_storagevolume_resize) { php_libvirt_volume *volume = NULL; zval *zvolume; zend_long flags = 0; zend_long capacity = 0; int retval = -1; GET_VOLUME_FROM_ARGS("rl|l", &zvolume, &capacity, &flags); retval = virStorageVolResize(volume->volume, capacity, flags); DPRINTF("%s: virStorageVolResize(%p, %d, %d) returned %d\n", PHPFUNC, volume->volume, (int) capacity, (int) flags, retval); if (retval != 0) { set_error_if_unset("Cannot resize storage volume" TSRMLS_CC); RETURN_LONG(retval); } RETURN_LONG(retval); } /* * Function name: libvirt_storagevolume_download * Since version: 0.5.0 * Description: Function is used to download volume identified by it's resource * Arguments: @res [resource]: libvirt storagevolume resource * @stream [resource]: stream to use as output * @offset [int]: position to start reading from * @length [int] : limit on amount of data to download * @flags [int]: optional flags for the storage volume download for virStorageVolDownload() * Returns: int */ PHP_FUNCTION(libvirt_storagevolume_download) { php_libvirt_volume *volume = NULL; php_libvirt_stream *stream = NULL; zval *zvolume; zval *zstream; zend_long flags = 0; zend_long offset = 0; zend_long length = 0; int retval = -1; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|l|l|l", &zvolume, &zstream, &offset, &length, &flags) == FAILURE) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(volume, php_libvirt_volume*, &zvolume, PHP_LIBVIRT_VOLUME_RES_NAME, le_libvirt_volume); if ((volume == NULL) || (volume->volume == NULL)) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(stream, php_libvirt_stream*, &zstream, PHP_LIBVIRT_STREAM_RES_NAME, le_libvirt_stream); if ((stream == NULL) || (stream->stream == NULL)) RETURN_LONG(retval); retval = virStorageVolDownload(volume->volume, stream->stream, offset, length, flags); DPRINTF("%s: virStorageVolDownload(%p, %p, %d, %d, %d) returned %d\n", PHPFUNC, volume->volume, stream->stream, (int) offset, (int) length, (int) flags, retval); if (retval == -1) { set_error("Cannot download from stream" TSRMLS_CC); RETURN_LONG(retval); } RETURN_LONG(retval); } /* * Function name: libvirt_storagevolume_upload * Since version: 0.5.0 * Description: Function is used to upload volume identified by it's resource * Arguments: @res [resource]: libvirt storagevolume resource * @stream [resource]: stream to use as input * @offset [int]: position to start writing to * @length [int] : limit on amount of data to upload * @flags [int]: optional flags for the storage volume upload for virStorageVolUpload() * Returns: int */ PHP_FUNCTION(libvirt_storagevolume_upload) { php_libvirt_volume *volume = NULL; php_libvirt_stream *stream = NULL; zval *zvolume; zval *zstream; zend_long flags = 0; zend_long offset = 0; zend_long length = 0; int retval = -1; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|l|l|l", &zvolume, &zstream, &offset, &length, &flags) == FAILURE) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(volume, php_libvirt_volume*, &zvolume, PHP_LIBVIRT_VOLUME_RES_NAME, le_libvirt_volume); if ((volume == NULL) || (volume->volume == NULL)) RETURN_LONG(retval); VIRT_FETCH_RESOURCE(stream, php_libvirt_stream*, &zstream, PHP_LIBVIRT_STREAM_RES_NAME, le_libvirt_stream); if ((stream == NULL) || (stream->stream == NULL)) RETURN_LONG(retval); retval = virStorageVolUpload(volume->volume, stream->stream, offset, length, flags); DPRINTF("%s: virStorageVolUpload(%p, %p, %d, %d, %d) returned %d\n", PHPFUNC, volume->volume, stream->stream, (int) offset, (int) length, (int) flags, retval); if (retval == -1) { set_error_if_unset("Cannot upload storage volume" TSRMLS_CC); RETURN_LONG(retval); } RETURN_LONG(retval); } /* * Function name: libvirt_storagepool_get_uuid_string * Since version: 0.4.1(-1) * Description: Function is used to get storage pool by UUID string * Arguments: @res [resource]: libvirt storagepool resource * Returns: storagepool UUID string */ PHP_FUNCTION(libvirt_storagepool_get_uuid_string) { php_libvirt_storagepool *pool = NULL; zval *zpool; char *uuid; int retval; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); uuid = (char *)emalloc(VIR_UUID_STRING_BUFLEN); retval = virStoragePoolGetUUIDString(pool->pool, uuid); DPRINTF("%s: virStoragePoolGetUUIDString(%p, %p) returned %d (%s)\n", PHPFUNC, pool->pool, uuid, retval, uuid); if (retval != 0) RETURN_FALSE; VIRT_RETVAL_STRING(uuid); efree(uuid); } /* * Function name: libvirt_storagepool_get_name * Since version: 0.4.1(-1) * Description: Function is used to get storage pool name from the storage pool resource * Arguments: @res [resource]: libvirt storagepool resource * Returns: storagepool name string */ PHP_FUNCTION(libvirt_storagepool_get_name) { php_libvirt_storagepool *pool = NULL; zval *zpool; const char *name = NULL; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); name = virStoragePoolGetName(pool->pool); DPRINTF("%s: virStoragePoolGetName(%p) returned %s\n", PHPFUNC, pool->pool, name); if (name == NULL) RETURN_FALSE; VIRT_RETURN_STRING(name); } /* * Function name: libvirt_storagepool_lookup_by_uuid_string * Since version: 0.4.1(-1) * Description: Function is used to lookup for storage pool identified by UUID string * Arguments: @res [resource]: libvirt connection resource * @uuid [string]: UUID string to look for storagepool * Returns: libvirt storagepool resource */ PHP_FUNCTION(libvirt_storagepool_lookup_by_uuid_string) { php_libvirt_connection *conn = NULL; zval *zconn; char *uuid = NULL; strsize_t uuid_len; virStoragePoolPtr storage = NULL; php_libvirt_storagepool *res_pool; GET_CONNECTION_FROM_ARGS("rs", &zconn, &uuid, &uuid_len); if ((uuid == NULL) || (uuid_len < 1)) RETURN_FALSE; storage = virStoragePoolLookupByUUIDString(conn->conn, uuid); DPRINTF("%s: virStoragePoolLookupByUUIDString(%p, %s) returned %p\n", PHPFUNC, conn->conn, uuid, storage); if (storage == NULL) RETURN_FALSE; res_pool = (php_libvirt_storagepool *)emalloc(sizeof(php_libvirt_storagepool)); res_pool->pool = storage; res_pool->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_pool->pool); resource_change_counter(INT_RESOURCE_STORAGEPOOL, conn->conn, res_pool->pool, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_pool, le_libvirt_storagepool); } /* * Function name: libvirt_storagepool_get_xml_desc * Since version: 0.4.1(-1), changed 0.4.2 * Description: Function is used to get the XML description for the storage pool identified by res * Arguments: @res [resource]: libvirt storagepool resource * @xpath [string]: optional xPath expression string to get just this entry, can be NULL * Returns: storagepool XML description string or result of xPath expression */ PHP_FUNCTION(libvirt_storagepool_get_xml_desc) { php_libvirt_storagepool *pool = NULL; zval *zpool; char *xml; char *xpath = NULL; char *tmp = NULL; zend_long flags = 0; strsize_t xpath_len; int retval = -1; GET_STORAGEPOOL_FROM_ARGS("r|s", &zpool, &xpath, &xpath_len, &flags); if (xpath_len < 1) xpath = NULL; DPRINTF("%s: pool = %p, flags = %ld, xpath = %s\n", PHPFUNC, pool->pool, flags, xpath); xml = virStoragePoolGetXMLDesc(pool->pool, flags); if (xml == NULL) { set_error_if_unset("Cannot get the XML description" TSRMLS_CC); RETURN_FALSE; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if ((tmp == NULL) || (retval < 0)) { VIRT_RETVAL_STRING(xml); } else { VIRT_RETVAL_STRING(tmp); } free(xml); free(tmp); } /* * Function name: libvirt_storagepool_define_xml * Since version: 0.4.1(-1) * Description: Function is used to define the storage pool from XML string and return it's resource * Arguments: @res [resource]: libvirt connection resource * @xml [string]: XML string definition of storagepool * @flags [int]: flags to define XML * Returns: libvirt storagepool resource */ PHP_FUNCTION(libvirt_storagepool_define_xml) { php_libvirt_storagepool *res_pool = NULL; php_libvirt_connection *conn = NULL; zval *zconn; virStoragePoolPtr pool = NULL; char *xml; strsize_t xml_len; zend_long flags = 0; GET_CONNECTION_FROM_ARGS("rs|l", &zconn, &xml, &xml_len, &flags); pool = virStoragePoolDefineXML(conn->conn, xml, (unsigned int)flags); DPRINTF("%s: virStoragePoolDefineXML(%p, <xml>) returned %p\n", PHPFUNC, conn->conn, pool); if (pool == NULL) RETURN_FALSE; res_pool = (php_libvirt_storagepool *)emalloc(sizeof(php_libvirt_storagepool)); res_pool->pool = pool; res_pool->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_pool->pool); resource_change_counter(INT_RESOURCE_STORAGEPOOL, conn->conn, res_pool->pool, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_pool, le_libvirt_storagepool); } /* * Function name: libvirt_storagepool_undefine * Since version: 0.4.1(-1) * Description: Function is used to undefine the storage pool identified by it's resource * Arguments: @res [resource]: libvirt storagepool resource * Returns: TRUE if success, FALSE on error */ PHP_FUNCTION(libvirt_storagepool_undefine) { php_libvirt_storagepool *pool = NULL; zval *zpool; int retval = 0; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); retval = virStoragePoolUndefine(pool->pool); DPRINTF("%s: virStoragePoolUndefine(%p) returned %d\n", PHPFUNC, pool->pool, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_storagepool_create * Since version: 0.4.1(-1) * Description: Function is used to create/start the storage pool * Arguments: @res [resource]: libvirt storagepool resource * Returns: TRUE if success, FALSE on error */ PHP_FUNCTION(libvirt_storagepool_create) { php_libvirt_storagepool *pool = NULL; zval *zpool; int retval; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); retval = virStoragePoolCreate(pool->pool, 0); DPRINTF("%s: virStoragePoolCreate(%p, 0) returned %d\n", PHPFUNC, pool->pool, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_storagepool_destroy * Since version: 0.4.1(-1) * Description: Function is used to destory the storage pool * Arguments: @res [resource]: libvirt storagepool resource * Returns: TRUE if success, FALSE on error */ PHP_FUNCTION(libvirt_storagepool_destroy) { php_libvirt_storagepool *pool = NULL; zval *zpool; int retval; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); retval = virStoragePoolDestroy(pool->pool); DPRINTF("%s: virStoragePoolDestroy(%p) returned %d\n", PHPFUNC, pool->pool, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_storagepool_is_active * Since version: 0.4.1(-1) * Description: Function is used to get information whether storage pool is active or not * Arguments: @res [resource]: libvirt storagepool resource * Returns: result of virStoragePoolIsActive */ PHP_FUNCTION(libvirt_storagepool_is_active) { php_libvirt_storagepool *pool = NULL; zval *zpool; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); RETURN_LONG(virStoragePoolIsActive(pool->pool)); } /* * Function name: libvirt_storagepool_get_volume_count * Since version: 0.4.1(-1) * Description: Function is used to get storage volume count in the storage pool * Arguments: @res [resource]: libvirt storagepool resource * Returns: number of volumes in the pool */ PHP_FUNCTION(libvirt_storagepool_get_volume_count) { php_libvirt_storagepool *pool = NULL; zval *zpool; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); RETURN_LONG(virStoragePoolNumOfVolumes(pool->pool)); } /* * Function name: libvirt_storagepool_refresh * Since version: 0.4.1(-1) * Description: Function is used to refresh the storage pool information * Arguments: @res [resource]: libvirt storagepool resource * @flags [int]: refresh flags * Returns: TRUE if success, FALSE on error */ PHP_FUNCTION(libvirt_storagepool_refresh) { php_libvirt_storagepool *pool = NULL; zval *zpool; zend_long flags = 0; int retval; GET_STORAGEPOOL_FROM_ARGS("r|l", &zpool, &flags); retval = virStoragePoolRefresh(pool->pool, flags); DPRINTF("%s: virStoragePoolRefresh(%p, %ld) returned %d\n", PHPFUNC, pool->pool, flags, retval); if (retval < 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_storagepool_set_autostart * Since version: 0.4.1(-1) * Description: Function is used to set autostart of the storage pool * Arguments: @res [resource]: libvirt storagepool resource * @flags [int]: flags to set autostart * Returns: result on setting storagepool autostart value */ PHP_FUNCTION(libvirt_storagepool_set_autostart) { php_libvirt_storagepool *pool = NULL; zval *zpool; zend_bool flags = 0; int retval; GET_STORAGEPOOL_FROM_ARGS("rb", &zpool, &flags); retval = virStoragePoolSetAutostart(pool->pool, flags); DPRINTF("%s: virStoragePoolSetAutostart(%p, %d) returned %d\n", PHPFUNC, pool->pool, flags, retval); if (retval != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_storagepool_get_autostart * Since version: 0.4.1(-1) * Description: Function is used to get autostart of the storage pool * Arguments: @res [resource]: libvirt storagepool resource * Returns: TRUE for autostart enabled, FALSE for autostart disabled, FALSE with last_error set for error */ PHP_FUNCTION(libvirt_storagepool_get_autostart) { php_libvirt_storagepool *pool = NULL; zval *zpool; int autostart; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); if (virStoragePoolGetAutostart(pool->pool, &autostart) == 0 && autostart != 0) RETURN_TRUE; RETURN_FALSE; } /* * Function name: libvirt_storagepool_build * Since version: 0.4.2 * Description: Function is used to Build the underlying storage pool, e.g. create the destination directory for NFS * Arguments: @res [resource]: libvirt storagepool resource * Returns: TRUE if success, FALSE on error */ PHP_FUNCTION(libvirt_storagepool_build) { php_libvirt_storagepool *pool = NULL; zval *zpool; int flags = 0; int retval; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); retval = virStoragePoolBuild(pool->pool, flags); DPRINTF("%s: virStoragePoolBuild(%p, %d) returned %d\n", PHPFUNC, pool->pool, flags, retval); if (retval == 0) RETURN_TRUE; RETURN_FALSE; } /* * Function name: libvirt_storagepool_delete * Since version: 0.4.6 * Description: Function is used to Delete the underlying storage pool, e.g. remove the destination directory for NFS * Arguments: @res [resource]: libvirt storagepool resource * Returns: TRUE if success, FALSE on error */ PHP_FUNCTION(libvirt_storagepool_delete) { php_libvirt_storagepool *pool = NULL; zval *zpool; int flags = 0; int retval; GET_STORAGEPOOL_FROM_ARGS("r", &zpool); retval = virStoragePoolDelete(pool->pool, flags); DPRINTF("%s: virStoragePoolDelete(%p, %d) returned %d\n", PHPFUNC, pool->pool, flags, retval); if (retval == 0) RETURN_TRUE; RETURN_FALSE; } /* Listing functions */ /* * Function name: libvirt_list_storagepools * Since version: 0.4.1(-1) * Description: Function is used to list storage pools on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt storagepool names array for the connection */ PHP_FUNCTION(libvirt_list_storagepools) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; char **names; int i; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((expectedcount = virConnectNumOfStoragePools(conn->conn)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount*sizeof(char *)); count = virConnectListStoragePools(conn->conn, names, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } array_init(return_value); for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); if ((expectedcount = virConnectNumOfDefinedStoragePools(conn->conn)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount * sizeof(char *)); count = virConnectListDefinedStoragePools(conn->conn, names, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); } /* * Function name: libvirt_list_active_storagepools * Since version: 0.4.1(-1) * Description: Function is used to list active storage pools on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt storagepool names array for the connection */ PHP_FUNCTION(libvirt_list_active_storagepools) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; char **names; int i; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((expectedcount = virConnectNumOfStoragePools(conn->conn)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount*sizeof(char *)); count = virConnectListStoragePools(conn->conn, names, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } array_init(return_value); for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); } /* * Function name: libvirt_list_inactive_storagepools * Since version: 0.4.1(-1) * Description: Function is used to list inactive storage pools on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt storagepool names array for the connection */ PHP_FUNCTION(libvirt_list_inactive_storagepools) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; char **names; int i; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((expectedcount = virConnectNumOfDefinedStoragePools(conn->conn)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount * sizeof(char *)); count = virConnectListDefinedStoragePools(conn->conn, names, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } array_init(return_value); for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); } /* * Function name: libvirt_list_domains * Since version: 0.4.1(-1) * Description: Function is used to list domains on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt domain names array for the connection */ PHP_FUNCTION(libvirt_list_domains) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; int *ids; char **names; const char *name; int i, rv; virDomainPtr domain = NULL; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((expectedcount = virConnectNumOfDomains(conn->conn)) < 0) RETURN_FALSE; DPRINTF("%s: Found %d domains\n", PHPFUNC, expectedcount); ids = (int *)emalloc(sizeof(int) * expectedcount); count = virConnectListDomains(conn->conn, ids, expectedcount); DPRINTF("%s: virConnectListDomains returned %d domains\n", PHPFUNC, count); array_init(return_value); for (i = 0; i < count; i++) { domain = virDomainLookupByID(conn->conn, ids[i]); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, domain, 1 TSRMLS_CC); if (domain != NULL) { name = virDomainGetName(domain); if (name != NULL) { DPRINTF("%s: Found running domain %s with ID = %d\n", PHPFUNC, name, ids[i]); VIRT_ADD_NEXT_INDEX_STRING(return_value, name); } else { DPRINTF("%s: Cannot get ID for running domain %d\n", PHPFUNC, ids[i]); } } rv = virDomainFree(domain); if (rv != 0) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "virDomainFree failed with %i on list_domain: %s", rv, LIBVIRT_G(last_error)); } else { resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, domain, 0 TSRMLS_CC); } domain = NULL; } efree(ids); expectedcount = virConnectNumOfDefinedDomains(conn->conn); DPRINTF("%s: virConnectNumOfDefinedDomains returned %d domains\n", PHPFUNC, expectedcount); if (expectedcount < 0) { DPRINTF("%s: virConnectNumOfDefinedDomains failed with error code %d\n", PHPFUNC, expectedcount); RETURN_FALSE; } names = (char **)emalloc(expectedcount*sizeof(char *)); count = virConnectListDefinedDomains(conn->conn, names, expectedcount); DPRINTF("%s: virConnectListDefinedDomains returned %d domains\n", PHPFUNC, count); if (count < 0) { DPRINTF("%s: virConnectListDefinedDomains failed with error code %d\n", PHPFUNC, count); RETURN_FALSE; } for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); DPRINTF("%s: Found inactive domain %s\n", PHPFUNC, names[i]); free(names[i]); } efree(names); } /* * Function name: libvirt_list_domain_resources * Since version: 0.4.1(-1) * Description: Function is used to list domain resources on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt domain resources array for the connection */ PHP_FUNCTION(libvirt_list_domain_resources) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; int *ids; char **names; int i; virDomainPtr domain = NULL; php_libvirt_domain *res_domain; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((expectedcount = virConnectNumOfDomains(conn->conn)) < 0) RETURN_FALSE; ids = (int *)emalloc(sizeof(int) * expectedcount); count = virConnectListDomains(conn->conn, ids, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(ids); RETURN_FALSE; } array_init(return_value); for (i = 0; i < count; i++) { domain = virDomainLookupByID(conn->conn, ids[i]); if (domain != NULL) { res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; VIRT_REGISTER_LIST_RESOURCE(domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); } } efree(ids); if ((expectedcount = virConnectNumOfDefinedDomains(conn->conn)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount*sizeof(char *)); count = virConnectListDefinedDomains(conn->conn, names, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } for (i = 0; i < count; i++) { domain = virDomainLookupByName(conn->conn, names[i]); if (domain != NULL) { res_domain = (php_libvirt_domain *)emalloc(sizeof(php_libvirt_domain)); res_domain->domain = domain; res_domain->conn = conn; VIRT_REGISTER_LIST_RESOURCE(domain); resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, res_domain->domain, 1 TSRMLS_CC); } free(names[i]); } efree(names); } /* * Function name: libvirt_list_active_domain_ids * Since version: 0.4.1(-1) * Description: Function is used to list active domain IDs on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt active domain ids array for the connection */ PHP_FUNCTION(libvirt_list_active_domain_ids) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; int *ids; int i; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((expectedcount = virConnectNumOfDomains(conn->conn)) < 0) RETURN_FALSE; ids = (int *)emalloc(sizeof(int) * expectedcount); count = virConnectListDomains(conn->conn, ids, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(ids); RETURN_FALSE; } array_init(return_value); for (i = 0; i < count; i++) add_next_index_long(return_value, ids[i]); efree(ids); } /* * Function name: libvirt_list_active_domains * Since version: 0.4.1(-1) * Description: Function is used to list active domain names on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt active domain names array for the connection */ PHP_FUNCTION(libvirt_list_active_domains) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; int *ids; int i; virDomainPtr domain = NULL; const char *name; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((expectedcount = virConnectNumOfDomains(conn->conn)) < 0) RETURN_FALSE; ids = (int *)emalloc(sizeof(int) * expectedcount); count = virConnectListDomains(conn->conn, ids, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(ids); RETURN_FALSE; } array_init(return_value); for (i = 0; i < count; i++) { domain = virDomainLookupByID(conn->conn, ids[i]); if (domain != NULL) { if (!(name = virDomainGetName(domain))) { efree(ids); RETURN_FALSE; } VIRT_ADD_NEXT_INDEX_STRING(return_value, name); if (virDomainFree(domain)) resource_change_counter(INT_RESOURCE_DOMAIN, conn->conn, domain, 0 TSRMLS_CC); } } efree(ids); } /* * Function name: libvirt_list_inactive_domains * Since version: 0.4.1(-1) * Description: Function is used to list inactive domain names on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt inactive domain names array for the connection */ PHP_FUNCTION(libvirt_list_inactive_domains) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; char **names; int i; GET_CONNECTION_FROM_ARGS("r", &zconn); if ((expectedcount = virConnectNumOfDefinedDomains(conn->conn)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount*sizeof(char *)); count = virConnectListDefinedDomains(conn->conn, names, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } array_init(return_value); for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); } /* * Function name: libvirt_list_all_networks * Since version: 0.5.3 * Description: Function is used to list networks on the connection * Arguments: @res [resource]: libvirt connection resource * @flags [int]: optional flags to filter the results for a smaller list of targetted networks (bitwise-OR VIR_CONNECT_LIST_NETWORKS_* constants) * Returns: libvirt network resources array for the connection */ PHP_FUNCTION(libvirt_list_all_networks) { php_libvirt_connection *conn = NULL; zval *zconn; zend_long flags = VIR_CONNECT_LIST_NETWORKS_ACTIVE | VIR_CONNECT_LIST_NETWORKS_INACTIVE; int count = -1; size_t i = 0; virNetworkPtr *nets = NULL; virNetworkPtr network = NULL; php_libvirt_network *res_network; GET_CONNECTION_FROM_ARGS("r|l", &zconn, &flags); if ((count = virConnectListAllNetworks(conn->conn, &nets, flags)) < 0) RETURN_FALSE; DPRINTF("%s: Found %d networks\n", PHPFUNC, count); array_init(return_value); for (i = 0; i < count; i++) { network = nets[i]; res_network = (php_libvirt_network *) emalloc(sizeof(php_libvirt_network)); res_network->network = network; res_network->conn = conn; VIRT_REGISTER_LIST_RESOURCE(network); resource_change_counter(INT_RESOURCE_NETWORK, conn->conn, res_network->network, 1 TSRMLS_CC); } } /* * Function name: libvirt_list_networks * Since version: 0.4.1(-1) * Description: Function is used to list networks on the connection * Arguments: @res [resource]: libvirt connection resource * @flags [int]: flags whether to list active, inactive or all networks (VIR_NETWORKS_{ACTIVE|INACTIVE|ALL} constants) * Returns: libvirt network names array for the connection */ PHP_FUNCTION(libvirt_list_networks) { php_libvirt_connection *conn = NULL; zval *zconn; zend_long flags = VIR_NETWORKS_ACTIVE | VIR_NETWORKS_INACTIVE; int count = -1; int expectedcount = -1; char **names; int i, done = 0; GET_CONNECTION_FROM_ARGS("r|l", &zconn, &flags); array_init(return_value); if (flags & VIR_NETWORKS_ACTIVE) { if ((expectedcount = virConnectNumOfNetworks(conn->conn)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount*sizeof(char *)); count = virConnectListNetworks(conn->conn, names, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); done++; } if (flags & VIR_NETWORKS_INACTIVE) { if ((expectedcount = virConnectNumOfDefinedNetworks(conn->conn)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount*sizeof(char *)); count = virConnectListDefinedNetworks(conn->conn, names, expectedcount); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); done++; } if (!done) RETURN_FALSE; } /* * Function name: libvirt_list_nodedevs * Since version: 0.4.1(-1) * Description: Function is used to list node devices on the connection * Arguments: @res [resource]: libvirt connection resource * @cap [string]: optional capability string * Returns: libvirt nodedev names array for the connection */ PHP_FUNCTION(libvirt_list_nodedevs) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; char *cap = NULL; char **names; int i; strsize_t cap_len; GET_CONNECTION_FROM_ARGS("r|s", &zconn, &cap, &cap_len); if ((expectedcount = virNodeNumOfDevices(conn->conn, cap, 0)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount*sizeof(char *)); count = virNodeListDevices(conn->conn, cap, names, expectedcount, 0); if ((count != expectedcount) || (count < 0)) { efree(names); RETURN_FALSE; } array_init(return_value); for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); } /* * Function name: libvirt_list_all_nwfilters * Since version: 0.5.4 * Description: Function is used to list nwfilters on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt nwfilter resources array for the connection */ PHP_FUNCTION(libvirt_list_all_nwfilters) { php_libvirt_nwfilter *res_nwfilter; php_libvirt_connection *conn = NULL; virNWFilterPtr *filters = NULL; virNWFilterPtr nwfilter = NULL; zval *zconn; int count = -1; size_t i = 0; GET_CONNECTION_FROM_ARGS("r", &zconn); /* in current libvirt version, flags are not used for this, so passing 0 */ if ((count = virConnectListAllNWFilters(conn->conn, &filters, 0)) < 0) RETURN_FALSE; DPRINTF("%s: Found %d nwfilters\n", PHPFUNC, count); array_init(return_value); for (i = 0; i < count; i++) { nwfilter = filters[i]; res_nwfilter = (php_libvirt_nwfilter *) emalloc(sizeof(php_libvirt_nwfilter)); res_nwfilter->nwfilter = nwfilter; res_nwfilter->conn = conn; resource_change_counter(INT_RESOURCE_NWFILTER, conn->conn, res_nwfilter->nwfilter, 1 TSRMLS_CC); VIRT_REGISTER_LIST_RESOURCE(nwfilter); } } /* * Function name: libvirt_list_nwfilters * Since version: 0.5.4 * Description: Function is used to list nwfilters on the connection * Arguments: @res [resource]: libvirt connection resource * Returns: libvirt nwfilter names array for the connection */ PHP_FUNCTION(libvirt_list_nwfilters) { php_libvirt_connection *conn = NULL; zval *zconn; int count = -1; int expectedcount = -1; char **names; int i, done = 0; GET_CONNECTION_FROM_ARGS("r", &zconn); array_init(return_value); if ((expectedcount = virConnectNumOfNWFilters(conn->conn)) < 0) RETURN_FALSE; names = (char **) emalloc(expectedcount * sizeof(char *)); count = virConnectListNWFilters(conn->conn, names, expectedcount); if (count != expectedcount || count < 0) { efree(names); DPRINTF("%s: virConnectListNWFilters returned %d filters, while %d was " "expected\n", PHPFUNC, count, expectedcount); RETURN_FALSE; } for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); done++; if (!done) RETURN_FALSE; } /* Nodedev functions */ /* * Function name: libvirt_nodedev_get * Since version: 0.4.1(-1) * Description: Function is used to get the node device by it's name * Arguments: @res [resource]: libvirt connection resource * @name [string]: name of the nodedev to get resource * Returns: libvirt nodedev resource */ PHP_FUNCTION(libvirt_nodedev_get) { php_libvirt_connection *conn = NULL; php_libvirt_nodedev *res_dev = NULL; virNodeDevice *dev; zval *zconn; char *name; strsize_t name_len; GET_CONNECTION_FROM_ARGS("rs", &zconn, &name, &name_len); if ((dev = virNodeDeviceLookupByName(conn->conn, name)) == NULL) { set_error("Cannot get find requested node device" TSRMLS_CC); RETURN_FALSE; } res_dev = (php_libvirt_nodedev *)emalloc(sizeof(php_libvirt_nodedev)); res_dev->device = dev; res_dev->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_dev->device); resource_change_counter(INT_RESOURCE_NODEDEV, conn->conn, res_dev->device, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_dev, le_libvirt_nodedev); } /* * Function name: libvirt_nodedev_capabilities * Since version: 0.4.1(-1) * Description: Function is used to list node devices by capabilities * Arguments: @res [resource]: libvirt nodedev resource * Returns: nodedev capabilities array */ PHP_FUNCTION(libvirt_nodedev_capabilities) { php_libvirt_nodedev *nodedev = NULL; zval *znodedev; int count = -1; int expectedcount = -1; char **names; int i; GET_NODEDEV_FROM_ARGS("r", &znodedev); if ((expectedcount = virNodeDeviceNumOfCaps(nodedev->device)) < 0) RETURN_FALSE; names = (char **)emalloc(expectedcount*sizeof(char *)); count = virNodeDeviceListCaps(nodedev->device, names, expectedcount); if ((count != expectedcount) || (count < 0)) RETURN_FALSE; array_init(return_value); for (i = 0; i < count; i++) { VIRT_ADD_NEXT_INDEX_STRING(return_value, names[i]); free(names[i]); } efree(names); } /* * Function name: libvirt_nodedev_get_xml_desc * Since version: 0.4.1(-1), changed 0.4.2 * Description: Function is used to get the node device's XML description * Arguments: @res [resource]: libvirt nodedev resource * @xpath [string]: optional xPath expression string to get just this entry, can be NULL * Returns: nodedev XML description string or result of xPath expression */ PHP_FUNCTION(libvirt_nodedev_get_xml_desc) { php_libvirt_nodedev *nodedev = NULL; zval *znodedev; char *tmp = NULL; char *xml = NULL; char *xpath = NULL; strsize_t xpath_len; int retval = -1; GET_NODEDEV_FROM_ARGS("r|s", &znodedev, &xpath, &xpath_len); if (xpath_len < 1) xpath = NULL; xml = virNodeDeviceGetXMLDesc(nodedev->device, 0); if (!xml) { set_error("Cannot get the device XML information" TSRMLS_CC); RETURN_FALSE; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if ((tmp == NULL) || (retval < 0)) VIRT_RETVAL_STRING(xml); else VIRT_RETVAL_STRING(tmp); free(xml); free(tmp); } /* * Function name: libvirt_nodedev_get_information * Since version: 0.4.1(-1) * Description: Function is used to get the node device's information * Arguments: @res [resource]: libvirt nodedev resource * Returns: nodedev information array */ PHP_FUNCTION(libvirt_nodedev_get_information) { php_libvirt_nodedev *nodedev = NULL; zval *znodedev; int retval = -1; char *xml = NULL; char *tmp = NULL; char *cap = NULL; GET_NODEDEV_FROM_ARGS("r", &znodedev); xml = virNodeDeviceGetXMLDesc(nodedev->device, 0); if (!xml) { set_error("Cannot get the device XML information" TSRMLS_CC); RETURN_FALSE; } array_init(return_value); /* Get name */ tmp = get_string_from_xpath(xml, "//device/name", NULL, &retval); if (tmp == NULL) { set_error("Invalid XPath node for device name" TSRMLS_CC); goto error; } if (retval < 0) { set_error("Cannot get XPath expression result for device name" TSRMLS_CC); goto error; } VIRT_ADD_ASSOC_STRING(return_value, "name", tmp); /* Get parent name */ free(tmp); tmp = get_string_from_xpath(xml, "//device/parent", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "parent", tmp); /* Get capability */ cap = get_string_from_xpath(xml, "//device/capability/@type", NULL, &retval); if ((cap != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "capability", cap); /* System capability is having hardware and firmware sub-blocks */ if (strcmp(cap, "system") == 0) { /* Get hardware vendor */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/hardware/vendor", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "hardware_vendor", tmp); /* Get hardware version */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/hardware/version", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "hardware_version", tmp); /* Get hardware serial */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/hardware/serial", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "hardware_serial", tmp); /* Get hardware UUID */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/hardware/uuid", NULL, &retval); if (tmp != NULL) VIRT_ADD_ASSOC_STRING(return_value, "hardware_uuid", tmp); /* Get firmware vendor */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/firmware/vendor", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "firmware_vendor", tmp); /* Get firmware version */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/firmware/version", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "firmware_version", tmp); /* Get firmware release date */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/firmware/release_date", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "firmware_release_date", tmp); } /* Get product_id */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/product/@id", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "product_id", tmp); /* Get product_name */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/product", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "product_name", tmp); /* Get vendor_id */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/vendor/@id", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "vendor_id", tmp); /* Get vendor_name */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/vendor", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "vendor_name", tmp); /* Get driver name */ free(tmp); tmp = get_string_from_xpath(xml, "//device/driver/name", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "driver_name", tmp); /* Get driver name */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/interface", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "interface_name", tmp); /* Get driver name */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/address", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "address", tmp); /* Get driver name */ free(tmp); tmp = get_string_from_xpath(xml, "//device/capability/capability/@type", NULL, &retval); if ((tmp != NULL) && (retval > 0)) VIRT_ADD_ASSOC_STRING(return_value, "capabilities", tmp); free(cap); free(tmp); free(xml); return; error: free(cap); free(tmp); free(xml); RETURN_FALSE; } /* Network functions */ /* * Function name: libvirt_network_define_xml * Since version: 0.4.2 * Description: Function is used to define a new virtual network based on the XML description * Arguments: @res [resource]: libvirt connection resource * @xml [string]: XML string definition of network to be defined * Returns: libvirt network resource of newly defined network */ PHP_FUNCTION(libvirt_network_define_xml) { php_libvirt_connection *conn = NULL; php_libvirt_network *res_net = NULL; virNetwork *net; zval *zconn; char *xml = NULL; strsize_t xml_len; GET_CONNECTION_FROM_ARGS("rs", &zconn, &xml, &xml_len); if ((net = virNetworkDefineXML(conn->conn, xml)) == NULL) { set_error_if_unset("Cannot define a new network" TSRMLS_CC); RETURN_FALSE; } res_net = (php_libvirt_network *)emalloc(sizeof(php_libvirt_network)); res_net->network = net; res_net->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_net->network); resource_change_counter(INT_RESOURCE_NETWORK, conn->conn, res_net->network, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_net, le_libvirt_network); } /* * Function name: libvirt_network_undefine * Since version: 0.4.2 * Description: Function is used to undefine already defined network * Arguments: @res [resource]: libvirt network resource * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_network_undefine) { php_libvirt_network *network = NULL; zval *znetwork; GET_NETWORK_FROM_ARGS("r", &znetwork); if (virNetworkUndefine(network->network) != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_network_get * Since version: 0.4.1(-1) * Description: Function is used to get the network resource from name * Arguments: @res [resource]: libvirt connection resource * @name [string]: network name string * Returns: libvirt network resource */ PHP_FUNCTION(libvirt_network_get) { php_libvirt_connection *conn = NULL; php_libvirt_network *res_net = NULL; virNetwork *net; zval *zconn; char *name; strsize_t name_len; GET_CONNECTION_FROM_ARGS("rs", &zconn, &name, &name_len); if ((net = virNetworkLookupByName(conn->conn, name)) == NULL) { set_error_if_unset("Cannot get find requested network" TSRMLS_CC); RETURN_FALSE; } res_net = (php_libvirt_network *)emalloc(sizeof(php_libvirt_network)); res_net->network = net; res_net->conn = conn; DPRINTF("%s: returning %p\n", PHPFUNC, res_net->network); resource_change_counter(INT_RESOURCE_NETWORK, conn->conn, res_net->network, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_net, le_libvirt_network); } /* * Function name: libvirt_network_get_bridge * Since version: 0.4.1(-1) * Description: Function is used to get the bridge associated with the network * Arguments: @res [resource]: libvirt network resource * Returns: bridge name string */ PHP_FUNCTION(libvirt_network_get_bridge) { php_libvirt_network *network; zval *znetwork; char *name; GET_NETWORK_FROM_ARGS("r", &znetwork); name = virNetworkGetBridgeName(network->network); if (name == NULL) { set_error_if_unset("Cannot get network bridge name" TSRMLS_CC); RETURN_FALSE; } VIRT_RETVAL_STRING(name); free(name); } /* * Function name: libvirt_network_get_active * Since version: 0.4.1(-1) * Description: Function is used to get the activity state of the network * Arguments: @res [resource]: libvirt network resource * Returns: 1 when active, 0 when inactive, FALSE on error */ PHP_FUNCTION(libvirt_network_get_active) { php_libvirt_network *network; zval *znetwork; int res; GET_NETWORK_FROM_ARGS("r", &znetwork); res = virNetworkIsActive(network->network); if (res == -1) { set_error_if_unset("Error getting virtual network state" TSRMLS_CC); RETURN_FALSE; } RETURN_LONG(res); } /* * Function name: libvirt_network_get_information * Since version: 0.4.1(-1) * Description: Function is used to get the network information * Arguments: @res [resource]: libvirt network resource * Returns: network information array */ PHP_FUNCTION(libvirt_network_get_information) { php_libvirt_network *network = NULL; zval *znetwork; int retval = 0; char *xml = NULL; char *name = NULL; char *ipaddr = NULL; char *netmask = NULL; char *mode = NULL; char *dev = NULL; char *dhcp_start = NULL; char *dhcp_end = NULL; char fixedtemp[32] = { 0 }; GET_NETWORK_FROM_ARGS("r", &znetwork); xml = virNetworkGetXMLDesc(network->network, 0); if (xml == NULL) { set_error_if_unset("Cannot get network XML" TSRMLS_CC); RETURN_FALSE; } array_init(return_value); /* Get name */ name = get_string_from_xpath(xml, "//network/name", NULL, &retval); if (name == NULL) { set_error("Invalid XPath node for network name" TSRMLS_CC); RETURN_FALSE; } if (retval < 0) { set_error("Cannot get XPath expression result for network name" TSRMLS_CC); RETURN_FALSE; } VIRT_ADD_ASSOC_STRING(return_value, "name", name); /* Get gateway IP address */ ipaddr = get_string_from_xpath(xml, "//network/ip/@address", NULL, &retval); if (ipaddr && retval > 0) VIRT_ADD_ASSOC_STRING(return_value, "ip", ipaddr); /* Get netmask */ netmask = get_string_from_xpath(xml, "//network/ip/@netmask", NULL, &retval); if (netmask && retval > 0) { int subnet_bits = get_subnet_bits(netmask); VIRT_ADD_ASSOC_STRING(return_value, "netmask", netmask); add_assoc_long(return_value, "netmask_bits", (long) subnet_bits); /* Format CIDR address representation */ ipaddr[strlen(ipaddr) - 1] = ipaddr[strlen(ipaddr) - 1] - 1; snprintf(fixedtemp, sizeof(fixedtemp), "%s/%d", ipaddr, subnet_bits); VIRT_ADD_ASSOC_STRING(return_value, "ip_range", fixedtemp); } /* Get forwarding settings */ mode = get_string_from_xpath(xml, "//network/forward/@mode", NULL, &retval); if (mode && retval > 0) VIRT_ADD_ASSOC_STRING(return_value, "forwarding", mode); /* Get forwarding settings */ dev = get_string_from_xpath(xml, "//network/forward/@dev", NULL, &retval); if (dev && retval > 0) VIRT_ADD_ASSOC_STRING(return_value, "forward_dev", dev); /* Get DHCP values */ dhcp_start = get_string_from_xpath(xml, "//network/ip/dhcp/range/@start", NULL, &retval); dhcp_end = get_string_from_xpath(xml, "//network/ip/dhcp/range/@end", NULL, &retval); if (dhcp_start && dhcp_end && retval > 0) { VIRT_ADD_ASSOC_STRING(return_value, "dhcp_start", dhcp_start); VIRT_ADD_ASSOC_STRING(return_value, "dhcp_end", dhcp_end); } free(dhcp_end); free(dhcp_start); free(dev); free(mode); free(netmask); free(ipaddr); free(name); free(xml); } /* * Function name: libvirt_network_set_active * Since version: 0.4.1(-1) * Description: Function is used to set the activity state of the network * Arguments: @res [resource]: libvirt network resource * @flags [int]: active * Returns: TRUE if success, FALSE on error */ PHP_FUNCTION(libvirt_network_set_active) { php_libvirt_network *network; zval *znetwork; zend_long act = 0; DPRINTF("%s: Setting network activity...\n", PHPFUNC); GET_NETWORK_FROM_ARGS("rl", &znetwork, &act); if ((act != 0) && (act != 1)) { set_error("Invalid network activity state" TSRMLS_CC); RETURN_FALSE; } DPRINTF("%s: %sabling network...\n", PHPFUNC, (act == 1) ? "En" : "Dis"); if (act == 1) { if (virNetworkCreate(network->network) == 0) { // Network is up and running RETURN_TRUE; } else { // We don't have to set error since it's caught by libvirt error handler itself RETURN_FALSE; } } if (virNetworkDestroy(network->network) == 0) { // Network is down RETURN_TRUE; } else { // Caught by libvirt error handler too RETURN_FALSE; } } /* * Function name: libvirt_network_get_xml_desc * Since version: 0.4.1(-1) * Description: Function is used to get the XML description for the network * Arguments: @res [resource]: libvirt network resource * @xpath [string]: optional xPath expression string to get just this entry, can be NULL * Returns: network XML string or result of xPath expression */ PHP_FUNCTION(libvirt_network_get_xml_desc) { php_libvirt_network *network; zval *znetwork; char *xml = NULL; char *xpath = NULL; char *tmp; strsize_t xpath_len; int retval = -1; GET_NETWORK_FROM_ARGS("r|s", &znetwork, &xpath, &xpath_len); if (xpath_len < 1) xpath = NULL; xml = virNetworkGetXMLDesc(network->network, 0); if (xml == NULL) { set_error_if_unset("Cannot get network XML" TSRMLS_CC); RETURN_FALSE; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if ((tmp == NULL) || (retval < 0)) { VIRT_RETVAL_STRING(xml); } else { VIRT_RETVAL_STRING(tmp); } free(xml); free(tmp); } /* * Function name: libvirt_network_get_uuid_string * Since version: 0.5.3 * Description: Function is used to get network's UUID in string format * Arguments: @res [resource]: libvirt network resource * Returns: network UUID string or FALSE on failure */ PHP_FUNCTION(libvirt_network_get_uuid_string) { php_libvirt_network *network = NULL; zval *znetwork; char *uuid = NULL; int ret = -1; GET_NETWORK_FROM_ARGS("r", &znetwork); uuid = (char *) emalloc(VIR_UUID_STRING_BUFLEN); ret = virNetworkGetUUIDString(network->network, uuid); DPRINTF("%s: virNetworkGetUUIDString(%p) returned %d (%s)\n", PHPFUNC, network->network, ret, uuid); if (ret != 0) RETURN_FALSE; VIRT_RETURN_STRING(uuid); efree(uuid); } /* * Function name: libvirt_network_get_uuid * Since version: 0.5.3 * Descirption: Function is used to get network's UUID in binary format * Arguments: @res [resource]: libvirt netowrk resource * Returns: network UUID in binary format or FALSE on failure */ PHP_FUNCTION(libvirt_network_get_uuid) { php_libvirt_network *network = NULL; zval *znetwork; char *uuid = NULL; int ret = -1; GET_NETWORK_FROM_ARGS("r", &znetwork); uuid = (char *) emalloc(VIR_UUID_BUFLEN); ret = virNetworkGetUUID(network->network, (unsigned char *)uuid); DPRINTF("%s: virNetworkGetUUID(%p, %p) returned %d\n", PHPFUNC, network->network, uuid, ret); if (ret != 0) RETURN_FALSE; VIRT_RETVAL_STRING(uuid); efree(uuid); } /* * Function name: libvirt_network_get_name * Since version: 0.5.3 * Description: Function is used to get network's name * Arguments: @res [resource]: libvirt network resource * Returns: network name string or FALSE on failure */ PHP_FUNCTION(libvirt_network_get_name) { php_libvirt_network *network = NULL; zval *znetwork; const char *name = NULL; GET_NETWORK_FROM_ARGS("r", &znetwork); name = virNetworkGetName(network->network); DPRINTF("%s: virNetworkGetName(%p) returned %s\n", PHPFUNC, network->network, name); if (name == NULL) RETURN_FALSE; /* name should not be freed as its lifetime is the same as network resource */ VIRT_RETURN_STRING(name); } /* * Function name: libvirt_network_get_autostart * Since version: 0.5.4 * Description: Function is getting the autostart value for the network * Arguments: @res [resource]: libvirt network resource * Returns: autostart value or -1 on error */ PHP_FUNCTION(libvirt_network_get_autostart) { php_libvirt_network *network = NULL; zval *znetwork; int autostart; GET_NETWORK_FROM_ARGS("r", &znetwork); if (virNetworkGetAutostart(network->network, &autostart) != 0) RETURN_LONG(-1); RETURN_LONG((long) autostart); } /* * Function name: libvirt_network_set_autostart * Since version: 0.5.4 * Description: Function is setting the autostart value for the network * Arguments: @res [resource]: libvirt network resource * @flags [int]: flag to enable/disable autostart * Returns: TRUE on success, FALSE on error */ PHP_FUNCTION(libvirt_network_set_autostart) { php_libvirt_network *network = NULL; zval *znetwork; zend_long autostart = 0; GET_NETWORK_FROM_ARGS("rl", &znetwork, &autostart); if (virNetworkSetAutostart(network->network, autostart) < 0) RETURN_FALSE; RETURN_TRUE; } /* NWFilter functions */ /* * Function name: libvirt_nwfilter_define_xml * Since version: 0.5.4 * Description: Function is used to define a new nwfilter based on the XML description * Arguments: @res [resource]: libvirt connection resource * @xml [string]: XML string definition of nwfilter to be defined * Returns: libvirt nwfilter resource of newly defined nwfilter */ PHP_FUNCTION(libvirt_nwfilter_define_xml) { php_libvirt_connection *conn = NULL; php_libvirt_nwfilter *res_nwfilter = NULL; virNWFilter *nwfilter; zval *zconn; char *xml = NULL; strsize_t xml_len; GET_CONNECTION_FROM_ARGS("rs", &zconn, &xml, &xml_len); if ((nwfilter = virNWFilterDefineXML(conn->conn, xml)) == NULL) { set_error_if_unset("Cannot define a new NWFilter" TSRMLS_CC); RETURN_FALSE; } res_nwfilter = (php_libvirt_nwfilter *) emalloc(sizeof(php_libvirt_nwfilter)); res_nwfilter->nwfilter = nwfilter; res_nwfilter->conn = conn; resource_change_counter(INT_RESOURCE_NWFILTER, conn->conn, res_nwfilter->nwfilter, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_nwfilter, le_libvirt_nwfilter); } /* * Function name: libvirt_nwfilter_undefine * Since version: 0.5.4 * Description: Function is used to undefine already defined nwfilter * Arguments: @res [resource]: libvirt nwfilter resource * Returns: TRUE for success, FALSE on error */ PHP_FUNCTION(libvirt_nwfilter_undefine) { php_libvirt_nwfilter *nwfilter = NULL; zval *znwfilter; GET_NWFILTER_FROM_ARGS("r", &znwfilter); if (virNWFilterUndefine(nwfilter->nwfilter) != 0) RETURN_FALSE; RETURN_TRUE; } /* * Function name: libvirt_nwfilter_get_xml_desc * Since version: 0.5.4 * Description: Function is used to get the XML description for the nwfilter * Arguments: @res [resource]: libvirt nwfilter resource * @xpath [string]: optional xPath expression string to get just this entry, can be NULL * Returns: nwfilter XML string or result of xPath expression */ PHP_FUNCTION(libvirt_nwfilter_get_xml_desc) { php_libvirt_nwfilter *nwfilter = NULL; zval *znwfilter; char *xml = NULL; char *xpath = NULL; char *tmp; strsize_t xpath_len; int retval = -1; GET_NWFILTER_FROM_ARGS("r|s", &znwfilter, &xpath, &xpath_len); if (xpath_len < 1) xpath = NULL; xml = virNWFilterGetXMLDesc(nwfilter->nwfilter, 0); if (xml == NULL) { set_error_if_unset("Cannot get nwfilter XML" TSRMLS_CC); RETURN_FALSE; } tmp = get_string_from_xpath(xml, xpath, NULL, &retval); if (tmp == NULL || retval < 0) VIRT_RETVAL_STRING(xml); else VIRT_RETVAL_STRING(tmp); free(xml); free(tmp); } /* * Function name: libvirt_nwfilter_get_uuid_string * Since version: 0.5.4 * Description: Function is used to get nwfilter's UUID in string format * Arguments: @res [resource]: libvirt nwfilter resource * Returns: nwfilter UUID string or FALSE on failure */ PHP_FUNCTION(libvirt_nwfilter_get_uuid_string) { php_libvirt_nwfilter *nwfilter = NULL; zval *znwfilter; char *uuid = NULL; int ret = -1; GET_NWFILTER_FROM_ARGS("r", &znwfilter); uuid = (char *) emalloc(VIR_UUID_STRING_BUFLEN); ret = virNWFilterGetUUIDString(nwfilter->nwfilter, uuid); DPRINTF("%s: virNWFilterGetUUIDString(%p) returned %d (%s)\n", PHPFUNC, nwfilter->nwfilter, ret, uuid); if (ret != 0) RETURN_FALSE; VIRT_RETURN_STRING(uuid); efree(uuid); } /* * Function name: libvirt_nwfilter_get_uuid * Since version: 0.5.3 * Descirption: Function is used to get nwfilter's UUID in binary format * Arguments: @res [resource]: libvirt netowrk resource * Returns: nwfilter UUID in binary format or FALSE on failure */ PHP_FUNCTION(libvirt_nwfilter_get_uuid) { php_libvirt_nwfilter *nwfilter = NULL; zval *znwfilter; char *uuid = NULL; int ret = -1; GET_NWFILTER_FROM_ARGS("r", &znwfilter); uuid = (char *) emalloc(VIR_UUID_BUFLEN); ret = virNWFilterGetUUID(nwfilter->nwfilter, (unsigned char *) uuid); DPRINTF("%s: virNWFilterUUID(%p, %p) returned %d\n", PHPFUNC, nwfilter->nwfilter, uuid, ret); if (ret != 0) RETURN_FALSE; VIRT_RETVAL_STRING(uuid); efree(uuid); } /* * Function name: libvirt_nwfilter_get_name * Since version: 0.5.4 * Description: Function is used to get nwfilter's name * Arguments: @res [resource]: libvirt nwfilter resource * Returns: nwfilter name string or FALSE on failure */ PHP_FUNCTION(libvirt_nwfilter_get_name) { php_libvirt_nwfilter *nwfilter = NULL; zval *znwfilter; const char *name = NULL; GET_NWFILTER_FROM_ARGS("r", &znwfilter); name = virNWFilterGetName(nwfilter->nwfilter); DPRINTF("%s: virNWFilterGetName(%p) returned %s\n", PHPFUNC, nwfilter->nwfilter, name); if (name == NULL) RETURN_FALSE; /* name should not be freed as its lifetime is the same as nwfilter resource */ VIRT_RETURN_STRING(name); } /* * Function name: libvirt_nwfilter_lookup_by_name * Since version: 0.5.4 * Description: This functions is used to lookup for the nwfilter by it's name * Arguments: @res [resource]: libvirt connection resource * @name [string]: name of the nwfilter to get the resource * Returns: libvirt nwfilter resource */ PHP_FUNCTION(libvirt_nwfilter_lookup_by_name) { php_libvirt_nwfilter *res_nwfilter = NULL; php_libvirt_connection *conn = NULL; virNWFilterPtr nwfilter = NULL; zval *zconn; strsize_t name_len; char *name = NULL; GET_CONNECTION_FROM_ARGS("rs", &zconn, &name, &name_len); if (name == NULL || name_len < 1) RETURN_FALSE; nwfilter = virNWFilterLookupByName(conn->conn, name); if (nwfilter == NULL) RETURN_FALSE; res_nwfilter = (php_libvirt_nwfilter *) emalloc(sizeof(php_libvirt_nwfilter)); res_nwfilter->conn = conn; res_nwfilter->nwfilter = nwfilter; resource_change_counter(INT_RESOURCE_NWFILTER, conn->conn, res_nwfilter->nwfilter, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_nwfilter, le_libvirt_nwfilter); } /* * Function name: libvirt_nwfilter_lookup_by_uuid_string * Since version: 0.5.4 * Description: Function is used to lookup for nwfilter identified by UUID string * Arguments: @res [resource]: libvirt connection resource * @uuid [string]: UUID string to look for nwfilter * Returns: libvirt nwfilter resource */ PHP_FUNCTION(libvirt_nwfilter_lookup_by_uuid_string) { php_libvirt_nwfilter *res_nwfilter = NULL; php_libvirt_connection *conn = NULL; virNWFilterPtr nwfilter = NULL; zval *zconn; char *uuid = NULL; strsize_t uuid_len; GET_CONNECTION_FROM_ARGS("rs", &zconn, &uuid, &uuid_len); if (uuid == NULL || uuid_len < 1) RETURN_FALSE; nwfilter = virNWFilterLookupByUUIDString(conn->conn, uuid); if (nwfilter == NULL) RETURN_FALSE; res_nwfilter = (php_libvirt_nwfilter *) emalloc(sizeof(php_libvirt_nwfilter)); res_nwfilter->conn = conn; res_nwfilter->nwfilter = nwfilter; resource_change_counter(INT_RESOURCE_NWFILTER, conn->conn, res_nwfilter->nwfilter, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_nwfilter, le_libvirt_nwfilter); } /* * Function name: libvirt_nwfilter_lookup_by_uuid * Since version: 0.5.4 * Description: Function is used to lookup for nwfilter by it's UUID in the binary format * Arguments: @res [resource]: libvirt connection resource from libvirt_connect() * @uuid [string]: binary defined UUID to look for * Returns: libvirt nwfilter resource */ PHP_FUNCTION(libvirt_nwfilter_lookup_by_uuid) { php_libvirt_nwfilter *res_nwfilter = NULL; php_libvirt_connection *conn = NULL; virNWFilterPtr nwfilter = NULL; zval *zconn; strsize_t uuid_len; unsigned char *uuid = NULL; GET_CONNECTION_FROM_ARGS("rs", &zconn, &uuid, &uuid_len); if ((uuid == NULL) || (uuid_len < 1)) RETURN_FALSE; nwfilter = virNWFilterLookupByUUID(conn->conn, uuid); if (nwfilter == NULL) RETURN_FALSE; res_nwfilter = (php_libvirt_nwfilter *) emalloc(sizeof(php_libvirt_nwfilter)); res_nwfilter->conn = conn; res_nwfilter->nwfilter = nwfilter; resource_change_counter(INT_RESOURCE_NWFILTER, conn->conn, res_nwfilter->nwfilter, 1 TSRMLS_CC); VIRT_REGISTER_RESOURCE(res_nwfilter, le_libvirt_nwfilter); } /* * Function name: libvirt_version * Since version: 0.4.1(-1) * Description: Function is used to get libvirt, driver and libvirt-php version numbers. Can be used for information purposes, for version checking please use libvirt_check_version() defined below * Arguments: @type [string]: optional type string to identify driver to look at * Returns: libvirt, type (driver) and connector (libvirt-php) version numbers array */ PHP_FUNCTION(libvirt_version) { unsigned long libVer; unsigned long typeVer; strsize_t type_len; char *type = NULL; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &type, &type_len) == FAILURE) { set_error("Invalid arguments" TSRMLS_CC); RETURN_FALSE; } if (ZEND_NUM_ARGS() == 0) { if (virGetVersion(&libVer, NULL, NULL) != 0) RETURN_FALSE; } else { if (virGetVersion(&libVer, type, &typeVer) != 0) RETURN_FALSE; } /* The version is returned as: major * 1,000,000 + minor * 1,000 + release. */ array_init(return_value); add_assoc_long(return_value, "libvirt.release", (long)(libVer % 1000)); add_assoc_long(return_value, "libvirt.minor", (long)((libVer/1000) % 1000)); add_assoc_long(return_value, "libvirt.major", (long)((libVer/1000000) % 1000)); VIRT_ADD_ASSOC_STRING(return_value, "connector.version", PHP_LIBVIRT_WORLD_VERSION); add_assoc_long(return_value, "connector.major", VERSION_MAJOR); add_assoc_long(return_value, "connector.minor", VERSION_MINOR); add_assoc_long(return_value, "connector.release", VERSION_MICRO); if (ZEND_NUM_ARGS() > 0) { add_assoc_long(return_value, "type.release", (long)(typeVer % 1000)); add_assoc_long(return_value, "type.minor", (long)((typeVer/1000) % 1000)); add_assoc_long(return_value, "type.major", (long)((typeVer/1000000) % 1000)); } } /* * Function name: libvirt_check_version * Since version: 0.4.1(-1) * Description: Function is used to check major, minor and micro (also sometimes called release) versions of libvirt-php or libvirt itself. This could useful when you want your application to support only versions of libvirt or libvirt-php higher than some version specified. * Arguments: @major [long]: major version number to check for * @minor [long]: minor version number to check for * @micro [long]: micro (also release) version number to check for * @type [long]: type of checking, VIR_VERSION_BINDING to check against libvirt-php binding or VIR_VERSION_LIBVIRT to check against libvirt version * Returns: TRUE if version is equal or higher than required, FALSE if not, FALSE with error [for libvirt_get_last_error()] on unsupported version type check */ PHP_FUNCTION(libvirt_check_version) { unsigned long libVer; zend_long major = 0, minor = 0, micro = 0, type = VIR_VERSION_BINDING; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lll|l", &major, &minor, µ, &type) == FAILURE) { set_error("Invalid arguments" TSRMLS_CC); RETURN_FALSE; } if (virGetVersion(&libVer, NULL, NULL) != 0) RETURN_FALSE; DPRINTF("%s: Checking for version %lu.%lu.%lu of %s\n", PHPFUNC, major, minor, micro, (type == VIR_VERSION_BINDING) ? "php bindings" : ((type == VIR_VERSION_LIBVIRT) ? "libvirt" : "unknown")); if (type == VIR_VERSION_BINDING) { if ((VERSION_MAJOR > major) || ((VERSION_MAJOR == major) && (VERSION_MINOR > minor)) || ((VERSION_MAJOR == major) && (VERSION_MINOR == minor) && (VERSION_MICRO >= micro))) RETURN_TRUE; } else { if (type == VIR_VERSION_LIBVIRT) { if ((((libVer/1000000) % 1000) > major) || ((((libVer/1000000) % 1000) == major) && (((libVer/1000) % 1000) > minor)) || ((((libVer/1000000) % 1000) == major) && (((libVer/1000) % 1000) == minor) && ((libVer % 1000) >= micro))) RETURN_TRUE; } else { set_error("Invalid version type" TSRMLS_CC); } } RETURN_FALSE; } /* * Function name: libvirt_has_feature * Since version: 0.4.1(-3) * Description: Function to check for feature existence for working libvirt instance * Arguments: @name [string]: feature name * Returns: TRUE if feature is supported, FALSE otherwise */ PHP_FUNCTION(libvirt_has_feature) { char *name = NULL; strsize_t name_len = 0; const char *binary = NULL; int ret = 0; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &name, &name_len) == FAILURE) { set_error("Invalid argument" TSRMLS_CC); RETURN_FALSE; } binary = get_feature_binary(name); ret = ((binary != NULL) || (has_builtin(name))); if (ret) RETURN_TRUE; RETURN_FALSE; } /* * Function name: libvirt_get_iso_images * Since version: 0.4.1(-3) * Description: Function to get the ISO images on path and return them in the array * Arguments: @path [string]: string of path where to look for the ISO images * Returns: ISO image array on success, FALSE otherwise */ PHP_FUNCTION(libvirt_get_iso_images) { char *path = NULL; strsize_t path_len = 0; #ifndef EXTWIN struct dirent *entry; DIR *d = NULL; #endif int num = 0; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &path, &path_len) == FAILURE) { set_error("Invalid argument" TSRMLS_CC); RETURN_FALSE; } if (LIBVIRT_G(iso_path_ini)) path = strdup(LIBVIRT_G(iso_path_ini)); if ((path == NULL) || (path[0] != '/')) { set_error("Invalid argument, path must be set and absolute (start by slash character [/])" TSRMLS_CC); RETURN_FALSE; } DPRINTF("%s: Getting ISO images on path %s\n", PHPFUNC, path); #ifndef EXTWIN if ((d = opendir(path)) != NULL) { array_init(return_value); while ((entry = readdir(d)) != NULL) { if (strcasecmp(entry->d_name + strlen(entry->d_name) - 4, ".iso") == 0) { VIRT_ADD_NEXT_INDEX_STRING(return_value, entry->d_name); num++; } } closedir(d); } else { printf("Error: %d\n", errno); } #endif if (num == 0) RETURN_FALSE; } /* * Function name: libvirt_print_binding_resources * Since version: 0.4.2 * Description: Function to print the binding resources, although the resource information are printed, they are returned in the return_value * Arguments: None * Returns: bindings resource information */ PHP_FUNCTION(libvirt_print_binding_resources) { int binding_resources_count = 0; resource_info *binding_resources; char tmp[256] = { 0 }; int i; binding_resources_count = LIBVIRT_G(binding_resources_count); binding_resources = LIBVIRT_G(binding_resources); array_init(return_value); for (i = 0; i < binding_resources_count; i++) { if (binding_resources[i].overwrite == 0) { if (binding_resources[i].conn != NULL) snprintf(tmp, sizeof(tmp), "Libvirt %s resource at 0x%lx (connection %lx)", translate_counter_type(binding_resources[i].type), (long)binding_resources[i].mem, (long)binding_resources[i].conn); else snprintf(tmp, sizeof(tmp), "Libvirt %s resource at 0x%lx", translate_counter_type(binding_resources[i].type), (long)binding_resources[i].mem); VIRT_ADD_NEXT_INDEX_STRING(return_value, tmp); } } if (binding_resources_count == 0) RETURN_FALSE; } #ifdef DEBUG_SUPPORT /* * Function name: libvirt_logfile_set * Since version: 0.4.2 * Description: Function to set the log file for the libvirt module instance * Arguments: @filename [string]: log filename or NULL to disable logging * @maxsize [long]: optional maximum log file size argument in KiB, default value can be found in PHPInfo() output * Returns: TRUE if log file has been successfully set, FALSE otherwise */ PHP_FUNCTION(libvirt_logfile_set) { char *filename = NULL; zend_long maxsize = DEFAULT_LOG_MAXSIZE; strsize_t filename_len = 0; int err; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &filename, &filename_len, &maxsize) == FAILURE) { set_error("Invalid argument" TSRMLS_CC); RETURN_FALSE; } if ((filename == NULL) || (strcasecmp(filename, "null") == 0)) err = set_logfile(NULL, 0 TSRMLS_CC); else err = set_logfile(filename, maxsize TSRMLS_CC); if (err < 0) { char tmp[1024] = { 0 }; snprintf(tmp, sizeof(tmp), "Cannot set the log file to %s, error code = %d (%s)", filename, err, strerror(-err)); set_error(tmp TSRMLS_CC); RETURN_FALSE; } RETURN_TRUE; } #endif ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/libvirt-php.h�����������������������������������������������������������������0000644�0001750�0001750�00000045465�13140330111�014102� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* * libvirt-php.h: libvirt PHP bindings header file * * See COPYING for the license of this software * * Written by: * Radek Hladik <r.hladik@cybersales.cz> * Michal Novotny <minovotn@redhat.com> * David King * Jan-Paul van Burgsteden * Lyre <liyong@skybility.com> (or <4179e1@gmail.com>) * Daniel P. Berrange <berrange@redhat.com> * Tiziano Mueller <dev-zero@gentoo.org> * Yukihiro Kawada <warp.kawada@gmail.com> */ #ifndef PHP_LIBVIRT_H #define PHP_LIBVIRT_H 1 /* Network constants */ #define VIR_NETWORKS_ACTIVE 1 #define VIR_NETWORKS_INACTIVE 2 /* Version constants */ #define VIR_VERSION_BINDING 1 #define VIR_VERSION_LIBVIRT 2 #ifdef _MSC_VER #define EXTWIN #endif #ifdef EXTWIN #define COMPILE_DL_LIBVIRT #endif #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef COMPILE_DL_LIBVIRT #undef PACKAGE_BUGREPORT #undef PACKAGE_NAME #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_URL #undef PACKAGE_VERSION #include "php.h" #ifdef ZTS #include "TSRM.h" #endif #include "php_ini.h" #ifdef EXTWIN #include "ext/standard/info.h" #else #include "standard/info.h" #endif #endif #ifndef VERSION #define VERSION "0.5.1" #define VERSION_MAJOR 0 #define VERSION_MINOR 5 #define VERSION_MICRO 1 #endif #include <libvirt/libvirt.h> #include <libvirt/virterror.h> #include <libvirt/libvirt-qemu.h> #include <libxml/parser.h> #include <libxml/xpath.h> #include <fcntl.h> #include <sys/types.h> #ifndef EXTWIN #include <inttypes.h> #include <dirent.h> #include <strings.h> #include <sys/socket.h> #include <sys/wait.h> #include <netdb.h> #include <stdint.h> #include <libgen.h> #else #define PRIx32 "I32x" #define PRIx64 "I64x" #ifdef EXTWIN #if (_MSC_VER < 1300) typedef signed char int8_t; typedef signed short int16_t; typedef signed int int32_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; #else typedef signed __int8 int8_t; typedef signed __int16 int16_t; typedef signed __int32 int32_t; typedef unsigned __int8 uint8_t; typedef unsigned __int16 uint16_t; typedef unsigned __int32 uint32_t; #endif typedef signed __int64 int64_t; typedef unsigned __int64 uint64_t; #endif #endif #ifdef __i386__ typedef uint32_t arch_uint; #define UINTx PRIx32 #else typedef uint64_t arch_uint; #define UINTx PRIx64 #endif #if PHP_MAJOR_VERSION >= 7 typedef size_t strsize_t; typedef zend_resource virt_resource; typedef virt_resource *virt_resource_handle; #define VIRT_RETURN_RESOURCE(_resource) \ RETVAL_RES(_resource) #define VIRT_REGISTER_RESOURCE(_resource, _le_resource) \ VIRT_RETURN_RESOURCE(zend_register_resource(_resource, _le_resource)) #define VIRT_REGISTER_LIST_RESOURCE(_name) do { \ zval zret; \ ZVAL_RES(&zret, zend_register_resource(res_##_name, le_libvirt_##_name)); \ add_next_index_zval(return_value, &zret); \ } while(0) #define VIRT_RESOURCE_HANDLE(_resource) \ Z_RES_P(_resource) #define VIRT_FETCH_RESOURCE(_state, _type, _zval, _name, _le) \ if ((_state = (_type)zend_fetch_resource(Z_RES_P(*_zval), _name, _le)) == NULL) { \ RETURN_FALSE; \ } #define VIRT_RETVAL_STRING(_str) \ RETVAL_STRING(_str) #define VIRT_RETVAL_STRINGL(_str, _len) \ RETVAL_STRINGL(_str, _len) #define VIRT_RETURN_STRING(_str) \ RETURN_STRING(_str) #define VIRT_RETURN_STRINGL(_str, _len) \ RETURN_STRINGL(_str, _len) #define VIRT_ZVAL_STRINGL(_zv, _str, _len) \ ZVAL_STRINGL(_zv, _str, _len) #define VIRT_ADD_INDEX_STRING(_arg, _idx, _str) \ add_index_string(_arg, _idx, _str) #define VIRT_ADD_NEXT_INDEX_STRING(_arg, _str) \ add_next_index_string(_arg, _str) #define VIRT_ADD_ASSOC_STRING(_arg, _key, _str) \ add_assoc_string(_arg, _key, _str) #define VIRT_ADD_ASSOC_STRING_EX(_arg, _key, _key_len, _value) \ add_assoc_string_ex(_arg, _key, _key_len, _value) #define VIRT_FOREACH(_ht, _pos, _zv) \ for (zend_hash_internal_pointer_reset_ex(_ht, &_pos); \ (_zv = zend_hash_get_current_data_ex(_ht, &_pos)) != NULL; \ zend_hash_move_forward_ex(_ht, &_pos)) \ #define VIRT_FOREACH_END(_dummy) #define VIRT_HASH_CURRENT_KEY_INFO(_ht, _pos, _idx, _info) \ do { \ zend_string *tmp_key_info; \ _info.type = zend_hash_get_current_key_ex(_ht, &tmp_key_info, &_idx, &_pos); \ _info.name = ZSTR_VAL(tmp_key_info); \ _info.length = ZSTR_LEN(tmp_key_info); \ } while(0) #define VIRT_ARRAY_INIT(_name) do { \ zval z##_name; \ _name = &z##_name; \ array_init(_name); \ } while(0) #else /* PHP_MAJOR_VERSION < 7 */ typedef int strsize_t; typedef long zend_long; typedef unsigned long zend_ulong; typedef zend_rsrc_list_entry virt_resource; typedef long virt_resource_handle; #define VIRT_RETURN_RESOURCE(_resource) \ RETVAL_RESOURCE((long) _resource) #define VIRT_REGISTER_RESOURCE(_resource, _le_resource) \ ZEND_REGISTER_RESOURCE(return_value, _resource, _le_resource) #define VIRT_REGISTER_LIST_RESOURCE(_name) do { \ zval *zret; \ ALLOC_INIT_ZVAL(zret); \ ZEND_REGISTER_RESOURCE(zret, res_##_name, le_libvirt_##_name); \ add_next_index_zval(return_value, zret); \ } while(0) #define VIRT_RESOURCE_HANDLE(_resource) \ Z_LVAL_P(_resource) #define VIRT_FETCH_RESOURCE(_state, _type, _zval, _name, _le) \ ZEND_FETCH_RESOURCE(_state, _type, _zval, -1, _name, _le); #define VIRT_RETVAL_STRING(_str) \ RETVAL_STRING(_str, 1) #define VIRT_RETVAL_STRINGL(_str, _len) \ RETVAL_STRINGL(_str, _len, 1) #define VIRT_RETURN_STRING(_str) \ RETURN_STRING(_str, 1) #define VIRT_RETURN_STRINGL(_str, _len) \ RETURN_STRINGL(_str, _len, 1) #define VIRT_ZVAL_STRINGL(_zv, _str, _len) \ ZVAL_STRINGL(_zv, _str, _len, 1) #define VIRT_ADD_INDEX_STRING(_arg, _idx, _str) \ add_index_string(_arg, _idx, _str, 1) #define VIRT_ADD_NEXT_INDEX_STRING(_arg, _str) \ add_next_index_string(_arg, _str, 1) #define VIRT_ADD_ASSOC_STRING(_arg, _key, _str) \ add_assoc_string(_arg, _key, _str, 1) #define VIRT_ADD_ASSOC_STRING_EX(_arg, _key, _key_len, _value) \ add_assoc_string_ex(_arg, _key, _key_len, _value, 1) #define VIRT_FOREACH(_ht, _pos, _zv) \ { \ zval **pzv = &_zv; \ for (zend_hash_internal_pointer_reset_ex(_ht, &_pos); \ zend_hash_get_current_data_ex(_ht, (void **) &pzv, &_pos) == SUCCESS; \ zend_hash_move_forward_ex(_ht, &_pos)) { \ _zv = *pzv; #define VIRT_FOREACH_END(_dummy) \ }} #define VIRT_HASH_CURRENT_KEY_INFO(_ht, _pos, _idx, _info) \ do { \ _info.type = zend_hash_get_current_key_ex(_ht, &_info.name, &_info.length, &_idx, 0, &_pos); \ } while(0) #define VIRT_ARRAY_INIT(_name) do {\ ALLOC_INIT_ZVAL(_name); \ array_init(_name); \ } while(0) #endif /* PHP_MAJOR_VERSION < 7 */ typedef struct tTokenizer { char **tokens; int numTokens; } tTokenizer; typedef struct _resource_info { int type; virConnectPtr conn; void *mem; int overwrite; } resource_info; #ifdef ZTS #define LIBVIRT_G(v) TSRMG(libvirt_globals_id, zend_libvirt_globals *, v) #else #define LIBVIRT_G(v) (libvirt_globals.v) #endif #define PHP_LIBVIRT_WORLD_VERSION VERSION #define PHP_LIBVIRT_WORLD_EXTNAME "libvirt" /* Connect flags */ #define CONNECT_FLAG_SOUNDHW_GET_NAMES 0x01 /* Domain flags */ #define DOMAIN_FLAG_FEATURE_ACPI 0x01 #define DOMAIN_FLAG_FEATURE_APIC 0x02 #define DOMAIN_FLAG_FEATURE_PAE 0x04 #define DOMAIN_FLAG_CLOCK_LOCALTIME 0x08 #define DOMAIN_FLAG_TEST_LOCAL_VNC 0x10 #define DOMAIN_FLAG_SOUND_AC97 0x20 /* Domain disk flags */ #define DOMAIN_DISK_FILE 0x01 #define DOMAIN_DISK_BLOCK 0x02 #define DOMAIN_DISK_ACCESS_ALL 0x04 /* Internal resource identifier objects */ #define INT_RESOURCE_CONNECTION 0x01 #define INT_RESOURCE_DOMAIN 0x02 #define INT_RESOURCE_NETWORK 0x04 #define INT_RESOURCE_NODEDEV 0x08 #define INT_RESOURCE_STORAGEPOOL 0x10 #define INT_RESOURCE_VOLUME 0x20 #define INT_RESOURCE_SNAPSHOT 0x40 #define INT_RESOURCE_STREAM 0x50 #define INT_RESOURCE_NWFILTER 0x60 typedef struct tVMDisk { char *path; char *driver; char *bus; char *dev; unsigned long long size; int flags; } tVMDisk; typedef struct tVMNetwork { char *mac; char *network; char *model; } tVMNetwork; /* Libvirt-php types */ typedef struct _php_libvirt_connection { virConnectPtr conn; virt_resource_handle resource; } php_libvirt_connection; typedef struct _php_libvirt_stream { virStreamPtr stream; php_libvirt_connection* conn; } php_libvirt_stream; typedef struct _php_libvirt_domain { virDomainPtr domain; php_libvirt_connection* conn; } php_libvirt_domain; typedef struct _php_libvirt_snapshot { virDomainSnapshotPtr snapshot; php_libvirt_domain* domain; } php_libvirt_snapshot; typedef struct _php_libvirt_network { virNetworkPtr network; php_libvirt_connection* conn; } php_libvirt_network; typedef struct _php_libvirt_nodedev { virNodeDevicePtr device; php_libvirt_connection* conn; } php_libvirt_nodedev; typedef struct _php_libvirt_storagepool { virStoragePoolPtr pool; php_libvirt_connection* conn; } php_libvirt_storagepool; typedef struct _php_libvirt_volume { virStorageVolPtr volume; php_libvirt_connection* conn; } php_libvirt_volume; typedef struct _php_libvirt_nwfilter { virNWFilterPtr nwfilter; php_libvirt_connection* conn; } php_libvirt_nwfilter; typedef struct _php_libvirt_cred_value { int count; int type; char *result; unsigned int resultlen; } php_libvirt_cred_value; typedef struct _php_libvirt_hash_key_info { char *name; unsigned int length; unsigned int type; } php_libvirt_hash_key_info; /* Private definitions */ int set_logfile(char *filename, long maxsize TSRMLS_DC); char *get_datetime(void); char *get_string_from_xpath(char *xml, char *xpath, zval **val, int *retVal); char **get_array_from_xpath(char *xml, char *xpath, int *num); #define PHP_LIBVIRT_CONNECTION_RES_NAME "Libvirt connection" #define PHP_LIBVIRT_DOMAIN_RES_NAME "Libvirt domain" #define PHP_LIBVIRT_STREAM_RES_NAME "Libvirt stream" #define PHP_LIBVIRT_STORAGEPOOL_RES_NAME "Libvirt storagepool" #define PHP_LIBVIRT_VOLUME_RES_NAME "Libvirt volume" #define PHP_LIBVIRT_NETWORK_RES_NAME "Libvirt virtual network" #define PHP_LIBVIRT_NODEDEV_RES_NAME "Libvirt node device" #define PHP_LIBVIRT_SNAPSHOT_RES_NAME "Libvirt domain snapshot" #define PHP_LIBVIRT_NWFILTER_RES_NAME "Libvirt nwfilter" PHP_MINIT_FUNCTION(libvirt); PHP_MSHUTDOWN_FUNCTION(libvirt); PHP_RINIT_FUNCTION(libvirt); PHP_RSHUTDOWN_FUNCTION(libvirt); PHP_MINFO_FUNCTION(libvirt); /* Common functions */ PHP_FUNCTION(libvirt_get_last_error); /* Connect functions */ PHP_FUNCTION(libvirt_connect); PHP_FUNCTION(libvirt_connect_get_uri); PHP_FUNCTION(libvirt_connect_get_hostname); PHP_FUNCTION(libvirt_connect_get_hypervisor); PHP_FUNCTION(libvirt_connect_get_capabilities); PHP_FUNCTION(libvirt_connect_get_emulator); PHP_FUNCTION(libvirt_connect_get_nic_models); PHP_FUNCTION(libvirt_connect_get_soundhw_models); PHP_FUNCTION(libvirt_connect_get_maxvcpus); PHP_FUNCTION(libvirt_connect_get_sysinfo); PHP_FUNCTION(libvirt_connect_get_encrypted); PHP_FUNCTION(libvirt_connect_get_secure); PHP_FUNCTION(libvirt_connect_get_information); PHP_FUNCTION(libvirt_connect_get_machine_types); PHP_FUNCTION(libvirt_connect_get_all_domain_stats); /* Node functions */ PHP_FUNCTION(libvirt_node_get_info); PHP_FUNCTION(libvirt_node_get_cpu_stats); PHP_FUNCTION(libvirt_node_get_cpu_stats_for_each_cpu); PHP_FUNCTION(libvirt_node_get_mem_stats); PHP_FUNCTION(libvirt_node_get_free_memory); /* Stream functions */ PHP_FUNCTION(libvirt_stream_create); PHP_FUNCTION(libvirt_stream_close); PHP_FUNCTION(libvirt_stream_abort); PHP_FUNCTION(libvirt_stream_finish); PHP_FUNCTION(libvirt_stream_recv); PHP_FUNCTION(libvirt_stream_send); /* Domain functions */ PHP_FUNCTION(libvirt_domain_new); PHP_FUNCTION(libvirt_domain_new_get_vnc); PHP_FUNCTION(libvirt_domain_get_counts); PHP_FUNCTION(libvirt_domain_is_persistent); PHP_FUNCTION(libvirt_domain_lookup_by_name); PHP_FUNCTION(libvirt_domain_get_xml_desc); PHP_FUNCTION(libvirt_domain_get_disk_devices); PHP_FUNCTION(libvirt_domain_get_interface_devices); PHP_FUNCTION(libvirt_domain_get_screenshot); PHP_FUNCTION(libvirt_domain_get_screenshot_api); PHP_FUNCTION(libvirt_domain_get_screen_dimensions); PHP_FUNCTION(libvirt_domain_change_vcpus); PHP_FUNCTION(libvirt_domain_change_memory); PHP_FUNCTION(libvirt_domain_change_boot_devices); PHP_FUNCTION(libvirt_domain_disk_add); PHP_FUNCTION(libvirt_domain_disk_remove); PHP_FUNCTION(libvirt_domain_nic_add); PHP_FUNCTION(libvirt_domain_nic_remove); PHP_FUNCTION(libvirt_domain_attach_device); PHP_FUNCTION(libvirt_domain_detach_device); PHP_FUNCTION(libvirt_domain_get_info); PHP_FUNCTION(libvirt_domain_get_uuid); PHP_FUNCTION(libvirt_domain_get_uuid_string); PHP_FUNCTION(libvirt_domain_get_name); PHP_FUNCTION(libvirt_domain_get_id); PHP_FUNCTION(libvirt_domain_lookup_by_id); PHP_FUNCTION(libvirt_domain_lookup_by_uuid); PHP_FUNCTION(libvirt_domain_lookup_by_uuid_string); PHP_FUNCTION(libvirt_domain_destroy); PHP_FUNCTION(libvirt_domain_create); PHP_FUNCTION(libvirt_domain_resume); PHP_FUNCTION(libvirt_domain_core_dump); PHP_FUNCTION(libvirt_domain_shutdown); PHP_FUNCTION(libvirt_domain_suspend); PHP_FUNCTION(libvirt_domain_managedsave); PHP_FUNCTION(libvirt_domain_undefine); PHP_FUNCTION(libvirt_domain_reboot); PHP_FUNCTION(libvirt_domain_define_xml); PHP_FUNCTION(libvirt_domain_create_xml); PHP_FUNCTION(libvirt_domain_xml_from_native); PHP_FUNCTION(libvirt_domain_xml_to_native); PHP_FUNCTION(libvirt_domain_set_max_memory); PHP_FUNCTION(libvirt_domain_set_memory); PHP_FUNCTION(libvirt_domain_set_memory_flags); PHP_FUNCTION(libvirt_domain_memory_peek); PHP_FUNCTION(libvirt_domain_memory_stats); PHP_FUNCTION(libvirt_domain_update_device); PHP_FUNCTION(libvirt_domain_block_commit); PHP_FUNCTION(libvirt_domain_block_stats); PHP_FUNCTION(libvirt_domain_block_resize); PHP_FUNCTION(libvirt_domain_block_job_abort); PHP_FUNCTION(libvirt_domain_block_job_set_speed); PHP_FUNCTION(libvirt_domain_block_job_info); PHP_FUNCTION(libvirt_domain_interface_stats); PHP_FUNCTION(libvirt_domain_get_connect); PHP_FUNCTION(libvirt_domain_migrate); PHP_FUNCTION(libvirt_domain_get_job_info); PHP_FUNCTION(libvirt_domain_xml_xpath); PHP_FUNCTION(libvirt_domain_get_block_info); PHP_FUNCTION(libvirt_domain_get_network_info); PHP_FUNCTION(libvirt_domain_migrate_to_uri); PHP_FUNCTION(libvirt_domain_migrate_to_uri2); PHP_FUNCTION(libvirt_domain_get_autostart); PHP_FUNCTION(libvirt_domain_set_autostart); PHP_FUNCTION(libvirt_domain_is_active); PHP_FUNCTION(libvirt_domain_get_next_dev_ids); PHP_FUNCTION(libvirt_domain_send_keys); PHP_FUNCTION(libvirt_domain_send_key_api); PHP_FUNCTION(libvirt_domain_send_pointer_event); PHP_FUNCTION(libvirt_domain_get_metadata); PHP_FUNCTION(libvirt_domain_set_metadata); PHP_FUNCTION(libvirt_domain_qemu_agent_command); /* Domain snapshot functions */ PHP_FUNCTION(libvirt_domain_has_current_snapshot); PHP_FUNCTION(libvirt_domain_snapshot_create); PHP_FUNCTION(libvirt_domain_snapshot_lookup_by_name); PHP_FUNCTION(libvirt_domain_snapshot_get_xml); PHP_FUNCTION(libvirt_domain_snapshot_revert); PHP_FUNCTION(libvirt_domain_snapshot_delete); /* Storage pool and storage volume functions */ PHP_FUNCTION(libvirt_storagepool_lookup_by_name); PHP_FUNCTION(libvirt_storagepool_lookup_by_volume); PHP_FUNCTION(libvirt_storagepool_list_volumes); PHP_FUNCTION(libvirt_storagepool_get_info); PHP_FUNCTION(libvirt_storagevolume_lookup_by_name); PHP_FUNCTION(libvirt_storagevolume_lookup_by_path); PHP_FUNCTION(libvirt_storagevolume_get_name); PHP_FUNCTION(libvirt_storagevolume_get_path); PHP_FUNCTION(libvirt_storagevolume_get_info); PHP_FUNCTION(libvirt_storagevolume_get_xml_desc); PHP_FUNCTION(libvirt_storagevolume_create_xml); PHP_FUNCTION(libvirt_storagevolume_create_xml_from); PHP_FUNCTION(libvirt_storagevolume_delete); PHP_FUNCTION(libvirt_storagevolume_download); PHP_FUNCTION(libvirt_storagevolume_upload); PHP_FUNCTION(libvirt_storagevolume_resize); PHP_FUNCTION(libvirt_storagepool_get_uuid_string); PHP_FUNCTION(libvirt_storagepool_get_name); PHP_FUNCTION(libvirt_storagepool_lookup_by_uuid_string); PHP_FUNCTION(libvirt_storagepool_get_xml_desc); PHP_FUNCTION(libvirt_storagepool_define_xml); PHP_FUNCTION(libvirt_storagepool_undefine); PHP_FUNCTION(libvirt_storagepool_create); PHP_FUNCTION(libvirt_storagepool_destroy); PHP_FUNCTION(libvirt_storagepool_is_active); PHP_FUNCTION(libvirt_storagepool_get_volume_count); PHP_FUNCTION(libvirt_storagepool_refresh); PHP_FUNCTION(libvirt_storagepool_set_autostart); PHP_FUNCTION(libvirt_storagepool_get_autostart); PHP_FUNCTION(libvirt_storagepool_build); PHP_FUNCTION(libvirt_storagepool_delete); /* Network functions */ PHP_FUNCTION(libvirt_network_define_xml); PHP_FUNCTION(libvirt_network_undefine); PHP_FUNCTION(libvirt_network_get); PHP_FUNCTION(libvirt_network_get_xml_desc); PHP_FUNCTION(libvirt_network_get_bridge); PHP_FUNCTION(libvirt_network_get_information); PHP_FUNCTION(libvirt_network_get_active); PHP_FUNCTION(libvirt_network_set_active); PHP_FUNCTION(libvirt_network_get_uuid_string); PHP_FUNCTION(libvirt_network_get_uuid); PHP_FUNCTION(libvirt_network_get_name); PHP_FUNCTION(libvirt_network_get_autostart); PHP_FUNCTION(libvirt_network_set_autostart); /* Nodedev functions */ PHP_FUNCTION(libvirt_nodedev_get); PHP_FUNCTION(libvirt_nodedev_capabilities); PHP_FUNCTION(libvirt_nodedev_get_xml_desc); PHP_FUNCTION(libvirt_nodedev_get_information); /* NWFilter functions */ PHP_FUNCTION(libvirt_nwfilter_define_xml); PHP_FUNCTION(libvirt_nwfilter_undefine); PHP_FUNCTION(libvirt_nwfilter_get_xml_desc); PHP_FUNCTION(libvirt_nwfilter_get_name); PHP_FUNCTION(libvirt_nwfilter_get_uuid_string); PHP_FUNCTION(libvirt_nwfilter_get_uuid); PHP_FUNCTION(libvirt_nwfilter_lookup_by_name); PHP_FUNCTION(libvirt_nwfilter_lookup_by_uuid_string); PHP_FUNCTION(libvirt_nwfilter_lookup_by_uuid); /* Listing functions */ PHP_FUNCTION(libvirt_list_nodedevs); PHP_FUNCTION(libvirt_list_all_networks); PHP_FUNCTION(libvirt_list_networks); PHP_FUNCTION(libvirt_list_all_nwfilters); PHP_FUNCTION(libvirt_list_nwfilters); PHP_FUNCTION(libvirt_list_domains); PHP_FUNCTION(libvirt_list_domain_snapshots); PHP_FUNCTION(libvirt_list_domain_resources); PHP_FUNCTION(libvirt_list_active_domains); PHP_FUNCTION(libvirt_list_active_domain_ids); PHP_FUNCTION(libvirt_list_inactive_domains); PHP_FUNCTION(libvirt_list_storagepools); PHP_FUNCTION(libvirt_list_active_storagepools); PHP_FUNCTION(libvirt_list_inactive_storagepools); /* Common functions */ PHP_FUNCTION(libvirt_version); PHP_FUNCTION(libvirt_check_version); PHP_FUNCTION(libvirt_has_feature); PHP_FUNCTION(libvirt_get_iso_images); PHP_FUNCTION(libvirt_image_create); PHP_FUNCTION(libvirt_image_remove); /* Debugging functions */ PHP_FUNCTION(libvirt_logfile_set); PHP_FUNCTION(libvirt_print_binding_resources); extern zend_module_entry libvirt_module_entry; #define phpext_libvirt_ptr &libvirt_module_entry #endif �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/libvirt-php.ini���������������������������������������������������������������0000644�0001750�0001750�00000000440�13032736613�014433� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������extension=libvirt-php.so [libvirt] ; Path to ISO images for VM installations libvirt.iso_path=/var/lib/libvirt/images ; Path where disk images for new VMs should be created libvirt.image_path=/var/lib/libvirt/images ; Limit maximum number of libvirt connections libvirt.max_connections=5 ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/config.m4���������������������������������������������������������������������0000644�0001750�0001750�00000003451�13032736613�013206� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������PHP_ARG_WITH(libvirt, for libvirt support, [ --with-libvirt Include libvirt support]) if test "$PHP_LIBVIRT" != "no"; then AC_GNU_SOURCE AC_PATH_PROG(PKG_CONFIG, pkg-config, no) LIBVIRT_REQUIRED=1.2.13 if test -x "$PKG_CONFIG" && $PKG_CONFIG libvirt --exists ; then AC_MSG_CHECKING(libvirt version) if $PKG_CONFIG libvirt --atleast-version=$LIBVIRT_REQUIRED ; then LIBVIRT_INCLUDE=`$PKG_CONFIG libvirt --cflags` LIBVIRT_LIBRARY=`$PKG_CONFIG libvirt --libs` LIBVIRT_VERSION=`$PKG_CONFIG libvirt --modversion` AC_MSG_RESULT($LIBVIRT_VERSION) else AC_MSG_ERROR(version too old) fi PHP_EVAL_INCLINE($LIBVIRT_INCLUDE) PHP_EVAL_LIBLINE($LIBVIRT_LIBRARY, LIBVIRT_SHARED_LIBADD) AC_MSG_CHECKING(libvirt-qemu version) if $PKG_CONFIG libvirt-qemu --atleast-version=$LIBVIRT_REQUIRED ; then QEMU_INCLUDE=`$PKG_CONFIG libvirt-qemu --cflags` QEMU_LIBRARY=`$PKG_CONFIG libvirt-qemu --libs` QEMU_VERSION=`$PKG_CONFIG libvirt-qemu --modversion` AC_MSG_RESULT($QEMU_VERSION) else AC_MSG_ERROR(version too old) fi PHP_EVAL_INCLINE($QEMU_INCLUDE) PHP_EVAL_LIBLINE($QEMU_LIBRARY, LIBVIRT_SHARED_LIBADD) AC_MSG_CHECKING(libxml version) if $PKG_CONFIG libxml-2.0 --exists ; then LIBXML_INCLUDE=`$PKG_CONFIG libxml-2.0 --cflags` LIBXML_LIBRARY=`$PKG_CONFIG libxml-2.0 --libs` LIBXML_VERSION=`$PKG_CONFIG libxml-2.0 --modversion` AC_MSG_RESULT($LIBXML_VERSION) else AC_MSG_ERROR(version too old) fi PHP_EVAL_INCLINE($LIBXML_INCLUDE) PHP_EVAL_LIBLINE($LIBXML_LIBRARY, LIBVIRT_SHARED_LIBADD) PHP_SUBST(LIBVIRT_SHARED_LIBADD) PHP_NEW_EXTENSION(libvirt, libvirt-php.c sockets.c vncfunc.c util.c, $ext_shared) else AC_MSG_ERROR(pkg-config not found) fi fi �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/src/libvirt_php.syms��������������������������������������������������������������0000644�0001750�0001750�00000000114�13032736613�014727� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# # Officially exported symbols. # { global: get_module; local: *; }; ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/�����������������������������������������������������������������������������0000755�0001750�0001750�00000000000�13140350306�011704� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/graphics/��������������������������������������������������������������������0000755�0001750�0001750�00000000000�13140350306�013504� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/graphics/32favicon.png�������������������������������������������������������0000644�0001750�0001750�00000001417�13032736613�015740� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������‰PNG  ��� IHDR��� ��� ���üí£���gAMA��ÖØÔOX2���tEXtSoftware�Adobe ImageReadyqÉe<��¡IDATxÚ¬VAˆQ~:µ¨ƒ(‚‡”B*0BÙ[!)„±^4+‰¡‡uÑc§<t´ð$!j§%XT–.Ú©ƒBJè­PI$(уKbÄôm#³³Î¬3:ó1 ïÍ{ÿ÷ÿïýÿ÷¹û~ϵG÷‰�­V‹Ù©TŠoDËþ\ í§é¿ß?N‰2, `ýJhoå¬+çÐrÿDƒh·Ûñx|#‹ý~_œ�Ö¯?y,ÜP©T6â€O§ÆÞ—/L—ÜÚÙÝ‹ÅäÜp¯×Ûþ4}>ßd2YOÉd¥„ÛíÏÝßefc~ù ¯ÍD9é'¡,ZÌO73"ìS? êÀl6'“ÉÖç:óÃÌYÿ°OÜ»ðWj”Ð8.’«ÿ©ù”Þ‘Ÿˆ×ëµZ­Ãá°Ñh¨J"‘0ìÐ`0X,–|>/RÛÁétŽÇc»ÝÎ].W.—‹D"ápXà»ÇãÑét8v¥€»/ k×á(—Ë_G±X,•JµZÂwÔëu‰š’^$(r¸Åͬˆö2»ñ‚‹€ÝÃͬ\Áb¸%½ˆ»äY§ÓI§Ó2s GÊE \ _­¢Ñh0¤(J¯×+Éê¤ä4š@ Ðl6G£Ñ`0èv»6› |(œÙl¦NÎe³Y“É‹ì¦i iAÚš•ªA?B(óùÜwƒ< Š"ö äÙóc1PdïÍÝj‘p9ƒ¨AÚd–…Œœ;àY‡/– �-’Ý[�M­ã¸ €†ƒ( í­ï‹E¢¦ÖƒU+IœUäüÏ|Nœ^²DAò “Uº•ù¿‹Ånòé¥Û·ÄûÁFç QÝÿòæíŸ£#q™îó9„>Áú×ê¡: Å•–È·ê!„VyZ³gñO€�«tmè)ií����IEND®B`‚�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/graphics/footer_corner.png���������������������������������������������������0000644�0001750�0001750�00000004467�13032736613�017024� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������‰PNG  ��� IHDR���Ü���Œ���ÔÇv���tEXtSoftware�Adobe ImageReadyqÉe<��ÙIDATxÚì]rÛ:ƒå-(Kèþ7¥>uîÖ–EÀIà)qd7n8‡¯ŸŸŸ_ǺŽ÷º>Öríuóý5øü»×ë¹nô9­¯{‘ÿ-·¯?½wÆß«çûo¯ÿø±³Ã<-_×Üé21ãµZ øäuf2úo‡¼¶õþ}{Ý 2Û0š‚È?–‚pN_»~H)©†¸§ÿyì,2šòSIm¨2¡ àF5%áÐF¦Ú»Hùç‡/²ÙFßœ2ŽÌHµ‘”‘«êç*Ê5õ8ΆÿtµùÇ Ün¹ØåLw3ñ<Æ: ó9M;ñÔ¡yÂ4ÞÈ=þèÚ“ØdRl×ÈXev&ɪ:ŽlªÝFÊÑÉ¬ÍØTs *bö\¯¤C­Ælþ}ÕIp²ªVSE×ìÖß_Mt†¹œš"ÔŽA9å8ëæ¹fä÷îùý•Ñm.ÅÌ%Š)OÐ »u Q7öJuX%éUTk1‚"RÞŽÃ!ÌVa¼Ê9¨w§ö>Šb¥Ø>Ô‘²ª2Ët-F„UשˆëTµ™Œjw„S­ÒxLÂí8P]1ŽÆîÕ××9Á¿è5ÑV¯½*ß»ÊLÌñ28Õ¾EJö�vUõiº)¤ñµÛècÝd<Æê‰tî‹D•SºªæiV5Lªâc±†Ö)Zý»}]ùÿ 6ž²)‚0_³á˜µÚ,Û 0Vl;¬¨v[N3’zFê-È´,„O’Ñ\Œ·"±ªcbÕäbÁ.¦Ùî"åHñè¶5®4ãÚ6Õë2›$ìH‰¦`s¤Tµnw^6ƒú ©>QS̺Ù)¯Á_¦z²±C]å@µŠZx”b C¥Fk”Ǫæ‡C=wMðÁ†h’ 㣠ÕP‘1‡.mÿšz´¢V;�Fb¶úéfë%\O|pn� ÷eT6]ªj5ÊY×j½„s‹Œ+ÔR³ÕmʦÉÓ缎ñ±6©Ñzš&N‘QYñk,µ‰zÿ®-ÿ“j-ÑÕÊl=„Sv·VoûϺi¢Õ?bœO,7Ûß„Sÿ±Ø7ß,+°]Ò»6CVß]{9™¬µi2ã6Õ»bU6EÔÄSÕnS4EZ#¥ÃÞý-ñÊ&£NU™«‡r ÒÙí[Ó½äì«®”r;ú ù:¡ZgÓ¤"Zf�›O5dcƒvZè*T{Ú4™õ` TdDÅMÖ{G<§5ꪰ˖ϸ5MÜ÷ƒ\•šls1¨ØV|£=išÌJ5vwQùA %Ë”hª¡ ¸,áX5JöÑÔmîT›>>¶Î%Zº‡¹LISüLѱY«¶:áfž®åº8óZE¤\.B*k8Æ!í3®ÒFšÖ¥IÒb,DT\Âlÿ'œªÆXekñê±VÚWd £}"œâSž}s¯rij¦CÕj1šp+ÕaÈf†Û.Çè¦ ÛTËší]ÓD1öƨorÜ“&^¶Ô^ËÎAEJ‡%ÎKbfÞW„qvDÌf\Ãe²1Ïxîcl{k8v}SÕrßÍ\NFÛÒl+nöíçTËkØë×BµÂ9¬´V6HPÔdmÔx¨ç„jƒ†›m0›±¡kì¬w³æV-ï%µ)Rº Z3j>—]´˜ññÉ ß»5]"$˜pÎõ*†²j8öuŒZ-ØÅMåÜÂÙ3Ìç£#$zb1¢Yµ]Jvle×…¨f‡ú æªê˜ía¤t¬¥v;ÄMÄÑÇB6a §\É]5à=ú~‘äB`·ÄÂ+FÓDÊUνfnÇ3°ÓÖp¨n!càÙ¼A×jjâ±jµ­¨†[e%wU#yΪqªNIšgøWPí©)b´ ‡ºáÕ+³Ùô뉨Ì9‘1[!ávØcDiBtÓDU¿Åh“×p.Ðe qåÒ�™˜pÙ9‹SÇ^Ï$X 8áv›óèpæu 51áv¯ÛžFKe¼D™*±Ò”pìoÇÚ®ªVc6Nž<þŠRùf³¨4[èVL8çÕOL¨<ÐЩVˬþÎþðT쬎‹©Õ!œó”«™öQ7FBµÅ çr¨âC6Ųdgÿµò:FÓ3_1Û„CÝÈ•;¢~ÖCÃÊÃåc´ÎjâqoìTÆGd³$2%»]_[ǤfÀŽ6'œâL9áÐÏEP-fK g g\«ÆÜX5f[ÈpH³¨ÆÎf¥ZÆÔ6Œ”•TcoÚã0Ù˜+£‰ 7Ò©ˆŸ¬Ÿ±†x~Âu™ÈÁ\-$btc¶Í ‡Þo…FHÆÔ"j¤\‰p£Æë1AN ‰šk8Wª±š$NûŠÄhFÊ»›¹Gc™LÕL˜*‚ιVSbÈ¢ZL¸)áT«:ITE9ä\ǘ-„£ÄDö©3UæC0J g×qÀŽÙ"û®÷ºÑxÙb.FS$f‹ Á*ÌåÐ$‰Ñ¢rÂUO˦Õj¬ÅhÑ#Â1k¸§$eÅÅì–mQéâäH$+°#á”{‰Tÿ4bȘ-’®§©Â"ÞÓ›[qXFÌÉç8ÿQ¹V-F‹$„SÄGå2-+² œ’j£ß«¢bjµHJ8FLt™Õ¢ESŽE5÷ÓBc¶¨´†S/T‹B¸Nã¡ë¼˜-J  ˜bµuŒÙõ3Õ2S$ÚŽp£×²Ì£EËùÜÄlÑ´†«ˆ“½Ïi5iŽå,#eõ´,T¤ì1`MG¸ cÅlÑ´„Cš«êÀÂÔjÑt„« +BÆh‘5áŽ7s„iƘ-ššpµªV‹Ñ¢©"%z@iÈ^ÚE‘]¤tš–ªEÛn4N2ªEË®’jiŠD!œj©Õ¢®Ð|¡Z´4ázŒ”™"Qd)Ó‰"£H£E‰”%>FÑÂ!)³EÑ áFâbjµ(j0ª#ªEÑ`¤dÍàÑ¢­#%£. Õ¢è áŽ#ØQD'“tQ}‰”ÒÅ„QôÆpYE5\ÎÀŽ¢ÂH™.ŠŠ"ejµ(GÊ-Šˆú-À�Ç;×c+è����IEND®B`‚���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/graphics/footer_pattern.png��������������������������������������������������0000644�0001750�0001750�00000001461�13032736613�017200� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������‰PNG  ��� IHDR������P���$Ò4���tEXtSoftware�Adobe ImageReadyqÉe<��ÓIDATxÚ|–ÙnÛ@ EµX’ÙNÜAÑE‘"èÿÿUšx_%«Cõ\—™‡ bpÈ{¸Œ'I»®[$Iò>Ø4Øk°ç`ëäïO–†€GœË`W¦$-,�_2 ö.؇` IÏð‰è"Øo$ ,à;+œi°{Ô¦aÜ›`/V´<D\;¸¨. ø‚s/®S*…0îÜÍcI]k øFÆÖÛ¢V[Àg.nB´BˆkíU$X]ÍaŠô‹ÛC_WʲÞpQ2ÿNˆæ‚ÀWÍCÛ,59¿‡`w0e´âÎPêëb×lÇ Vjó îLƒZ© 3rÜܸ˜Íci)¼{ZÜ ÖÏÃ~±I95±º(ÜJ‡è„ÈYõ‹„xbÕËhS!òˆ+µƒŽ9Üvâ§›ÜÑÍc¦u'Ž[£4ÑÈ-`ˆÓ2N(mU—Ö½ã`Gº8ó¸‹!Jfg]û "hZ#Äœë¨ +t¦mŠ;AmÌ7P1Vq7q_q¬Ýmôæ}È@ÔtÓ+YÀç˜"7ð;!@lÝ+W‚¨="G©wCÔ°+F½e'·‡ô#΃›Çˆ¤±G”ZÓîNßnM.“ÓÍ#·€{Ú:¹yŒHªâ·zÂï#IG ˜ÝâÜ»yªa﹑ù‡tˆ³¤eK:[À‡gq“?}‘2n\Fþ!UkC>Pj„(qA©®JWîä¸%J•ÞI]19¯(YÒU£Î¢u#¯â'(QÑÍIµV|¢ØNˆÎq;7ò*þò¦ÈW|>ë«W _ }öOЛ”³sß®*þòf(•øn9S‡¸ 1Cúâ.M ¢ˆ9J:ëw‘Q}AàÅ« Óà¼:D¡0ܦ{iY#Dîœ-Ííùåo–œ~ƒ‘ÒŀϭÎÖ-/ÑlèÀ#òÿ!:) ‘;në”RÝÉÖ É#²ø!• qõˆ_lúG€� ìæÿ[A����IEND®B`‚���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/graphics/libvirt-header-bg.png�����������������������������������������������0000644�0001750�0001750�00000002160�13032736613�017431� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������‰PNG  ��� IHDR���H���h���Ý#!&���sRGB�®Îé��� pHYs�� �� �šœ���tIMEØ 9q^?��IDATxÚíZËrã 0pJþÿŸR9ø˜üH€ÄÚ5™![¶“ Îè°·[Ã4Ó˜ZSJ™îñ±Ó> ûÉ:Ÿk•`–e¹ËŠÑÆ|cJ)í¿øŠ§Šÿæo<¿¶¿zEÆ\}¥‡˜yžï¶b•ôIêNÏžgÆ¿àù/¥œóŸë1¦´VL…íö}‹òMÖô“éÙßp¼àèx2=í1¦ÂT˜ û¶® Ö6ÁöGîÏà{ó¡ö΃ß_ýá½úð3óa$¯.Œ1˲ðÇRе–ƒÊÀ%¿½êhoAÀ¯.K˜³,‹ä[kV©cèJ*çÃ_ÑjÞ<@u#Ây÷ðÞ—Œ//mz^J‘CÈùbœã¬æóŸ«ù§ …¦æj­geéÛmþvK´ùä·>—ù|-÷\:Yâ3§jÕrÿ|kpËmó«<«.¨­Èº«ñ†Ã÷Š<U­ÎAqj¥KÞ¸8ñBɼj÷?Z\»ÛîÅyi½2Îõ8’Ýà¡ÄÎÝÙãW»j+|#ObH¾?ÏsUbàmé/ãß ß—zbÞ 8±tÉãƒæ¸ø—­µ| Î9˃óˆ8U­)yCã„ßH¼aƒäœC JS"qlι ÇÃxÕâU>ú ELy…·ñ{ù ˆsŽRJ’‡ß6)%>&KœS¼!ýÀåñ\â{ã§”HZ“õð|‹Ó4M9gYbPÑ‚ó<Ã(1ïæîœã:#4‚°õ%Œ 9çð7Çá:¬æƒãòÏH¼òeEæ¡%�¶xµ„®â²µx¾ÎŒ/ù2N¿‘'I+óªRY|DœJ)1FiYXbžçߣµVùG+â³´¬äˆ9ç¸5¥Å‡ÆI®’ÆèäÖ§”Òq«&2Æäœ???Qâ¡q !`Š1r)Á‡D”ÒZKDDË›Ãá`ŒñÞN r77¯¯¯ÖÚ”RÕ‚Dœ\ŒÃÊ-Þã·¸sÎ{ßÃ{ñ÷cäxlÙ¡qJ)¡½÷8•|||ðAv\ܼ¼¼LÓ$­ˆôÞ›Ãá€UÖ”Ö§œ3>—~iYìr-ÞãïÅ{ñ÷ŽÛòéááä÷÷w¶¬÷Þ{œWÕ ïñ÷â½ø{Ç­øæùù™­ ,Ë¿Œ1!„ïñ¯ÁcŒ²U®áS)Ÿs1Æ··7¶ìÍñ”Ò·Æ—8=>>æœ!7X¨¬cŒ1â:ïWǼ„ZëK¾œZŽŸRj[¥åËøÈ|™'âàšãš§§'¶f!„€]ãg+WxÿÝøÉ|Œþ¿{¦ÂT˜ Sa*L…©0¦ÂT˜ Sa*L…©0¦ÂT˜ Sa*L…©0¦ÂT˜ Sa*L…Ý×óZrÙýlîù����IEND®B`‚����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/graphics/libvirt-php-header-logo.png�����������������������������������������0000644�0001750�0001750�00000073054�13032736613�020600� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������‰PNG  ��� IHDR�����h���ß ¦ ���sRGB�®Îé���bKGD�ÿ�ÿ�ÿ ½§“��� pHYs�� �� �šœ���tIMEÛ 4ªùá›�� �IDATxÚì½y˜\×uØù{{íUÝÞW4;± ¸Ó¦µš’eG¢#+–<žxbGqfÆžhäEV¾L"k”ÌçØq9‰,Y‰%;’Y’­ÅEJÜDQ  v4z¯ê®î®}yû›?^U¡º»zÁFP2î÷áëFŸw—wß¹çܳ Žãx\g¡ñ»çy‚€ç]NE~TÚÄ•+|ãß ™L’JÍS­V…žînyä~úg~fKãd³Y¦¦¦X^Z"9;ËùÉ «¦‹9R…<K•¦ã1ÔÓÍ]£;Ù;²ÝCCìè`°«(éUrå2©\†™Ì2—R\^˜'™Ë`Z6’$!‰"bÓ÷y]› àš&V©‚­ë8®‹ ŠüÒÃÊݹ“={ö°mÛ6EYGwÚv§ýð4ùfù:x½ˆAa½íÉ'Ÿä•—_Æ4 ×A’ELË$½¸Èüü<ŽãÇùñG]³Æ:Ó¸2>Nvi‰TjžK3Ó¤«%fóyæ+– èÝÖÉ£wíg÷à0{†GØ90Doû6Àömr‹&—8;7ÃÅôÉl˶E A�E–‘Þ�Œ[T$DEF´$ð<Ê–ÅÉä onïåÊø8ƒƒƒÄb1E¹s ï´;퇕¼Þ®&ü­þ-cmÄ´¶ÂdZ=SÿÛÂü<ßûÞ÷XZZ¤-‘ÀqDIÂ2ÍÚ?›|>Ï… øÖ·¾Å¡Ã‡I$�ÌÌÌpe|œR¾@:½À•äËz•Ùbž…j…¬QŶÅãܳc»‡98º“ý££t··ãº.žçQ1u y¦–Òœœ™æLr–T6ƒíºH¢€(h²òÆ’ö<d AA�ñùoÜA%—¥X,ÒÞÞN(º¡‹ÀFßïõ¼´Ü蜯ç…èVìõ¬ÿ‡é]ÿ.µÍhó–Èõ ´qß ¬ùÿÍ¿·b,õ¿m•Ñlå¹ÕÏ8ŽÃéÓ§¹páÁ`£÷ÜC.—%•Laš&¦QõZ6–m‘Ë癜œäÿøiK$Èçó,,,ÉçÑXr –Lƒ¬e‚(Ò‹±³k˜=ÃÃÜw×]ݽm‰–ib;År‰åR™É¥4§gf8—œe¾˜Åv\DA@EIzCBA%$lU”X.YðB KKKtuu‡Ñ4í†ÿz¾ûÍšëfÍy«ÖüzíÃõ\þî´7öwÝì;Éë=°Ù@ŽãbY•²A.W&½Xdi±H&W¦XÔ©V-,ÇÏCRDÚúz£ ´34ÔC,Yà ZÝj®ç�_+“in¹\Žï|ç;,-.rìÞ{Ù×],/-! P­T0LÓ41L Ó²°, Û¶™›Ã¶m¦çæXÎe‘c1Ì€LYƒ!¶µ·1ÚÛϾÑ<pð÷ï¿‹Žx‚ª®£&Éô"Ùj™™Ì2ç’3œO&™/ä±ð¸"I?<ˆ²Œ¨(¸–,Š”,ƒS©i~,ÚÉôä###˜¦‰¢øT+;Zóÿ¯¶S[}!Z¯O«¹šû¶êw­ë¹f¼Õ±¶ºëíãîÁ®cõ9^ýûê¿­¾änô³Õ˜[ù¦ë­éZßáZöçzðg3›ôzû¸ÙYÙˆ¦Ê›Ú掎ãP*VÉå*ÌÌæ˜™-°.“ËX¶‹ëzÄb1D1B>Ÿ„9Édt.\,àØÑTíÃQÜÁƒû…B+·ÝÊÛM¹\æüÅ_`Yïxçclß> ‚H,ÃÐuªzÃ0kRˆÏHÌš:Ë4Mòù<½==Ìä–)æ³Ä”vz;;Ù¿{7½‡ÞMg{;à863éyrÕ ³ËKœKÎqq>IªC7-ßð,€$J·Ï~ã”I’pE σKÉ$죒ϡë:†a …Ö|ûͤÓÍ`›áÅfÏ_Ï\׺ž[q[¿‰ûz.‘׺׳ŽVómÖû¹Õ߯w7²·7ƒ†meîõÎÙõ∼•\×cnv‘K¸4‘g~¡B¥jc;.’$ Šx‘ˆÂBê;TÊEvî~ËYQ�E ¢¨aÀãÊŒÉÙ 'ùòW¿Ã#ïç­o}˃êVöfÜú Ãà‰'¾EU¯òàƒ¢**º® †ƒ$ÚÚÐ jµŠ¡˜†‰iY˜–‰a˜¦A±X$ÑÖÆÑÌe–Ù·g÷>ÂŽÑzzºQÈrT,‹Éì¯ÍÎpq>É|>KE7°I”PeU–j7ùRYQ–EG€€,“+•Xòb¡™L†D"A4mxc½T·âvx3o™oTõÏYêºÕûw½’Æû7“7#¾ù\™ï¿x‘3ç2,eLl[@QdYEQ„ƒqððˆ†áÿåcôõ 1¶ûH"xžƒçÕÕ0W]6%I&ÝŽçð¿çɧþ%üÇ¿ÈØØØumÂÞút]g||œD<A.—#¢jdEE‘eÂá°ÏDª:z¥Šnè>1MLÃÂ4 ,Ëbqq‘¾¾>TY&,J˜å¹lÃs)ÌÎ2QÌ2‘Yf¾X ¬XŽ…,I¨²B@Õ�·~KøQPªJ"‚"!Z"²+b86¯-¤xë¶^&®\¡¯¯Ó4‘eù ³ä[q;¼U·Ì7²þü$uÝêý»^Iã‡ý›É ”^Ìó•/gvÞÂ4=TU!*Q,NḾ}CU´·õSÕÃd2㘆ͶÎòÙó¸.Ä]XvQ4©”&0-ÏsE‰D[¢Ô‰(íÅÔ{øðo|œþÎÿΑ#G^÷¬V«¨Š‚e™‹EB¡`MÓˆÅb¨ªJ4EOT©V+膯~©«¯ü¹\Žl6K8fa~žœ¡cOMPQDª²„%‹˜‚€¬(¨ŠBPSûïy?j¦EAeA´p¸´âá¶nŠù<Õj•J¥B ø‘ŠºÓî´¿ m]V¹¬ó…/¾@z\DI  ðêñ?ãk_ûï„‚dY¤TªÐÙÕÇõ̦“¸œ:yœ+ã§Ñ«Z ÌÏ¿ÿC´oëá?ýÇ_Çõ ÐÐ <™Ÿúé÷sסŸ£èÅØ{×{ù¿?ü/ùüçþ}}}¯ õ<˲Èe³d2Yâñ8•r™B¾@0  ¢©*``(H,G׫¾þ^×±,ߘ®ëºáÿ?—Ï!Ë2®çqüì„D 9#ˆˆFÑBDAôUT·è†¢H–㬠ª*£ÝÜ50D""]ÈóÊäÉ\fÃ~›"”(á¸. V(²„(I¸¶…"ˆ”ªUfõ2ñ¹\Žh4J$¹ao¬›Ù\Ïc©XàÔì4ÓËK¨ŠÌîî>öôö ÞЇÚv$I⎣ìvÛÈwŸ9GjÞB”TÁÃC�,®\9m{|è7þÛ2qå%þëgÿ€¯ÿõfdÄW?ýò¯ü&í»¹2þ"ŸûÓÿÀ¥‹/2¨ï!_Ðyÿû?Èþƒo"›IòçŸÿ=¾ð…OñÑây=h»ö¼“O~ò?ññì–½´ã8X–…¡ë¼vúÏ>ý /¿ü ±¶ƒÄ1Š…€F°&…ȲŒ¬(D" =AµªS­V¨†ib:†¡7¤‘l&CWO‰6&KdMÅ38š‰X‹ð\ÑWí‰7ç¨K¢HG$ʱí;Ðd…¿~õxKf°§·Ÿ_{ë;Ø×?¸Â@oØß8y‚Ï>÷ÙrùšæN„Âa¨cùò‹”týª"I È`ŠH‚ƒëºœ^Z`ߨ>._¾Lww7¶m£ªêÂ5¹bš|ñßã/^ú¦m7¤BAëêჾ…ÃCÛßp:W)s.5ÇéÙi~þþ‡‰h;îN»µ d=ÀñW¦¤`ã&éy ¸\¹r‘;v"+£dó6?F(ôŸ™ššÀ0ªƒÃÛ ›‹ÒÕ k#³œ`tç½ä‹ttpðàææf)—ó¨>lË §w'/~ï©›~3·mÛ—L“¹©) ™ ÅJ…Ë©$ɪNIÓ˜šš&[\Bê‘Èçrhš†ªihšFX’Ð4h<†®>©ê¾G–a ë¦¯Ö2|)¤X(°£§—ÅK%ôb QQüèlIB$A¬ÅØÕƒí®¯EA¶wvñÐÎݼãà¡0uâ8­¶p{gÿæ½ =YÓd…w½—½}ýüŸÿtËÜp^U–îèäÞÑ1Þ²ÿ c]=œKÎò¥ã/®QcIŠŒ+Kx®ƒ�Lä–)ÙlŽr¹LµZ% ÞöaØ6Ÿ|êoùæé-¥ÕK )>ôÅÏñ¯ÿyŽmßqÛ×kÚ6³Ùe^™šào^;ÉÄRš¶Þwïƒwb-î´Û'äòU"áu*$‰2ù\’|.σ¾„�s³ÏQ©TyðÁ=œ>}Š¡¡Q,K&˜¿@_ß0Ï?ÿ-ÚÚâtuí`)#¡*eNz™H8ȶÎ!²9A�Q’0 ñ¦ ¿çù)@ …éT«R¥TÕ™É.“Ì—Ïfyan–ËÓ³¨ÙeÕ*'/^" iÄãqI¢/ ‚(ŠJ   KÄ0Œ*U½Š®WÌÉ4 lËÁ´ Šå" #ÁήnN$g°TÕg"²ìGiK¢/}×z¥ÝÞÙÅÁaîÛÅÃ;÷¬RÁ¸-ûüÇ¢%óhncÝ=¼eß¾vòå–ðþ¶vöôösßèN~|Ï>BêUՓ㶘W|¦)‹`‹ŽƒašLW ô·%( Äãq"‘ªªÞÖqjfŠïž?³ésÿõùïrÏÈèm[çr©È¹Ô/Œ_â…+)T«Wµ$6ljwÚv[H4,ãz4¤p8ÀÌäe< Z-±ú™å$ßüÆç‰Çã<úèÛøÎwžâ®ǰm‹…ù+� páüyâñã/PÕM¾þÕo277Ç~ჸ^PB\×AQÜvÍ]^^b!™Â6MŠ¥2Ó™eæË&sy^X˜ç|zË0$‘ƒÃvì,sù²ÈÔtŽ®ÙYb±(###Š´€F   Ô<Ð|¯,³­ C×1t˺*ᘖ‰aùK%“  ±MUÉ”+ˆMLD”$ÑO|è+ ·ÆD~æîcììéåðÐÃ[Þ“°¦1Ô±ms¤%ö÷®a ]±8?{ÏýeWOß5}AdA´ñ\Ƀ“Ëiì=Ì…óçikkó™ömÈÕŒc—ÓóT7‘¼êÏé–…¶‰÷ØÍv㬘ß8ý*Ï_¾Àks3^žn·këµÌ»QÐÛí\ãRÛh¯Ç Y„µ ¤Þá®}ݼr2‡¢ñ<I†Åô�/¾ø4'N<‡iZìÚu?ûÞ_§T\" 20° DI¬Rȧéï�D £J:]áO>󻨶M<Þίüã3¶ë,-—e•¥Å)öîé[q¶Î4–™ÅÔuJå2‹Å"™ŠÎÙ¥%^˜Ÿg*“¡jšØuoMåÇFæù½·¾HÄ-sü|„?y¢—W¯LÑßÓC"ц$Iäó9TÕ—>TY%‹ÐÄ¢1,ÃD7|Õ•ašM®½–i‘ÍfYXX`¬§ŸW¦'±J%ŸyÈR#W”ï©R-„{ã÷ü'oz;áë08ÛŽÛpÞT5âØkþ6²­“pÿÃׇ½¢è;ˆžà๗2‹õ*…BB¡À¶mÛ…BH¯sÄýŠ Ò[T%J¢„´…go6ÑK |éåY*oÉûß®}ß,ëÄæqk¿óõ¸!{ž·ÖRïðàÔkßÄó4Aı ææÆø­ßþˆRŠ"ã !ªUH¬ßúÏAò…Á Ä»ÿ‘hŒógŸÆ4M>ð_åðÑŸÂ0 T%LÕPjÌÃC’T\ÇáÄñÿÁ§?ý{[F˜ÅÅE’ss†Nµ\¡T­’1 N,,òÝÙY—¨86†(¢).¿þèövåy%ÙÁ'_ܡ9á,å²Èá%â'$*3 ?8s† ¦‰„)•D5O DU5dE&ò ã5¯¬JµBµZÅ2 ¬hÔ7¬×¢Ôs5ÍžÞ>N'g1E¹ÆDdD©¦Îª«²„­¸²^g°¤m1ž^`gwï†ÏYŽÍ¥ùÔÚÇ ˜Að%IGDðtÓdºR¤§cËËËôôô‰Dn«;ïXW7ñ`ˆ|µ²ás;:»|Éñu&lŽãØLJó¸£ÂºÓn¯ +‘ˆðŸˆÿö¹çÄm„‚09yžÁÁ>‚‘í¤-\@\*ˆ‚/­‚GµjQ©¨ j¤R—EèÜO&À¶,ÀDT5ˆ®—yöéÏð‘ü*£££rÄl6KzaÛ4( ”ËUò¦É÷“)žš™afqÓu±%É¿ÍË2‚(ðoê8<vIôxßÁ DÚB&’ šϼ6È“ó#ˆ¡³ùÉtš`0ÈŽ£”ŠE²5czÝ+KUU‚¡‰D•J½ê'Y´m»®Ò²LLÇ&™L²oß>RËË,–KHª‚¤©W¥‘zýqs{ˆã^?aø³žåðÐ=ñĺϼxå2ß:s²]º1‚$H¢*#ÚŽ²ç²KìÚ±—ùdŠÑÑÑFn¬Ûåu ˆwì⛯½ºî3-Àÿúàß&½•; äN»Í `t{/¿ô‹?ÆÿüË(—¼÷}¦­mÅ¢…(Ø-î¦NÙHÁ£R)ràà›èë¿‹h|˜|¾‚Ÿá[@’4A`jò$sÓOó¯þŸʃ®ï=â83ÓÓ,$“T+Ò•*/ÍÏóäÌ,S™ †ë"JÈ"î*áJ“~fï4’è !Íæ_ü½äË*SKÿá{ûøÃç ©&jÐÁ2-¾þ‰H”ÎÎm‚à»öj´@ݵWBUU"Ñ(íÛj¹®Æ†ø‰ Œš:k1fÏÀ Ù‹ç±ÊeDµf Q•&¯¬óÈÚ¬M.¥ù—_ù ~õÍ?É`{!UC‘% Ë"_­r|bœ÷­¯cÚöM&{ˆ¢/qÕR¼ \\\¤4°r©ÈÒÒƒÁÛ&…À¯<ò&‚ŠÂs—/R4ªè–…,ŠU•má(ÿøÇßÌÁ¡ÛB ý9·’gêŽÚçN»Í `h¨‹òÁŸäÙgNsÂÚaj`[ˆ¢´JGÖzÓr¥a::Ç(•tdEDDlÛ`>u–™é¹çÈÿê_ü!2ññq’ÓÓ¼’NóµËãÌd²d,‹ºÉó¾á íšÅCàÉñ^ž›ê¾ª–qE>øÕø•cî,±lª¤³3Ï-óÅï¶s9Ç ê8š† "Z6%Ûâåóç G|uU¹\FÓò„‚A‚š†¢(kTYº®£ëF#ÎD7 ÝÂ2 ––— 2ØÖÎD.ƒ¥ªHªŠ¤* ÂêW¹U¯ÍÍð«úÇfx['m¡©|–Ó³Ó¤rÙ[zqjh¢å âRÔË$+e:c1²Ù,F-Iåí * ( ¿üÈ›x÷ÝÇ8›š#•ÏV5†Ú;800tK@·Â¶Êhî0;í¶3€€¦òÖ·åÞ{Kœ:5Ω33ÌÏW„�²DdÄšÚ¡ö¯.‰xŽcaÛŽ£S.¥)ä§ «>¸‹ýúGXŌֆé©)fgybrŠ/ž?O¦RàžþeäRŒÙb„·Ž%ùŸÿà)bšÀ±þ%þÞŸub»bMí#ðõ ƒ¼0ÓEPs¨êúó¯°C8Äý÷b¬ç믾@yl'N4Šrm‹é|É™Y"áý‹E´@�5 ¡¨jC•‡IÄãèJÅ—Dt=ŠnZ~òEÓÀ´,æ’s öPµLæKeŸyÔ%‘†*KÑݼ•ÒÈÉ™)NÎLÝü[|ӒÚFo¼Îh I’(TÊ\˜œ kd—Ë…ev ±”NS.— …B·Ý #ᑱÝk(øÍ$Ëùj…¹\–‚^E“¶E" ¶u¬û|4@ÚÄN&ŠM»Ã@î´7©·X,ÌÃ䡇Ng™žž'5¿Ìòr‘BA§R11M_åzžã J6š áH<¤§·‡±±‡jxÛl¶†B¡Àr2ɉù4Ÿ?{Ž ”æ_¼í ¿xä2g|è›÷òÀ`ºÁ<LOäÉÉÞZôüÊ–©hPH)Å�Ûø«¯~–‘‘!�¾ô¥/ñkŸøIa�'Ä …L‹W'¦èª©V$I"—Ë¡i4UESUä„ï~Ĩ$tÚªet½‚aZX–‰eX¦i™är6™L†]ƒ”'®P©1KQÙWeIµ�Cáæ«qöôöóö»!KòD­Ì§Ÿ~òºç(é:Š$ó¾ûäÈð(=ñ‘(’(RÔ«L¤875ÉŸ?õÓË‹œ_\àþ®ôR™ÅÅE‰Ï^<Ïɹé ç ©*oÛwþD[KxQ×ùÚédÊ¥÷¤§7ïÙïKªŽÃ×NŸ ¹‰$öŽ‡Ù¾Ê…z|q'ÏŸÙ0L4à¹ÿ’¹,}ú®,¦Iæs”tM‘iGèO´óæ=û96<Š$Š|ú¹ï`ÔTнÊR¹è«ˆ=ð„&é®&é- üÁ·¿¹¦~̱‘QîÙq‡êÝi·‡4·®®6ººÚ¶ ¯½~x½-§Ó,•+|õÊ8U#Ço¾ýÿìá³È¢Ë@¬Œé'§«X®ˆ"»üÇg÷òG/ìÁq…uõ�¥‰E>ðÞŸi0€Çœ@ À?üèGÉ oÇÑXA“‚eröÊšªFP…|.KPÓC¨šF(B ˆ'jª¬ªŽiZ~é[«ææk™X–E±X·±î^N&g°Ê$MkÕ}"øRÜTUÖöm]üì±6|¦¨W¯›xÀ;ᇎphpxí­>¥#åžÑ1îß½‡ÿ÷‹Î®\d¶˜c$%“É ë:¸.sæ$¢ ¬¹ñ×i¦çyôÆôÅ-ýÕ/§çùâñp=¯©2 +~ǃ¾x¢Ñ×rlž:†éÌRKsu}ÞCCŒ´¯Œ©™Z^â¯O½â÷UJÝú8Š$³¯·ŸO=ûó…<"à‰"" [6Él†¹l–€,slØw&ùò«Ç‘Ä.  ˆžà!xе!€nÛ|ç™ïëÕTsdžGïP½M%è;1'·œlU»•²Y:öKçᤪ\H§%YtýS!Âc‡æ(yÉ…�¿ùµCüŹxâ±–EÂóxèÁ‡Ö€ÞùÎwòçÎñÑÿö§8»÷`…BˆŽÍ•l–îtšhÔOúW.—Éær¨€ŸîDUQ…p8L[[†n ëUßbšDt?åI½ U:¦¿¿ŸÞp„¹b-ÀPUWŠ‚ ¢x]Qêë5Ó±Ñ-“€¢nÀ@ôëwO;ßÞ»¹«)°³o€ýÂ?äCò_˜,äÙ¿}¹L†r¹ÌÎmô'Ú¯Þ¶¡&Qú—¶ã°PÈඈ€¿²”ÆvBZ�Z°!×ïÈ›÷Üu÷<_²‘%¿Ž‰°ª–‰ÜTA±Ž»²$¡É ˆbÓz› uËäÿûÖ×p\MQšÞ¨þ¤‡i; ¶w4úD´�bc Í#_eO+–ä­` –ã JrË`½ÎÞ;|+ a5|£ ƒ¯÷úÞèýå›Eä7ûE9n)ˆ"9ÓÂ0,tQå^ÜÃ…Å#ÛJ¸2¦+<ûÅ ’ *ñ Þ¶i‚õÒ\—°$ÒÙÙ:Šûø�O>ó ßš›Åƶ-ʦɩñ+DƒAb±²,ûQêšF@ÓT¢±8š¢‰DI$tª•²ïÞkèXzÓ0ÑMß#+ŸË±´¸ÈHWÙ© Œ²¯Ê’±®Ê…š$r“Å[ØÔk¬ë1°­“ßþÙ÷ñkŸþ# –A9_`yy™X<ÎÃ;vñå“Ç ÈÊJÉ¡F=¦3Ë” àj†(Lg–ªªìh6߯…3=2¼ ¢¬ÁSY‘E©±õø*#À²¯ž…¸[û]kq=ÞU¢.ÔÖ­ÊA\×C‘å*¨f‰¥bšôÆ+ÆWEA¼º†N³Ë[¹Gu¸ïúí­‰ìÞììý°Ã7£=7J›nÅúšií¾ß­î/ß "¿Þ­j¯¯ù×êÏóð$‘’¡S+oÈL>Ì=±Ó?¬˜O?ÏOî}ÿþß”|>Ç'ÿè“|ëì¬}û[3AÀq½–·V€žž>ú›¿Éé_ý§Ì;6V €hZ,YNŸ9K"‘  #Š"U% pÍ++‹Q­T)Wª ¯,Ëö£ÔmÓ¯¥^¨äwtvñÚ|Ò÷ÊÒ´©N<A¡)5÷`Žîãc¼ëÞŸ˜b_[‚l6Kw¹ÌÁÞ~þ╉…”«¯Ý„†²(1¹¼Èb±ÈP{Ç ¼[.™Íf¨ Š(ûij. Ô(wÙ4xÛÞèóf<T$ Uj-EUMs…›ìjüUe¥Æ@V³¬Uú3¦gj„Þqé‰Å鉯Wœ U–ë6±õ¸ÄŠ Z¹&[t®J*«Î^ýg3Qq]·e ùfÂÖª¾¸ŸŽÈ]£‰XÝ¿ÕMõ¹_McšÇ_½öÕDqõV¿ßê9ênã«ç¯÷›‚F›ß#ºÕÜÄ&‰µ¾þÕðÕëÚè[½ßêýYq _go”6Ëõ…Üè@ë}è8Ýj$\9¶Mo8DX�Ýñ@·=#[f8žà?üû?dlÌ7>òÈÃüîÇ?Îï}ûIœ½û`uL,cá'Z\¯Ý{ï½üò{ÿ>ÿê+_ÅÝ1† bY3É9fgfÑ4Í0,•в٫ k^Y‘H³MG׫µ{xT �� �IDATúé†a­E©¦i›,.¦Ù¾}”Áj…éb©æÖëçËjÔEñ ‘êüVµ‡öìç“gÎðàØnf§¦ ÑÞÎîî^–Ë%Ôšºgµ&j±X`¾c`•!=™Ë2“ËÐŽ 6«�kôÚv]¢Z€¡öŽ8ì>P%M‘[z§‹‚€×”¬²Þ¿ž&FUäÚ3¾GZ­…V dÕïºk±-¥3]q&4Yñ°Ê ÓÄCV³+¯I"ÑmÏs„gõÙ[ï2uUh¿6øjšq­ð­ÞÄ7‚ou|ðÃ6º¥;›ÔÈÙlþõÆßêü›­=øfýo”6Ë›=¸•6ZL«Ûê6³Üq\ºÚˆD£,çò+áùÀOÿCCƒ?E"þùG?ÊìÂvñŒí\#”ÊÊÔ¼P…_|ÿûùƒO}Šbov €hÛˆªÊ©Ó§èêê"—ËûRH¡–±WÓPUEQüJ†ñ8†aRÕ+TªLèÖ*Z¶å0ŸJ±ox„ä©W1K¥©ÛBÄZ6[j^Y?šLäÐö„q2z…r±Èòò2ñxœC}üíù³Ä‚ÊxU…ÉåEŽ Žøä5Ü™Ëe‘E‰ ¬ú*(—†—yµTáÁÑ„¥åáR Dh"ðþ/­n‹+TXŠ‚¸ÎwZm˜·Ç/ç+�ž‹nZ ´µVµÆø%C' ªþO”ˆhš/+Mõu†e».%]÷j“)¢Üð亙góüï6\¾mvKh–PVK7ÍŒ§.æ­a% A¯rW_Óù¼«Ï¯W¹ûÐá5qáp˜ó±ñÚ{ßËÉtººV0 B¡°!Qëëëã<Ÿáè=XÁ�bg'Ë.L&‘$‘X,F¥R©¹öªhš†¢øq!€_ÁÐ/Ûê§9±lÓ´0 ÝðÝ|óù¥b‘ƒƒÃŸž@Rj ¤9í{-ÆæfŸº•-S.ñW'^ârzÇu¹{h„÷Þûà†}BšFwGç’3ìêè`qq‘žžvnëæËÆ+ô$H5¬f² „¸°0OÕ4Õˆ®åØŒ/-ÐÆ|AéXtÛàî!$a­1|…&©+í 5"- nž®> š$טLMüXõÉlÇ%S.RÔ«„•ªe †èGX*è'V0µ¿÷1 ÇA%2•/M]a°­Y¯²Ú/Žç°ÏñÐèN4Y¦·îy‡ú‡6¼­o¤®ÞLho¥âºZ³•ñ×£ײþ±K4Ï¿šæÕU`ë­µzêfïo«÷»Y´YnõÂ×:Ðj;H} ÇqÖ ÇF¢p+Ý  D¢Q²éE~lx˜§Ï_¤äºWm®ë»Å¶hýýý|ä×~_úíPN$ ÎdWQI¥R„U•_þGÿˆ/=ñ¦(‚ãby ¹\MS‰ÏÌ0<2L©TôH à RUäšWV¢-á{dÕ¢¬mËÆ¶}o,Ç6±,›d*ÅØØmŠJ¾XKsR¯"ú)NDEô}pÞÀ.†ÓËKü›o|…SMŠ/Ž_¤=á-ûnØwWO_zí4=´+ç/P.—ééîb_oà  ù*¡&¢)†B\JÏ“«TÈ>³ÈV*Œ/¦‰‚Ù÷Yj22W-‹¨¤7Þ¶V UÃOU”È2^ý–ßdíkz©Õg§¡Â’¤:£÷XÁò\.ÎOó3ŽpïÈ(AE¥lü`ò O\xh ÀP[Ç Âò¾{hˆ“™%.,Ì#Š"ª¬°Â;�ªé‘†ø¹£÷ ›öj­*c³³y£·Õ­J;›í­Œ¿í¸–õßÈû¯7ÿJÕèÆìkÿZ¥ÉÍÆ¿Ú,7Ë®w VF²f]k«‰728­†÷öö251Á¾=tÄ¢”š†çmµüøãóWõWüYjÞ÷̪·h”‰ÉÉ–7ÈævôèQöŽrâÔI¼¥%œRËõ¿Â¶ŽÒé4±xŒ¶¶v …"Z0H0$‹Eý †Q¿‚aÝ…×4üš!¦é'[4ÌZ¥ÄÙYŒlç{çÏa•ËHšŠTc"nÍ+Ëä74ÉW+\H%WüÍrž8sjS²½³›ñ\–Œ^ÁÔu–——ioo箞~ž¸tŽ®X|µ6 Õó=´ÒÅÝÑ‚ ­”™X^ä¾»6€&Bº˜çíct†#ëâº"K(5ÖU¦å›á7UaÕ$VŽ/Œ_ä]wæ½Gî­ÙIü>ÛÛ·±·»—oœ=I_ÍžÓÒ[siVe©!a4„$lÙ×¥×%«={wàwàÁÅf‚_ÿ×J²Ø¾Þ3­ž¯Oî8Ζá±XÌ÷Ù¯V9ØÛ»’à‚T›ª±­n’$ñá˜mÉ$M†žxöYfff6V­„B¼í'~NŸÂµ-Ü¡alÏe9³L¢­\.O2™òSºWÊär9rù<ù|¾±®`0D"'‘HÐÞÞN,#‰F‰F£D"a"‘0U]ǨêÞŽ]¬`ËX• VµŠcZ¸¶_ŒéÌ@@náù¶X,´®Vجv (˜禧ioo'NcY#m覉çy¨’Œ"I(²Œ"É(²D$`&›iàÎl6Cg4æ?+_}V•$dQ$™Ë²«³{Ý|0$QB•dT¹6Ÿ$7æ·æÅ·â,ÔðR‘eTYB®Í-KR-*\ ¬j<²cx+ûK¢È݃Ãü_?ñvâZ`ݳáº^cÌúšTIB–å†Ç™íØ7åìÝßooÖ@­žYý¼ëº>­Æ[nš&áp˜…TЇû‰ˆ"r‰,,,ll =tˆvŽÁÄ•&jáøÙ³\¼xqþ’$ñ–7½‰hÄ/ëîÛ³c Ëv¸|ù2ápˆl&ÃÌÌ,¶eQ.Éf2d³J¥2–e"I"áH„D[‚x<A"‘ GˆF¢Ä"Q"áÁ`l6Kg"ÁP"Y*c–ÊØ•*v‰8¶moêóFk¦c“«”7|& £I2——ÓÄ;·Q)WÐuîP˜á¶tËBm"šŠ,¡Ê2á(gççÐMÇq˜Ê, †„_‘¥†[nÙ2ÙÙÕ͎ήuqT$¥6Ÿ‚*×ÇRV¸ý6÷÷ûzµùTIiÌ«H2’  É2õ\W­æ×š‚ýZ®¯æýu•©Õçª1Héª]äfœ½;ð;ðàr+L+ÿìàëÑÊç¹y¼V*±õàCCCœ~õUö ²-¡˜/Ô ,--ùÜpƒàï{ßûxæ·~‹üÈv ‡î¦§§7%~ccctvvR,•ñ�w÷œåeN>ÍŽc¦I.—ci9Cgç6ŠÅj@% ûÞX1UQ‰Åâ†QKuRÅ´j¹²,ÓöÕY¶m³´´Äî!ξ†U*ûj,Eöm"’„U#”·³ðÒuI'›¸!w%‰™bž¼cãYéÅEb±;;»øŸ'_æ]‡­Q õµI¼pù<Žëb¹çRô¶uÑ«M¤ Yvtt7Ľ€¢®¬úØdL—jû¾ž^;¤j~ª‘Õ†ÖZÂÑú×u6j/T5ÂZ`Mʧ)mËÍ:{wàwàëÁå›1ÐzÏ4û6 ‚Ð0À¯gY®( ½½½¼vú4¢m²¿«‹éBÇó@Õ˜O§1M“@ °.qz×»ÞŧþäOxzi$r9¨Tøò—¿ÌÛÞö¶FFàV-‰088ȕӧÁÐñâ Ü}ûÈÿàœ<u’x€t:M*•"‰ Ij¡H6E ÐT`(Xc&¾k¯^+kY†ab–Ÿ/Ë0(ŠD£Qvvusz>yµøTÍb˜&ÓÓÓH’äëÚW}‹HMZÚ¨ÍÎζ$~²,Cpý}ÔuÅÅÅ–°­¤`O&“-}ÞEQ$’H ‹YSç|j޽±(©TŠÑíÛ9Ô;À·/žãäÌ$r ÆYµ,J¢Z€ÉÌ0—ˬÄQÏc!Ÿå±]û6ÄM<˜XZ`>ß:¡bQ¯6IWû×ÛÙälËÒ¸¶ã@Mro¥WÞÈXyÕyÅŸóÒB¥EBLÓ¶ÁóW¯ïzÎÞµ®ïüï\¾YD¾Õ3uÂP—LVîÕ³.&­×4 ]× „B¤’)èà{“dL‚A¦–—Éårôôô¬K¸¢Ñ(>ð�Ï}ö³8Õ*Ø6”Ë<‘Jòâ‹/nÈ@¢Ñ(÷ß?ϾzÒ·CnO/tvrîÜ9î>|7ñxœB>Ïüü<ƒƒ”J%rZ†@ÐÏ•%+2Š¢ ‡ýœX5)D×u Óð¥ÃÀÐ}ãú|*E[GýÑ å V-B]’e*å2é”O@$Y®í“ظ‹vwwoJÈçS©šMbåVÓt5%˜\Ý Ã ™L±2¬?J$…ØÆÌkaaÓ4YE'Ëcm~úÙƒÉìGv ˜JaÛÂa†ÛÚ9>=Ù²®»$ŠœMÍÑ‹cØ6çSs-qsOwû{ú׈èuÜs=©¥ÅõóÿÔl<«q»N°/´˜»¾G½µÄÍLÇÛ€©¬Y_Á§Ö=£µ,Á7ãì5««¯µÿfóßèúnõø·~«×÷zì|3m½1êRH+é¥Y·¶¼~ËâÌ©Sì¤/#“NC À™×.ñüóÏóøãoH¼ºÿ~z>ûYæL î¾ff0&'8~ü8ïyÏ{ÖU±(ŠÂÀÀ�2fÍ0î n?Õ…y¾óÝïðØOþ$ÅR‰L&C à›Êç A‚A?È0¢Ô*†^+ƒ«c˜:¦i ¦oH7 r¹¥b‘=}”¦§¨K~zE¦P,úRަ¡* R=à°F¥¶RK#‰à:.ÍÉþ<¼M¥I’‡ÃM|çj"§@ @e“yƒ¡ J=6£¦-È’„iÛ¢ˆêy¤KE– ÁqI¥R ±¿»×RsØëØ&–—(¢ ´ÌÉ% ‡ú†Ö‚ò6Â=E’6ÝÃÕ¸ÝpÿÞ$Xý‚u½g×'´^ßõœ½o6ÿ®ïV»÷ç¾ÿ®ëú^XNÍ0Û<`3‡r]wCøzc4%ëÏ×í"õg·—$¿tlww7¢$!;6»:;ýXM#/À·¿ým? ø&ÆôÝ»wƒë@<@$ÂW¾òžyæ™ u÷𦡹.ÌÍùÒ‹ àõöátv119ÉÓÏ<ƒ*+d—3,..Q.W¨êU²ù<¹\ŽB©@U7j^YAb±8‰D;‰D‚X4F$%‹ÇˆF„CA*•*–ap`p§\Á*ûõ|.‡eZxxˆ’è{ߨ ªª¢ÖŠ\mÖTEAkêãÿÓP6é+b­ŸR«‡¢¡*j#ñ¦óÊMs* ªæÿ ‡Ã¤jžT’'’Õ«\XLÑ 3—ôÝ‚ï&¢­¯^KrLe—×÷òR5÷nŠ{[ñrk¥ÂZmX¯] {[*“à¸7çìÝßoo¨°š¹ËFvÍt¡«=°šW«Ë¶ ¯3Ïó†Ã¤æ’éíáéË—YÎå «›KÓÓT«Õ í ]]]ìÞ½›§¾÷=0Mèí…»páåã|á _àž{îño×-H[[Á`b>–² ªŠ7:Š»´Ä¹sçq‡Ñí;Èf–˜™ÑعkŒr©D>Ÿ# ЂT'͆~¡‰aD ]שê†i“Ïçéïïg0ÞÆl¹„¨ªd³Y¢A?i£H²„(ún£ž'4 umÔYÁÃ]™¥Vؼ¯( (ªZ yð®&*<dYƵ͖îºQ-@XV(H"Š(!¬¨‚²"cU _’rp}w܇wR™O¡ë:áp˜þx‚\µµœsiqþøú5j:BaFk5<Öý­z·  œ¬÷w¶Ð×kiרúÙp½­­OÅ5뻞³w~¾\¾5‹åÍÏ‚€mÛk²^®–l¶—$ I’èîîæÒùóìß>F¯ª°|ú䲜 ‡yá…xì±Ç6TE í€Q“V†GðÒ |éK_âÑGåç~îçZöµ,Ë—pdê{P“BÜÁAœ ç¹tyœ|®ÀèöŠ*Ó±ÜÔ)Q(ƒµ(u•¨EVüâTºÞæ§:©êµHu«t¨cÙ&¹lžt:ÍHgÉKYìJ…¥ÅE„öÂáÁPÐßYªqk DiÍ@dIÂÝÄ“JQ”ZÙ¦‚F‚Ÿ®!¨ªhŠŒn™+úÃ0ŒZ_a  hRs ‰`‹H¸,UJd$ÉóX\\DÓ4îåÌ|²µTày̬2œ7¯ûèÐHcoÖý­ìËgMÍ3• µy®÷W¬¯^fƒVÐu Ë"Ðä\Ы,W+ììì¾æ³w~¾\®Û,nd ºX¾ú™:#©‹?Ív”ÕÏn¯{ɲL[[’¢v ðÚÀ ̧˜_ZâOÿôOyì±Ç6$~»ví" Pª3@�vŒ±øä·ùÌg>Ã#<B___KµCµZÙò%«‹ÇÛ óùË™eâ± Šš"N‡®–Á |U¬ …jÑê1ôj•jµê3 ËÂ2L C÷#ÖM›RÍæqhh„—§'I/, ˆ"ápˆ@-ò]%$IF’¶È@T¥¥*D’$ŒMô÷-UU¢ÀH{ÿç[ÞÁß¾ö*‹i ÛâîáQÞsô>ÌJÕïë­-¥ª*©|I–q-Ñ|Õàìü<÷GbLNMÑÙÙÉ®"šFÉ0®É…XDàÞÁí׌{ë«°œö¹†û$« ®õlX¶ÝÒ‰`%©òß_y‘{·#ˆ~Úúç®\¦#a{-MJóøÿî™o3ÜÞÁ{Á¶mKEþøûÏò¶Ýû86´é\†Ïÿ>¸ç~ãmxžÇ'žü&çÒWSíëîãí{ös¤ˆ³ I>ñä7׬ë£oý)vwvóÌøEž›¸Ìo¿ù±Æû}ü‰¯óÈèNÞ>¶b}øÜ“„U>øèŠýyöÊ%ž›¸Ìï¼õköo*³ÌŸ½ò"ï?r#ÛãŸ]XyñØÛÕ»¦ÿÿ8ñçRüÚ#o&¤ªˆ¢ÈÇ¿ýuÎ-¤Öô­¯ÿó/AøÀÑûë{yvŠ/¿v‚él†á¶?t”£à ø'žü&{º{xüàQAàÙ+—xzüyó;6üþ/NŽó·çÏð÷foWï øÏîSM®ä*G†ù…£Ö4AàcßúkÙîïñõâßj¸|³ˆ|«gêŒf=ƒM3¼Y§Ü,ÝH’Ôз‰¢ˆªª„#¦''¸gp§F·“·,øÁ÷y饗˜ššbdddÝÃÕÖÖF@Ó(åóàúÿh~¾ýíoóñœßÿýß_cLÎd þÁw°­•ƒ&x{öâ¾ô–m#ÈaB¡W® ñÓœhZ­–º†¬( Ý<§ZSe™¦Ÿ/ËOqâ{dY–E!Ÿ§o ŸÛ¶‘J¥ÔRƇÃa¡MCPU$YF7g ²Ü”E¸Z¨È¿l\½L–®¦%\åâš/ðÐÈïÚÃäÒ"ºi²»·×´qEQjJ2Ø4± 0±¼ˆ(+ˆ’…㺸®Íå…o96Êô¹s‹E:÷ òÜÄåkb £Ûè‰Dñ3«qïšUXMÒJwš‡Ô¦¢Kmë*¦V¸ßìžÝ WE EÚ<þ繉Ëü`zÒwíu|§–÷>¶âýëã…ož;ÍOïõSͼ<;ŹtŠ>ô(à׸?»¤X­âFã Cþp{¿pô\×åÙ+—øƒ§ŸàÞóó ':ø·¼“é\†Ï÷¹¡D;ýÑ8®ë²T.q.jà ëºœ]H²»³»QBE^™›æåZNµŸÞ{ÎH´±?ËÕ2çÒ©†^¾9uRÙ28—N¡;W=×þÁácT,?›Á‰ä {á ÷ ¬pô©˜&yú�^INóã;vðþ#÷QÒuþüÄ@ðÿVµÆú§²Ë>s·,m•2øì“Ü38Âc{p|f’ßÿî·ø·ïúûtÔêK§8—N±¯»=]=Ìrœ[H­xÿV´ñ/O¿Ât6CçD”}ƒkàlßÉãcè–ÍùþÓ„U÷¹Çq8·bOgOC£s3h³|3ˆ|³škµ¡½•á½.½8޳)ܲ¬†Ûc  ÓÑÑÁ¥óç9òàŒÅb¼Üß»v“¼2Χ?ýi~÷ww}/ `Ð÷RJ¥`ç.ˆF})dç.¼äŸýìgéêêâÃþ0¡PÈÍžá«_þBýê¹R©Ó…í£¸ù<Î…óLL\¢[Æõ<zúz‰DjuÔ T-à§}×Èñªª‹Ç1MC7V0 ]7°L Ó²p‹\&ËŽþ~²Ù,‘PˆX,F8!T+b¨Ù$¶R6DQ\Ïåª2Ég’(¶|¿•*,©QX¶ždêªPáẂá1’h÷·¬6ž¬È+T^õY%Qdfy™ñ¥t­Š„à8(žÈb©@Fð*¾í§­­†G¯™<42¶%Ü“¶TwÅ[%™ ‚°¶^Ç:Æ“ú¥¨ŽÛëáþêT+¢(Ò‰Õ‚@vÓ5ÖGÃŽ4¤ÇæñïîäÙ+—8‘œáØÐvž›¸ÌÑaZ`…{²y¢TPV«Ù”<ÏãÙ‰K$‹öv÷²[UýãmìéêYÁ¸ëjáÕô¦>¾ã8¼45Áž®¦³žŸç=¬ðö¤IškÞ?©vª;ö� µµ#Š"3ù,ÏN\âèÀ0oÛ³¢ÿ‰¤ŸÖèžÁž¿ÄCÃ;ð<X!.4KïêXñýéhjDùùÉqBªÊÿvì!‚ŠÂ¡Þ~Î¥S<?9Î㇎®ø&ðôüÞ»~¶¡–l~ÿÕø™©V˜Îf¸gp„㳓äËe‚µïYÇÙ®h¬±¾¡D»Õ”Ô¶®ÉÙ íÝ m–ë·¯¨ãE±ññê[¿ ¬FœÍàu¤·mAˆÇã~-rAd¬³‹—Ò°ÿ.ôä_øÂx÷»ßÍÑ£G[ªHÄOB&zÕg �==0<Buâ ŸøÄ'˜™IòÿìÍtǾÈ3/ÎqâÄùµ~’¦ /ýÀϱµkCu|œÅ¥%4MãÔ«' ´µµ#ÉŠ…<€Ï@Tõª*+‘Hø®¼µ:ê¦i¢ë:¦eøq"¦I±T¢Z.£) ËË˵<ZQ?-J(D @‘ÕMk@ûˆ*áyÒU½JMða"Ö\`eˆïŽ+x^Ã1¸.£H’¼ÒC©¹Ò²¬ðÂé$³ËˆŠ„$+x¶äˆ-ƒÓ©ÇbÌÍÍÑÙÙIg,J"$§W·Ä<TIæØÐöÆ-q3ÜÛŠR¿L5÷÷<oKˆÃu Øžhëµ€¢Ð ·ÿÞáQ:O¼Ä˳S ÄLe—yËÎ=÷«KZW÷ÏÃc©\â«gO"/ÏLRUú¢±ÆûÕ÷±>Fýýš¥½û×4~Å2yvâ¿|ß#\ˆ,ðÜÄeÞ}àî«ó»^KuºeY ¦P×ZÔá%]ç??ÿ]¶…"üÒ±×Ìÿ7^ãáícìîìæ3?xÞOЋ_õ6õü5®þ~ÍY8,ËâÌüC‰v²ŸT3 1ÜÖÁ¹…ÔŠýxdŒW’Ó|æ¥çém6úþsþ5¶…#üÜÁ£|øë“ŸäÇwì^á {f~Çq¨X&çÓó¼ÿÈ}+¼2×¹!ü[ ›ÕC²,7ÄjËò3Än¾Þ3’$5ˆýùº X}qÍÌ¡¯‹qR-A\æº.², …H´µ1=1ÁÞ¢Á (*ÜuñÉI>ö±­Kê °í•„RUaÿ~0 ƒÏ|æSüó|Ïþ·Wøï_0ùÄ¿þ=?;«ÿ2þÏgŸ†Ë—`f¾ó|ÿܽ{qöîÅ’e,ËâÊÄ&§§I&“>(–Èesd3K lÓBEÁ ñ¸Ÿl1žH‰F‰FcDkù²"á0@€ÅÅEDQ¤\*±¸¸ÈÂÂ<™l†b¹„®ë+ó’m@ÌDÉ·™Èµ=–D?(q3û‰ ‚$ËÈ’_ðJ®!IRÃóG’$ߨ/×í2’ÿlm|Y–}Y!S­ðÔÙ×p]A”@ö‹% ¢€ç‰\˜›%¼­ƒr±D¥RA®Ý·Úöw÷¢Ô:š‰Z3n†áKîÖU6Û‚êø¹YÕºæ›v·Wã~ý¶¸îÙp†ÚÚ®™eaÅû×ç·,‹Ã}¼<3Åñ_íulpûŠùÛYQê¶b™œ[Hñ7ç^c±TäÃ?öV’ÜX—ÇYyö…µÃf¦,ÏOŽ0ËP2tËE^KÎ6àõº8uuzýû5¯¯>}ÿ>÷ò ,•Kü£û&®˜ÿÒBŠél†Ši0“ó¥»f&VЮæ3U§uÔMîÕ`Òm¡ˬ9Œø/í¡ÐŠõuEcÿ{o$G~Ýw~2++3ë>»ªoôºq0÷¥áCŽè•)Û’) ÍÄÕeÓA…uXa‘¶wµ6R¬½–,Šë°µK‘"eI&E­Ä!=çf0ƒc0¸h4€FUÝuW•™ûGV&ªh�sˆœæ7¢Ñx™YYY¿Ê—ï½ïû>»íN÷ºwÓïÞþ†aðÝsgˆ†ež½àF8Ï]8·îó”š N®,2_YåcûïæCÛw®³;¶sÍúz+÷fñí8ÐŽ¡w§ðõn/˲Æ{ö?¯ïý0=[$!ÚMß\ZX`O±ÀD*åR?·lL–oûÛ|ñ‹_Ü„#P«V]²QÅ7—‡;ý?'?þÌ]LqpQyŠ�� �IDATàÀ^R©´Ç‘„åe÷uõ‘ÎÍâ:ˆ=9Iç¶ý˜˜©4/=Ç•Å%ÖÖÖд6µZjµFµZ¡Þ¨cÛ¶_ÛI§3d3YR©$±D”D2éö‡$“$º |ånt³ººJ©T¢\*SY«Ðj¶Ð Ým·£z3'"…$$)ä: éêM]¼™A@ yûH¾£$©û·ÛqòœK¯-Ô»ûB(ÄŸ¿ô"§ºÌ*A1,!tóüª(²\«Ñ”%¢Ñ­fDz™Éoùæ¹op˜pÏ:ݸö¼‡ŸP(ä¦Ùn!…eÛö5kW …n)…Õ»¶7®}¹[¸Ýì·!Ë2wŽNПH½!’‹ÅIF"ë>¿÷þ¶msÿøVZ¦Á·Ïžä‰)”PÈÿÞ÷ÛôRS¿öà#üÄÞÛi™†m¯ûíö:†ÞóŸ)�pôÒ<¦ir¢ûÝï(úû?sþ,ùXœ¹ÕMC'–y~þ¼o÷½wŸñ¾¿p8ì;—N§ã_¿Çϼγs³ü“w3–Í_s}ŸŸ?OT–iw:\¬¬‘Åyzöôº{‚Kñ¢)ï>çt‡†yï?S`~m•£—æét:œX\`¾²ÊLq`Ýõ³,‹{Fƹmp„ù.{pã½Ñû|¯,\¤eÄ…SËKä£q^_ºÂ•ÊÚºÕƒÛø÷˜_èC<<1µnýôFo×½YòrYV½5›Ù¹³DE¿¨Ôy ËÙPL¼‘½7oë}˜\.Ç|$B\ 1S,r´TÂE˜ÚFó…çùÍßüMfffxàÖw+ÏÍ£{!Üõ'·ºõ‘+ ,/ Q;Ç•+³üÂ/ü•JÅm^ŒÆ`ö캦X,‡¹|qG cßq'\³ZA¯Õxåä)‰8ªª"Š"•J˜HDEU#ÈŠB,#¢ª$SIt]»:€JëÎ1M·>Ò1©T*Äâ1ÂR˜¥¥%’É$ɤ+ï¥Äçúµð(¢†å›¦;®Û[°A ðzXm68uå2wMN¹cWoÔPg[ü—§ÿ'òÂw{2<‚[‘$Ó$ Q7 N,^f{,Îŋɿrã1)®Ô«7NÕ‰"»GüÅÍÖža®žÔÍš{°z÷×o²¯Þ1ý§Á7ûÛHË nÛÁŸ¼z㣞L$JD _}’Þpüñ\ùXœR³ÁžâປFHºJðöïu*MMó•£/ñÇ_ak6MúÔ£˜{ç?™ÎqÛàÿþ©o1]èçäò"†·°-_À0 æ×V™¯¬òÏï}ˆÛGÆE‘/~‘¿=õÿxÏ~"RØï‡ùüÓûõƒ‘t†î9@Çì\“‚ùò«‡ˆ†ežš=ÅS³§ÜºH:ËÇößå:¬¹³Ü?¶•î9àÚÿÓóOqdñòºh×»뮟°ž±z×ðþæÔqþýSßò¯éh&Ë}[&×]ïü~ážâ—¿ñUZ†±é÷óÜ…sŒ¦³üêðS|ŸúúWùÎì)þÉ»×5to¶¾nf3÷æÐ'?ùÉÿm]HÒÃQ÷ê7³o¶÷ÔémïE.^zëVí½QO/__Ó4ªå2ñtŠW—i:¤Ó°p‰úÒO>ù${öîgËh?‚pË~žOþ³Ëùó]:__ú¼+ õº[é+ÀÊ2f­ÎsÏ=O©TbaaÁ}ÿl¦§áÂÄj•}ûö‘Ëåøðßûû¼ÿáòÜsÏÐYYv#’þEÛ¡Õ¨SˆÅB"‰D¢K{ w5²äîC)ì†ÅVÇÂ4LLóêuéØvwš¡E£Ñ “ÉÐh6©µ[X¢€îØ´:Z¦ÉÉÅ+œX¼tU¨¤{ÏÏÇ“ e²Ôµ6«ÍÆ5¯J³É…ò ¿vôš›P:cf`èºû­6TZMž;Ëïþí_qiu•„¡/‘¼FXвm?ËÿûìÓü÷—_¼æ ]@À±m,ÓD° ÁAvõ)—Jô÷÷“N$…r«AZ’R#W_‘i5J\Q¸ol’}EœžÔÞÖžeÛÌW×°›L$JRRÔõÇW#ܹeœb2µnÿJ»År³A\VHGÜsêÝ?©ªãIîÛú–ù™h”•fÚ ú)ö sÿ–Iúbñ$•!‹óðÖéõv«C4,³-_ "…ý›ÊX&ÏH*C§Ó¡OC §Ò¨aÙßß+´Ë‚¸îüïßÊLq€\4Æ&§ùÐÔŒo_jÕ)Ä“|`ÛÿüбѰLRQÉDc„B!úâ òÑ8Ùh”\$F1ž`8•v…9•C¨Ý8ÀD6O>§/ž O2˜J3’ʰX«C<8¾Õÿ|#™‚àÖ›ú"1÷Žueóë®e[ 'Ó %SþçûÀ¶lÉäH)Þ¿u;Ý}`ÝçE‘™þr‘‚ã0žÉ‘ÅÙ–/\÷û¹R«òàøVrÝÏQúb $QdK÷;Ø–/PH$¯ûýÞÌþfîÍÂìì¬ã±¥6²°¼ôÔÍ콌«ÅôÞZ„·½õ¶ËßÌÞk3M“jµÊÜܯ;Æ®ûùüs/òÂŋÅ9xîY0M††GùåO>Â#|•Ré2ÿîw²<ùôºÞ‚»àö; Vƒ#¯ÂÚ*Äâ°};D"ðòKn4Ò‹Ý{`ÿxê Äùy~é—>Å=÷ÜË3ϼL±ØÇoýÖ¿¡ÕjA8Œpç]HCÄuÔj•¬aòýû˜˜§/ßG,%_(000@!_ ™N#…B´Û¥•®\âÊå–WV(¯®²V©P.•X]]¥R©‹EI¥ÓŸ?Q‰÷å‰å²DÓ)ÌHò%ɽ)wC𨬉ÅñºD\Q0:«•ëF&}‰Ô&^7BÑLƒ¥šdcq¶÷2’Ë3˜Î wL«®T*¿<Oã7>K×Ñ+5:š†±¥ØÏ?š˜aáÌYfv¿ŸH"AU×DÑ­éˆ"‚(bÛ–åÞø²‘Jw±ßÊÚr³AS×®Öù½šQ÷ø–e‘”Â=Ov¡PÓ±itçÞÛ¶Ós|±ûÞáPˆl$ú†ÖþìK: µ KÍ5]#Ô}xë'‰Ë2…x‚¡dú-ýö{`ßÌ.mdlÜðVìùóÞ6º®ûÑB¯7ë-6ÞŠ]îR7Úòù<j<N éþ"/.,¸·¶á‡3g¸|ižÿú¥ïðÚ©)fg-þ÷ßü]lþü[n”�pê$œs‹v¬­ÁÊŠ+¶xÇ]pâ5¸tÑMwаuÊM]u Šßø«o1>šáá_C³-&'ú9vü˜&ÎÉ×±ú ‘¦aR5«¼zô˜_ÇDZµî .*®Ü»£(²Û`¨åÐÚZO.ÒÔ ŸiR­V‰Åb ¤²»r‰–m¡:ªÖ&‹!ETÑM ytÛ–¡Ó2ÞXžÍ4¹¸ZºåíW› žŸ=Íó³§ßÔûÙ–ib‡lIBD_N>“L&Íæ®> v6„oym]Ï IÄ¢ñkìþñ¥ðºß³K–C"$¹ã®s|o/…ðvü6†ÒFsù ŸŸ·íø=°ßÈ.õ Þì6ÛFQ”uu”u“¬zØZ7³kšv-#Ùl–Å¥%¶ç²äâ1Jõ†«S5³Óukk¬UxèçiË׿ñMÚíîd¼hÔ¥ó^Ü0TJ×\zîwÂw¹³Ôë5„dÒ¥ïv,gÏœàüé¯ð‹¿ý0Bä1F·Çøíßþßüæ7°+œ…ËØ“t¢QÌŽÉÜåËôÏÎF¥Ù¨SWU"‘(ŠâªøÊŠB4%•NÒÖÚ´ÛšKé5 ô¸Ž¦kèº+}²¼¼L.—c8™æb£‰(Ë„ÅWîB¢›£[*¿S`w,,]Ç2;Hñ(ùTЏªv U?ÒÝH-|£k+°öÀþæíÒÛq“÷èt·Ù¨èèåÎ<,]×oÉ~=›Ç°ˆF£Ìž:ÅÔž}L§3<S©BXrk!3;᥃\¾4ÏŸ}í¿²ºZæ+_~Ñ¥/†BÎ@³í¶+hÛô÷÷322Êk¯§qäU—Þ;>q§{3Îæ²üУŸ%œúâž{àþà?ñ«¿á+_ù ÎìYìþ~:Š‚‰"†Ã=vœÁ¡!âñ²¦R­"+J·ÁP&ÕU×Ç“dÒíV›v»åw¨†;xJ× *•*kkk çòÔ¯Ô›-$Eq;Ò% AºÅoÞÉÄ«}à`éF½et›\2Å=£“Ä…0Ív›jwæ|*•Z÷àòfÖV`ïØ½ÌHp}¾wvéí8Po «w›v»½®àÒKËíMwÝÌ®(Ê56ÇqÕ_ûûû¹xqžxv ôóìü<~™fbš œãÇøæ7¿éÓ4MˆÅܱ¶W® 8û`çÎd2y~øüÆoüKŽ=G¸QG.ß+å2±€íÛ¶33½ ¸JâsŸûµZ¿þ›¿ÁžŸG˜ž¡QIê¥gÏœE¨ÄbQD1DµZAQ•î�*·ã^UU‰8©tŠV«I[kc˜FW+ËÀ観jõ¦a°cx˜ƒsç0 DÙƒ+H!„›»G ;xêâ3DÁåív‰¶Ù¡£µÑ+Œf Ó¶‘U•{'·q÷ð(h«kk¨ªJ£Ñ Óéø„7»¶û{ÇÞÛ¤\Ÿï‘ݲ¬·| Í¶‰D"~:K×õuS ½Þ€[±·Z­ëÚA@×u’ÉË++lËeIÅãTZ-÷& ¹EoApk=˜ûÝV»Õ-v üÈßÿIžøŸÃkGþ˜H¤[à­TàèQ¸û·°î9d¡¡!WáwÆÇÇùÜç>Ç… xíü9ì±q,E¡“JbÊ2+¥¥•ª¢Fi6›T+"jµÛä$Ë2‘XŒL&ƒ®¹‚‹†nb.¥W7tŒŽ[´­V*Œ¥ÇÏä8[Y%$wGàv稻= n?¸Ç“ÿ¾E^ç±mãtL,ÍÀh51ë lÃÄv:ŽEX–yôλyì®ûè‹'yýôIÚ­–O1Ó4×Q ßèÚ ì=°¿y»ôvÜä{9нÛ\¯ŸÃëÞìt:ëÃì›Ù¼<x<çÜÙY¶ïÝÃÎlŽg«U·Fá8WH,gN»RîÉ„ËÀ …ü^ï¼Âÿò§yì'Vˆ$bÔš÷pælÕò·ˆ~¾¸®É.»I’¤MgìÝ»—O|âüË_ÿu¬å%·¢FEV«ÉÚê±Xœr©L¨¢^¯£ªÔ®^—$…Pd™x<A&›§ÕÖÑtýªàbW7ËÐ;˜¦ÁÊÊ Ã¹<óåÌfËöj!!BJ—åð½MgõªÕ:¶ibif³E§­át,ÇÂ4;4ºŠÄC<öþGø_n¿‡t4BH–yùåÃhš†eY´»ã€ Ãð‡Y½™µØ{`óvéí8P¯¸Ùõ¶ñ‰×ù‡ýmzí½-÷^Åë+ñæqô¦Ê”®Lq±Xäüùó¨‚À¾Ïž?·QwÂeO ‚e»â‰^³œ¢�Ó ÙÒøð?ø`·ßÙÇ}<Æ?ÿä/rîÜ9׉ŒO\BºH¯®ÌõðÑ~”¯~õ«¼xüN.b* KËËLOO³¼´D,%™J""²RC‰¸Œ,9,E» “îM³Ýö;D] CwgªW«5dEf²¯È‰•%D)DH»µîØ[÷FB¿wNDºEqMÃlµ0Ûm„Ž…Ó±h›Õf–a²u`‡o;À]Û§Ù39Ådÿ R(DµÙÄi6yõÕW׉k†ÃawΊ¢\w}xkl³õóVíR·ëÞKç¾»'åñwy~·b÷j߯÷ïM‡¿Ý׳ã{Jáoåýß)ßß÷ÝÞ+zèÂ{;߈}£¸˜§m³‘⻙ݲ¬u²½:Wü×Û½B}__år™‰l–T"AÕÐÝüz/¢±ëßÝ€X,ƽÿç�w®z" ?üè#üþïÿ>ŸøÄ'XX\„ù °}ÚSe Z­¢iÚ¦QÈÐÐùÈGxñÅq¿„}ÿƒ MÓ …$òù<ËË˨‘cc[¨×kȲŒªÈ¨Š‚–P…x<Ž¡ë´µV·€Þ…¸Ž¹cvXYZfxt”ÁV“…ºËÊ% ÁÕ­AEİ�ޏ®Áðí¯o¸JV³ÙÄlµq wZ¡išÔšMtËb|`€‡öÝÆÛv03:ÊäÐ0…TAhi«Õ*kÕ ‡äìÙ³¨ªŠªª¾Âq¯xÞõÖÇÍÖϺÝ4MwÎMp}û›°K¦iúõ‹p8ì·«÷RgßéöH$B6›åÔ©SLÍì`g>Ïsçç ¢Â͆¥R º ¿÷Ýw÷5æ}èC|ö³ŸåSŸúsçÜ“XÌo,Y^^¦ÕjÝp”îÇ?þqþôOÿ”#GŽà¼øv«…e[,¯¬°gÏnN:E¥R¡\NP(ôQ¯UPÅ—9ñ>"‘ £e0º ­Ž›ÿ7L³ãÞHMä´¼ÌÎ-㔎Å¨× yµ•%º³ó„sÝáNo8¼ ;O±m«ÝÆh40[m,ÃÀêŠ�6tÝ#Q(ò¾}ûÙ5>ÉÌè¶ K¦ ‰.S¬¡µi6›”ËeæççÑtÇ¿õ8µZD"á§U½ú‡7þݺ~{`·Ú%wæ…ËLj4ëj^ªénJ¥‚mÛDDÅ"ÏÍ]¸¹óð"‰îšžž¾î&=öÇŽã÷~ï÷`q&'Ý´X:C½^§\.“Íf7}‹ááa8À‘£Gañ ¶ªÂô §ææxØvØ2º…³³g K©TA¨Õ«¨5!–‰Çc(ªJ:•Æ4Ìn/ˆ;?D×]Z¯Öý»Z©Ð1Mf‡yuá"†Ü@ K.3Krçmˆ‚ˆ# o®7Dü¸¢(bw,LM£Ólb¶5lÝp›m¡&á°ÄP>Ïxÿ 3£[Ø;±•Ýcô¥Ò®0%†iÐÒtªÕ*‹‹‹\¼x‘¥¥%�VVVxýõ×ýº›,ËD""‘ˆßôn^¿=°¿[í’W”ìÍkyŠ‹^Þën÷¢¨‘‘Ê««Lf3$qjº~ó<X٣뺫SµŠ¢ðs?÷s|ýë_göÂŒŽº5Q¤T.óÔSO155u÷yøá‡ùËÿñ?X=p¨*N2Áê¡C¬”VØ·wÕj•ÕÕU¥^k¢ÈTEE‘ed9Œ¢(ÄbQ 3…¦µiµº‚‹¦;tÊÐu÷e\¾t™-c[È®,²Öh’e÷ÕSqDÞˆéö’‚€ÓéÐiëtÚm,]Çéª0·u¦Ö&ª( æòŒŠLláÎí3Ü5½ƒ\& Žƒeu0 ½Û×±´´ÄåË—YZZ¦^¯ù$ €çž}–ÕÕUR©”…e2¤ÓidY¾n^öݶ~{`·Ú¥N§ã‡'^QÛ“îÍ{½U»'üw±¿¢(dº3^=|˜ÉíÛÙ›ÏóÝùy¿c|S$Ðm¦ o¢B 033ÃÏüÌÏð™Ï|Æ•>ÙµT•F«Åw¾ó~ögö†oóÈ#°wÏžEÈdp�{d„ÃGŽpï½÷16>ÎÑ#G(•Ê$»CljÕª;WUe÷úHa™x,ŽžÎÐÖ4 M÷ûAŒn$âM4¼²´ÈŽÑqÍžÅh4Ü‚z8ìÖC$É•9ÜzÈ­ Š ØfKÓé´5lMÇ2\‡Õlµ¨ùN£½“ì›àþÝ{¸gf‰dÒ—&i´šºN­Vcyy™ÅÅEJ¥Õj•f³éFRš†®»ª¤ssç9}æ áîøßd2éÓÃ=µç[Y_oÕþýþ}ü]þ~Þ ïÿ^?ÿwúýõÍ_ŠÇã¾Dq»Ý¾Fû?¿mö^ZïÛ½¿¦i.£Ë²-‹|÷Â…«sÏ7ƒ(BDEÓ4Ο?Ͼ}ûnè¾ð…/0ÿÚqW«;#ýüùó~gôf( LLLðÄ+¯B>¡N.Ï+ssœ={†Ý»w³¶¶ÊÜù9¢‘²&©T«(ªê²d•x"މO&IkmW+KÓÜu]÷©½¦iR©V‰ª*;††8¶p £Ñ$¤(„d—Þë6†@pÖÔ»©)B"¶iÒiµÜz†®ci:†¦ÓÒÚ45h4B!—ã¶\žÝã“Ü·c7wlŸ&—L bZ&z£«Ýµ¼¼ÌÒÒår™J¥B³Ùt%Zt½KÍm£ëîð°r¹Ì©S§|'Fý9𞞘ªª·¼¾Þªýûýûø»üý¼Þÿ½~þïôûë›9¾´1¯åqê=ZíföÍòbß/»ã8¨ªÊÄä$k• 3…<…TŠåzýæ©™|æÅ‹¬®®Þp³}ûöñ?ñ|þóŸÇyî0; ¨\ºr…ƒòÈ#Üpÿ™™¤§ž¦cšnŠªbŽná™—sÏ=÷011Ie­B¹\öÙWÍFƒªrµC] ‡QU…x,†‘JwYmtCG× tÃ¥öj]g²¶¶Æèè¶´Zœ¯W1UÕÕÊ’å.3Ë“;ÁëéétÜ ­ÙjÓÑtWV¤caX&ª¬PÈæèÏæØ7¹•{vîdïøVR±ŠÂš†K5®T*~¤±²²â; ½{~º¡£·]}/QfÛ6¥R‰K—.ùéÉh4J6›¥X,200@²Õ|/ןG;Žÿnû}ݪÝk€}³öwûçßh¯÷ÜÞ‰ë󭞟ä¥n<N¸aëòϽy¯w‚Ý4ÍëÚ½AMº®sôÜ9¦òyö <^­ºé™E!Ѧm±Ô;að:e™{ï½—D6K Á•~Ÿ™aav–Çœ|EQ6Ýÿž{îaè«_ã‚a¸½(€38ÈÓÇŽòàÁCÜ}笭­rüøqjµ:åÕUdY¦Ñh Vª®b¯,»Eÿd2‰aè´[mZm¯¢aèq·6Ô¥÷–K%Æ)µ´š-$U%¤*HŠìKŠ8¶ÙhÒÑÚtÚMÇ6 Ûo—º’2c©4wlŸæá½ûÙ56I<EK‚ˆe»•ÖÖÖ¸rå —/_¦\.¯KOyц¦kz—‚l˜¦«nP¯×YYY¡Ñhø”qUUÉf³ Ñ××çÓw7ûÞ ë÷ïjýÿ |þÀþβK‰Dâºy¯Í~^¯Áfö7º¿—W{3Çwg]÷±'¬è=½Ú€ÓnqûÐ OŸE¿Kh5›|çÛßæ‡}”t:½é¦;vì`÷ô4Ï6š0³Ã­ŸØO¾ð"ËËËŒŒŒlºïØØ[û‹\h4ÜFÄ®,Š92Ê—¾ùM¶o›bbb’µµ óóP…t*MH ¹õYîÖCÜñ·Š¢H$Ñ2š«•Õu"ºfÐnk˜¦;ɰÕhÐl4Ø’ÍóúZ™Ža6LlÃÄl40Ë4°4Žaб,lÇAElǦÎðC»÷ñÈw²w|+±H©+YnZšaP©TXZ^æÊÂ¥R‰µµ5Z­–_Ïд¶axߥ÷½5›MšÍ&µZmãH$B&“¡P(ÉdH$(Šâ÷ƒHÝÙóÞúñš 7®/¯ù²÷a`ãú4 Ã'\oÿ[]ß×[Ÿ½Ç¿™ýV~_oôün¶ÿÍ~oô÷éIÛäûy#ÇïݳëÛûýn<þÆý7;ÿÍÖÇõÞÿfŸï­®¿ë]Ÿ›Ù7;¿›­[ù~6½ÿÖjµuy-Y–׉Óõv¢¿Óí’$‘J¥Ÿ˜ Z©²}Ë2ñ‹ÆM˜XaààÁƒ\ºté†dbb‚|à¼ðµ?Ãò¢b‘¯æ‰'žàãÿø¦¬¦h4J6 ³:ås9ÎÔªü—?þc>õÏ>Éøøår‰•åe‰8###4š T_ö=BX–Q…HÄ›žig×É{†Ûb˜&Ã`µ\&—Ï“–ÂTÛmŒº„­ë8˜¸Ów 0Íòàî}<zçÝÜ69EDQ‰¢;Ѳhk•j•R©tMM£­ihm ]w™b†a¢–i¹çÔýÞZ­õzf³¹®¡TèÖ`TU%Nw’G¡¿¿Ÿ|>¿îi|ãúèÍÛ¾›Öï÷êüƒëóî>ÿï÷çï}éŽ;îà½˲¨T*ô <ýÄćéþ"‹gjnOÈfL£N ƒK—.qáÂvíÚµé{„B!î¿ÿ~Ô/ý M]w¥P…f_‘/þñóá˜|>Ý}“É$“[áÌÙklÎàß9z„‘¿øs~ôG”-+%Ž=ÂÊò Ñh I’¨ÖêW êŠL8,!Ëa‰8ºžîÎ éÒÍÎUÙwÝ@_[£ÙlRL$YZ¸„©éQQ\ù÷°ÄH±È};wóÐÞýì%!ËalGÀ´-í6õZR©Äòò2¥îtÄV«…®¹})mÝ=]k»óÜ;žäŠî;8/Õ;ãÞS5ðò¬±XŒ¾¾>ÆÆÆ˜žžf×®]lݺ•b±èÎ|„wÕ|“�Þ‹ÞKFE÷©\U + V£Îý[¶ð™³h7r ݆Âj,Æ¡C‡xôÑGý9'×Ãèè(i9L³Ýêji##zé /½ô>úèæï‰øzUà«\d¬Ý{øÒ³Ï–evíÜÉÈÈ(çΟCDH¥’„B!ªkTÙ¥ö*ŠL,'‰’N¥ÑÛÝ‚ºîʘzÜm.ì 0Š‚K×µl )b´€öîã¾=·15<B_*E:‘ÀlÇ¡ÝÖ¨ÕÜHÃ+„—J¥uì)]×1 ƒv·®áuˆkšF»Ý¦Õjù©©Ãȼٓí÷˜Vù|žááa¦¦¦˜ššb||œ\.‡,Ë.C,@€�y;áåîb±ãããÌŸ?ÏîÑQÒñ8‹Íææ…ô|Üù0¤"��ˆIDATÿ�v»Íã?ÎÇ>ö±6‹EöíØÁåZÝJÕMƒi“üÞþÏÜ{ï½>Kh} Ó¡­i›Ÿ‡¢ ïÞÍ¿óÛŸ?Ê@a€…KC"ªª05µ•F£AX‘‘EVÝT–¬ÅHg2hz»[Ѯʜt)xáp˜¹å%Ò‰·ïÛÇwÜÉî­ÛÙ:¶…B®PXÛ¦ÕnSéilô¢F£ájp™Wk^ÊÌìÊ•è†A»Õ¢ÙlÒh4ü ½s\zCbEQº©¸‰D‚d2I__lÙ²…‰‰ †‡‡ÉårD£Q_ý9@€�yÛá1²8uò$¹N‡éb‘ÅÙÙÍÓXɤûj69xð^}õÕ:X,Æ®íÛùæß~Ësë{–~¾}ô_ø£?âWåW®»ïòÊÊU%àk= N4†sà�emÈÚAŠ™õµ*åršB¡@*%Шש(nYQeBI—•‹ÇI§³´Zí®±èt‹o–eá ‰ÅÙ½mšÛ÷îcÿ®½ ‹F©5ÜZÄÚÚÚº^F£qµ8¯»M‹š®¡:³ãçJÛºN»Ù¤^«¡w–7kÆ=ë9p8ìG±XŒXwæI6›¥¯¯þþ~ÿÕ××G&“AUÕF…ÈÛ’Æò´’ÔH„Öê*÷náùsçÐo¶s,Fgx”¿üË¿äƒü঒$1P( š&ö›½s¿õ‡È–ÑQ~üÇ|M–eŽ9â6nF!(ìíð‘QËóa.opeñ óÑÛ§ghµZÔê5·7DU‘e÷f‰($’ rzîªä{ǤÞl‰DYXXÀh4Y[^fvv)¦¼ºŠ(Š>}ÖcOµZ-Ÿn«kº¼^ö”×|Ôh40; ]ÇêtüQpUaYQÿ{‰ÇãÄãqR©™L†\.G6›õ™VÙl–L&C2™ôUwƒ´U€�ùÞ|¨î krr’“'^gÏ–Q]7n®52Âמy†Ÿ=|˜÷½ï}›n¶{÷nDA¸Æ QÙ¶_úWÿŠ|>ÏC=ä{+• ¯¿~zpÓãÊ!›_{ð8¿öÀQÚ ‡§¬4OŸì§[¡´|šX<Áøø8Ízƒj—‰¥ª*á°äÂõ4lêõ³³³Ôë ×1´ÛÔ VÊe–VV8}æ ‰DÂ<'áQútÓUÒí4< ‘v»½NNß‹7Oå×£TU]i¤ÓiÒé´ï4òù¼¯må9 oœ¯¢(ã p ßû4–¢(ŒŒŒpôèQ¢ŽÍöBÒ¥Ë7ßYU1GFùÓ¯}|pÓ´‰Ön²:t®gÌ÷qe°Æc?ÿ‹üÆ/ý }ôïašðéÏükªÅô õ¹ö ”ùìûcÛ ©3#-NëEš }æ<ñò±Xœþþ"ÕZÕMÙ)j—óöÿ®T+¼òê«\Y¸‚íØ Œ +Š/“^*•˜››C‘Âr1$b[¶/Wà9ÏIx‘‡÷^:ÊcPy’ϽN#‘HH$H§Ó¤R)r¹ù|ž\.çGÞ6‘HUU}ÍÀq8ï A ¢iÉd’Zy•†G9tiãV°eŒÿöôÓüø“Oòþ÷¿ÿº›ÔëuYÙ\kkb’EUå—÷óüŸÿ÷—·k„8ÁíÞMzøZ+Ä™r’‹ÕõC®ôNˆùJ E²XmÊüáÑi.w2„4‰‹•*Ms–°¬N§¨JÕîÜ(Š¢Òl6xò‰'8vü8år™hÄíX,ÆÔÔÅbÑo>òØR^äaYºîʪ{§‡‚õ^g¯\íÒ‹³Ù캗WÃÈçó~jÊ‹2b±˜/½àM>  @à@¾ïÄëÂܹs'‡dßЙh„¥Vë$ÞÃhÛ§ùÕÏý6_fûöí×lráÂ:Šrãc .0:Ê?˜8͇Þ'0<ú" ÇD3C¼t9Ïg¾½Ÿ§Î÷û»¼¶œæ£_}IÙ`¡ªrò¢ šŽ¤F,*˜­6KKËD…±‰qĦHµVA …˜¿0ÇË/¿L¹\fqi‰l&ÃÈè(…Bª!‹‘J¥»©/˶qlÝ0 ›Âj¶Z,..rìØ1:ıcÇÐ4 Aüq ^J®wÎ9¸ƒ½غu+### ß‘$ b±ÑhÔ¯‡x}È;ëƒuÓ)###¼ôÒKD‡…Ëspnå�‰$¯.,ðëŸù ðþëÌ—/_¦ÞÐÄU“Ÿºû,¿|ß9t[åÒZ”)gP%‹û·,1•«­s ¼p& –…‰²»?ÍT<NZ“2tÌrÓp¥Îç/Ì‹ÅX[[f©Õª”WרÕjˆ¢H&›e` Ÿ\.O&•"Ö}ò—¤0’ÔUÓ ‡ uoä¡P°l‹}ðƒ¼vâ_þò—ùë¿þk_©Ó‹FzSW¡PÈ˜`ïÞ½LLLÍf‰Çãפ§‚À�òŽBTUÅ4Mb±µJ…»8tñ" O ÷fØ:Å×_9LúÓŸæ_úÓLNNpöìYúY(nº«²ù÷½Æo¼ï(jØ¢Ò’ù‡g8:—åWî?ÀœækÇÇ\z±mƒãQƳ&IƲYvõåŽÇÀ²hYL³ƒÕUr-¯¬Ðh6Y\\²mšÍ&Z[Ãvl$Q¢¯¯l&C,ÃvÎÍžÇ\' vu´úúú(ûp„ØB„¤}}}Ü~à�ËËË\¼x‘+W® Š"†aÐh40 Ãw ²,“Ë嘜œdff†;v044ä3¨$I œF€�ywÁ“ãµ£GÙ;2J^Uhhš[Ⱦ™Èb(„³ï6þÛ‹‡8ýÓÿ”ŸúøÇ°,‹/|áÿጭ£æ0,Û¹ö昉èüã™9TÇí0/^êãKG&ùÓcãÔu‰ «QÚ 5,QŒ¨ %ì+¸£¿ÈX*‰ƒ€!îð)ÇA6MlGÃh·iÔëX¶[ôÖ MÓüZ†iš‹E†Q•R©Ä7¾ñ NŸ>M½^÷5«Âá0{÷îåÞ{ïá‡ýa7U'AÈq«ªªDTÕ¯_(ŠB»ÝæÊ•+”J%LÓ$“N§Ùºu+û÷ïgïÞ½Œûì®�ä] o†öèè(¯?N,$2U(0W«ƒí\ tã\ÂþÛ8²<ǯü_¿C¢´À#Öù‘÷O0<xjCæù¹Ï_ìc©ñwÓ;!þìÄŽ� µ(ÿñ…Ž\Nau5Ò(r˜”,³=—ྡ!~hd˜Ñd‚V§ƒî€ÖUmít‹Ûz·çÂ{y½½ÿçõiX–E.—'žH€ ðÂóÏóÔSOùErOb¤Óéðä“Oòâ‹/râÄë|î·~‹¾¾>p\†•¦ë\^X`rrÒõ»´´äw ›¦I*•bëÖ­ÜvÛmÜ~ûíó p î´Áx"ÁêÊ w ñÜ… 4 sóŽð pBúÐ$Þ{’º·Í¶Ñ0çMÁîƒÏ=µ‡óýXv·çC“ùwOïæÏ³Úq¹#*Kb2©d’û‡ùÀè(ƒ±MÛ¦eÛ,ënZȶ¬k½›¶×àç9oƆ×ܧë:‚ 01>À•…^>|MÓ|z®W÷TñxÜ—¿ªSåpðàAb±»wïÆ4MÝ4™¦‡Éf³LMM±gÏöìÙÃÄÄÉd2(Œ8÷E! ¹Ò&'^ã¶©í Fbœi•@–ožÆŠÉ¿ýð«üôCg°5ÿïå! §ÄÎbÅßfµ­,·žaÛhså>úd™»†SÜ>8À=ƒôG£¶%Š,u:n ä8˜]})O¨°×ql|ùæ]§á©Ü6›MŠÅ"±XŒN§ÃÉ“'yýõ×}‡ê½½á0‘H„‰‰ ~æ§šx<î;¯ŸÆ¶mÆÆÆ¨V«,,,pîÜ9.^¼ˆi𠦦¦Ø·o;wîdtt”x<hU8÷V"Ë2ÃÃÃÌž9CZ 3žÏqfmí–œG8dóS·åWn;@„ÓËI¾xpÿëÓ¤Uƒ¿>=ÌWc˜8áPˆ´ª2’NóÀÈû ErQApSj÷ÄÀ¶1»Q†MxÎA×\/âð" /MåE!ÞËK]Y–ÅÎ;‘e™f³É…ùy¿±ÒcB; ¶ÑhËåø…Ÿÿy¦§g|iõóssèºN,óÇ™3gX\\Ķm˜™™aß¾}LOOÓßßïO„  @à@ÞSÄS{M¦R,/,pÛð0ß½pv§ã¦±nàHâr‡»GV {o\iª<?_à»sE]ΓLÊ ÷!I`o¡Ÿ‡G‡Ø××GBQPB!TEÁÆÞ§{©&àÕMiZ]7|'Òn·}âÕ-¼Ú…+Qâ zá^“Ÿ§t;>6†ãÀÚÚ—/_¦X,’L&I$¤R)A`ee]×ùGÿðrûí·cÙX³çÎù“çç癟ŸçÒ¥KÔëu"‘###ìܹÓ/–§Óiß) p ï9xS¶²¹gNžä®éi†G8³V¹i¤®KüÑKÛXm˘–Èsó¾;W€NM³Ð$‰}ýüðøö D% )B ‡AÑ;jºŽÙé w‹×^¤á€jûEmÝÐÑÚšexé)]ש×ë´Z­«c{»½žÓðÒS™L†h4JÇêÐn·I$ŒŽŽú]áÙlA¨V«ìÙ½‡þb‘Že¡Õë<óÌ3\ºt ]×)—Ë”ËeZ­¢(244ÄÔÔ;vì`ff†B¡@<¢Ž�òÞ†×è688ÈùsçèSUnÛ2Ê™jÕ­WÜ G¡c <u®ÈSg àØH¶M(,r`°ÈÃ#ÃìêË‘$”pU’ÜAL‚@£«¥iú†Ú…çDÜ™áº?/¼·¦a†ï4z… =§±q6²'>==M:“ñ%In¿ývòù<ù|žt:M8Ʋ,שJ2«Ã¥¹ËüÅ_üÇŽ®v˜«ªJ.—cëÖ­ÌḬ̀mÛ6FFFÈd2„Ãá ·#@€À¼÷á±±‰ù¾>Nœ<ÉîÚÉñR‰WÝžOÒ^s’mQd¦ Ü?0ÈT&ERQˆÉ rØÝWLÛÆèq½ð^F•¦éèºWwç—kš†i˜4[n!Üs&žLˆÓ“fÛ(ZØ+>==M(²,Âa™b±ÈÀÀ�ñxÜu«ë.Ó«ÓÁNŸ9Å7þê¯8}ú4€Ÿî+‹ŒŒŒ°uëV¶oßÎðð0ù|>¨uÀ‡à8ŽóƒðAMÓ¤T*qöìY¾ûÝï251Á*ðG‡ðÚòš®»‘ˆ øî¨aW_Žý…>ÆS)â1 ±ŠÆ�lp‡Ë›&íVë–”¦ëh¾ÓÐzfj˜æÕ”ÖFJ®‡^í)oS$ñF"‘ “Éø35r¹ÉdÓ4‘BÝ}¥rXA’$WÂD’ÂaÇ¡Ñh0;;˦iFÉçó 2<<ÌÐП G€�~ ˆã8T«U.^¼ÈË/¿ÌéS§xð¨ëßžåõ•2«º†iÛäc1vf³LdRŒ&Œ¦R„CMÛB³ÜúC§‡>Û[üÖ4Íu­šn ëWkÓÄ0MZ­6õFv·¦a†Ÿê-Š{2!^TëŠ!zó4¼š†—žJ§Ó¬¬¬°¸¸ˆ "bW]’$Â’DH’‡%†‡Gؾ};¦iR«Õ¨V«hšF(Z7ô)PÉ  À¼Ð4……Nœ8ÁsÏ=‡mY|äG~Ó0X.•©˜‚ãe†R)$)D³ÓA³l:¶Õº×K·m·Û´5Í@Úm×yt»´;f³ã¦¢Z­ÍVËTLÓt¿�AX×Ü'IápøºÓû¼Bx>Ÿ÷§÷¥R©uJ·'NœàôéÓ¢@HºÎ# Ka‡†u;Î p ·†N§Ãêê*gΜáðáÃ:tˆ|>Ïc?ù“ȲÌj¹„h;–…nYØŽƒÕÄò¢ MÓüF?ïo/šÐ7ôjÔëu_†¤³¡¦áÅ=§Ñ;'Ü£Üz#^½aLÞßÞô>orŸ§t»¸¸ÈóÏ?ïÎ+EB@6Ÿghhˆb±H¡PV}€�òfÐl6¹|ù2GŽᥗ^âµ×^#—Ëñc?öcäóy*• š®£kš[ßX×ðÿv á½Ã˜LÃè6ÿµ}ÙOµÖs½2"Š¢ (Š=¤R)’ɤŸ¢ò^^zªwz_$ñgjô²¡Çaaa••Ÿ<à'@€�ò6D!³³³¼üòË>|˜óçÏðÀ03=ƒ¦»² ^x»›šÒ½.q]Ç0Üb¸7ÜÓˆòTµ¥<§áõ¤x‘†WÓð" oäëÆôTïL@=@€�ù>¡Õºwúôi^yåŽ;ÆÅ‹©T*>uUUUApHW£ÊÕªÒ0Í«R"žþÔÆHÃ'XèÂ#‘ÉdÒ¯iäóy¿®‘ÉdH§Ó>Ãjcz*(fà„Hå;/­3::êßü½ôÒüü<gΜ!ŸÏ‰DÅ¢(àØ¶ßÝm¦Ÿž®™ÔçQnÃá0Ñh”h4J"‘ ™Lú”Û¾¾>¿®‘N§×Õ4‚é}È;¢(Féïï÷SL’$¡ª*óóó”ËeÖÖÖX^^Æq?eä86Žå½Hãzì)¯žL&Éf³¾ãð"ÞU4EUÕnŸFž  @à@ÞÙ\’H$ ùµ /Z¸pá+++~=ËN6¦§¼Hc#{ª7ÒðÒT^zÊ‹4¢Ñ(‘H$ù @€À¼Û ‚?LippI’ˆD"~w÷ÜÜ¥R‰jµêOûóI¯ãˆD">{ÊsÞØ\.çÛ<¦•ªª¾ÓjÈ»žñhµ‰DÂoÔ»|ù2år™Z­F«Õòµ©<ç‹Å|U±Xô‡—šŠÇãD"¿î*ÿÑF€�Þâ?ˆ,¬ð趆aÐjµX[[cee…••J¥õzz½N»ÝƶmßxÜ^)/=Õi‚8�ä½îH:Žßeî nò"]×±mQý¾ ¯OË6<öUà48@'âE$^Tâ wòê ¾8a—uåÍ]…BÁ  @à@¸ð çÀ5]åÞ¿8�à<> @€À @€ïþŒ‘VéÑ$É����IEND®B`‚������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/Makefile.am������������������������������������������������������������������0000644�0001750�0001750�00000003331�13032736613�013671� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������## Process this file with automake to produce Makefile.in PERL = perl css = \ generic.css \ libvirt.css \ main.css png = \ graphics/32favicon.png \ graphics/footer_corner.png \ graphics/footer_pattern.png \ graphics/libvirt-header-bg.png \ graphics/libvirt-php-header-logo.png dot_html_in = $(notdir $(wildcard $(srcdir)/*.html.in)) dot_html = $(dot_html_in:%.html.in=%.html) EXTRA_DIST= \ site.xsl news.xsl page.xsl \ $(dot_html) $(dot_html_in) $(png) $(css) \ sitemap.html.in MAINTAINERCLEANFILES = $(dot_html) all-am: web web: $(dot_html) %.png: %.fig convert -rotate 90 $< $@ %.html.tmp: %.html.in site.xsl page.xsl sitemap.html.in @if [ -x $(XSLTPROC) ] ; then \ echo "Generating $@"; \ name=`echo $@ | sed -e 's/.tmp//'`; \ $(XSLTPROC) --stringparam pagename $$name --nonet --html \ $(top_srcdir)/docs/site.xsl $< > $@ \ || { rm $@ && exit 1; }; fi %.html: %.html.tmp @if test -x $(XMLLINT) && test -x $(XMLCATALOG) ; then \ if $(XMLCATALOG) '$(XML_CATALOG_FILE)' \ "-//W3C//DTD XHTML 1.0 Strict//EN" > /dev/null ; then \ echo "Validating $@" ; \ SGML_CATALOG_FILES='$(XML_CATALOG_FILE)' \ $(XMLLINT) --catalogs --nonet --format --valid $< > $@ \ || { rm $@ && exit 1; }; \ else cp $< $@; \ fi ; \ fi # Hack it as build is failing on my F-17 x86_64 box check-local: all clean-local: rm -f *.html maintainer-clean-local: clean-local rebuild: all install-data-local: $(mkinstalldirs) $(DESTDIR)$(HTML_DIR) for f in $(css) $(dot_html) $(png); do \ $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR); \ done uninstall-local: for f in $(css) $(dot_html) $(png); do \ rm -f $(DESTDIR)$(HTML_DIR)/$$(basename $$f); \ done �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/Makefile.in������������������������������������������������������������������0000644�0001750�0001750�00000034605�13140350244�013702� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = docs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/virt-php-confdir.m4 \ $(top_srcdir)/m4/virt-php-extension.m4 \ $(top_srcdir)/m4/virt-php-extensiondir.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ HTML_DIR = @HTML_DIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@ LIBVIRT_LIBS = @LIBVIRT_LIBS@ LIBXML_CFLAGS = @LIBXML_CFLAGS@ LIBXML_LIBS = @LIBXML_LIBS@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PHPCONFIG = @PHPCONFIG@ PHPIZE = @PHPIZE@ PHP_CFLAGS = @PHP_CFLAGS@ PHP_LDFLAGS = @PHP_LDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ QEMU_CFLAGS = @QEMU_CFLAGS@ QEMU_LIBS = @QEMU_LIBS@ RANLIB = @RANLIB@ RM = @RM@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SHLIB_FLAGS = @SHLIB_FLAGS@ STRIP = @STRIP@ VERSION = @VERSION@ VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@ WL = @WL@ XMLCATALOG = @XMLCATALOG@ XMLLINT = @XMLLINT@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ confdir = @confdir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ extensiondir = @extensiondir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ phpbinary = @phpbinary@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PERL = perl css = \ generic.css \ libvirt.css \ main.css png = \ graphics/32favicon.png \ graphics/footer_corner.png \ graphics/footer_pattern.png \ graphics/libvirt-header-bg.png \ graphics/libvirt-php-header-logo.png dot_html_in = $(notdir $(wildcard $(srcdir)/*.html.in)) dot_html = $(dot_html_in:%.html.in=%.html) EXTRA_DIST = \ site.xsl news.xsl page.xsl \ $(dot_html) $(dot_html_in) $(png) $(css) \ sitemap.html.in MAINTAINERCLEANFILES = $(dot_html) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu docs/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-local check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-data-local install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic \ maintainer-clean-local mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-local .MAKE: check-am install-am install-strip .PHONY: all all-am check check-am check-local clean clean-generic \ clean-libtool clean-local cscopelist-am ctags-am distclean \ distclean-generic distclean-libtool distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-data-local install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic maintainer-clean-local mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am uninstall-local .PRECIOUS: Makefile all-am: web web: $(dot_html) %.png: %.fig convert -rotate 90 $< $@ %.html.tmp: %.html.in site.xsl page.xsl sitemap.html.in @if [ -x $(XSLTPROC) ] ; then \ echo "Generating $@"; \ name=`echo $@ | sed -e 's/.tmp//'`; \ $(XSLTPROC) --stringparam pagename $$name --nonet --html \ $(top_srcdir)/docs/site.xsl $< > $@ \ || { rm $@ && exit 1; }; fi %.html: %.html.tmp @if test -x $(XMLLINT) && test -x $(XMLCATALOG) ; then \ if $(XMLCATALOG) '$(XML_CATALOG_FILE)' \ "-//W3C//DTD XHTML 1.0 Strict//EN" > /dev/null ; then \ echo "Validating $@" ; \ SGML_CATALOG_FILES='$(XML_CATALOG_FILE)' \ $(XMLLINT) --catalogs --nonet --format --valid $< > $@ \ || { rm $@ && exit 1; }; \ else cp $< $@; \ fi ; \ fi # Hack it as build is failing on my F-17 x86_64 box check-local: all clean-local: rm -f *.html maintainer-clean-local: clean-local rebuild: all install-data-local: $(mkinstalldirs) $(DESTDIR)$(HTML_DIR) for f in $(css) $(dot_html) $(png); do \ $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR); \ done uninstall-local: for f in $(css) $(dot_html) $(png); do \ rm -f $(DESTDIR)$(HTML_DIR)/$$(basename $$f); \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: ���������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/site.xsl���������������������������������������������������������������������0000644�0001750�0001750�00000001224�13032736613�013330� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" exclude-result-prefixes="xsl exsl" version="1.0"> <xsl:import href="page.xsl"/> <xsl:output method="xml" encoding="UTF-8" indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> <xsl:variable name="href_base" select="''"/> <xsl:template match="/"> <xsl:apply-templates select="." mode="page"> <xsl:with-param name="pagename" select="$pagename"/> </xsl:apply-templates> </xsl:template> </xsl:stylesheet> ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/news.xsl���������������������������������������������������������������������0000644�0001750�0001750�00000002047�13032736613�013344� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text" encoding="UTF-8"/> <xsl:template match="/"> <xsl:text> NEWS file for libvirt Note that this is automatically generated from the news webpage at: http://libvirt.org/news.html </xsl:text> <xsl:apply-templates select="html/body/*"/> </xsl:template> <xsl:template match="h1"/> <xsl:template match="h3"> <xsl:text> </xsl:text> <xsl:apply-templates/> <xsl:text>: </xsl:text> </xsl:template> <xsl:template match="ul"> <xsl:apply-templates select=".//li"/> <xsl:text> </xsl:text> </xsl:template> <xsl:template match="li"> <xsl:text> - </xsl:text> <xsl:value-of select="."/> <xsl:text> </xsl:text> </xsl:template> <xsl:template match="a"> <xsl:value-of select="."/> <xsl:text> at </xsl:text> <xsl:value-of select="@href"/> <xsl:text> </xsl:text> </xsl:template> <xsl:template match="p"> </xsl:template> </xsl:stylesheet> �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������libvirt-php-0.5.4/docs/page.xsl���������������������������������������������������������������������0000644�0001750�0001750�00000016175�13032736613�013313� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" exclude-result-prefixes="xsl exsl" version="1.0"> <!-- The sitemap.html.in page contains the master navigation structure --> <xsl:variable name="sitemap" select="document('sitemap.html.in')/html/body/div[@id='sitemap']"/> <xsl:template match="code[@class='docref']" mode="content"> <xsl:variable name="name"><xsl:value-of select="."/></xsl:variable> <a href="#{$name}"><code><xsl:value-of select="$name"/></code></a> </xsl:template> <xsl:template match="node() | @*" mode="content"> <xsl:copy> <xsl:apply-templates select="node() | @*" mode="content"/> </xsl:copy> </xsl:template> <xsl:template match="ul[@id='toc']" mode="content"> <xsl:call-template name="toc"/> </xsl:template> <!-- This processes the sitemap to form a context sensitive navigation menu for the current page --> <xsl:template match="ul" mode="menu"> <xsl:param name="pagename"/> <xsl:param name="level"/> <ul class="{concat('l', $level)}"> <xsl:for-each select="li"> <!-- The extra div tag here works around an IE6 whitespace collapsing problem --> <li><div> <!-- A menu is active if there is an 'a' tag with a href matching this pagename at this level or a child menu --> <xsl:variable name="class"> <xsl:choose> <xsl:when test="count(.//a[@href = $pagename]) > 0"> <xsl:text>active</xsl:text> </xsl:when> <xsl:otherwise> <xsl:text>inactive</xsl:text> </xsl:otherwise> </xsl:choose> </xsl:variable> <!-- A menu should use a 'span' instead of 'a' if the immediate 'a' tag has href matching the current pagename --> <xsl:choose> <xsl:when test="$pagename = a/@href"> <span class="{$class}"><xsl:value-of select="a"/></span> </xsl:when> <xsl:when test="a/@href = 'http://wiki.libvirt.org'"> <a title="{./span}" class="{$class}" href="{a/@href}"><xsl:value-of select="a"/></a> </xsl:when> <xsl:otherwise> <a title="{./span}" class="{$class}" href="{concat($href_base, a/@href)}"><xsl:value-of select="a"/></a> </xsl:otherwise> </xsl:choose> <!-- A sub-menu should only be expanded it contains an 'a' tag with href matching this pagename --> <xsl:if test="count(.//a[@href = $pagename]) > 0"> <xsl:apply-templates select="ul" mode="menu"> <xsl:with-param name="pagename" select="$pagename"/> <xsl:with-param name="level" select="$level + 1"/> </xsl:apply-templates> </xsl:if> </div></li> </xsl:for-each> </ul> </xsl:template> <xsl:template name="toc"> <ul> <xsl:for-each select="/html/body/h2[count(a) = 1]"> <xsl:variable name="thish2" select="."/> <li> <a href="#{a/@name}"><xsl:value-of select="a/text()"/></a> <xsl:if test="count(./following-sibling::h3[preceding-sibling::h2[1] = $thish2 and count(a) = 1]) > 0"> <ul> <xsl:for-each select="./following-sibling::h3[preceding-sibling::h2[1] = $thish2 and count(a) = 1]"> <xsl:variable name="thish3" select="."/> <li> <a href="#{a/@name}"><xsl:value-of select="a/text()"/></a> <xsl:if test="count(./following-sibling::h4[preceding-sibling::h3[1] = $thish3 and count(a) = 1]) > 0"> <ul> <xsl:for-each select="./following-sibling::h4[preceding-sibling::h3[1] = $thish3 and count(a) = 1]"> <xsl:variable name="thish4" select="."/> <li> <a href="#{a/@name}"><xsl:value-of select="a/text()"/></a> <xsl:if test="count(./following-sibling::h5[preceding-sibling::h4[1] = $thish4 and count(a) = 1]) > 0"> <ul> <xsl:for-each select="./following-sibling::h5[preceding-sibling::h4[1] = $thish4 and count(a) = 1]"> <xsl:variable name="thish5" select="."/> <li> <a href="#{a/@name}"><xsl:value-of select="a/text()"/></a> <xsl:if test="count(./following-sibling::h6[preceding-sibling::h5[1] = $thish5 and count(a) = 1]) > 0"> <ul> <xsl:for-each select="./following-sibling::h6[preceding-sibling::h5[1] = $thish5 and count(a) = 1]"> <li> <a href="#{a/@name}"><xsl:value-of select="a/text()"/></a> </li> </xsl:for-each> </ul> </xsl:if> </li> </xsl:for-each> </ul> </xsl:if> </li> </xsl:for-each> </ul> </xsl:if> </li> </xsl:for-each> </ul> </xsl:if> </li> </xsl:for-each> </ul> </xsl:template> <!-- This is the master page structure --> <xsl:template match="/" mode="page"> <xsl:param name="pagename"/> <html> <xsl:comment> This file is autogenerated from <xsl:value-of select="$pagename"/>.in Do not edit this file. Changes will be lost. </xsl:comment> <head> <link rel="stylesheet" type="text/css" href="{$href_base}main.css"/> <link rel="SHORTCUT ICON" href="{$href_base}graphics/32favicon.png"/> <title>libvirt-php: <xsl:value-of select="html/body/h1"/>