Searched refs:m_clen (Results 1 – 3 of 3) sorted by relevance
83 if (mp->m_clen == 0) in msend()122 mp->m_clen - 1); in msend()185 mp->m_clen - 1); in msend()195 if (!ishead && !mp->m_text && mp->m_clen != 0) { in msend()198 clen = mp->m_clen-1; in msend()
130 message[msgCount-1].m_clen = clen + 1; in setptr()143 message[msgCount-1].m_clen = clen; in setptr()210 message[msgCount].m_clen = 0; in setptr()373 mp->m_clen = c; in setclen()
106 long m_clen; /* Content-Length of the mesg */ member