Home
last modified time | relevance | path

Searched refs:link_filepath (Results 1 – 25 of 51) sorted by relevance

123

/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/fsp/
H A Dfsp0file.cc1053 char* link_filepath = NULL; in create_link_file() local
1084 if (link_filepath == NULL) { in create_link_file()
1095 ut_free(link_filepath); in create_link_file()
1110 file = fopen(link_filepath, "w"); in create_link_file()
1136 ut_free(link_filepath); in create_link_file()
1145 << link_filepath << "."; in create_link_file()
1152 ut_free(link_filepath); in create_link_file()
1177 if (link_filepath != NULL) { in delete_link_file()
1181 ut_free(link_filepath); in delete_link_file()
1196 const char* link_filepath) in read_link_file() argument
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/fsp/
H A Dfsp0file.cc1053 char* link_filepath = NULL; in create_link_file() local
1084 if (link_filepath == NULL) { in create_link_file()
1095 ut_free(link_filepath); in create_link_file()
1110 file = fopen(link_filepath, "w"); in create_link_file()
1136 ut_free(link_filepath); in create_link_file()
1145 << link_filepath << "."; in create_link_file()
1152 ut_free(link_filepath); in create_link_file()
1177 if (link_filepath != NULL) { in delete_link_file()
1181 ut_free(link_filepath); in delete_link_file()
1196 const char* link_filepath) in read_link_file() argument
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/fsp/
H A Dfsp0file.cc901 char* link_filepath = NULL; in create_link_file() local
909 if (link_filepath == NULL) { in create_link_file()
913 prev_filepath = read_link_file(link_filepath); in create_link_file()
921 ut_free(link_filepath); in create_link_file()
936 file = fopen(link_filepath, "w"); in create_link_file()
962 ut_free(link_filepath); in create_link_file()
979 ut_free(link_filepath); in create_link_file()
1004 if (link_filepath != NULL) { in delete_link_file()
1006 innodb_data_file_key, link_filepath, NULL); in delete_link_file()
1008 ut_free(link_filepath); in delete_link_file()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/fsp/
H A Dfsp0file.cc915 char* link_filepath = NULL; in create_link_file() local
923 if (link_filepath == NULL) { in create_link_file()
927 prev_filepath = read_link_file(link_filepath); in create_link_file()
935 ut_free(link_filepath); in create_link_file()
950 file = fopen(link_filepath, "w"); in create_link_file()
976 ut_free(link_filepath); in create_link_file()
993 ut_free(link_filepath); in create_link_file()
1018 if (link_filepath != NULL) { in delete_link_file()
1020 innodb_data_file_key, link_filepath, NULL); in delete_link_file()
1022 ut_free(link_filepath); in delete_link_file()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/fsp/
H A Dfsp0file.cc915 char* link_filepath = NULL; in create_link_file() local
923 if (link_filepath == NULL) { in create_link_file()
927 prev_filepath = read_link_file(link_filepath); in create_link_file()
935 ut_free(link_filepath); in create_link_file()
950 file = fopen(link_filepath, "w"); in create_link_file()
976 ut_free(link_filepath); in create_link_file()
993 ut_free(link_filepath); in create_link_file()
1018 if (link_filepath != NULL) { in delete_link_file()
1020 innodb_data_file_key, link_filepath, NULL); in delete_link_file()
1022 ut_free(link_filepath); in delete_link_file()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/fsp/
H A Dfsp0file.cc905 char* link_filepath = NULL; in create_link_file() local
913 if (link_filepath == NULL) { in create_link_file()
917 prev_filepath = read_link_file(link_filepath); in create_link_file()
924 ut_free(link_filepath); in create_link_file()
939 file = fopen(link_filepath, "w"); in create_link_file()
965 ut_free(link_filepath); in create_link_file()
982 ut_free(link_filepath); in create_link_file()
1007 if (link_filepath != NULL) { in delete_link_file()
1009 innodb_data_file_key, link_filepath, NULL); in delete_link_file()
1011 ut_free(link_filepath); in delete_link_file()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/fsp/
H A Dfsp0file.cc905 char* link_filepath = NULL;
913 if (link_filepath == NULL) {
917 prev_filepath = read_link_file(link_filepath);
924 ut_free(link_filepath);
939 file = fopen(link_filepath, "w");
965 ut_free(link_filepath);
982 ut_free(link_filepath);
1007 if (link_filepath != NULL) {
1009 innodb_data_file_key, link_filepath, NULL);
1011 ut_free(link_filepath);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/fsp/
H A Dfsp0file.cc901 char* link_filepath = NULL; in create_link_file() local
909 if (link_filepath == NULL) { in create_link_file()
913 prev_filepath = read_link_file(link_filepath); in create_link_file()
921 ut_free(link_filepath); in create_link_file()
936 file = fopen(link_filepath, "w"); in create_link_file()
962 ut_free(link_filepath); in create_link_file()
979 ut_free(link_filepath); in create_link_file()
1004 if (link_filepath != NULL) { in delete_link_file()
1006 innodb_data_file_key, link_filepath, NULL); in delete_link_file()
1008 ut_free(link_filepath); in delete_link_file()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/fsp/
H A Dfsp0file.cc1122 char* link_filepath = NULL; in create_link_file() local
1153 if (link_filepath == NULL) { in create_link_file()
1164 ut_free(link_filepath); in create_link_file()
1179 file = fopen(link_filepath, "w"); in create_link_file()
1205 ut_free(link_filepath); in create_link_file()
1214 << link_filepath << "."; in create_link_file()
1221 ut_free(link_filepath); in create_link_file()
1246 if (link_filepath != NULL) { in delete_link_file()
1250 ut_free(link_filepath); in delete_link_file()
1265 const char* link_filepath) in read_link_file() argument
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/fsp/
H A Dfsp0file.cc1122 char* link_filepath = NULL; in create_link_file() local
1153 if (link_filepath == NULL) { in create_link_file()
1164 ut_free(link_filepath); in create_link_file()
1179 file = fopen(link_filepath, "w"); in create_link_file()
1205 ut_free(link_filepath); in create_link_file()
1214 << link_filepath << "."; in create_link_file()
1221 ut_free(link_filepath); in create_link_file()
1246 if (link_filepath != NULL) { in delete_link_file()
1250 ut_free(link_filepath); in delete_link_file()
1265 const char* link_filepath) in read_link_file() argument
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/fsp/
H A Dfsp0file.cc1122 char* link_filepath = NULL; in create_link_file() local
1153 if (link_filepath == NULL) { in create_link_file()
1164 ut_free(link_filepath); in create_link_file()
1179 file = fopen(link_filepath, "w"); in create_link_file()
1205 ut_free(link_filepath); in create_link_file()
1214 << link_filepath << "."; in create_link_file()
1221 ut_free(link_filepath); in create_link_file()
1246 if (link_filepath != NULL) { in delete_link_file()
1250 ut_free(link_filepath); in delete_link_file()
1265 const char* link_filepath) in read_link_file() argument
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/fsp/
H A Dfsp0file.cc1105 char* link_filepath = NULL; in create_link_file() local
1136 if (link_filepath == NULL) { in create_link_file()
1147 ut_free(link_filepath); in create_link_file()
1162 file = fopen(link_filepath, "w"); in create_link_file()
1188 ut_free(link_filepath); in create_link_file()
1197 << link_filepath << "."; in create_link_file()
1204 ut_free(link_filepath); in create_link_file()
1229 if (link_filepath != NULL) { in delete_link_file()
1233 ut_free(link_filepath); in delete_link_file()
1248 const char* link_filepath) in read_link_file() argument
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/msvc/
H A Dmsvc_pbd.cc688 ntfs_link (const char *existing_filepath, const char *link_filepath) in ntfs_link() argument
694 if (existing_filepath && link_filepath) in ntfs_link()
775 if (0 == CreateHardLinkA(link_filepath, existing_filepath, NULL)) in ntfs_link()
818 ntfs_unlink (const char *link_filepath) in ntfs_unlink() argument
824 if (link_filepath) in ntfs_unlink()
826 std::string strRoot = link_filepath; in ntfs_unlink()
828 if ((1 < strRoot.length()) && ('\\' == link_filepath[0]) && ('\\' == link_filepath[1])) in ntfs_unlink()
872 if (1 < strRoot.length() && (':' == link_filepath[1])) in ntfs_unlink()
904 if (0 == DeleteFileA(link_filepath)) in ntfs_unlink()
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dmsvc_pbd.h204 …PI int PBD_APICALLTYPE ntfs_link (const char *existing_filepath, const char *link_filepath);
205 LIBPBD_API int PBD_APICALLTYPE ntfs_unlink (const char *link_filepath);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/include/
H A Dfsp0file.h518 const char* link_filepath() const in link_filepath() function
574 const char* link_filepath);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dfsp0file.h517 const char* link_filepath() const in link_filepath() function
573 const char* link_filepath);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Dfsp0file.h517 const char* link_filepath() const in link_filepath() function
573 const char* link_filepath);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Dfsp0file.h517 const char* link_filepath() const in link_filepath() function
573 const char* link_filepath);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/include/
H A Dfsp0file.h517 const char* link_filepath() const
573 const char* link_filepath);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/include/
H A Dfsp0file.h518 const char* link_filepath() const in link_filepath() function
574 const char* link_filepath);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dbackup_copy.cc1190 read_link_file(const char *ibd_filepath, const char *link_filepath) in read_link_file() argument
1194 FILE *file = fopen(link_filepath, "r+b"); in read_link_file()
1266 char *link_filepath; in copy_or_move_file() local
1269 link_filepath = strdup(src_file_path); in copy_or_move_file()
1270 strcpy(link_filepath + strlen(link_filepath) - 3, "isl"); in copy_or_move_file()
1272 read_link_file(src_file_path, link_filepath); in copy_or_move_file()
1284 free(link_filepath); in copy_or_move_file()
1291 free(link_filepath); in copy_or_move_file()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dbackup_copy.cc1191 read_link_file(const char *ibd_filepath, const char *link_filepath) in read_link_file() argument
1195 FILE *file = fopen(link_filepath, "r+b"); in read_link_file()
1267 char *link_filepath; in copy_or_move_file() local
1270 link_filepath = strdup(src_file_path); in copy_or_move_file()
1271 strcpy(link_filepath + strlen(link_filepath) - 3, "isl"); in copy_or_move_file()
1273 read_link_file(src_file_path, link_filepath); in copy_or_move_file()
1285 free(link_filepath); in copy_or_move_file()
1292 free(link_filepath); in copy_or_move_file()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dbackup_copy.cc1190 read_link_file(const char *ibd_filepath, const char *link_filepath) in read_link_file() argument
1194 FILE *file = fopen(link_filepath, "r+b"); in read_link_file()
1266 char *link_filepath; in copy_or_move_file() local
1269 link_filepath = strdup(src_file_path); in copy_or_move_file()
1270 strcpy(link_filepath + strlen(link_filepath) - 3, "isl"); in copy_or_move_file()
1272 read_link_file(src_file_path, link_filepath); in copy_or_move_file()
1284 free(link_filepath); in copy_or_move_file()
1291 free(link_filepath); in copy_or_move_file()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dbackup_copy.cc1195 read_link_file(const char *ibd_filepath, const char *link_filepath) in read_link_file() argument
1199 FILE *file = fopen(link_filepath, "r+b"); in read_link_file()
1271 char *link_filepath; in copy_or_move_file() local
1274 link_filepath = strdup(src_file_path); in copy_or_move_file()
1275 strcpy(link_filepath + strlen(link_filepath) - 3, "isl"); in copy_or_move_file()
1277 read_link_file(src_file_path, link_filepath); in copy_or_move_file()
1289 free(link_filepath); in copy_or_move_file()
1296 free(link_filepath); in copy_or_move_file()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dbackup_copy.cc1191 read_link_file(const char *ibd_filepath, const char *link_filepath) in read_link_file() argument
1195 FILE *file = fopen(link_filepath, "r+b"); in read_link_file()
1267 char *link_filepath; in copy_or_move_file() local
1270 link_filepath = strdup(src_file_path); in copy_or_move_file()
1271 strcpy(link_filepath + strlen(link_filepath) - 3, "isl"); in copy_or_move_file()
1273 read_link_file(src_file_path, link_filepath); in copy_or_move_file()
1285 free(link_filepath); in copy_or_move_file()
1292 free(link_filepath); in copy_or_move_file()

123