Home
last modified time | relevance | path

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

/dports/misc/gpsim/gpsim-0.31.0/modules/
H A Dencoder.cc113 Encoder *enc_p = new Encoder(_new_name); in construct() local
114 enc_p->create_widget(enc_p); in construct()
115 return enc_p; in construct()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/common/api/
H A Dn8_cryptographic.c1236 N8_Buffer_t *enc_p = NULL; in N8_Decrypt() local
1282 enc_p = res_p + NEXT_WORD_SIZE(encryptedMsgLen); in N8_Decrypt()
1285 memcpy(enc_p, encryptedMessage_p, encryptedMsgLen); in N8_Decrypt()
1325 N8_Buffer_t *enc_p = NULL; in N8_Decrypt_uio() local
1371 enc_p = res_p + NEXT_WORD_SIZE(encryptedMsgLen); in N8_Decrypt_uio()
1508 N8_Buffer_t *enc_p = NULL; in N8_DecryptPartial() local
1596 enc_p = (N8_Buffer_t *) ((int)req_p + req_p->dataoffset); in N8_DecryptPartial()
1598 res_p = enc_p + NEXT_WORD_SIZE(msgLen); in N8_DecryptPartial()
1601 cipherText_p = enc_p; in N8_DecryptPartial()
1765 N8_Buffer_t *enc_p = NULL; in N8_DecryptEnd() local
[all …]
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Drfc2445.c595 gchar *enc_p = strchr(retval->str, *esc_p); in text_2445_escape() local
597 while (enc_p) { in text_2445_escape()
598 gssize inspos = enc_p - retval->str; in text_2445_escape()
600 if (*enc_p == '\n') in text_2445_escape()
601 *enc_p = 'n'; in text_2445_escape()
603 enc_p = strchr(retval->str + inspos + 2, *esc_p); in text_2445_escape()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dcrtxtenc.cpp1979 int enc_p = strnstr(buf, buf_len, "encoding=\""); in detectXmlHtmlEncoding() local
1980 if (enc_p < xml_p || enc_p > xml_end_p) in detectXmlHtmlEncoding()
1982 enc_p += 10; in detectXmlHtmlEncoding()
1983 int enc_end_p = strnstr(buf + enc_p, xml_end_p - enc_p, "\""); in detectXmlHtmlEncoding()
1986 strncpy(html_enc_name, (char *)(buf + enc_p), enc_end_p); in detectXmlHtmlEncoding()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dio.h155 int rb_io_extract_encoding_option(VALUE opt, rb_encoding **enc_p, rb_encoding **enc2_p, int *fmode_…
/dports/www/html2hdml/html2hdml-1.0.5/
H A Dconvert.c308 char *p = NULL, *enc_p = NULL; in convert_text() local
315 enc_p = url_encode(p); in convert_text()
316 add_piece(enum_select, enc_p); in convert_text()
318 my_free(enc_p); in convert_text()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/marvell/cesa/
H A Dcesa.h223 __le32 enc_p; member
680 op->desc.enc_p = CESA_SA_DESC_CRYPT_DATA(offset); in mv_cesa_adjust_op()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/marvell/cesa/
H A Dcesa.h223 __le32 enc_p; member
680 op->desc.enc_p = CESA_SA_DESC_CRYPT_DATA(offset); in mv_cesa_adjust_op()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/marvell/cesa/
H A Dcesa.h223 __le32 enc_p; member
680 op->desc.enc_p = CESA_SA_DESC_CRYPT_DATA(offset); in mv_cesa_adjust_op()
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/
H A Dimpl_caps.hpp719 std::for_each(ep.begin(), ep.end(), [&](implementation_capabilities::encoder_profile enc_p) { in operator <<() argument
720 out << enc_p; in operator <<()
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dsendmail.c263 const char **type_p, const char **enc_p, char **data_p) in encodeAttachment() argument
557 *enc_p = ce; in encodeAttachment()
H A Debprot.h255 …onst char *file, int ismail, bool webform, const char **type_p, const char **enc_p, char **data_p);
/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c5669 rb_encoding **enc_p, rb_encoding **enc2_p, int *fmode_p) in parse_mode_enc() argument
5732 rb_io_ext_int_to_encs(ext_enc, int_enc, enc_p, enc2_p, fmode); in parse_mode_enc()
5736 rb_io_extract_encoding_option(VALUE opt, rb_encoding **enc_p, rb_encoding **enc2_p, int *fmode_p) in rb_io_extract_encoding_option() argument
5791 enc_p, enc2_p, fmode_p); in rb_io_extract_encoding_option()
5794 rb_io_ext_int_to_encs(rb_to_encoding(encoding), NULL, enc_p, enc2_p, 0); in rb_io_extract_encoding_option()
5799 rb_io_ext_int_to_encs(extencoding, intencoding, enc_p, enc2_p, 0); in rb_io_extract_encoding_option()
H A Dtranscode.c2611 enc_arg(VALUE *arg, const char **name_p, rb_encoding **enc_p) in enc_arg() argument
2629 *enc_p = enc; in enc_arg()