Home
last modified time | relevance | path

Searched defs:bufref (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/curl/lib/
H A Dbufref.h30 struct bufref { struct
40 void Curl_bufref_init(struct bufref *br); argument
/aosp_15_r20/external/llvm-libc/src/__support/File/
H A Dfile.cpp85 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); in write_unlocked_fbf() local
193 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); in read_unlocked() local
256 cpp::span<uint8_t> bufref(static_cast<uint8_t *>(buf), bufsize); in ungetc_unlocked() local
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1661.c28 static struct bufref bufref; variable
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dint_converter.h51 num_to_strview(uintmax_t num, cpp::span<char> bufref, char conv_name) { in num_to_strview()