Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 14 of 14) sorted by relevance

/curl/tests/unit/
H A Dunit1651.c371 unsigned char backup = cert[i]; variable
374 cert[i] = backup;
/curl/packages/vms/
H A Dbackup_gnv_curl_src.com3 $! Procedure to create backup save sets for installing in a PCSI kit.
107 $ backup'interchange' 'src_root'[curl...]*.*;0 -
123 $ backup'interchange' 'vms_root'[curl...]*.*;0 -
H A Dcompare_curl_source.com50 $! src_root1:[project_name] is used by me to work around that VMS backup will
53 $! This is to make sure that the backup save set for the unmodified
64 $! vms_root1:[project_name] is used by me to work around that VMS backup will
67 $! This is to make sure that the backup save set for the unmodified
H A Dcurl_gnv_build_steps.txt30 The source kits are provided in backup savesets inside of the PCSI install kit.
43 These backup savesets should be restored to different directory trees on
248 8. Prepare to backup the files for building the kit.
263 This compares the reference project source with the backup
268 This compares the VMS specific source with the backup
274 separate directory for staging the sources for backup make sure
H A Dbuild_gnv_curl_pcsi_desc.com20 $! than the release notes file and the source backup file.
H A Dreadme67 with a repository directory or a backup staging
/curl/lib/
H A Dftp.h94 } backup; member
H A Dftp.c3978 ftpwc->backup.write_function = data->set.fwrite_func; in init_wc_data()
3982 ftpwc->backup.file_descriptor = data->set.out; in init_wc_data()
4020 data->set.fwrite_func = ftpwc->backup.write_function; in wc_statemach()
4021 data->set.out = ftpwc->backup.file_descriptor; in wc_statemach()
4022 ftpwc->backup.write_function = ZERO_NULL; in wc_statemach()
4023 ftpwc->backup.file_descriptor = NULL; in wc_statemach()
/curl/docs/
H A Dmk-ca-bundle.md41 backup an existing version of *output*
H A DTODO1090 sensible to include it in any integer snapshot or backup of the system.
/curl/m4/
H A Dcurl-rustls.m433 dnl backup the pre-ssl variables
H A Dcurl-openssl.m436 dnl backup the pre-ssl variables
/curl/
H A Dconfigure.ac830 dnl backup the pre-hyper variables
1505 dnl backup the pre-brotli variables
1592 dnl backup the pre-zstd variables
2242 dnl backup the pre-libpsl variables
2352 dnl backup the pre-libssh2 variables
2427 dnl backup the pre-libssh variables
2505 dnl backup the pre-wolfssh variables
3079 dnl backup the pre-ngtcp2 variables
3557 dnl backup the pre-quiche variables
3669 dnl backup the pre-msh3 variables
[all …]
/curl/lib/vssh/
H A Dlibssh2.c3197 Curl_recv *backup = conn->recv[0]; in ssh_tls_recv() local
3206 conn->recv[0] = backup; in ssh_tls_recv()
3222 Curl_send *backup = conn->send[0]; in ssh_tls_send() local
3231 conn->send[0] = backup; in ssh_tls_send()

Completed in 56 milliseconds