Searched refs:swapped_str (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSQGlyphs.c159 fsChar2b_version1 *swapped_str; local in function:FSQueryXBitmaps16
163 swapped_str = FSmallocarray(str_len, SIZEOF(fsChar2b_version1));
164 if (!swapped_str)
167 swapped_str[i].low = str[i].low;
168 swapped_str[i].high = str[i].high;
170 _FSSend(svr, (char *)swapped_str, (str_len*SIZEOF(fsChar2b_version1)));
171 FSfree(swapped_str);
H A DFSQXExt.c142 fsChar2b_version1 *swapped_str; local in function:FSQueryXExtents16
144 swapped_str = FSmallocarray(str_len, SIZEOF(fsChar2b_version1));
145 if (!swapped_str)
148 swapped_str[i].low = str[i].low;
149 swapped_str[i].high = str[i].high;
151 _FSSend(svr, (char *)swapped_str, (str_len*SIZEOF(fsChar2b_version1)));
152 FSfree(swapped_str);

Completed in 2 milliseconds