Home
last modified time | relevance | path

Searched refs:staticbuf (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/
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)) { in WPACKET_reserve_bytes()
127 pkt->staticbuf = buf; in WPACKET_init_static_len()
140 pkt->staticbuf = NULL; in WPACKET_init_len()
Dpacket_local.h625 unsigned char *staticbuf; member
/third_party/glib/glib/
Dgunicollate.c256 UCCollationValue staticbuf[512]; in carbon_collate_key_with_collator() local
267 if (try_len <= sizeof staticbuf) in carbon_collate_key_with_collator()
269 buf = staticbuf; in carbon_collate_key_with_collator()
270 buf_len = sizeof staticbuf; in carbon_collate_key_with_collator()
/third_party/python/Modules/
D_testbuffer.c66 (((NDArrayObject *)nd)->head == &((NDArrayObject *)nd)->staticbuf)
103 ndbuf_t staticbuf; /* static buffer for re-exporting mode */ member
245 Py_buffer *base = &nd->staticbuf.base; in ndarray_init_staticbuf()
250 nd->head = &nd->staticbuf; in ndarray_init_staticbuf()
1619 subview = &nd->staticbuf.base; in ndarray_item()
1629 init_flags(&nd->staticbuf); in ndarray_item()