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

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c3175 fsListCataloguesReq lcreq; local in function:_fs_send_cat_sync
3181 lcreq.reqType = FS_ListCatalogues;
3182 lcreq.data = 0;
3183 lcreq.length = (SIZEOF(fsListCataloguesReq)) >> 2;
3184 lcreq.maxNames = 0;
3185 lcreq.nbytes = 0;
3186 lcreq.pad2 = 0;
3188 if (_fs_write(conn, (char *) &lcreq, SIZEOF(fsListCataloguesReq)) != FSIO_READY)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c3136 fsListCataloguesReq lcreq; local in function:_fs_send_cat_sync
3142 lcreq.reqType = FS_ListCatalogues;
3143 lcreq.data = 0;
3144 lcreq.length = (SIZEOF(fsListCataloguesReq)) >> 2;
3145 lcreq.maxNames = 0;
3146 lcreq.nbytes = 0;
3147 lcreq.pad2 = 0;
3149 if (_fs_write(conn, (char *) &lcreq, SIZEOF(fsListCataloguesReq)) != FSIO_READY)

Completed in 8 milliseconds