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.c3810 ftpwc->backup.write_function = data->set.fwrite_func; in init_wc_data()
3814 ftpwc->backup.file_descriptor = data->set.out; in init_wc_data()
3852 data->set.fwrite_func = ftpwc->backup.write_function; in wc_statemach()
3853 data->set.out = ftpwc->backup.file_descriptor; in wc_statemach()
3854 ftpwc->backup.write_function = ZERO_NULL; in wc_statemach()
3855 ftpwc->backup.file_descriptor = NULL; in wc_statemach()
/curl/docs/
H A Dmk-ca-bundle.md41 backup an existing version of *output*
H A DTODO1092 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.ac843 dnl backup the pre-hyper variables
1514 dnl backup the pre-brotli variables
1604 dnl backup the pre-zstd variables
2273 dnl backup the pre-libpsl variables
2386 dnl backup the pre-libssh2 variables
2464 dnl backup the pre-libssh variables
2545 dnl backup the pre-wolfssh variables
3134 dnl backup the pre-ngtcp2 variables
3630 dnl backup the pre-quiche variables
3744 dnl backup the pre-msh3 variables
[all …]
/curl/lib/vssh/
H A Dlibssh2.c3162 Curl_recv *backup = conn->recv[0]; in ssh_tls_recv() local
3171 conn->recv[0] = backup; in ssh_tls_recv()
3187 Curl_send *backup = conn->send[0]; in ssh_tls_send() local
3196 conn->send[0] = backup; in ssh_tls_send()

Completed in 59 milliseconds