8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

Move .def files to builds directory

This commit is contained in:
brodsom 2003-02-19 12:15:26 +00:00
parent 8cc0d414b3
commit 88e600e5db
21 changed files with 2232 additions and 0 deletions

View File

@ -0,0 +1,21 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
LIBRARY api9f
DESCRIPTION 'api9f.dll'
DATA READ WRITE
EXPORTS
desc_filter

View File

@ -0,0 +1,34 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------
; build
;
; SUBSYSTEM: build.exe Module Defintion File
; FILE: build.def
;------------------------------------------------
NAME build
DESCRIPTION 'Message file builder utility - Copyright © 1993 by Borland International. All Rights Reserved.'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 4096
STACKSIZE 15000
EXPORTS

View File

@ -0,0 +1,45 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; GBAK DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY GBAK.DLL
DESCRIPTION 'INTERBASE BACKUP/RESTORE DLL'
CODE MOVEABLE
DATA MOVEABLE
SEGMENTS
_TEXT DISCARDABLE
BURP_TEXT DISCARDABLE
CANONICA_TEXT DISCARDABLE
MISC_TEXT DISCARDABLE
MVOL_TEXT DISCARDABLE
BACKUP_TEXT DISCARDABLE
RESTORE_TEXT DISCARDABLE
BURPWEP_TEXT PRELOAD
XDR_TEXT DISCARDABLE
NTOH_TEXT DISCARDABLE
DLLSHELL_TEXT PRELOAD
EXPORTS
_BURP_gbak @2
; WEP @1 RESIDENTNAME
IMPORTS
_gds__start_transaction=gds32.gds__start_transaction

View File

@ -0,0 +1,45 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; GBAK DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY GBAK32.DLL
DESCRIPTION 'INTERBASE BACKUP/RESTORE DLL'
CODE MOVEABLE
DATA MOVEABLE
SEGMENTS
_TEXT DISCARDABLE
BURP_TEXT DISCARDABLE
CANONICA_TEXT DISCARDABLE
MISC_TEXT DISCARDABLE
MVOL_TEXT DISCARDABLE
BACKUP_TEXT DISCARDABLE
RESTORE_TEXT DISCARDABLE
BURPWEP_TEXT PRELOAD
XDR_TEXT DISCARDABLE
NTOH_TEXT DISCARDABLE
DLLSHELL_TEXT PRELOAD
EXPORTS
_BURP_gbak @2
; WEP @1 RESIDENTNAME
IMPORTS
_gds__start_transaction=gds32.gds__start_transaction

View File

@ -0,0 +1,57 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; DSQL DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY DSQL
DESCRIPTION 'DSQL INTERBASE MODULE'
CODE MOVEABLE
DATA MOVEABLE
SEGMENTS
_TEXT DISCARDABLE
ALLD_TEXT DISCARDABLE
DDL_TEXT DISCARDABLE
DSQL_TEXT DISCARDABLE
DSQLWEP_TEXT PRELOAD
ERRD_TEXT DISCARDABLE
GEN_TEXT DISCARDABLE
HSH_TEXT DISCARDABLE
MAKE_TEXT DISCARDABLE
METD_TEXT DISCARDABLE
MOVD_TEXT DISCARDABLE
PARSE_TEXT DISCARDABLE
PASS1_TEXT DISCARDABLE
CVT_TEXT DISCARDABLE
DLLSHELL_TEXT PRELOAD
EXPORTS
; ../DSQL/DSQL.C
_dsql8_sql_info @2
_dsql8_set_cursor @3
_dsql8_prepare @4
_dsql8_free_statement @5
_dsql8_fetch @6
_dsql8_execute_immediate @7
_dsql8_execute @8
_dsql8_allocate_statement @9
_dsql8_insert @10
;-----------------------------------------------
WEP @1 RESIDENTNAME

View File

@ -0,0 +1,25 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;-------------------------------------
; example.DEF module definition file
;-------------------------------------
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 4096
STACKSIZE 15000

View File

@ -0,0 +1,336 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
EXPORTS
;-------------------
; PRIVATE INTERFACE
;-------------------
gds__alloc
gds__attach_database
gds__blob_info
gds__blob_size
gds__cancel_blob
gds__cancel_events
gds__close
gds__close_blob
gds__commit_retaining
gds__commit_transaction
gds__compile_request
gds__compile_request2
gds__create_blob
gds__create_blob2
gds__create_database
gds__database_cleanup
gds__database_info
gds__ddl
gds__declare
gds__decode
gds__decode_date
gds__describe
gds__describe_bind
gds__detach_database
gds__disable_subsystem
gds__dsql_finish
gds__edit
gds__enable_subsystem
gds__encode
gds__encode_date
gds__event_block
gds__event_counts
gds__event_wait
gds__execute
gds__execute_immediate
gds__fetch
gds__free
gds__ftof
gds__get_prefix
gds__get_segment
gds__get_slice
gds__interprete
gds__log
gds__log_status
gds__map_blobs
gds__msg_close
gds__msg_format
gds__msg_lookup
gds__msg_open
gds__msg_put
gds__open
gds__open_blob
gds__open_blob2
gds__parse_bpb
gds__prefix
gds__prefix_lock
gds__prefix_msg
gds__prepare
gds__prepare_transaction
gds__prepare_transaction2
gds__print_blr
gds__print_status
gds__put_error
gds__put_segment
gds__put_slice
gds__qtoq
gds__que_events
gds__receive
gds__reconnect_transaction
gds__register_cleanup
gds__release_request
gds__request_info
gds__rollback_transaction
gds__seek_blob
gds__send
gds__set_debug
gds__sqlcode
gds__start_and_send
gds__start_multiple
gds__start_request
gds__start_transaction
gds__temp_file
gds__thread_enable
gds__thread_enter
gds__thread_exit
gds__thread_start
gds__to_sqlda
gds__transaction_cleanup
gds__transaction_info
gds__unregister_cleanup
gds__unwind_request
gds__validate_lib_path
gds__vax_integer
gds__version
gds__vtof
gds__vtov
perf_format
perf_get_info
perf_report
;----------------------------
; PUBLIC INTERFACE, i.e. API
;----------------------------
; Array functions
isc_array_gen_sdl
isc_array_get_slice
isc_array_lookup_bounds
isc_array_lookup_desc
isc_array_put_slice
isc_array_set_desc
isc_get_slice
isc_put_slice
; BLOB functions
isc_blob_default_desc
isc_blob_gen_bpb
isc_blob_info
isc_blob_lookup_desc
isc_blob_set_desc
isc_cancel_blob
isc_close_blob
isc_create_blob
isc_create_blob2
isc_get_segment
isc_open_blob
isc_open_blob2
isc_put_segment
; Database functions
isc_attach_database
isc_create_database
isc_database_info
isc_detach_database
isc_drop_database
isc_expand_dpb
isc_modify_dpb
isc_version
isc_get_client_version
isc_get_client_major_version
isc_get_client_minor_version
; Conversion functions
isc_decode_date
isc_decode_sql_date
isc_decode_sql_time
isc_decode_timestamp
isc_encode_date
isc_encode_sql_date
isc_encode_sql_time
isc_encode_timestamp
isc_portable_integer
isc_vax_integer
; DSQL functions
isc_dsql_allocate_statement
isc_dsql_alloc_statement2
isc_dsql_describe
isc_dsql_describe_bind
isc_dsql_execute
isc_dsql_execute2
isc_dsql_execute_m
isc_dsql_execute2_m
isc_dsql_execute_immediate
isc_dsql_exec_immed2
isc_dsql_execute_immediate_m
isc_dsql_exec_immed2_m
isc_dsql_exec_immed3_m
isc_dsql_fetch
isc_dsql_fetch_a
isc_dsql_fetch_m
isc_dsql_finish
isc_dsql_free_statement
isc_dsql_insert
isc_dsql_insert_m
isc_dsql_prepare
isc_dsql_prepare_m
isc_dsql_release
isc_dsql_set_cursor_name
isc_dsql_sql_info
; ESQL functions
isc_embed_dsql_close
isc_embed_dsql_declare
isc_embed_dsql_describe
isc_embed_dsql_describe_bind
isc_embed_dsql_execute
isc_embed_dsql_execute2
isc_embed_dsql_execute_immed
isc_embed_dsql_exec_immed2
isc_embed_dsql_fetch
isc_embed_dsql_fetch_a
isc_embed_dsql_insert
isc_embed_dsql_open
isc_embed_dsql_open2
isc_embed_dsql_prepare
isc_embed_dsql_release
; Error-handling functions
isc_interprete
isc_print_sqlerror
isc_print_status
isc_sqlcode
isc_sql_interprete
; Event functions
isc_cancel_events
isc_event_block
isc_event_counts
isc_que_events
isc_wait_for_event
; Security functions
isc_add_user
isc_delete_user
isc_modify_user
; Services functions
isc_service_attach
isc_service_detach
isc_service_query
isc_service_start
; Transaction control functions
isc_commit_retaining
isc_commit_transaction
isc_prepare_transaction
isc_prepare_transaction2
isc_rollback_retaining
isc_rollback_transaction
isc_start_multiple
isc_start_transaction
isc_transaction_info
; Other functions
isc_compile_request
isc_compile_request2
isc_ddl
isc_prepare
isc_receive
isc_reconnect_transaction
isc_release_request
isc_request_info
isc_seek_blob
isc_send
isc_start_and_send
isc_start_request
isc_transact_request
isc_unwind_request
; Other SQL functions
isc_close
isc_declare
isc_describe
isc_describe_bind
isc_execute
isc_execute_immediate
isc_fetch
isc_fetch_a
isc_open
; Other BLOB functions
BLOB_close
BLOB_display
BLOB_dump
BLOB_edit
BLOB_get
BLOB_load
BLOB_open
BLOB_put
BLOB_text_dump
BLOB_text_load
Bopen
; Other misc functions
isc_ftof
isc_free
isc_print_blr
isc_qtoq
isc_reset_fpe
isc_set_debug
isc_to_sqlda
isc_vtof
isc_vtov
_isc_start_transaction=isc_start_transaction
_isc_expand_dpb=isc_expand_dpb
_isc_event_block=isc_event_block
;-----------------
; OTHER FUNCTIONS
;-----------------
CVT_move
KEYWORD_stringIsAToken
KEYWORD_getTokens

View File

@ -0,0 +1,341 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
EXPORTS
;-------------------
; PRIVATE INTERFACE
;-------------------
gds__alloc
gds__attach_database
gds__blob_info
gds__blob_size
gds__cancel_blob
gds__cancel_events
gds__close
gds__close_blob
gds__commit_retaining
gds__commit_transaction
gds__compile_request
gds__compile_request2
gds__create_blob
gds__create_blob2
gds__create_database
gds__database_cleanup
gds__database_info
gds__ddl
gds__declare
gds__decode
gds__decode_date
gds__describe
gds__describe_bind
gds__detach_database
gds__disable_subsystem
gds__dsql_finish
gds__edit
gds__enable_subsystem
gds__encode
gds__encode_date
gds__event_block
gds__event_counts
gds__event_wait
gds__execute
gds__execute_immediate
gds__fetch
gds__free
gds__ftof
gds__get_prefix
gds__get_segment
gds__get_slice
gds__interprete
gds__log
gds__log_status
gds__map_blobs
gds__msg_close
gds__msg_format
gds__msg_lookup
gds__msg_open
gds__msg_put
gds__open
gds__open_blob
gds__open_blob2
gds__parse_bpb
gds__prefix
gds__prefix_lock
gds__prefix_msg
gds__prepare
gds__prepare_transaction
gds__prepare_transaction2
gds__print_blr
gds__print_status
gds__put_error
gds__put_segment
gds__put_slice
gds__qtoq
gds__que_events
gds__receive
gds__reconnect_transaction
gds__register_cleanup
gds__release_request
gds__request_info
gds__rollback_transaction
gds__seek_blob
gds__send
gds__set_debug
gds__sqlcode
gds__start_and_send
gds__start_multiple
gds__start_request
gds__start_transaction
gds__temp_file
gds__thread_enable
gds__thread_enter
gds__thread_exit
gds__thread_start
gds__to_sqlda
gds__transaction_cleanup
gds__transaction_info
gds__unregister_cleanup
gds__unwind_request
gds__validate_lib_path
gds__vax_integer
gds__version
gds__vtof
gds__vtov
gds__alloc_debug
gds_alloc_flag_unfreed
gds_alloc_report
perf_format
perf_get_info
perf_report
;----------------------------
; PUBLIC INTERFACE, i.e. API
;----------------------------
; Array functions
isc_array_gen_sdl
isc_array_get_slice
isc_array_lookup_bounds
isc_array_lookup_desc
isc_array_put_slice
isc_array_set_desc
isc_get_slice
isc_put_slice
; BLOB functions
isc_blob_default_desc
isc_blob_gen_bpb
isc_blob_info
isc_blob_lookup_desc
isc_blob_set_desc
isc_cancel_blob
isc_close_blob
isc_create_blob
isc_create_blob2
isc_get_segment
isc_open_blob
isc_open_blob2
isc_put_segment
; Database functions
isc_attach_database
isc_create_database
isc_database_info
isc_detach_database
isc_drop_database
isc_expand_dpb
isc_modify_dpb
isc_version
isc_get_client_version
isc_get_client_major_version
isc_get_client_minor_version
; Conversion functions
isc_decode_date
isc_decode_sql_date
isc_decode_sql_time
isc_decode_timestamp
isc_encode_date
isc_encode_sql_date
isc_encode_sql_time
isc_encode_timestamp
isc_portable_integer
isc_vax_integer
; DSQL functions
isc_dsql_allocate_statement
isc_dsql_alloc_statement2
isc_dsql_describe
isc_dsql_describe_bind
isc_dsql_execute
isc_dsql_execute2
isc_dsql_execute_m
isc_dsql_execute2_m
isc_dsql_execute_immediate
isc_dsql_exec_immed2
isc_dsql_execute_immediate_m
isc_dsql_exec_immed2_m
isc_dsql_exec_immed3_m
isc_dsql_fetch
isc_dsql_fetch_a
isc_dsql_fetch_m
isc_dsql_finish
isc_dsql_free_statement
isc_dsql_insert
isc_dsql_insert_m
isc_dsql_prepare
isc_dsql_prepare_m
isc_dsql_release
isc_dsql_set_cursor_name
isc_dsql_sql_info
; ESQL functions
isc_embed_dsql_close
isc_embed_dsql_declare
isc_embed_dsql_describe
isc_embed_dsql_describe_bind
isc_embed_dsql_execute
isc_embed_dsql_execute2
isc_embed_dsql_execute_immed
isc_embed_dsql_exec_immed2
isc_embed_dsql_fetch
isc_embed_dsql_fetch_a
isc_embed_dsql_insert
isc_embed_dsql_open
isc_embed_dsql_open2
isc_embed_dsql_prepare
isc_embed_dsql_release
; Error-handling functions
isc_interprete
isc_print_sqlerror
isc_print_status
isc_sqlcode
isc_sql_interprete
; Event functions
isc_cancel_events
isc_event_block
isc_event_counts
isc_que_events
isc_wait_for_event
; Security functions
isc_add_user
isc_delete_user
isc_modify_user
; Services functions
isc_service_attach
isc_service_detach
isc_service_query
isc_service_start
; Transaction control functions
isc_commit_retaining
isc_commit_transaction
isc_prepare_transaction
isc_prepare_transaction2
isc_rollback_retaining
isc_rollback_transaction
isc_start_multiple
isc_start_transaction
isc_transaction_info
; Other functions
isc_compile_request
isc_compile_request2
isc_ddl
isc_prepare
isc_receive
isc_reconnect_transaction
isc_release_request
isc_request_info
isc_seek_blob
isc_send
isc_start_and_send
isc_start_request
isc_transact_request
isc_unwind_request
; Other SQL functions
isc_close
isc_declare
isc_describe
isc_describe_bind
isc_execute
isc_execute_immediate
isc_fetch
isc_fetch_a
isc_open
; Other BLOB functions
BLOB_close
BLOB_display
BLOB_dump
BLOB_edit
BLOB_get
BLOB_load
BLOB_open
BLOB_put
BLOB_text_dump
BLOB_text_load
Bopen
; Other misc functions
isc_ftof
isc_free
isc_print_blr
isc_qtoq
isc_reset_fpe
isc_set_debug
isc_to_sqlda
isc_vtof
isc_vtov
_isc_start_transaction=isc_start_transaction
_isc_expand_dpb=isc_expand_dpb
_isc_event_block=isc_event_block
;-----------------
; OTHER FUNCTIONS
;-----------------
CVT_move
KEYWORD_stringIsAToken
KEYWORD_getTokens

275
builds/win32/defs/gds.def Normal file
View File

@ -0,0 +1,275 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; WHY DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY GDS
DESCRIPTION 'WHY VALVE AND DSQL INTERBASE MODULE'
CODE MOVEABLE
DATA MOVEABLE SINGLE
SEGMENTS
_TEXT DISCARDABLE
ALT_TEXT DISCARDABLE
FLU_TEXT PRELOAD
GDSWEP_TEXT PRELOAD
LICENSE_TEXT DISCARDABLE
WHY_TEXT DISCARDABLE
PERF_TEXT DISCARDABLE
UTL_TEXT DISCARDABLE
THIN_TEXT DISCARDABLE
PREPARSE_TEXT DISCARDABLE
USER_DSQ_TEXT DISCARDABLE
BLOB_TEXT DISCARDABLE
ARRAY_TEXT DISCARDABLE
DLLSHELL_TEXT PRELOAD
EXPORTS
; All ordinals > 254 are new to GDS
; Highest ordinal: 266
; ALT.C
_gds__extend_dpb @127
_isc_attach_database @61
_isc_blob_display @142
_isc_blob_dump @143
_isc_blob_edit @144
_isc_blob_info @62
_isc_blob_load @145
_isc_cancel_blob @63
_isc_cancel_events @244
_isc_close_blob @64
_isc_commit_retaining @65
_isc_commit_transaction @66
_isc_compile_request @67
_isc_compile_request2 @68
_isc_create_blob @69
_isc_create_blob2 @70
_isc_create_database @71
_isc_database_cleanup @146
_isc_database_info @72
_isc_ddl @73
_isc_decode_date @74
_isc_detach_database @75
_isc_encode_date @90
_isc_event_block @91
_isc_event_block_a @147
_isc_event_block_s @148
_isc_event_counts @92
_isc_free @222
_isc_ftof @93
_isc_get_segment @94
_isc_get_slice @95
_isc_interprete @96
_isc_open_blob @97
_isc_open_blob2 @98
_isc_prepare_transaction @99
_isc_prepare_transaction2 @100
_isc_print_blr @101
_isc_print_status @102
_isc_put_segment @103
_isc_put_slice @104
_isc_qtoq @105
_isc_que_events @216
_isc_receive @106
_isc_reconnect_transaction @107
_isc_release_request @108
_isc_request_info @109
_isc_rollback_transaction @110
_isc_seek_blob @111
_isc_send @112
_isc_set_debug @113
_isc_sqlcode @115
_isc_sqlcode_s @149
_isc_start_and_send @116
_isc_start_multiple @117
_isc_start_request @118
_isc_start_transaction @119
_isc_transaction_info @120
_isc_unwind_request @121
_isc_vax_integer @122
_isc_version @123
_isc_vtof @124
_isc_vtov @125
; ../JRD/LICENSE.C
_LICENSE_mask @126
; ../DSQL/PREPARSE.C
_PREPARSE_execute @255
; ../DSQL/USER_DSQ.C
_gds__close @167
_gds__declare @168
_gds__describe @169
_gds__describe_bind @170
_gds__dsql_finish @171
_gds__execute @172
_gds__execute_immediate @173
_gds__fetch @174
_gds__fetch_a @175
_gds__open @176
_gds__prepare @177
_gds__to_sqlda @178
_isc_close @179
_isc_declare @180
_isc_describe @181
_isc_describe_bind @182
_isc_dsql_fetch_a @183
_isc_dsql_finish @184
_isc_dsql_release @185
_isc_embed_dsql_close @130
_isc_embed_dsql_declare @131
_isc_embed_dsql_descr_bind @186
_isc_embed_dsql_describe @132
_isc_embed_dsql_describe_bind @133
_isc_embed_dsql_exec_immed @187
_isc_embed_dsql_exec_immed2 @256
_isc_embed_dsql_execute @134
_isc_embed_dsql_execute2 @265
_isc_embed_dsql_execute_immed @135
_isc_embed_dsql_fetch @136
_isc_embed_dsql_fetch_a @188
_isc_embed_dsql_insert @257
_isc_embed_dsql_length @189
_isc_embed_dsql_open @137
_isc_embed_dsql_open2 @258
_isc_embed_dsql_prepare @138
_isc_embed_dsql_release @139
_isc_execute @190
_isc_execute_immediate @191
_isc_fetch @192
_isc_fetch_a @193
_isc_open @194
_isc_prepare @195
_isc_to_sqlda @196
; ../JRD/WHY.C
_gds__attach_database @19
_gds__blob_info @199
_gds__cancel_blob @200
_gds__cancel_events @250
_gds__close_blob @21
_gds__commit_retaining @22
_gds__commit_transaction @23
_gds__compile_request @24
_gds__compile_request2 @25
_gds__create_blob @26
_gds__create_blob2 @201
_gds__create_database @27
_gds__database_cleanup @28
_gds__database_info @29
_gds__ddl @30
_gds__detach_database @32
_gds__disable_subsystem @202
_gds__enable_subsystem @203
_gds__event_wait @259
_gds__get_segment @37
_gds__get_slice @204
_gds__open_blob @40
_gds__open_blob2 @41
_gds__prepare_transaction @42
_gds__prepare_transaction2 @205
_gds__put_segment @45
_gds__put_slice @206
_gds__que_events @249
_gds__receive @46
_gds__reconnect_transaction @207
_gds__release_request @48
_gds__request_info @208
_gds__rollback_transaction @49
_gds__seek_blob @209
_gds__send @50
_gds__start_and_send @51
_gds__start_multiple @210
_gds__start_request @52
_gds__start_transaction @53
_gds__transaction_cleanup @211
_gds__transaction_info @212
_gds__unwind_request @56
_isc_drop_database @231
_isc_dsql_alloc_statement @260
_isc_dsql_alloc_statement2 @223
_isc_dsql_allocate_statement @76
_isc_dsql_describe @77
_isc_dsql_describe_bind @78
_isc_dsql_exec_immed2 @220
_isc_dsql_exec_immed2_m @261
_isc_dsql_exec_immed3_m @253
_isc_dsql_exec_immediate @262
_isc_dsql_exec_immediate_m @263
_isc_dsql_execute @79
_isc_dsql_execute_immediate @80
_isc_dsql_execute_immediate_m @81
_isc_dsql_execute_m @82
_isc_dsql_execute2 @221
_isc_dsql_execute2_m @252
_isc_dsql_fetch @83
_isc_dsql_fetch_m @84
_isc_dsql_free_statement @85
_isc_dsql_insert @264
_isc_dsql_insert_m @254
_isc_dsql_prepare @86
_isc_dsql_prepare_m @87
_isc_dsql_set_cursor_name @88
_isc_dsql_sql_info @89
_isc_service_attach @217
_isc_service_detach @218
_isc_service_query @219
_isc_service_start @266
_isc_transact_request @243
; ../DSQL/BLOB.C
_isc_blob_default_desc @235
_isc_blob_gen_bpb @236
_isc_blob_lookup_desc @234
_isc_blob_set_desc @242
; PERF.C
_perf_format @232
_perf_get_info @233
; UTL.C
_BLOB_close @7
_BLOB_get @197
_BLOB_display @2
_BLOB_dump @3
_BLOB_edit @4
_BLOB_load @5
_BLOB_open @198
_BLOB_put @6
_Bopen @8
_gds__blob_size @20
_gds__edit @33
_gds__version @58
_isc_expand_dpb @224
_isc_format_implementation @237
; ..\DSQL\ARRAY.C
_isc_array_gen_sdl @225
_isc_array_get_slice @226
_isc_array_lookup_bounds @227
_isc_array_lookup_desc @228
_isc_array_set_desc @229
_isc_array_put_slice @230
;-------------------------------------------
WEP @1 RESIDENTNAME

273
builds/win32/defs/gds32.def Normal file
View File

@ -0,0 +1,273 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
EXPORTS
gds__alloc=fbclient.gds__alloc @1
gds__attach_database=fbclient.gds__attach_database @2
gds__blob_info=fbclient.gds__blob_info @3
gds__blob_size=fbclient.gds__blob_size @4
gds__cancel_blob=fbclient.gds__cancel_blob @5
gds__cancel_events=fbclient.gds__cancel_events @6
gds__close=fbclient.gds__close @7
gds__close_blob=fbclient.gds__close_blob @8
gds__commit_retaining=fbclient.gds__commit_retaining @9
gds__commit_transaction=fbclient.gds__commit_transaction @10
gds__compile_request=fbclient.gds__compile_request @11
gds__compile_request2=fbclient.gds__compile_request2 @12
gds__create_blob=fbclient.gds__create_blob @13
gds__create_blob2=fbclient.gds__create_blob2 @14
gds__create_database=fbclient.gds__create_database @15
gds__database_cleanup=fbclient.gds__database_cleanup @16
gds__database_info=fbclient.gds__database_info @17
gds__ddl=fbclient.gds__ddl @18
gds__declare=fbclient.gds__declare @19
gds__decode=fbclient.gds__decode @20
gds__decode_date=fbclient.gds__decode_date @21
gds__describe=fbclient.gds__describe @22
gds__describe_bind=fbclient.gds__describe_bind @23
gds__detach_database=fbclient.gds__detach_database @24
gds__disable_subsystem=fbclient.gds__disable_subsystem @25
gds__dsql_finish=fbclient.gds__dsql_finish @26
gds__edit=fbclient.gds__edit @27
gds__enable_subsystem=fbclient.gds__enable_subsystem @28
gds__encode=fbclient.gds__encode @29
gds__encode_date=fbclient.gds__encode_date @30
gds__event_block=fbclient.gds__event_block @31
gds__event_counts=fbclient.gds__event_counts @32
gds__event_wait=fbclient.gds__event_wait @33
gds__execute=fbclient.gds__execute @34
gds__execute_immediate=fbclient.gds__execute_immediate @35
gds__fetch=fbclient.gds__fetch @36
gds__free=fbclient.gds__free @37
gds__ftof=fbclient.gds__ftof @38
gds__get_segment=fbclient.gds__get_segment @39
gds__get_slice=fbclient.gds__get_slice @40
gds__interprete=fbclient.gds__interprete @41
gds__log=fbclient.gds__log @42
gds__msg_format=fbclient.gds__msg_format @43
gds__msg_lookup=fbclient.gds__msg_lookup @44
gds__msg_open=fbclient.gds__msg_open @45
gds__msg_put=fbclient.gds__msg_put @46
gds__open=fbclient.gds__open @47
gds__open_blob=fbclient.gds__open_blob @48
gds__open_blob2=fbclient.gds__open_blob2 @49
gds__parse_bpb=fbclient.gds__parse_bpb @50
gds__prefix=fbclient.gds__prefix @51
gds__prepare=fbclient.gds__prepare @52
gds__prepare_transaction=fbclient.gds__prepare_transaction @53
gds__prepare_transaction2=fbclient.gds__prepare_transaction2 @54
gds__print_blr=fbclient.gds__print_blr @55
gds__print_status=fbclient.gds__print_status @56
gds__put_error=fbclient.gds__put_error @57
gds__put_segment=fbclient.gds__put_segment @58
gds__put_slice=fbclient.gds__put_slice @59
gds__qtoq=fbclient.gds__qtoq @60
gds__que_events=fbclient.gds__que_events @61
gds__receive=fbclient.gds__receive @62
gds__reconnect_transaction=fbclient.gds__reconnect_transaction @63
gds__register_cleanup=fbclient.gds__register_cleanup @64
gds__release_request=fbclient.gds__release_request @65
gds__request_info=fbclient.gds__request_info @66
gds__rollback_transaction=fbclient.gds__rollback_transaction @67
gds__seek_blob=fbclient.gds__seek_blob @68
gds__send=fbclient.gds__send @69
gds__set_debug=fbclient.gds__set_debug @70
gds__sqlcode=fbclient.gds__sqlcode @71
gds__start_and_send=fbclient.gds__start_and_send @72
gds__start_multiple=fbclient.gds__start_multiple @73
gds__start_request=fbclient.gds__start_request @74
gds__start_transaction=fbclient.gds__start_transaction @75
gds__thread_enable=fbclient.gds__thread_enable @76
gds__thread_enter=fbclient.gds__thread_enter @77
gds__thread_exit=fbclient.gds__thread_exit @78
gds__thread_start=fbclient.gds__thread_start @79
gds__to_sqlda=fbclient.gds__to_sqlda @80
gds__transaction_info=fbclient.gds__transaction_info @81
gds__unwind_request=fbclient.gds__unwind_request @82
gds__vax_integer=fbclient.gds__vax_integer @83
gds__version=fbclient.gds__version @84
gds__vtof=fbclient.gds__vtof @85
gds__vtov=fbclient.gds__vtov @86
BLOB_close=fbclient.BLOB_close @91
BLOB_display=fbclient.BLOB_display @92
BLOB_dump=fbclient.BLOB_dump @93
BLOB_edit=fbclient.BLOB_edit @94
BLOB_get=fbclient.BLOB_get @95
BLOB_load=fbclient.BLOB_load @96
BLOB_open=fbclient.BLOB_open @97
BLOB_put=fbclient.BLOB_put @98
Bopen=fbclient.Bopen @99
perf_format=fbclient.perf_format @100
perf_get_info=fbclient.perf_get_info @101
perf_report=fbclient.perf_report @102
isc_attach_database=fbclient.isc_attach_database @103
isc_blob_info=fbclient.isc_blob_info @108
isc_cancel_blob=fbclient.isc_cancel_blob @110
isc_cancel_events=fbclient.isc_cancel_events @111
isc_close=fbclient.isc_close @112
isc_close_blob=fbclient.isc_close_blob @113
isc_commit_retaining=fbclient.isc_commit_retaining @114
isc_commit_transaction=fbclient.isc_commit_transaction @115
isc_compile_request=fbclient.isc_compile_request @116
isc_compile_request2=fbclient.isc_compile_request2 @117
isc_create_blob=fbclient.isc_create_blob @118
isc_create_blob2=fbclient.isc_create_blob2 @119
isc_create_database=fbclient.isc_create_database @120
isc_database_info=fbclient.isc_database_info @122
isc_ddl=fbclient.isc_ddl @123
isc_declare=fbclient.isc_declare @124
isc_decode_date=fbclient.isc_decode_date @125
isc_describe=fbclient.isc_describe @126
isc_describe_bind=fbclient.isc_describe_bind @127
isc_detach_database=fbclient.isc_detach_database @128
isc_encode_date=fbclient.isc_encode_date @129
isc_event_block=fbclient.isc_event_block @130
isc_event_counts=fbclient.isc_event_counts @131
isc_transact_request=fbclient.isc_transact_request @132
isc_execute=fbclient.isc_execute @133
isc_execute_immediate=fbclient.isc_execute_immediate @134
isc_expand_dpb=fbclient.isc_expand_dpb @135
isc_fetch=fbclient.isc_fetch @136
isc_fetch_a=fbclient.isc_fetch_a @137
isc_ftof=fbclient.isc_ftof @138
isc_get_segment=fbclient.isc_get_segment @139
isc_get_slice=fbclient.isc_get_slice @140
isc_interprete=fbclient.isc_interprete @141
gds__log_status=fbclient.gds__log_status @142
isc_open=fbclient.isc_open @143
isc_open_blob=fbclient.isc_open_blob @144
isc_open_blob2=fbclient.isc_open_blob2 @145
isc_prepare=fbclient.isc_prepare @146
isc_prepare_transaction=fbclient.isc_prepare_transaction @147
isc_prepare_transaction2=fbclient.isc_prepare_transaction2 @148
isc_print_blr=fbclient.isc_print_blr @149
isc_print_sqlerror=fbclient.isc_print_sqlerror @150
isc_print_status=fbclient.isc_print_status @151
isc_put_segment=fbclient.isc_put_segment @152
isc_put_slice=fbclient.isc_put_slice @153
isc_qtoq=fbclient.isc_qtoq @154
isc_que_events=fbclient.isc_que_events @155
isc_receive=fbclient.isc_receive @156
isc_reconnect_transaction=fbclient.isc_reconnect_transaction @157
isc_release_request=fbclient.isc_release_request @158
isc_request_info=fbclient.isc_request_info @159
isc_rollback_transaction=fbclient.isc_rollback_transaction @160
isc_seek_blob=fbclient.isc_seek_blob @161
isc_send=fbclient.isc_send @162
isc_set_debug=fbclient.isc_set_debug @163
isc_sql_interprete=fbclient.isc_sql_interprete @164
isc_sqlcode=fbclient.isc_sqlcode @165
isc_start_and_send=fbclient.isc_start_and_send @166
isc_start_multiple=fbclient.isc_start_multiple @167
isc_start_request=fbclient.isc_start_request @168
isc_start_transaction=fbclient.isc_start_transaction @169
isc_to_sqlda=fbclient.isc_to_sqlda @170
isc_transaction_info=fbclient.isc_transaction_info @171
isc_unwind_request=fbclient.isc_unwind_request @172
isc_vax_integer=fbclient.isc_vax_integer @173
isc_version=fbclient.isc_version @174
isc_vtof=fbclient.isc_vtof @175
isc_vtov=fbclient.isc_vtov @176
isc_wait_for_event=fbclient.isc_wait_for_event @177
isc_dsql_allocate_statement=fbclient.isc_dsql_allocate_statement @178
isc_dsql_alloc_statement2=fbclient.isc_dsql_alloc_statement2 @179
isc_dsql_describe=fbclient.isc_dsql_describe @180
isc_dsql_describe_bind=fbclient.isc_dsql_describe_bind @181
isc_dsql_execute=fbclient.isc_dsql_execute @182
isc_dsql_execute2=fbclient.isc_dsql_execute2 @183
isc_dsql_execute_m=fbclient.isc_dsql_execute_m @184
isc_dsql_execute2_m=fbclient.isc_dsql_execute2_m @185
isc_dsql_execute_immediate=fbclient.isc_dsql_execute_immediate @186
isc_dsql_exec_immed2=fbclient.isc_dsql_exec_immed2 @187
isc_dsql_execute_immediate_m=fbclient.isc_dsql_execute_immediate_m @188
isc_dsql_exec_immed2_m=fbclient.isc_dsql_exec_immed2_m @189
isc_dsql_fetch=fbclient.isc_dsql_fetch @190
isc_dsql_fetch_a=fbclient.isc_dsql_fetch_a @191
isc_dsql_fetch_m=fbclient.isc_dsql_fetch_m @192
isc_dsql_finish=fbclient.isc_dsql_finish @193
isc_dsql_free_statement=fbclient.isc_dsql_free_statement @194
isc_dsql_insert=fbclient.isc_dsql_insert @195
isc_dsql_insert_m=fbclient.isc_dsql_insert_m @196
isc_dsql_prepare=fbclient.isc_dsql_prepare @197
isc_dsql_prepare_m=fbclient.isc_dsql_prepare_m @198
isc_dsql_release=fbclient.isc_dsql_release @199
isc_dsql_set_cursor_name=fbclient.isc_dsql_set_cursor_name @200
isc_dsql_sql_info=fbclient.isc_dsql_sql_info @201
isc_embed_dsql_close=fbclient.isc_embed_dsql_close @202
isc_embed_dsql_declare=fbclient.isc_embed_dsql_declare @203
isc_embed_dsql_describe=fbclient.isc_embed_dsql_describe @204
isc_embed_dsql_describe_bind=fbclient.isc_embed_dsql_describe_bind @205
isc_embed_dsql_execute=fbclient.isc_embed_dsql_execute @206
isc_embed_dsql_execute2=fbclient.isc_embed_dsql_execute2 @207
isc_embed_dsql_execute_immed=fbclient.isc_embed_dsql_execute_immed @208
isc_embed_dsql_exec_immed2=fbclient.isc_embed_dsql_exec_immed2 @209
isc_embed_dsql_fetch=fbclient.isc_embed_dsql_fetch @210
isc_embed_dsql_fetch_a=fbclient.isc_embed_dsql_fetch_a @211
isc_embed_dsql_insert=fbclient.isc_embed_dsql_insert @212
isc_embed_dsql_open=fbclient.isc_embed_dsql_open @213
isc_embed_dsql_open2=fbclient.isc_embed_dsql_open2 @214
isc_embed_dsql_prepare=fbclient.isc_embed_dsql_prepare @215
isc_embed_dsql_release=fbclient.isc_embed_dsql_release @216
isc_array_gen_sdl=fbclient.isc_array_gen_sdl @217
isc_array_get_slice=fbclient.isc_array_get_slice @218
isc_array_lookup_bounds=fbclient.isc_array_lookup_bounds @219
isc_array_lookup_desc=fbclient.isc_array_lookup_desc @220
isc_array_put_slice=fbclient.isc_array_put_slice @221
isc_array_set_desc=fbclient.isc_array_set_desc @222
gds__msg_close=fbclient.gds__msg_close @223
gds__unregister_cleanup=fbclient.gds__unregister_cleanup @224
isc_service_attach=fbclient.isc_service_attach @225
isc_service_detach=fbclient.isc_service_detach @226
isc_service_query=fbclient.isc_service_query @227
isc_service_start=fbclient.isc_service_start @228
isc_drop_database=fbclient.isc_drop_database @229
isc_dsql_exec_immed3_m=fbclient.isc_dsql_exec_immed3_m @230
gds__temp_file=fbclient.gds__temp_file @231
gds__transaction_cleanup=fbclient.gds__transaction_cleanup @235
isc_blob_gen_bpb=fbclient.isc_blob_gen_bpb @236
isc_blob_lookup_desc=fbclient.isc_blob_lookup_desc @237
isc_blob_set_desc=fbclient.isc_blob_set_desc @238
isc_blob_default_desc=fbclient.isc_blob_default_desc @239
gds__map_blobs=fbclient.gds__map_blobs @240
isc_free=fbclient.isc_free @241
BLOB_text_dump=fbclient.BLOB_text_dump @242
BLOB_text_load=fbclient.BLOB_text_load @243
isc_modify_dpb=fbclient.isc_modify_dpb @244
gds__get_prefix=fbclient.gds__get_prefix @248
gds__prefix_lock=fbclient.gds__prefix_lock @249
gds__prefix_msg=fbclient.gds__prefix_msg @250
gds__validate_lib_path=fbclient.gds__validate_lib_path @255
isc_add_user=fbclient.isc_add_user @256
isc_delete_user=fbclient.isc_delete_user @257
isc_modify_user=fbclient.isc_modify_user @258
isc_portable_integer=fbclient.isc_portable_integer @259
isc_rollback_retaining=fbclient.isc_rollback_retaining @260
isc_decode_sql_date=fbclient.isc_decode_sql_date @261
isc_decode_sql_time=fbclient.isc_decode_sql_time @262
isc_decode_timestamp=fbclient.isc_decode_timestamp @263
isc_encode_sql_date=fbclient.isc_encode_sql_date @264
isc_encode_sql_time=fbclient.isc_encode_sql_time @265
isc_encode_timestamp=fbclient.isc_encode_timestamp @266
isc_get_client_version=fbclient.isc_get_client_version
isc_get_client_major_version=fbclient.isc_get_client_major_version
isc_get_client_minor_version=fbclient.isc_get_client_minor_version
CVT_move=fbclient.CVT_move @267
_isc_start_transaction=fbclient._isc_start_transaction
_isc_expand_dpb=fbclient._isc_expand_dpb
_isc_event_block=fbclient._isc_event_block
KEYWORD_stringIsAToken=fbclient.KEYWORD_stringIsAToken
KEYWORD_getTokens=fbclient.KEYWORD_getTokens

View File

@ -0,0 +1,54 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
EXPORTS
IB_UDF_abs
IB_UDF_acos
IB_UDF_ascii_char
IB_UDF_ascii_val
IB_UDF_asin
IB_UDF_atan
IB_UDF_atan2
IB_UDF_bin_and
IB_UDF_bin_or
IB_UDF_bin_xor
IB_UDF_ceiling
IB_UDF_cos
IB_UDF_cosh
IB_UDF_cot
IB_UDF_div
IB_UDF_floor
IB_UDF_ln
IB_UDF_log
IB_UDF_log10
IB_UDF_lower
IB_UDF_lpad
IB_UDF_ltrim
IB_UDF_mod
IB_UDF_pi
IB_UDF_rand
IB_UDF_rpad
IB_UDF_rtrim
IB_UDF_sign
IB_UDF_sin
IB_UDF_sinh
IB_UDF_sqrt
IB_UDF_substr
IB_UDF_strlen
IB_UDF_tan
IB_UDF_tanh
IB_UDF_substrlen

View File

@ -0,0 +1,19 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
EXPORTS
ib_util_malloc

View File

@ -0,0 +1,48 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; INTERNATIONAL DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY INTL
DESCRIPTION 'INTERBASE INTERNATIONAL DLL'
CODE MOVEABLE
DATA MOVEABLE
SEGMENTS
_TEXT DISCARDABLE
LD_TEXT DISCARDABLE
LD2_TEXT DISCARDABLE
CV_NARRO_TEXT DISCARDABLE
CS_NARRO_TEXT DISCARDABLE
LC_NARRO_TEXT DISCARDABLE
LC_ASCII_TEXT DISCARDABLE
LC_LATIN_TEXT DISCARDABLE
LC_DOS_TEXT DISCARDABLE
CS_UNICO_TEXT DISCARDABLE
LC_UNICO_TEXT DISCARDABLE
CS_UTFFS_TEXT DISCARDABLE
CV_JIS_TEXT DISCARDABLE
LC_JIS_TEXT DISCARDABLE
CS_JIS_TEXT DISCARDABLE
INTLWEP_TEXT PRELOAD
CS_JIS_2_TEXT DISCARDABLE
DLLSHELL_TEXT PRELOAD
EXPORTS
_LD_lookup @2
WEP @1 RESIDENTNAME

View File

@ -0,0 +1,48 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; INTERNATIONAL DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY INTL
DESCRIPTION 'INTERBASE INTERNATIONAL DLL'
CODE MOVEABLE
DATA MOVEABLE
SEGMENTS
_TEXT DISCARDABLE
LD_TEXT DISCARDABLE
LD2_TEXT DISCARDABLE
CV_NARRO_TEXT DISCARDABLE
CS_NARRO_TEXT DISCARDABLE
LC_NARRO_TEXT DISCARDABLE
LC_ASCII_TEXT DISCARDABLE
LC_LATIN_TEXT DISCARDABLE
LC_DOS_TEXT DISCARDABLE
CS_UNICO_TEXT DISCARDABLE
LC_UNICO_TEXT DISCARDABLE
CS_UTFFS_TEXT DISCARDABLE
CV_JIS_TEXT DISCARDABLE
LC_JIS_TEXT DISCARDABLE
CS_JIS_TEXT DISCARDABLE
INTLWEP_TEXT PRELOAD
CS_JIS_2_TEXT DISCARDABLE
DLLSHELL_TEXT PRELOAD
EXPORTS
_LD_lookup @2
WEP @1 RESIDENTNAME

View File

@ -0,0 +1,33 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
NAME ISQL
DESCRIPTION 'Windows ISQL'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
EXETYPE WINDOWS
SEGMENTS
_RES PRELOAD MOVEABLE DISCARDABLE
HEAPSIZE 128
STACKSIZE 8192

185
builds/win32/defs/iutls.def Normal file
View File

@ -0,0 +1,185 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; IUTLS DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY IUTLS
DESCRIPTION 'INTERNAL UTILITY INTERBASE MODULE'
CODE MOVEABLE
DATA MOVEABLE SINGLE
SEGMENTS
_TEXT DISCARDABLE
DSC_TEXT DISCARDABLE
ENC_TEXT DISCARDABLE
FUNCTION_TEXT DISCARDABLE
GDS_TEXT DISCARDABLE
ISC_TEXT DISCARDABLE
ISC_FILE_TEXT DISCARDABLE
ISC_IPC_TEXT DISCARDABLE
ISC_SYNC_TEXT DISCARDABLE
IUTLSWEP_TEXT PRELOAD
LOITER_TEXT DISCARDABLE
MATH_TEXT DISCARDABLE
NODE_TEXT DISCARDABLE
SDL_TEXT DISCARDABLE
THD_TEXT DISCARDABLE
UTLD_TEXT DISCARDABLE
DLLSHELL_TEXT PRELOAD
EXPORTS
; Next new ordinal must be > 95
; DSC.C
_DSC_convert_to_text_length @2
_DSC_make_descriptor @3
_DSC_string_length @4
; ENC.C
_ENC_crypt @5
; FUNCTION.C
_FUNCTIONS_entrypoint @6
; GDS.C
_gds__alloc @7
_gds__decode @8
_gds__decode_date @9
_gds__encode @10
_gds__encode_date @11
_gds__free @12
_gds__ftof @13
_gds__interprete @14
_gds__interprete_a @15
_gds__log @16
_gds__log_status @17
_gds__msg_close @18
_gds__msg_format @19
_gds__msg_lookup @20
_gds__msg_open @21
_gds__msg_put @22
_gds__parse_bpb @23
_gds__parse_bpb2 @24
_gds__prefix @25
_gds__print_blr @26
_gds__print_status @27
_gds__put_error @28
_gds__qtoq @29
_gds__register_cleanup @30
_gds__sqlcode @31
_gds__sqlcode_s @32
_gds__temp_file @33
_gds__temp_multi_file @34
_gds__unregister_cleanup @35
_gds__vax_integer @36
_gds__vtof @37
_gds__vtov @38
_gds__alloc_debug @96
_gds_alloc_flag_unfreed @97
_gds_alloc_report @98
_isc_print_sqlerror @39
_isc_sql_interprete @40
; ISC.C
_ISC_check_process_existence @41
_ISC_get_config @42
_ISC_get_host @43
_ISC_get_user @44
_ISC_ast_enter @45
_ISC_ast_exit @46
_ISC_prefix_interbase @91
; ISC_FILE.C
_ISC_expand_filename @47
_ISC_check_if_remote @48
_ISC_analyze_spx @49
_ISC_analyze_tcp @50
_ISC_analyze_pclan @94
_ISC_expand_share @95
; ISC_IPC.C
_ISC_enter @51
_ISC_exit @52
_ISC_signal @53
_ISC_signal_cancel @54
_ISC_signal_init @55
_ISC_inhibit @56
_ISC_enable @57
; ISC_SYNC.C
_ISC_event_clear @58
_ISC_event_init @59
_ISC_event_post @60
_ISC_event_wait @61
_ISC_map_file @62
_ISC_mutex_init @63
_ISC_mutex_lock @64
_ISC_mutex_unlock @65
_ISC_remap_file @66
_ISC_unmap_file @67
; LOITER.C
_LOITER_loiter @87
; MATH.C
_MATH_divide @92
_MATH_multiply @93
; NODE.C
_NODE_license @68
; SDL.C
_SDL_compute_subscript @70
_SDL_info @71
_SDL_prepare_slice @72
_SDL_walk @73
; THD.C
_gds__thread_start @74
_THD_get_specific @75
_THD_init @76
_THD_put_specific @77
_THD_restore_specific @78
_THD_mutex_destroy @79
_THD_mutex_init @80
_THD_mutex_lock @81
_THD_mutex_unlock @82
_THD_wlck_destroy @83
_THD_wlck_init @84
_THD_wlck_lock @85
_THD_wlck_unlock @86
; ../DSQL/UTLD.C
_UTLD_parse_sql_info @88
_UTLD_parse_sqlda @89
_UTLD_save_status_strings @90
; SEG.C
_SEG_compare @101
_SEG_move @99
_SEG_set @100
;-------------------------------------------
WEP @1 RESIDENTNAME

137
builds/win32/defs/jrd.def Normal file
View File

@ -0,0 +1,137 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; JRD DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY JRD
DESCRIPTION 'JRD INTERBASE MODULE'
CODE MOVEABLE
DATA MOVEABLE
SEGMENTS
_TEXT DISCARDABLE
AIL_TEXT DISCARDABLE
ALL_TEXT DISCARDABLE
BKM_TEXT DISCARDABLE
BLB_TEXT DISCARDABLE
BTR_TEXT DISCARDABLE
BUILTIN_TEXT DISCARDABLE
BLF_TEXT DISCARDABLE
CCH_TEXT DISCARDABLE
CMP_TEXT DISCARDABLE
CVT_TEXT DISCARDABLE
CVT2_TEXT DISCARDABLE
DFW_TEXT DISCARDABLE
DPM_TEXT DISCARDABLE
DYN_TEXT DISCARDABLE
DYN_DEF_TEXT DISCARDABLE
DYN_DEL_TEXT DISCARDABLE
DYN_MOD_TEXT DISCARDABLE
ERR_TEXT DISCARDABLE
EVL_TEXT DISCARDABLE
EXE_TEXT DISCARDABLE
EXT_TEXT DISCARDABLE
FILTERS_TEXT DISCARDABLE
FLU_TEXT PRELOAD
FUN_TEXT DISCARDABLE
GRANT_TEXT DISCARDABLE
IBERR_TEXT DISCARDABLE
IDX_TEXT DISCARDABLE
INF_TEXT DISCARDABLE
INI_TEXT DISCARDABLE
INTL_TEXT DISCARDABLE
INUSE_TEXT DISCARDABLE
JRD_TEXT DISCARDABLE
JRDWEP_TEXT PRELOAD
LCK_TEXT DISCARDABLE
LOG_TEXT DISCARDABLE
MET_TEXT DISCARDABLE
MISC_TEXT DISCARDABLE
MOV_TEXT DISCARDABLE
NAV_TEXT DISCARDABLE
OPT_TEXT DISCARDABLE
PAG_TEXT DISCARDABLE
PAR_TEXT DISCARDABLE
PCMET_TEXT DISCARDABLE
PCSLEEP_TEXT DISCARDABLE
PWD_TEXT DISCARDABLE
QATEST_TEXT DISCARDABLE
RLCK_TEXT DISCARDABLE
RNG_TEXT DISCARDABLE
RSE_TEXT DISCARDABLE
SBM_TEXT DISCARDABLE
SCH_TEXT DISCARDABLE
SCL_TEXT DISCARDABLE
SDW_TEXT DISCARDABLE
SHUT_TEXT DISCARDABLE
SORT_TEXT DISCARDABLE
SQZ_TEXT DISCARDABLE
SVC_TEXT DISCARDABLE
SYM_TEXT DISCARDABLE
TPC_TEXT DISCARDABLE
TRA_TEXT DISCARDABLE
VAL_TEXT DISCARDABLE
VIO_TEXT DISCARDABLE
WINDOWS_TEXT DISCARDABLE
FILESERV_TEXT PRELOAD
DLLSHELL_TEXT PRELOAD
LOCK_TEXT DISCARDABLE
EXPORTS
; JRD.C
_jrd8_unwind_request @302
_jrd8_transaction_info @303
_jrd8_start_transaction @304
_jrd8_start_request @305
_jrd8_start_and_send @306
_jrd8_send @307
_jrd8_seek_blob @308
_jrd8_rollback_transaction @309
_jrd8_request_info @310
_jrd8_release_request @311
_jrd8_reconnect_transaction @312
_jrd8_receive @313
_jrd8_que_events @314
_jrd8_put_slice @315
_jrd8_put_segment @316
_jrd8_prepare_transaction @317
_jrd8_open_blob2 @318
_jrd8_get_slice @319
_jrd8_get_segment @320
_jrd8_detach_database @321
_jrd8_ddl @322
_jrd8_database_info @323
_jrd8_create_database @324
_jrd8_create_blob2 @325
_jrd8_compile_request @326
_jrd8_commit_retaining @327
_jrd8_commit_transaction @328
_jrd8_close_blob @329
_jrd8_cancel_events @330
_jrd8_cancel_blob @331
_jrd8_blob_info @332
_jrd8_attach_database @333
_jrd8_query_service @334
_jrd8_detach_service @335
_jrd8_attach_service @336
_jrd8_drop_database @337
_jrd8_transact_request @338
_jrd8_start_multiple @339
;-------------------------------------------
WEP @1 RESIDENTNAME

View File

@ -0,0 +1,111 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; REMOTE DLL MODULE DEFINITION FILE
;------------------------------------------------------------
; 2002.10.29 Sean Leyne - Removed support for obsolete IPX/SPX Protocol
;
LIBRARY REMOTE
DESCRIPTION 'REMOTE.DLL '
CODE MOVEABLE
DATA MOVEABLE
SEGMENTS
_TEXT DISCARDABLE
ALLR_TEXT DISCARDABLE
INET_TEXT PRELOAD
INTERFAC_TEXT DISCARDABLE
MERGE_TEXT DISCARDABLE
PARSER_TEXT DISCARDABLE
PROTOCOL_TEXT DISCARDABLE
REMOTE_TEXT DISCARDABLE
XDR_TEXT DISCARDABLE
NTOH_TEXT DISCARDABLE
CVT_TEXT DISCARDABLE
DLLSHELL_TEXT PRELOAD
WNET_TEXT DISCARDABLE
WFWNP_TEXT PRELOAD
EXPORTS
_REM_unwind_request @2
_REM_transaction_info @3
_REM_start_transaction @4
_REM_start_request @5
_REM_start_and_send @6
_REM_send @7
_REM_seek_blob @8
_REM_rollback_transaction @9
_REM_request_info @10
_REM_release_request @11
_REM_reconnect_transaction @12
_REM_receive @13
_REM_que_events @14
_REM_put_slice @15
_REM_put_segment @16
_REM_prepare_transaction @17
_REM_open_blob2 @18
_REM_get_slice @19
_REM_get_segment @20
_REM_sql_info @21
_REM_set_cursor_name @22
_REM_prepare @23
_REM_free_statement @24
_REM_fetch @25
_REM_execute_immediate @26
_REM_execute @27
_REM_allocate_statement @28
_REM_detach_database @29
_REM_ddl @30
_REM_database_info @31
_REM_create_database @32
_REM_create_blob2 @33
_REM_compile_request @34
_REM_commit_retaining @35
_REM_commit_transaction @36
_REM_close_blob @37
_REM_cancel_events @38
_REM_cancel_blob @39
_REM_blob_info @40
_REM_attach_database @41
_REM_query_service @42
_REM_detach_service @43
_REM_attach_service @44
_REM_insert @45
_REM_execute2 @47
_REM_execute_immediate2 @48
_REM_drop_database @49
_REM_transact_request @50
_REMOTE_release_messages @51
_REMOTE_free_packet @52
_REMOTE_make_string @53
_REMOTE_cleanup_transaction @54
_REMOTE_reset_statement @55
_REMOTE_set_object @56
_REMOTE_find_request @57
_REMOTE_release_request @58
_REMOTE_reset_request @59
_ALLR_free @60
_ALLR_alloc @61
_ALLR_block @62
_ALLR_release @63
_PARSE_messages @64
_MERGE_database_info @65
_INET_server @66
_INET_connect @67
WEP @1 RESIDENTNAME

View File

@ -0,0 +1,39 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
LIBRARY udflib
DESCRIPTION 'udflib.dll'
DATA READ WRITE
EXPORTS
fn_abs
fn_add2
fn_blob_bytecount
fn_blob_linecount
fn_blob_substr
fn_dow
fn_doy
fn_fact
fn_lower_c
fn_max
fn_moy
fn_mul
fn_sqrt
fn_strcat
fn_substr
fn_sysdate
fn_trim
fn_trunc

View File

@ -0,0 +1,73 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;------------------------------------------------------------
; UTLS DLL MODULE DEFINITION FILE
;------------------------------------------------------------
LIBRARY UTLS
DESCRIPTION 'EXTERNAL UTILITIES INTERBASE MODULE'
CODE MOVEABLE DISCARDABLE
DATA MOVEABLE SINGLE
EXPORTS
; ../DSQL/BLOB.C
_ISC_BLOB_DEFAULT_DESC @2
_ISC_BLOB_GEN_BPB @3
_ISC_BLOB_LOOKUP_DESC @4
_ISC_BLOB_SET_DESC @5
; PERF.C
_PERF_FORMAT @6
_PERF_GET_INFO @7
_PERF_REPORT @8
; UTL.C
_BLOB_CLOSE @9
_BLOB_GET @10
_BLOB__DISPLAY @11
_BLOB_DISPLAY @12
_BLOB_DUMP @13
_BLOB__DUMP @14
_BLOB_EDIT @15
_BLOB__EDIT @16
_BLOB_LOAD @17
_BLOB__LOAD @18
_BLOB_OPEN @19
_BLOB_PUT @20
_BOPEN @21
_GDS__BLOB_SIZE @22
_GDS__EDIT @23
_GDS__EVENT_BLOCK @24
_GDS__EVENT_BLOCK_A @25
_GDS__EVENT_BLOCK_S @26
_GDS__EVENT_COUNTS @27
_GDS__VERSION @28
_ISC_BADDRESS @29
_ISC_BADDRESS_S @30
_ISC_EXPAND_DPB @31
_ISC_FORMAT_IMPLEMENTATION @32
_ISC_SET_LOGIN @33
_ISC_SET_PATH @34
_ISC_SET_SINGLE_USER @35
;-------------------------------------------
WEP @1

View File

@ -0,0 +1,33 @@
; The contents of this file are subject to the Interbase Public
; License Version 1.0 (the "License"); you may not use this file
; except in compliance with the License. You may obtain a copy
; of the License at http://www.Inprise.com/IPL.html
;
; Software distributed under the License is distributed on an
; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
; or implied. See the License for the specific language governing
; rights and limitations under the License.
;
; The Original Code was created by Inprise Corporation
; and its predecessors. Portions created by Inprise Corporation are
; Copyright (C) Inprise Corporation.
;
; All Rights Reserved.
; Contributor(s): ______________________________________.
;-------------------------------------
; EVENTS.DEF module definition file
;-------------------------------------
NAME EVENTS
DESCRIPTION 'Event Test Program'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 15000
EXPORTS
; This needs an "_" prefix since it is a cdecl function
_AstRoutine