Lines Matching +defs:list +defs:length
44 register int length;
61 req->length += (nbytes + 3) >> 2;
74 if (rep.length > 0 && rep.length < (INT_MAX >> 2)) {
75 rlen = rep.length << 2;
83 _XEatDataWords(dpy, rep.length);
96 length = *(unsigned char *)ch;
99 if (ch + length < chend) {
100 flist[i] = ch + 1; /* skip over length */
101 ch += length + 1; /* find next length ... */
102 length = *(unsigned char *)ch;
121 XFreeFontNames(char **list)
123 if (list) {
124 if (!*(list[0]-1)) { /* from ListFontsWithInfo */
126 for (names = list+1; *names; names++)
129 Xfree (list[0]-1);
130 Xfree (list);