Home
last modified time | relevance | path

Searched refs:get_bcc (Results 1 – 25 of 32) sorted by relevance

12

/dports/security/py-exscript/exscript-2.6/Exscript/util/
H A Dmail.py299 def get_bcc(self): member in Mail
315 return self.get_to() + self.get_cc() + self.get_bcc()
365 header += "Bcc: %s\r\n" % ',\r\n '.join(self.get_bcc())
/dports/security/py-exscript/exscript-2.6/tests/Exscript/util/
H A DmailTest.py100 self.checkSetAddr(self.mail.set_bcc, self.mail.get_bcc)
103 self.checkAddAddr(self.mail.add_bcc, self.mail.get_bcc)
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dcifssmb.c396 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2()
415 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()
3201 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBUnixQuerySymLink()
3622 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBGetPosixACL()
3770 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetExtAttr()
3853 bcc = get_bcc(&pSMBr->hdr); in validate_ntransact()
4162 else if (get_bcc(&pSMBr->hdr) < 40) in CIFSSMBQFileInfo()
4815 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetSrvInodeNumber()
5001 if (rc || get_bcc(&pSMBr->hdr) < 18) in SMBOldQFSInfo()
5088 if (rc || get_bcc(&pSMBr->hdr) < 24) in CIFSSMBQFSInfo()
[all …]
H A Dsess.c1048 bytes_remaining = get_bcc(smb_buf); in sess_auth_lanman()
1158 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlm()
1266 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2()
1391 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos()
1541 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_negotiate()
1631 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_authenticate()
H A Dmisc.c423 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
H A Dnetmisc.c920 2 /* size of the bcc field */ + get_bcc(ptr)); in smbCalcSize()
H A Dsmb1ops.c338 byte_count = get_bcc(target_hdr); in coalesce_t2()
H A Dcifspdu.h454 get_bcc(struct smb_hdr *hdr) in get_bcc() function
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dcifssmb.c396 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2()
415 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()
3201 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBUnixQuerySymLink()
3622 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBGetPosixACL()
3770 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetExtAttr()
3853 bcc = get_bcc(&pSMBr->hdr); in validate_ntransact()
4162 else if (get_bcc(&pSMBr->hdr) < 40) in CIFSSMBQFileInfo()
4815 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetSrvInodeNumber()
5001 if (rc || get_bcc(&pSMBr->hdr) < 18) in SMBOldQFSInfo()
5088 if (rc || get_bcc(&pSMBr->hdr) < 24) in CIFSSMBQFSInfo()
[all …]
H A Dsess.c1048 bytes_remaining = get_bcc(smb_buf); in sess_auth_lanman()
1158 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlm()
1266 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2()
1391 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos()
1541 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_negotiate()
1631 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_authenticate()
H A Dmisc.c423 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
H A Dnetmisc.c920 2 /* size of the bcc field */ + get_bcc(ptr)); in smbCalcSize()
H A Dsmb1ops.c338 byte_count = get_bcc(target_hdr); in coalesce_t2()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dcifssmb.c396 if (total_size > get_bcc(&pSMB->hdr) || in validate_t2()
415 count = get_bcc(&pSMBr->hdr); in decode_ext_sec_blob()
3201 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBUnixQuerySymLink()
3622 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSSMBGetPosixACL()
3770 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetExtAttr()
3853 bcc = get_bcc(&pSMBr->hdr); in validate_ntransact()
4162 else if (get_bcc(&pSMBr->hdr) < 40) in CIFSSMBQFileInfo()
4815 if (rc || get_bcc(&pSMBr->hdr) < 2) in CIFSGetSrvInodeNumber()
5001 if (rc || get_bcc(&pSMBr->hdr) < 18) in SMBOldQFSInfo()
5088 if (rc || get_bcc(&pSMBr->hdr) < 24) in CIFSSMBQFSInfo()
[all …]
H A Dsess.c1048 bytes_remaining = get_bcc(smb_buf); in sess_auth_lanman()
1158 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlm()
1266 bytes_remaining = get_bcc(smb_buf); in sess_auth_ntlmv2()
1391 bytes_remaining = get_bcc(smb_buf); in sess_auth_kerberos()
1541 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_negotiate()
1631 bytes_remaining = get_bcc(smb_buf); in sess_auth_rawntlmssp_authenticate()
H A Dmisc.c423 if (get_bcc(buf) > sizeof(struct file_notify_information)) { in is_valid_oplock_break()
H A Dnetmisc.c920 2 /* size of the bcc field */ + get_bcc(ptr)); in smbCalcSize()
H A Dsmb1ops.c338 byte_count = get_bcc(target_hdr); in coalesce_t2()
/dports/mail/notmuch/notmuch-0.34.2/
H A Dnotmuch-reply.c309 get_bcc (GMimeMessage *message) in get_bcc() function
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
/dports/mail/notmuch-emacs/notmuch-0.34.2/
H A Dnotmuch-reply.c309 get_bcc (GMimeMessage *message) in get_bcc() function
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
/dports/mail/py-notmuch2/notmuch-0.34.2/
H A Dnotmuch-reply.c309 get_bcc (GMimeMessage *message) in get_bcc() function
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
/dports/mail/notmuch-mutt/notmuch-0.34.2/
H A Dnotmuch-reply.c309 get_bcc (GMimeMessage *message) in get_bcc() function
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
/dports/mail/py-notmuch/notmuch-0.34.2/
H A Dnotmuch-reply.c309 get_bcc (GMimeMessage *message) in get_bcc() function
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
/dports/news/fidogate4/fidogate-4.4.10/src/gate/
H A Dftn2rfc.c53 char *get_bcc (Textlist *);
178 char *get_bcc(Textlist *tl) in get_bcc() function
640 msgbody_rfc_bcc = get_bcc (&body.rfc); in unpack()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/gate/
H A Dftn2rfc.c46 char *get_bcc(Textlist *);
186 char *get_bcc(Textlist * tl) in get_bcc() function
935 msgbody_rfc_bcc = get_bcc(&body.rfc); in unpack()

12