Home | History | Annotate | Download | only in src

Lines Matching defs:p_

73   char* p_;
81 state.p_ = state.buf_;
93 if (state.p_ >= state.end_) {
94 state.p_ = state.end_ - 1;
96 *state.p_ = '\n';
97 state.p_++;
99 int msglen = state.p_ - state.buf_;
125 if (p_ < end_) {
126 *p_ = ' ';
127 p_++;
153 if (end_ - p_ < n) {
156 memcpy(p_, str, n);
157 p_ += n;