Searched refs:value_size (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dzlibstream.cpp123 void doDecompress_ExternalData(const unsigned char *data, const char *value, size_t data_size, size_t value_size, int flag = wxZLIB_AUTO);
265 const size_t value_size = strlen(wx24_value) + 1; // +1 because the wx24 app also did this. local
268 doDecompress_ExternalData(wx24_data, wx24_value, data_size, value_size, wxZLIB_24COMPATIBLE);
277 const size_t value_size = strlen(value); local
279 doDecompress_ExternalData(data, value, data_size, value_size, wxZLIB_NO_HEADER);
287 const size_t value_size = strlen(value); local
288 doDecompress_ExternalData(data, value, data_size, value_size);
298 const size_t value_size = strlen(gzip135_value); local
301 doDecompress_ExternalData(gzip135_data, gzip135_value, data_size, value_size);
388 void zlibStream::doDecompress_ExternalData(const unsigned char *data, const char *value, size_t data_size, size_t value_size, in argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dxattr.c99 const void *ea_value, size_t value_size, int flags)
133 if (value_size > MAX_EA_VALUE_SIZE) {
150 (__u16)value_size, cifs_sb->local_nls,
158 (__u16)value_size, cifs_sb->local_nls,
168 ea_value, (const int)value_size,
181 ea_value, (const int)value_size,
98 cifs_setxattr(struct dentry *direntry, const char *ea_name, const void *ea_value, size_t value_size, int flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Doplib_32.h203 int value_size);
H A Doplib_64.h239 int value_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Doplib.h262 int value_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.h201 char *value, int value_size);
H A Drtpdec.c846 int value_size = strlen(p) + 1; local
848 if (!(value = av_malloc(value_size))) {
863 value, value_size)) {
H A Dwtvenc.c639 static void write_metadata_header(AVIOContext *pb, int type, const char *key, int value_size) argument
643 avio_wl32(pb, value_size);
H A Drtsp.c275 char *value, int value_size)
282 get_word_sep(value, value_size, ";", p);
274 ff_rtsp_next_attr_and_value(const char **p, char *attr, int attr_size, char *value, int value_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec.h201 int ff_rtsp_next_attr_and_value(const char **p, char *attr, int attr_size, char *value, int value_size); ///< from rtsp.c, but used by rtp dynamic protocol handlers.
H A Drtpdec.c765 int value_size = strlen(p) + 1; local
767 if (!(value = av_malloc(value_size))) {
779 value, value_size)) {
H A Drtsp.c264 char *value, int value_size)
271 get_word_sep(value, value_size, ";", p);
263 ff_rtsp_next_attr_and_value(const char **p, char *attr, int attr_size, char *value, int value_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dcrypto.h175 size_t value_size; /* Max size of value for output, length for input */ member in struct:openssl_item_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcrypto.h175 size_t value_size; /* Max size of value for output, length for input */ member in struct:openssl_item_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.c180 size_t value_size = le32_to_cpu(entry->e_value_size); local
182 if (entry->e_value_block != 0 || value_size > size ||
183 le16_to_cpu(entry->e_value_offs) + value_size > size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcrypto.h178 size_t value_size; /* Max size of value for output, length for member in struct:openssl_item_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcrypto.h178 size_t value_size; /* Max size of value for output, length for member in struct:openssl_item_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dxattr.c173 size_t value_size = le32_to_cpu(entry->e_value_size); local
175 if (entry->e_value_block != 0 || value_size > size ||
176 le16_to_cpu(entry->e_value_offs) + value_size > size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_lib.c1491 context->attributes->value_size);
1508 context->attributes->value_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_lib.c1582 context->attributes->value_size);
1599 context->attributes->value_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_lib.c1491 context->attributes->value_size);
1508 context->attributes->value_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dxattr.c3031 u64 value_size; local
3098 value_size = le64_to_cpu(xe->xe_value_size);
3126 value_size);
3129 value_size = OCFS2_XATTR_ROOT_SIZE;
3143 if (value_size >= OCFS2_XATTR_ROOT_SIZE)
3154 (value_size >= xi->xi_value_len)) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Draop.c586 size_t value_size; local
678 gc_err = gcry_mpi_aprint(GCRYMPI_FMT_USG, &value, &value_size, mpi_output);
688 result = b64_encode(value, value_size);

Completed in 500 milliseconds