Searched defs:first_row (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-print-json.c17 bool first_row; member in struct:doveadm_print_json_context
35 ctx.first_row = TRUE;
54 if (ctx.first_row == TRUE) {
55 ctx.first_row = FALSE;
137 if (ctx.first_row == FALSE)
H A Dclient-connection-http.c68 bool first_row; member in struct:client_request_http
245 if (req->first_row == TRUE)
246 req->first_row = FALSE;
277 req->first_row = TRUE;

Completed in 13 milliseconds