Searched refs:staticbuf (Results 1 – 4 of 4) 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
256 UCCollationValue staticbuf[512]; in carbon_collate_key_with_collator() local267 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()
66 (((NDArrayObject *)nd)->head == &((NDArrayObject *)nd)->staticbuf)103 ndbuf_t staticbuf; /* static buffer for re-exporting mode */ member245 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()