Searched refs:staticbuf (Results 1 – 3 of 3) sorted by relevance
37 #define GETBUF(p) (((p)->staticbuf != NULL) \38 ? (p)->staticbuf : (unsigned char *)(p)->buf->data)49 if (pkt->staticbuf == NULL && (pkt->buf->length - pkt->written < len)) { in WPACKET_reserve_bytes()127 pkt->staticbuf = buf; in WPACKET_init_static_len()140 pkt->staticbuf = NULL; in WPACKET_init_len()
625 unsigned char *staticbuf; member
287 static char staticbuf[MAXPATHLEN]; in lock_file_name() local290 buf = staticbuf; in lock_file_name()305 static char staticbuf[MAXPATHLEN]; in status_file_name() local308 buf = staticbuf; in status_file_name()