Searched defs:bufref (Results 1 – 4 of 4) sorted by relevance
30 struct bufref { struct40 void Curl_bufref_init(struct bufref *br); argument
85 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); in write_unlocked_fbf() local193 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); in read_unlocked() local256 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); in ungetc_unlocked() local
28 static struct bufref bufref; variable
51 num_to_strview(uintmax_t num, cpp::span<char> bufref, char conv_name) { in num_to_strview()