Searched refs:buf_p (Results 1 – 3 of 3) sorted by relevance
1124 u_char *buf_p; local1138 buf_p = cy->cy_ibuf_wr_ptr;1157 *buf_p++ = line_stat;1158 *buf_p++ = recv_data;1159 if (buf_p == cy->cy_ibuf_end)1160 buf_p = cy->cy_ibuf;1162 if (buf_p == cy->cy_ibuf_rd_ptr) {1163 if (buf_p == cy->cy_ibuf)1164 buf_p = cy->cy_ibuf_end;1165 buf_p -= 2;[all …]
257 buf_read_file(struct open_file *f, char **buf_p, size_t *size_p) in buf_read_file() argument298 *buf_p = fp->f_buf + off; in buf_read_file()
549 const unsigned char *buf_p; in entry_data_buf() local552 buf_p = entry_p->te_key_buf + entry_p->te_key_size; in entry_data_buf()556 return (unsigned char *) buf_p; in entry_data_buf()564 return (unsigned char *) buf_p + pad; in entry_data_buf()