mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:03:03 +01:00
parent
3028ec9e71
commit
f93852af9b
@ -182,7 +182,6 @@
|
|||||||
<ClInclude Include="..\..\..\src\common\dyntable.h" />
|
<ClInclude Include="..\..\..\src\common\dyntable.h" />
|
||||||
<ClInclude Include="..\..\..\src\common\enc_proto.h" />
|
<ClInclude Include="..\..\..\src\common\enc_proto.h" />
|
||||||
<ClInclude Include="..\..\..\src\common\file_params.h" />
|
<ClInclude Include="..\..\..\src\common\file_params.h" />
|
||||||
<ClInclude Include="..\..\..\src\common\gds_proto.h" />
|
|
||||||
<ClInclude Include="..\..\..\src\common\gdsassert.h" />
|
<ClInclude Include="..\..\..\src\common\gdsassert.h" />
|
||||||
<ClInclude Include="..\..\..\src\common\Int128.h" />
|
<ClInclude Include="..\..\..\src\common\Int128.h" />
|
||||||
<ClInclude Include="..\..\..\src\common\intlobj_new.h" />
|
<ClInclude Include="..\..\..\src\common\intlobj_new.h" />
|
||||||
|
@ -302,9 +302,6 @@
|
|||||||
<ClInclude Include="..\..\..\src\common\enc_proto.h">
|
<ClInclude Include="..\..\..\src\common\enc_proto.h">
|
||||||
<Filter>headers</Filter>
|
<Filter>headers</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\..\src\common\gds_proto.h">
|
|
||||||
<Filter>headers</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="..\..\..\src\common\intlobj_new.h">
|
<ClInclude Include="..\..\..\src\common\intlobj_new.h">
|
||||||
<Filter>headers</Filter>
|
<Filter>headers</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
<ClInclude Include="..\..\..\src\yvalve\alt_proto.h" />
|
<ClInclude Include="..\..\..\src\yvalve\alt_proto.h" />
|
||||||
<ClInclude Include="..\..\..\src\yvalve\array_proto.h" />
|
<ClInclude Include="..\..\..\src\yvalve\array_proto.h" />
|
||||||
<ClInclude Include="..\..\..\src\yvalve\blob_proto.h" />
|
<ClInclude Include="..\..\..\src\yvalve\blob_proto.h" />
|
||||||
|
<ClInclude Include="..\..\..\src\yvalve\gds_proto.h" />
|
||||||
<ClInclude Include="..\..\..\src\yvalve\keywordsStub.h" />
|
<ClInclude Include="..\..\..\src\yvalve\keywordsStub.h" />
|
||||||
<ClInclude Include="..\..\..\src\yvalve\perf.h" />
|
<ClInclude Include="..\..\..\src\yvalve\perf.h" />
|
||||||
<ClInclude Include="..\..\..\src\yvalve\perf_proto.h" />
|
<ClInclude Include="..\..\..\src\yvalve\perf_proto.h" />
|
||||||
|
@ -95,6 +95,9 @@
|
|||||||
<ClInclude Include="..\..\..\src\yvalve\blob_proto.h">
|
<ClInclude Include="..\..\..\src\yvalve\blob_proto.h">
|
||||||
<Filter>headers</Filter>
|
<Filter>headers</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\src\yvalve\gds_proto.h">
|
||||||
|
<Filter>headers</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\..\src\yvalve\keywordsStub.h">
|
<ClInclude Include="..\..\..\src\yvalve\keywordsStub.h">
|
||||||
<Filter>headers</Filter>
|
<Filter>headers</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include "../alice/alice.h"
|
#include "../alice/alice.h"
|
||||||
#include "../alice/exe_proto.h"
|
#include "../alice/exe_proto.h"
|
||||||
#include "../common/msg_encode.h"
|
#include "../common/msg_encode.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../alice/alice_proto.h"
|
#include "../alice/alice_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
#include "../common/classes/Switches.h"
|
#include "../common/classes/Switches.h"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../alice/alice.h"
|
#include "../alice/alice.h"
|
||||||
#include "../alice/alice_meta.h"
|
#include "../alice/alice_meta.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "fb_exception.h"
|
#include "fb_exception.h"
|
||||||
#include "../common/classes/alloc.h"
|
#include "../common/classes/alloc.h"
|
||||||
#include "../common/classes/array.h"
|
#include "../common/classes/array.h"
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
#include "../alice/aliceswi.h"
|
#include "../alice/aliceswi.h"
|
||||||
#include "../alice/alice_meta.h"
|
#include "../alice/alice_meta.h"
|
||||||
#include "../alice/tdr_proto.h"
|
#include "../alice/tdr_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/constants.h"
|
#include "../jrd/constants.h"
|
||||||
#include "../common/classes/ClumpletWriter.h"
|
#include "../common/classes/ClumpletWriter.h"
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
#include "../alice/alice_proto.h"
|
#include "../alice/alice_proto.h"
|
||||||
#include "../alice/alice_meta.h"
|
#include "../alice/alice_meta.h"
|
||||||
#include "../alice/tdr_proto.h"
|
#include "../alice/tdr_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../jrd/constants.h"
|
#include "../jrd/constants.h"
|
||||||
#include "../common/classes/ClumpletWriter.h"
|
#include "../common/classes/ClumpletWriter.h"
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../auth/SecurityDatabase/LegacyHash.h"
|
#include "../auth/SecurityDatabase/LegacyHash.h"
|
||||||
#include "../common/enc_proto.h"
|
#include "../common/enc_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../utilities/gsec/gsec.h"
|
#include "../utilities/gsec/gsec.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
#include "../burp/backu_proto.h"
|
#include "../burp/backu_proto.h"
|
||||||
#include "../burp/mvol_proto.h"
|
#include "../burp/mvol_proto.h"
|
||||||
#include "../burp/resto_proto.h"
|
#include "../burp/resto_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../common/isc_f_proto.h"
|
#include "../common/isc_f_proto.h"
|
||||||
#include "../common/classes/ClumpletWriter.h"
|
#include "../common/classes/ClumpletWriter.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#include "../common/dsc.h"
|
#include "../common/dsc.h"
|
||||||
#include "../burp/misc_proto.h"
|
#include "../burp/misc_proto.h"
|
||||||
#include "../burp/mvol_proto.h"
|
#include "../burp/mvol_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/ThreadData.h"
|
#include "../common/ThreadData.h"
|
||||||
#include "../common/UtilSvc.h"
|
#include "../common/UtilSvc.h"
|
||||||
#include "../common/classes/array.h"
|
#include "../common/classes/array.h"
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
#include "../burp/mvol_proto.h"
|
#include "../burp/mvol_proto.h"
|
||||||
#include "../burp/split/spit.h"
|
#include "../burp/split/spit.h"
|
||||||
#include "../burp/BurpTasks.h"
|
#include "../burp/BurpTasks.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../common/os/os_utils.h"
|
#include "../common/os/os_utils.h"
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "memory_routines.h"
|
#include "memory_routines.h"
|
||||||
#include "../common/StatusHolder.h"
|
#include "../common/StatusHolder.h"
|
||||||
#include "firebird/impl/inf_pub.h"
|
#include "firebird/impl/inf_pub.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
#include "firebird/impl/sqlda_pub.h"
|
#include "firebird/impl/sqlda_pub.h"
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "../common/classes/alloc.h"
|
#include "../common/classes/alloc.h"
|
||||||
#include "../common/ThreadStart.h"
|
#include "../common/ThreadStart.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
|
|
||||||
#ifdef WIN_NT
|
#ifdef WIN_NT
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include "firebird/Interface.h"
|
#include "firebird/Interface.h"
|
||||||
|
|
||||||
#ifdef DEBUG_CLUMPLETS
|
#ifdef DEBUG_CLUMPLETS
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
namespace Firebird {
|
namespace Firebird {
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include "firebird/Interface.h"
|
#include "firebird/Interface.h"
|
||||||
#include "../common/classes/alloc.h"
|
#include "../common/classes/alloc.h"
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/classes/init.h"
|
#include "../common/classes/init.h"
|
||||||
#include "../common/classes/auto.h"
|
#include "../common/classes/auto.h"
|
||||||
#include "../common/classes/RefCounted.h"
|
#include "../common/classes/RefCounted.h"
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include "BaseStream.h"
|
#include "BaseStream.h"
|
||||||
#include "MsgPrint.h"
|
#include "MsgPrint.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
#include "../common/file_params.h"
|
#include "../common/file_params.h"
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "UserBlob.h"
|
#include "UserBlob.h"
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
|
|
||||||
static const USHORT SEGMENT_LIMIT = 65535;
|
static const USHORT SEGMENT_LIMIT = 65535;
|
||||||
//static SLONG fb_vax_integer(const UCHAR* ptr, int length);
|
//static SLONG fb_vax_integer(const UCHAR* ptr, int length);
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include "../common/config/config.h"
|
#include "../common/config/config.h"
|
||||||
#include "../common/config/dir_list.h"
|
#include "../common/config/dir_list.h"
|
||||||
#include "../common/os/path_utils.h"
|
#include "../common/os/path_utils.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/TempSpace.h"
|
#include "../jrd/TempSpace.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "../common/config/ConfigCache.h"
|
#include "../common/config/ConfigCache.h"
|
||||||
#include "../common/config/dir_list.h"
|
#include "../common/config/dir_list.h"
|
||||||
#include "../common/os/path_utils.h"
|
#include "../common/os/path_utils.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
#include "../common/classes/Hash.h"
|
#include "../common/classes/Hash.h"
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include "../common/TimeZoneUtil.h"
|
#include "../common/TimeZoneUtil.h"
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../jrd/intl.h"
|
#include "../jrd/intl.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../common/dsc_proto.h"
|
#include "../common/dsc_proto.h"
|
||||||
#include "../common/StatusArg.h"
|
#include "../common/StatusArg.h"
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../common/file_params.h"
|
#include "../common/file_params.h"
|
||||||
#include "../common/msg_encode.h"
|
#include "../common/msg_encode.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/os/path_utils.h"
|
#include "../common/os/path_utils.h"
|
||||||
#include "../common/dsc.h"
|
#include "../common/dsc.h"
|
||||||
#include "../common/TimeZoneUtil.h"
|
#include "../common/TimeZoneUtil.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#ifndef COMMON_GDSASSERT_H
|
#ifndef COMMON_GDSASSERT_H
|
||||||
#define COMMON_GDSASSERT_H
|
#define COMMON_GDSASSERT_H
|
||||||
|
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
|
|
||||||
#ifdef DEV_BUILD
|
#ifdef DEV_BUILD
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/os/os_utils.h"
|
#include "../common/os/os_utils.h"
|
||||||
#include "../common/os/path_utils.h"
|
#include "../common/os/path_utils.h"
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/isc_f_proto.h"
|
#include "../common/isc_f_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/os/isc_i_proto.h"
|
#include "../common/os/isc_i_proto.h"
|
||||||
#include "../common/os/os_utils.h"
|
#include "../common/os/os_utils.h"
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/os/isc_i_proto.h"
|
#include "../common/os/isc_i_proto.h"
|
||||||
#include "../common/os/os_utils.h"
|
#include "../common/os/os_utils.h"
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/os/isc_i_proto.h"
|
#include "../common/os/isc_i_proto.h"
|
||||||
#include "../common/isc_s_proto.h"
|
#include "../common/isc_s_proto.h"
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "../../../common/classes/init.h"
|
#include "../../../common/classes/init.h"
|
||||||
#include "../../../common/utils_proto.h"
|
#include "../../../common/utils_proto.h"
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/os/isc_i_proto.h"
|
#include "../common/os/isc_i_proto.h"
|
||||||
#include "../common/isc_s_proto.h"
|
#include "../common/isc_s_proto.h"
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../jrd/constants.h"
|
#include "../jrd/constants.h"
|
||||||
#include "../common/prett_proto.h"
|
#include "../common/prett_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
|
|
||||||
static inline void ADVANCE_PTR(TEXT*& ptr)
|
static inline void ADVANCE_PTR(TEXT*& ptr)
|
||||||
{
|
{
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../common/sdl.h"
|
#include "../common/sdl.h"
|
||||||
#include "../jrd/intl.h"
|
#include "../jrd/intl.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/sdl_proto.h"
|
#include "../common/sdl_proto.h"
|
||||||
#include "../common/StatusArg.h"
|
#include "../common/StatusArg.h"
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "../common/xdr.h"
|
#include "../common/xdr.h"
|
||||||
#include "../common/xdr_proto.h"
|
#include "../common/xdr_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../common/DecFloat.h"
|
#include "../common/DecFloat.h"
|
||||||
#include "../common/Int128.h"
|
#include "../common/Int128.h"
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
#include "../dsql/utld_proto.h"
|
#include "../dsql/utld_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
#include "../jrd/vio_proto.h"
|
#include "../jrd/vio_proto.h"
|
||||||
#include "../yvalve/why_proto.h"
|
#include "../yvalve/why_proto.h"
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
#include "../jrd/DataTypeUtil.h"
|
#include "../jrd/DataTypeUtil.h"
|
||||||
#include "../jrd/blb_proto.h"
|
#include "../jrd/blb_proto.h"
|
||||||
#include "../jrd/cmp_proto.h"
|
#include "../jrd/cmp_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/inf_proto.h"
|
#include "../jrd/inf_proto.h"
|
||||||
#include "../jrd/ini_proto.h"
|
#include "../jrd/ini_proto.h"
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
//#undef BUGCHECK
|
//#undef BUGCHECK
|
||||||
//#undef IBERROR
|
//#undef IBERROR
|
||||||
|
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
|
||||||
using namespace Jrd;
|
using namespace Jrd;
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#include "../jrd/blb_proto.h"
|
#include "../jrd/blb_proto.h"
|
||||||
#include "../jrd/cmp_proto.h"
|
#include "../jrd/cmp_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../yvalve/why_proto.h"
|
#include "../yvalve/why_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
#include "../jrd/DataTypeUtil.h"
|
#include "../jrd/DataTypeUtil.h"
|
||||||
#include "../dsql/errd_proto.h"
|
#include "../dsql/errd_proto.h"
|
||||||
#include "../dsql/make_proto.h"
|
#include "../dsql/make_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/intlobj_new.h"
|
#include "../common/intlobj_new.h"
|
||||||
#include "../jrd/Attachment.h"
|
#include "../jrd/Attachment.h"
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#include "../jrd/align.h"
|
#include "../jrd/align.h"
|
||||||
#include "../jrd/constants.h"
|
#include "../jrd/constants.h"
|
||||||
#include "../dsql/utld_proto.h"
|
#include "../dsql/utld_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/classes/init.h"
|
#include "../common/classes/init.h"
|
||||||
|
|
||||||
using namespace Jrd;
|
using namespace Jrd;
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#include "../gpre/gpre_meta.h"
|
#include "../gpre/gpre_meta.h"
|
||||||
#include "../gpre/msc_proto.h"
|
#include "../gpre/msc_proto.h"
|
||||||
#include "../gpre/par_proto.h"
|
#include "../gpre/par_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
|
|
||||||
/*____________________________________________________________
|
/*____________________________________________________________
|
||||||
*
|
*
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
#include "../gpre/lang_proto.h"
|
#include "../gpre/lang_proto.h"
|
||||||
#include "../gpre/pat_proto.h"
|
#include "../gpre/pat_proto.h"
|
||||||
#include "../common/prett_proto.h"
|
#include "../common/prett_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#include "../gpre/gpre.h"
|
#include "../gpre/gpre.h"
|
||||||
#include "../gpre/gpre_proto.h"
|
#include "../gpre/gpre_proto.h"
|
||||||
#include "../gpre/lang_proto.h"
|
#include "../gpre/lang_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
|
||||||
static void align(const int);
|
static void align(const int);
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#include "../gpre/lang_proto.h"
|
#include "../gpre/lang_proto.h"
|
||||||
#include "../gpre/pat_proto.h"
|
#include "../gpre/pat_proto.h"
|
||||||
#include "../common/prett_proto.h"
|
#include "../common/prett_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../gpre/gpre.h"
|
#include "../gpre/gpre.h"
|
||||||
#include "../gpre/pat.h"
|
#include "../gpre/pat.h"
|
||||||
#include "../gpre/cmp_proto.h"
|
#include "../gpre/cmp_proto.h"
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../gpre/gpre.h"
|
#include "../gpre/gpre.h"
|
||||||
#include "../gpre/pat.h"
|
#include "../gpre/pat.h"
|
||||||
#include "../gpre/cmp_proto.h"
|
#include "../gpre/cmp_proto.h"
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#include "../gpre/pat_proto.h"
|
#include "../gpre/pat_proto.h"
|
||||||
#include "../gpre/gpre_proto.h"
|
#include "../gpre/gpre_proto.h"
|
||||||
#include "../common/prett_proto.h"
|
#include "../common/prett_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../gpre/gpre.h"
|
#include "../gpre/gpre.h"
|
||||||
#include "../gpre/pat.h"
|
#include "../gpre/pat.h"
|
||||||
#include "../gpre/cmp_proto.h"
|
#include "../gpre/cmp_proto.h"
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
#include "../gpre/gpre.h"
|
#include "../gpre/gpre.h"
|
||||||
#include "../gpre/gpre_proto.h"
|
#include "../gpre/gpre_proto.h"
|
||||||
#include "../gpre/msc_proto.h"
|
#include "../gpre/msc_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
|
|
||||||
|
|
||||||
struct gpre_space
|
struct gpre_space
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
#include "../gpre/lang_proto.h"
|
#include "../gpre/lang_proto.h"
|
||||||
#include "../gpre/pat_proto.h"
|
#include "../gpre/pat_proto.h"
|
||||||
#include "../common/prett_proto.h"
|
#include "../common/prett_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "../iscguard/cntlg_proto.h"
|
#include "../iscguard/cntlg_proto.h"
|
||||||
#include "../utilities/install/install_nt.h"
|
#include "../utilities/install/install_nt.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/classes/fb_string.h"
|
#include "../common/classes/fb_string.h"
|
||||||
#include "../common/classes/init.h"
|
#include "../common/classes/init.h"
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "firebird.h"
|
#include "firebird.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
#include <ctype.h> // isdigit
|
#include <ctype.h> // isdigit
|
||||||
#include "../jrd/constants.h"
|
#include "../jrd/constants.h"
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/intlobj_new.h"
|
#include "../common/intlobj_new.h"
|
||||||
#include "../isql/isql.h"
|
#include "../isql/isql.h"
|
||||||
#include "../isql/extra_proto.h"
|
#include "../isql/extra_proto.h"
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "iutils_proto.h"
|
#include "iutils_proto.h"
|
||||||
#include "../yvalve/keywordsStub.h"
|
#include "../yvalve/keywordsStub.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
//#if defined(WIN_NT)
|
//#if defined(WIN_NT)
|
||||||
//#include <windows.h>
|
//#include <windows.h>
|
||||||
//#endif
|
//#endif
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#include "../jrd/license.h"
|
#include "../jrd/license.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../isql/isql.h"
|
#include "../isql/isql.h"
|
||||||
#include "../jrd/intl.h"
|
#include "../jrd/intl.h"
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
#include "../jrd/evl_proto.h"
|
#include "../jrd/evl_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/filte_proto.h"
|
#include "../jrd/filte_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../jrd/blf_proto.h"
|
#include "../jrd/blf_proto.h"
|
||||||
#include "../jrd/filte_proto.h"
|
#include "../jrd/filte_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/inf_proto.h"
|
#include "../jrd/inf_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/evl_proto.h"
|
#include "../jrd/evl_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
#include "../jrd/lck_proto.h"
|
#include "../jrd/lck_proto.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "../jrd/flu.h"
|
#include "../jrd/flu.h"
|
||||||
#include "../jrd/flu_proto.h"
|
#include "../jrd/flu_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
|
|
||||||
struct FN
|
struct FN
|
||||||
{
|
{
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../jrd/cch_proto.h"
|
#include "../jrd/cch_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/isc_s_proto.h"
|
#include "../common/isc_s_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/fun_proto.h"
|
#include "../jrd/fun_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/idx_proto.h"
|
#include "../jrd/idx_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#include "../jrd/cvt_proto.h"
|
#include "../jrd/cvt_proto.h"
|
||||||
#include "../common/dsc_proto.h"
|
#include "../common/dsc_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../common/classes/timestamp.h"
|
#include "../common/classes/timestamp.h"
|
||||||
#include "../common/cvt.h"
|
#include "../common/cvt.h"
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/intl_classes.h"
|
#include "../jrd/intl_classes.h"
|
||||||
#include "../jrd/Collation.h"
|
#include "../jrd/Collation.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
// CVC: I needed them here.
|
// CVC: I needed them here.
|
||||||
#include "../jrd/jrd.h"
|
#include "../jrd/jrd.h"
|
||||||
#include "../jrd/blb_proto.h"
|
#include "../jrd/blb_proto.h"
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
#include "../jrd/evl_proto.h"
|
#include "../jrd/evl_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/ext_proto.h"
|
#include "../jrd/ext_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/grant_proto.h"
|
#include "../jrd/grant_proto.h"
|
||||||
#include "../jrd/idx_proto.h"
|
#include "../jrd/idx_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include "../jrd/dyn_ut_proto.h"
|
#include "../jrd/dyn_ut_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/inf_proto.h"
|
#include "../jrd/inf_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../common/isc_f_proto.h"
|
#include "../common/isc_f_proto.h"
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "../jrd/cch_proto.h"
|
#include "../jrd/cch_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/config/config.h"
|
#include "../common/config/config.h"
|
||||||
#include "../common/utils_proto.h"
|
#include "../common/utils_proto.h"
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#include "../jrd/event.h"
|
#include "../jrd/event.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../jrd/event_proto.h"
|
#include "../jrd/event_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/isc_s_proto.h"
|
#include "../common/isc_s_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
#include "../jrd/pag_proto.h"
|
#include "../jrd/pag_proto.h"
|
||||||
#include "../jrd/rlck_proto.h"
|
#include "../jrd/rlck_proto.h"
|
||||||
#include "../jrd/scl_proto.h"
|
#include "../jrd/scl_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/align.h"
|
#include "../jrd/align.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../common/config/config.h"
|
#include "../common/config/config.h"
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
#include "../jrd/evl_proto.h"
|
#include "../jrd/evl_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/ext_proto.h"
|
#include "../jrd/ext_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/idx_proto.h"
|
#include "../jrd/idx_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
#include "../jrd/cmp_proto.h"
|
#include "../jrd/cmp_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/ext_proto.h"
|
#include "../jrd/ext_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../jrd/mov_proto.h"
|
#include "../jrd/mov_proto.h"
|
||||||
#include "../jrd/vio_proto.h"
|
#include "../jrd/vio_proto.h"
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/filte_proto.h"
|
#include "../jrd/filte_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/DebugInterface.h"
|
#include "../jrd/DebugInterface.h"
|
||||||
#include "../jrd/mov_proto.h"
|
#include "../jrd/mov_proto.h"
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
|
|
||||||
#include "../jrd/flu_proto.h"
|
#include "../jrd/flu_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
|
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/flu_proto.h"
|
#include "../jrd/flu_proto.h"
|
||||||
#include "../jrd/fun_proto.h"
|
#include "../jrd/fun_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/mov_proto.h"
|
#include "../jrd/mov_proto.h"
|
||||||
#include "../common/isc_s_proto.h"
|
#include "../common/isc_s_proto.h"
|
||||||
#include "../jrd/blb.h"
|
#include "../jrd/blb.h"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#include "../jrd/dpm_proto.h"
|
#include "../jrd/dpm_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/grant_proto.h"
|
#include "../jrd/grant_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
#include "../jrd/dpm_proto.h"
|
#include "../jrd/dpm_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/evl_proto.h"
|
#include "../jrd/evl_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/idx_proto.h"
|
#include "../jrd/idx_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
#include "../jrd/pag_proto.h"
|
#include "../jrd/pag_proto.h"
|
||||||
#include "../jrd/os/pio_proto.h"
|
#include "../jrd/os/pio_proto.h"
|
||||||
#include "../jrd/tra_proto.h"
|
#include "../jrd/tra_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../jrd/nbak.h"
|
#include "../jrd/nbak.h"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#include "../jrd/dpm_proto.h"
|
#include "../jrd/dpm_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/idx_proto.h"
|
#include "../jrd/idx_proto.h"
|
||||||
#include "../jrd/ini_proto.h"
|
#include "../jrd/ini_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
#include "../common/cvt.h"
|
#include "../common/cvt.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/fun_proto.h"
|
#include "../jrd/fun_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../jrd/lck_proto.h"
|
#include "../jrd/lck_proto.h"
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/ext_proto.h"
|
#include "../jrd/ext_proto.h"
|
||||||
#include "../jrd/fun_proto.h"
|
#include "../jrd/fun_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/inf_proto.h"
|
#include "../jrd/inf_proto.h"
|
||||||
#include "../jrd/ini_proto.h"
|
#include "../jrd/ini_proto.h"
|
||||||
#include "../jrd/intl_proto.h"
|
#include "../jrd/intl_proto.h"
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "../jrd/lck.h"
|
#include "../jrd/lck.h"
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
#include "../jrd/lck_proto.h"
|
#include "../jrd/lck_proto.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/ext_proto.h"
|
#include "../jrd/ext_proto.h"
|
||||||
#include "../jrd/flu_proto.h"
|
#include "../jrd/flu_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/idx_proto.h"
|
#include "../jrd/idx_proto.h"
|
||||||
#include "../jrd/ini_proto.h"
|
#include "../jrd/ini_proto.h"
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "os/pio_proto.h"
|
#include "os/pio_proto.h"
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/os/guid.h"
|
#include "../common/os/guid.h"
|
||||||
#include "../common/os/isc_i_proto.h"
|
#include "../common/os/isc_i_proto.h"
|
||||||
#include "../jrd/CryptoManager.h"
|
#include "../jrd/CryptoManager.h"
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../jrd/mov_proto.h"
|
#include "../jrd/mov_proto.h"
|
||||||
#include "../jrd/par_proto.h"
|
#include "../jrd/par_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/DataTypeUtil.h"
|
#include "../jrd/DataTypeUtil.h"
|
||||||
#include "../jrd/KeywordsTable.h"
|
#include "../jrd/KeywordsTable.h"
|
||||||
#include "../jrd/RecordSourceNodes.h"
|
#include "../jrd/RecordSourceNodes.h"
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../jrd/cch_proto.h"
|
#include "../jrd/cch_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/isc_f_proto.h"
|
#include "../common/isc_f_proto.h"
|
||||||
#include "../common/os/isc_i_proto.h"
|
#include "../common/os/isc_i_proto.h"
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
#include "../jrd/cch_proto.h"
|
#include "../jrd/cch_proto.h"
|
||||||
#include "../jrd/dpm_proto.h"
|
#include "../jrd/dpm_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/lck_proto.h"
|
#include "../jrd/lck_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../jrd/mov_proto.h"
|
#include "../jrd/mov_proto.h"
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
#include "../jrd/cvt_proto.h"
|
#include "../jrd/cvt_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/fun_proto.h"
|
#include "../jrd/fun_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../jrd/par_proto.h"
|
#include "../jrd/par_proto.h"
|
||||||
#include "../common/MsgUtil.h"
|
#include "../common/MsgUtil.h"
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/ini_proto.h"
|
#include "../jrd/ini_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../jrd/grant_proto.h"
|
#include "../jrd/grant_proto.h"
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#include "../jrd/flags.h"
|
#include "../jrd/flags.h"
|
||||||
#include "../jrd/cch_proto.h"
|
#include "../jrd/cch_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/isc_f_proto.h"
|
#include "../common/isc_f_proto.h"
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#include "../jrd/req.h"
|
#include "../jrd/req.h"
|
||||||
#include "../jrd/val.h"
|
#include "../jrd/val.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
|
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "../jrd/sqz.h"
|
#include "../jrd/sqz.h"
|
||||||
#include "../jrd/req.h"
|
#include "../jrd/req.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
|
|
||||||
using namespace Jrd;
|
using namespace Jrd;
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../jrd/license.h"
|
#include "../jrd/license.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/inf_proto.h"
|
#include "../jrd/inf_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
#include "../jrd/exe_proto.h"
|
#include "../jrd/exe_proto.h"
|
||||||
#include "../jrd/ext_proto.h"
|
#include "../jrd/ext_proto.h"
|
||||||
#include "../jrd/idx_proto.h"
|
#include "../jrd/idx_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../jrd/lck_proto.h"
|
#include "../jrd/lck_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
|
@ -557,7 +557,7 @@ VI. ADDITIONAL NOTES
|
|||||||
#include "../jrd/dpm_proto.h"
|
#include "../jrd/dpm_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/jrd_proto.h"
|
#include "../jrd/jrd_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../jrd/met_proto.h"
|
#include "../jrd/met_proto.h"
|
||||||
#include "../jrd/ods_proto.h"
|
#include "../jrd/ods_proto.h"
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
#include "../jrd/dpm_proto.h"
|
#include "../jrd/dpm_proto.h"
|
||||||
#include "../jrd/err_proto.h"
|
#include "../jrd/err_proto.h"
|
||||||
#include "../jrd/evl_proto.h"
|
#include "../jrd/evl_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../jrd/idx_proto.h"
|
#include "../jrd/idx_proto.h"
|
||||||
#include "../common/isc_s_proto.h"
|
#include "../common/isc_s_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
#include "../jrd/jrd.h"
|
#include "../jrd/jrd.h"
|
||||||
#include "../jrd/Attachment.h"
|
#include "../jrd/Attachment.h"
|
||||||
#include "iberror.h"
|
#include "iberror.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/os/isc_i_proto.h"
|
#include "../common/os/isc_i_proto.h"
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "../lock/lock_proto.h"
|
#include "../lock/lock_proto.h"
|
||||||
#include "../common/gdsassert.h"
|
#include "../common/gdsassert.h"
|
||||||
#include "../common/db_alias.h"
|
#include "../common/db_alias.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/isc_s_proto.h"
|
#include "../common/isc_s_proto.h"
|
||||||
#include "../common/StatusHolder.h"
|
#include "../common/StatusHolder.h"
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
#include "../remote/remot_proto.h"
|
#include "../remote/remot_proto.h"
|
||||||
#include "../remote/proto_proto.h"
|
#include "../remote/proto_proto.h"
|
||||||
#include "../common/cvt.h"
|
#include "../common/cvt.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_f_proto.h"
|
#include "../common/isc_f_proto.h"
|
||||||
#include "../common/classes/ClumpletWriter.h"
|
#include "../common/classes/ClumpletWriter.h"
|
||||||
#include "../common/classes/BatchCompletionState.h"
|
#include "../common/classes/BatchCompletionState.h"
|
||||||
|
@ -105,7 +105,7 @@ const int INET_RETRY_CALL = 5;
|
|||||||
#include "../remote/inet_proto.h"
|
#include "../remote/inet_proto.h"
|
||||||
#include "../remote/proto_proto.h"
|
#include "../remote/proto_proto.h"
|
||||||
#include "../remote/remot_proto.h"
|
#include "../remote/remot_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/isc_proto.h"
|
#include "../common/isc_proto.h"
|
||||||
#include "../common/isc_f_proto.h"
|
#include "../common/isc_f_proto.h"
|
||||||
#include "../common/os/isc_i_proto.h"
|
#include "../common/os/isc_i_proto.h"
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "../remote/remote.h"
|
#include "../remote/remote.h"
|
||||||
#include "../remote/merge_proto.h"
|
#include "../remote/merge_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/classes/DbImplementation.h"
|
#include "../common/classes/DbImplementation.h"
|
||||||
|
|
||||||
inline void PUT_WORD(UCHAR*& ptr, USHORT value)
|
inline void PUT_WORD(UCHAR*& ptr, USHORT value)
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "../../../remote/remot_proto.h"
|
#include "../../../remote/remot_proto.h"
|
||||||
#include "../../../remote/os/win32/xnet_proto.h"
|
#include "../../../remote/os/win32/xnet_proto.h"
|
||||||
#include "../../../remote/server/serve_proto.h"
|
#include "../../../remote/server/serve_proto.h"
|
||||||
#include "../../../common/gds_proto.h"
|
#include "../../../yvalve/gds_proto.h"
|
||||||
#include "../../../common/isc_proto.h"
|
#include "../../../common/isc_proto.h"
|
||||||
#include "../../../common/isc_f_proto.h"
|
#include "../../../common/isc_f_proto.h"
|
||||||
#include "../../../common/classes/init.h"
|
#include "../../../common/classes/init.h"
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "../common/DecFloat.h"
|
#include "../common/DecFloat.h"
|
||||||
|
|
||||||
#if !defined(DEV_BUILD) || (defined(DEV_BUILD) && defined(WIN_NT))
|
#if !defined(DEV_BUILD) || (defined(DEV_BUILD) && defined(WIN_NT))
|
||||||
#include "../common/gds_proto.h" // gds__log()
|
#include "../yvalve/gds_proto.h" // gds__log()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace Firebird;
|
using namespace Firebird;
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#include "../remote/parse_proto.h"
|
#include "../remote/parse_proto.h"
|
||||||
#include "../remote/proto_proto.h"
|
#include "../remote/proto_proto.h"
|
||||||
#include "../remote/remot_proto.h"
|
#include "../remote/remot_proto.h"
|
||||||
#include "../common/gds_proto.h"
|
#include "../yvalve/gds_proto.h"
|
||||||
#include "../common/sdl_proto.h"
|
#include "../common/sdl_proto.h"
|
||||||
#include "../common/StatusHolder.h"
|
#include "../common/StatusHolder.h"
|
||||||
#include "../common/classes/stack.h"
|
#include "../common/classes/stack.h"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user