9 stat = DB_PROTOCOL_ERR;
11 if (stat == DB_PROTOCOL_ERR)
22 stat = DB_PROTOCOL_ERR;
24 if (stat == DB_PROTOCOL_ERR)
36 stat = DB_PROTOCOL_ERR;
39 stat = DB_PROTOCOL_ERR;
41 if (stat == DB_PROTOCOL_ERR)
55 if (!
db__recv(&count,
sizeof(count)))
56 stat = DB_PROTOCOL_ERR;
60 *x = a = (
double *)
db_calloc(count,
sizeof(*a));
62 if (!
db__recv(a, count *
sizeof(*a)))
63 stat = DB_PROTOCOL_ERR;
65 if (stat == DB_PROTOCOL_ERR)