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

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c3088 fsSetCataloguesReq screq; local in function:_fs_send_init_packets
3144 screq.reqType = FS_SetCatalogues;
3145 screq.num_catalogues = num_cats;
3146 screq.length = (SIZEOF(fsSetCataloguesReq) + clen + 3) >> 2;
3149 if (_fs_write(conn, (char *) &screq, SIZEOF(fsSetCataloguesReq)) != FSIO_READY)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c3049 fsSetCataloguesReq screq; local in function:_fs_send_init_packets
3105 screq.reqType = FS_SetCatalogues;
3106 screq.num_catalogues = num_cats;
3107 screq.length = (SIZEOF(fsSetCataloguesReq) + clen + 3) >> 2;
3110 if (_fs_write(conn, (char *) &screq, SIZEOF(fsSetCataloguesReq)) != FSIO_READY)

Completed in 9 milliseconds