Searched defs:first_row (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/doveadm/ | ||
H A D | doveadm-print-json.c | 17 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 D | client-connection-http.c | 68 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 28 milliseconds