Searched refs:null_octets (Results 1 – 2 of 2) sorted by relevance
268 memset(buffer + *pos, 0, (*it).null_octets); in CreateSdes()269 *pos += (*it).null_octets; in CreateSdes()833 int null_octets = 4 - ((2 + cname.length()) % 4); in WithCName() local837 chunk.null_octets = null_octets; in WithCName()848 length += 6 + (*it).name.length() + (*it).null_octets; in BlockLength()
350 int null_octets; member