Searched refs:bufptr (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/msm8998/json-c/ |
D | printbuf.h | 42 #define printbuf_memappend_fast(p, bufptr, bufsize) \ argument 45 memcpy(p->buf + p->bpos, (bufptr), bufsize); \ 48 } else { printbuf_memappend(p, (bufptr), bufsize); } \
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 88 static int dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr); 2907 dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr) in dhd_var_getbuf() argument 2920 *bufptr = buf; in dhd_var_getbuf()
|