Searched refs:str_max_len (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Drpc_misc.h108 uint16 str_max_len; member in struct:header_info
183 uint32 str_max_len; member in struct:string2_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_misc.c359 hdr->str_max_len = max_len;
380 if(!prs_uint16("str_max_len", ps, depth, &hdr->str_max_len))
830 str->str_max_len = max_len;
836 str->buffer = TALLOC_ZERO(get_talloc_ctx(), str->str_max_len);
847 the str_max_len member tells you how large the buffer is.
863 if(!prs_uint32("str_max_len", ps, depth, &str2->str_max_len))
H A Dparse_prs.c958 if (str->str_str_len > str->str_max_len) {
961 str->buffer = PRS_ALLOC_MEM(ps,unsigned char, str->str_max_len);

Completed in 97 milliseconds