Lines Matching refs:CLIENT
56 CLIENT,
63 fprintf(stderr, "usage: %s [OPTION] [client-header|server-header|code]"
67 "stdin or input file to client\n"
74 " that is e.g. wayland-client-core.h instead\n"
75 " of wayland-client.h.\n");
1207 " * Sends an %s event to the client owning the resource.\n",
1210 printf(" * @param resource_ The client's resource\n");
1331 printf("struct wl_client *client,\n"
1347 else if (side == CLIENT && a->type == OBJECT && a->interface_name == NULL)
1350 else if (side == CLIENT && a->type == NEW_ID)
1363 if (side == CLIENT) {
1431 return core ? "wayland-client-core.h" : "wayland-client.h";
1479 const char *s = (side == SERVER) ? "SERVER" : "CLIENT";
1817 else if (strcmp(argv[0], "client-header") == 0)
1899 emit_header(&protocol, CLIENT);