Searched refs:outbuf_last (Results 1 – 2 of 2) sorted by relevance
164 context->outbuf_last = context->outbuf_p; in checkpoint_progress()217 context->outbuf_last = context->outbuf_start = in print_audit_buf()238 *out_buf_len = context->outbuf_last - context->outbuf_start; in print_audit_buf()241 *(context->outbuf_last) = '\0'; in print_audit_buf()
159 char *outbuf_last; /* ptr to byte after latest completed */ member