Lines Matching refs:SIZEOF
82 if (str_len > (FSMaxRequestBytes(svr) - SIZEOF(fsQueryXExtents8Req)))
94 (SIZEOF(fsQueryXExtents8Reply) - SIZEOF(fsGenericReply)) >> 2,
108 _FSReadPad(svr, (char *) &local_exts, SIZEOF(fsXCharInfo));
131 if (str_len > ((FSMaxRequestBytes(svr) - SIZEOF(fsQueryXExtents16Req))
132 / SIZEOF(fsChar2b)))
139 req->length += (CARD16) (((str_len * SIZEOF(fsChar2b)) + 3) >> 2);
144 swapped_str = FSmallocarray(str_len, SIZEOF(fsChar2b_version1));
151 _FSSend(svr, (char *)swapped_str, (str_len*SIZEOF(fsChar2b_version1)));
154 _FSSend(svr, (char *) str, (str_len * SIZEOF(fsChar2b)));
158 (SIZEOF(fsQueryXExtents16Reply) - SIZEOF(fsGenericReply)) >> 2,
172 _FSReadPad(svr, (char *) &local_exts, SIZEOF(fsXCharInfo));