HomeSort by: relevance | last modified time | path
    Searched defs:screq (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXfont/dist/src/fc/
fserve.c 3088 fsSetCataloguesReq screq; local
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/
fserve.c 3049 fsSetCataloguesReq screq; local
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 18 milliseconds