| 219 | } |
| 220 | |
| 221 | void |
| 222 | hstcpsvr_conn::dbcb_resp_begin(size_t num_flds) |
| 223 | { |
| 224 | cstate.resp_begin_pos = cstate.writebuf.size(); |
| 225 | cstate.writebuf.append_literal("0\t"); |
| 226 | write_ui32(cstate.writebuf, num_flds); |
| 227 | } |
| 228 | |
| 229 | void |
| 230 | hstcpsvr_conn::dbcb_resp_entry(const char *fld, size_t fldlen) |
no test coverage detected