Lines Matching refs:lenbytes
644 size_t lenbytes;
697 * for the whole time that the WPACKET is being used. Additionally |lenbytes| of
701 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
714 int WPACKET_init_null(WPACKET *pkt, size_t lenbytes);
728 size_t lenbytes);
731 * Same as WPACKET_init_static_len except lenbytes is always 0, and we set the
766 * Initialise a new sub-packet. Additionally |lenbytes| of data is preallocated
770 int WPACKET_start_sub_packet_len__(WPACKET *pkt, size_t lenbytes);
805 * number of length bytes for the sub-packet is in |lenbytes|. Don't call this
809 unsigned char **allocbytes, size_t lenbytes);
848 unsigned char **allocbytes, size_t lenbytes);
897 * length (consuming |lenbytes| of data for the length). Don't call this
901 size_t lenbytes);