Lines Matching +defs:list +defs:length
65 length;
86 req->length += (CARD16) ((nbytes + 3) >> 2);
98 && rep.length <= (SIZE_MAX >> 2)
102 rlen = (rep.length << 2) - SIZEOF(fsListFontsReply);
116 length = *(unsigned char *)c;
119 c += length + 1;
120 length = *(unsigned char *)c;
134 int FSFreeFontNames(char **list)
136 if (list) {
137 FSfree(list[0] - 1);
138 FSfree(list);