11 stat = DB_PROTOCOL_ERR;
13 if (stat == DB_PROTOCOL_ERR)
24 stat = DB_PROTOCOL_ERR;
26 if (stat == DB_PROTOCOL_ERR)
37 stat = DB_PROTOCOL_ERR;
40 stat = DB_PROTOCOL_ERR;
42 if (stat == DB_PROTOCOL_ERR)
56 if (!
db__recv(&count,
sizeof(count)))
57 stat = DB_PROTOCOL_ERR;
61 *x = a = (
short *)
db_calloc(count,
sizeof(*a));
63 if (!
db__recv(a, count *
sizeof(*a)))
64 stat = DB_PROTOCOL_ERR;
66 if (stat == DB_PROTOCOL_ERR)