Home | History | Annotate | Download | only in src

Lines Matching defs:p_

72   char* p_;
80 state.p_ = state.buf_;
92 if (state.p_ >= state.end_) {
93 state.p_ = state.end_ - 1;
95 *state.p_ = '\n';
96 state.p_++;
98 int msglen = state.p_ - state.buf_;
124 if (p_ < end_) {
125 *p_ = ' ';
126 p_++;
152 if (end_ - p_ < n) {
155 memcpy(p_, str, n);
156 p_ += n;