Home
last modified time | relevance | path

Searched refs:file_to_read (Results 1 – 25 of 47) sorted by relevance

12

/dports/databases/mysql55-client/mysql-5.5.62/storage/archive/
H A Dha_archive.h122 int get_row(azio_stream *file_to_read, uchar *buf);
123 int get_row_version2(azio_stream *file_to_read, uchar *buf);
124 int get_row_version3(azio_stream *file_to_read, uchar *buf);
130 int read_data_header(azio_stream *file_to_read);
150 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/archive/
H A Dha_archive.h145 int get_row(azio_stream *file_to_read, uchar *buf);
146 int get_row_version2(azio_stream *file_to_read, uchar *buf);
147 int get_row_version3(azio_stream *file_to_read, uchar *buf);
151 int read_data_header(azio_stream *file_to_read);
173 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/archive/
H A Dha_archive.h145 int get_row(azio_stream *file_to_read, uchar *buf);
146 int get_row_version2(azio_stream *file_to_read, uchar *buf);
147 int get_row_version3(azio_stream *file_to_read, uchar *buf);
151 int read_data_header(azio_stream *file_to_read);
173 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/archive/
H A Dha_archive.h145 int get_row(azio_stream *file_to_read, uchar *buf);
146 int get_row_version2(azio_stream *file_to_read, uchar *buf);
147 int get_row_version3(azio_stream *file_to_read, uchar *buf);
151 int read_data_header(azio_stream *file_to_read);
173 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/archive/
H A Dha_archive.h150 int get_row(azio_stream *file_to_read, uchar *buf);
151 int get_row_version2(azio_stream *file_to_read, uchar *buf);
152 int get_row_version3(azio_stream *file_to_read, uchar *buf);
156 int read_data_header(azio_stream *file_to_read);
178 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/archive/
H A Dha_archive.h150 int get_row(azio_stream *file_to_read, uchar *buf);
151 int get_row_version2(azio_stream *file_to_read, uchar *buf);
152 int get_row_version3(azio_stream *file_to_read, uchar *buf);
156 int read_data_header(azio_stream *file_to_read);
178 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/archive/
H A Dha_archive.h150 int get_row(azio_stream *file_to_read, uchar *buf);
151 int get_row_version2(azio_stream *file_to_read, uchar *buf);
152 int get_row_version3(azio_stream *file_to_read, uchar *buf);
156 int read_data_header(azio_stream *file_to_read);
178 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/archive/
H A Dha_archive.h147 int get_row(azio_stream *file_to_read, uchar *buf);
148 int get_row_version2(azio_stream *file_to_read, uchar *buf);
149 int get_row_version3(azio_stream *file_to_read, uchar *buf);
153 int read_data_header(azio_stream *file_to_read);
175 int unpack_row(azio_stream *file_to_read, uchar *record);
H A Dha_archive.cc371 int ha_archive::read_data_header(azio_stream *file_to_read) { in read_data_header() argument
377 if (azrewind(file_to_read) == -1) return HA_ERR_CRASHED_ON_USAGE; in read_data_header()
379 if (file_to_read->version >= 3) return 0; in read_data_header()
384 ret = azread(file_to_read, data_buffer, DATA_BUFFER_SIZE, &error); in read_data_header()
938 int ha_archive::get_row(azio_stream *file_to_read, uchar *buf) { in get_row() argument
943 if (file_to_read->version == ARCHIVE_VERSION) in get_row()
944 rc = get_row_version3(file_to_read, buf); in get_row()
946 rc = get_row_version2(file_to_read, buf); in get_row()
974 int ha_archive::unpack_row(azio_stream *file_to_read, uchar *record) { in unpack_row() argument
1033 int returnable = unpack_row(file_to_read, buf); in get_row_version3()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/archive/
H A Dha_archive.h150 int get_row(azio_stream *file_to_read, uchar *buf);
151 int get_row_version2(azio_stream *file_to_read, uchar *buf);
152 int get_row_version3(azio_stream *file_to_read, uchar *buf);
156 int read_data_header(azio_stream *file_to_read);
178 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/archive/
H A Dha_archive.h150 int get_row(azio_stream *file_to_read, uchar *buf);
151 int get_row_version2(azio_stream *file_to_read, uchar *buf);
152 int get_row_version3(azio_stream *file_to_read, uchar *buf);
156 int read_data_header(azio_stream *file_to_read);
178 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/archive/
H A Dha_archive.h145 int get_row(azio_stream *file_to_read, uchar *buf);
146 int get_row_version2(azio_stream *file_to_read, uchar *buf);
147 int get_row_version3(azio_stream *file_to_read, uchar *buf);
151 int read_data_header(azio_stream *file_to_read);
173 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/mysql57-client/mysql-5.7.36/storage/archive/
H A Dha_archive.h150 int get_row(azio_stream *file_to_read, uchar *buf);
151 int get_row_version2(azio_stream *file_to_read, uchar *buf);
152 int get_row_version3(azio_stream *file_to_read, uchar *buf);
156 int read_data_header(azio_stream *file_to_read);
178 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/archive/
H A Dha_archive.h128 int get_row(azio_stream *file_to_read, uchar *buf);
129 int get_row_version2(azio_stream *file_to_read, uchar *buf);
130 int get_row_version3(azio_stream *file_to_read, uchar *buf);
136 int read_data_header(azio_stream *file_to_read);
158 int unpack_row(azio_stream *file_to_read, uchar *record);
H A Dha_archive.cc433 int ha_archive::read_data_header(azio_stream *file_to_read) in read_data_header() argument
440 if (azrewind(file_to_read) == -1) in read_data_header()
443 if (file_to_read->version >= 3) in read_data_header()
1203 int ha_archive::get_row(azio_stream *file_to_read, uchar *buf) in get_row() argument
1208 (uchar)file_to_read->version, in get_row()
1210 if (file_to_read->version == ARCHIVE_VERSION) in get_row()
1211 rc= get_row_version3(file_to_read, buf); in get_row()
1213 rc= get_row_version2(file_to_read, buf); in get_row()
1305 int returnable= unpack_row(file_to_read, buf); in get_row_version3()
1370 read= azread(file_to_read, last, size, &error); in get_row_version2()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/archive/
H A Dha_archive.h128 int get_row(azio_stream *file_to_read, uchar *buf);
129 int get_row_version2(azio_stream *file_to_read, uchar *buf);
130 int get_row_version3(azio_stream *file_to_read, uchar *buf);
136 int read_data_header(azio_stream *file_to_read);
158 int unpack_row(azio_stream *file_to_read, uchar *record);
H A Dha_archive.cc432 int ha_archive::read_data_header(azio_stream *file_to_read) in read_data_header() argument
439 if (azrewind(file_to_read) == -1) in read_data_header()
442 if (file_to_read->version >= 3) in read_data_header()
1202 int ha_archive::get_row(azio_stream *file_to_read, uchar *buf) in get_row() argument
1207 (uchar)file_to_read->version, in get_row()
1209 if (file_to_read->version == ARCHIVE_VERSION) in get_row()
1210 rc= get_row_version3(file_to_read, buf); in get_row()
1212 rc= get_row_version2(file_to_read, buf); in get_row()
1304 int returnable= unpack_row(file_to_read, buf); in get_row_version3()
1369 read= azread(file_to_read, last, size, &error); in get_row_version2()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/archive/
H A Dha_archive.h128 int get_row(azio_stream *file_to_read, uchar *buf);
129 int get_row_version2(azio_stream *file_to_read, uchar *buf);
130 int get_row_version3(azio_stream *file_to_read, uchar *buf);
136 int read_data_header(azio_stream *file_to_read);
158 int unpack_row(azio_stream *file_to_read, uchar *record);
H A Dha_archive.cc433 int ha_archive::read_data_header(azio_stream *file_to_read) in read_data_header() argument
440 if (azrewind(file_to_read) == -1) in read_data_header()
443 if (file_to_read->version >= 3) in read_data_header()
1203 int ha_archive::get_row(azio_stream *file_to_read, uchar *buf) in get_row() argument
1208 (uchar)file_to_read->version, in get_row()
1210 if (file_to_read->version == ARCHIVE_VERSION) in get_row()
1211 rc= get_row_version3(file_to_read, buf); in get_row()
1213 rc= get_row_version2(file_to_read, buf); in get_row()
1305 int returnable= unpack_row(file_to_read, buf); in get_row_version3()
1370 read= azread(file_to_read, last, size, &error); in get_row_version2()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/archive/
H A Dha_archive.h145 int get_row(azio_stream *file_to_read, uchar *buf);
146 int get_row_version2(azio_stream *file_to_read, uchar *buf);
147 int get_row_version3(azio_stream *file_to_read, uchar *buf);
151 int read_data_header(azio_stream *file_to_read);
173 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/archive/
H A Dha_archive.h128 int get_row(azio_stream *file_to_read, uchar *buf);
129 int get_row_version2(azio_stream *file_to_read, uchar *buf);
130 int get_row_version3(azio_stream *file_to_read, uchar *buf);
136 int read_data_header(azio_stream *file_to_read);
158 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/archive/
H A Dha_archive.h140 int get_row(azio_stream *file_to_read, uchar *buf);
141 int get_row_version2(azio_stream *file_to_read, uchar *buf);
142 int get_row_version3(azio_stream *file_to_read, uchar *buf);
148 int read_data_header(azio_stream *file_to_read);
169 int unpack_row(azio_stream *file_to_read, uchar *record);
H A Dha_archive.cc419 int ha_archive::read_data_header(azio_stream *file_to_read) in read_data_header() argument
426 if (azrewind(file_to_read) == -1) in read_data_header()
429 if (file_to_read->version >= 3) in read_data_header()
1190 int ha_archive::get_row(azio_stream *file_to_read, uchar *buf) in get_row() argument
1195 (uchar)file_to_read->version, in get_row()
1197 if (file_to_read->version == ARCHIVE_VERSION) in get_row()
1198 rc= get_row_version3(file_to_read, buf); in get_row()
1200 rc= get_row_version2(file_to_read, buf); in get_row()
1292 int returnable= unpack_row(file_to_read, buf); in get_row_version3()
1357 read= azread(file_to_read, last, size, &error); in get_row_version2()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/archive/
H A Dha_archive.h140 int get_row(azio_stream *file_to_read, uchar *buf);
141 int get_row_version2(azio_stream *file_to_read, uchar *buf);
142 int get_row_version3(azio_stream *file_to_read, uchar *buf);
148 int read_data_header(azio_stream *file_to_read);
169 int unpack_row(azio_stream *file_to_read, uchar *record);
/dports/sysutils/cdrdao/cdrdao-1.2.4/contrib/psxcopy-0.2/
H A Dcdjob.c33 char buf[BUF_S], file_to_read[BUF_S]; variable
125 strcpy(file_to_read, buf + k); in main()
139 file_to_read[++x] = 0; in main()
163 sprintf (toshell, "psxdump -f %s -d %s", file_to_read, cdrom_device); in main()

12