Searched refs:staticbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
H A Dpacket.c37 #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)) {
127 pkt->staticbuf = buf;
140 pkt->staticbuf = NULL;
H A Dpacket_local.h625 unsigned char *staticbuf; member in struct:wpacket_st
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dcommon.c287 static char staticbuf[MAXPATHLEN]; local
290 buf = staticbuf;
305 static char staticbuf[MAXPATHLEN]; local
308 buf = staticbuf;

Completed in 193 milliseconds