Searched refs:attrs (Results 1 – 8 of 8) sorted by relevance
/curl/lib/vauth/ |
H A D | ntlm_sspi.c | 99 unsigned long attrs; in Curl_auth_create_ntlm_type1_message() local 175 &attrs, &expiry); in Curl_auth_create_ntlm_type1_message() 255 unsigned long attrs; in Curl_auth_create_ntlm_type3_message() local 315 &attrs, &expiry); in Curl_auth_create_ntlm_type3_message()
|
H A D | digest_sspi.c | 113 unsigned long attrs; in Curl_auth_create_digest_md5_message() local 197 &context, &resp_desc, &attrs, in Curl_auth_create_digest_md5_message() 487 unsigned long attrs; in Curl_auth_create_digest_http_message() local 591 &resp_desc, &attrs, &expiry); in Curl_auth_create_digest_http_message()
|
H A D | spnego_sspi.c | 107 unsigned long attrs; in Curl_auth_decode_spnego_message() local 253 &resp_desc, &attrs, in Curl_auth_decode_spnego_message()
|
H A D | krb5_sspi.c | 109 unsigned long attrs; in Curl_auth_create_gssapi_user_message() local 208 &resp_desc, &attrs, in Curl_auth_create_gssapi_user_message()
|
/curl/lib/vssh/ |
H A D | wolfssh.c | 568 WS_SFTP_FILEATRB attrs; in wssh_statemach_act() local 571 &attrs); in wssh_statemach_act() 579 curl_off_t size = ((curl_off_t)attrs.sz[1] << 32) | attrs.sz[0]; in wssh_statemach_act() 739 WS_SFTP_FILEATRB attrs; in wssh_statemach_act() local 742 rc = wolfSSH_SFTP_STAT(sshc->ssh_session, sftp_scp->path, &attrs); in wssh_statemach_act() 766 size = ((curl_off_t)attrs.sz[1] << 32) | attrs.sz[0]; in wssh_statemach_act()
|
H A D | libssh.c | 1209 sftp_attributes attrs; in myssh_statemach_act() local 1212 if(attrs) { in myssh_statemach_act() 1214 sftp_attributes_free(attrs); in myssh_statemach_act() 1237 sftp_attributes attrs; in myssh_statemach_act() local 1241 if(attrs) { in myssh_statemach_act() 1250 sftp_attributes_free(attrs); in myssh_statemach_act() 1605 sftp_attributes attrs; in myssh_statemach_act() local 1609 if(!attrs || in myssh_statemach_act() 1611 (attrs->size == 0)) { in myssh_statemach_act() 1624 size = attrs->size; in myssh_statemach_act() [all …]
|
H A D | libssh2.c | 1124 LIBSSH2_SFTP_ATTRIBUTES attrs; in sftp_upload_init() local 1137 curl_off_t size = attrs.filesize; in sftp_upload_init() 1142 data->state.resume_from = attrs.filesize; in sftp_upload_init() 1499 LIBSSH2_SFTP_ATTRIBUTES attrs; in sftp_download_stat() local 1502 LIBSSH2_SFTP_STAT, &attrs); in sftp_download_stat() 1508 !(attrs.flags & LIBSSH2_SFTP_ATTR_SIZE) || in sftp_download_stat() 1509 (attrs.filesize == 0)) { in sftp_download_stat() 1521 curl_off_t size = attrs.filesize; in sftp_download_stat() 1584 data->state.resume_from += attrs.filesize; in sftp_download_stat() 2366 LIBSSH2_SFTP_ATTRIBUTES attrs; in ssh_statemachine() local [all …]
|
/curl/packages/OS400/ |
H A D | os400sys.c | 581 char **attrs, int attrsonly, LDAPMessage **res) in Curl_ldap_search_s_a() argument 619 if(attrs && status == LDAP_SUCCESS) { in Curl_ldap_search_s_a() 620 for(i = 0; attrs[i++];) in Curl_ldap_search_s_a() 627 for(j = 0; attrs[j]; j++) { in Curl_ldap_search_s_a() 628 i = strlen(attrs[j]); in Curl_ldap_search_s_a() 636 QadrtConvertA2E(eattrs[j], attrs[j], i, i); in Curl_ldap_search_s_a()
|
Completed in 42 milliseconds