makemandb.c | 74 secbuff diagnostics; // DIAGNOSTICS member in struct:roff_mandb_rec 1140 append(&rec->diagnostics, string); 1434 pman_parse_node(n, &rec->diagnostics); 1491 rec->diagnostics.data[rec->diagnostics.offset] = 0; 1521 " :diagnostics, :errors, :md5_hash, :machine)"; 1596 idx = sqlite3_bind_parameter_index(stmt, ":diagnostics"); 1597 rc = sqlite3_bind_text(stmt, idx, rec->diagnostics.data, 1598 rec->diagnostics.offset + 1, NULL) [all...] |