Searched refs:dag_mem_bottom (Results 1 – 1 of 1) sorted by relevance
170 u_char *dag_mem_bottom; /* DAG card current memory bottom pointer */ member346 while (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size) { in dag_read()372 …if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd->dag_stream, &(pd->dag_mem_bottom))) … in dag_read()376 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read()384 (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read()398 while (pd->dag_mem_top - pd->dag_mem_bottom >= dag_record_size) { in dag_read()404 dag_record_t *header = (dag_record_t *)(pd->dag_mem_bottom); in dag_read()429 pd->dag_mem_bottom += rlen; in dag_read()924 pd->dag_mem_bottom = 0; in dag_activate()