Lines Matching defs:client
121 LOG_CLIENT_RECORD client;
864 /* client data length aligned to 8 bytes */
866 /* client data length less than 64K (131K ?) */
2131 printf("** Bad client data\n");
2844 memcpy(&client, &data[offs],
2890 memcpy(&client, &data[offs],
3017 client.oldest_lsn = cpu_to_sle64(restart_lsn);
3027 memcpy(&buffer[off], &client,
3567 if (logr->this_lsn == client.client_restart_lsn)
3568 printf(" its lsn matches the client"