Home
last modified time | relevance | path

Searched defs:stream (Results 226 - 250 of 2289) sorted by relevance

12345678910>>...92

/third_party/curl/tests/libtest/
H A Dlib1948.c33 static size_t put_callback(char *ptr, size_t size, size_t nmemb, void *stream) in put_callback() argument
H A Dlib1591.c37 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
H A Dlib3102.c84 static size_t wrfu(void *ptr, size_t size, size_t nmemb, void *stream) in wrfu() argument
/third_party/curl/src/
H A Dtool_writeout_json.c89 void jsonWriteString(FILE *stream, const char *in, bool lowercase) in jsonWriteString() argument
97 fputs(curlx_dyn_ptr(&out), stream); in jsonWriteString() local
103 void ourWriteOutJSON(FILE *stream, const struct writeoutvar mappings[], in ourWriteOutJSON() argument
128 headerJSON(FILE *stream, struct per_transfer *per) headerJSON() argument
[all...]
/third_party/glslang/gtests/
H A DLink.FromFile.Vk.cpp96 std::ostringstream stream; in TEST_P() local
H A DConfig.FromFile.cpp85 std::ostringstream stream; in TEST_P() local
/third_party/curl/docs/examples/
H A Danyauthput.c70 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
H A Ddebug.c36 dump(const char *text, FILE *stream, unsigned char *ptr, size_t size, char nohex) dump() argument
H A Dftpupload.c53 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
H A Dmulti-debugcallback.c41 static void dump(const char *text, FILE *stream, unsigned char *ptr, in dump() argument
H A Dsftpuploadresume.c34 static size_t readfunc(char *ptr, size_t size, size_t nmemb, void *stream) in readfunc() argument
H A Dusercertinmem.c40 static size_t writefunction(void *ptr, size_t size, size_t nmemb, void *stream) in writefunction() argument
/third_party/libuv/test/
H A Dtest-osx-select.c40 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dblackhole-server.c42 static void connection_cb(uv_stream_t* stream, int status) { in connection_cb() argument
72 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-tcp-write-fail.c73 uv_stream_t* stream; in connect_cb() local
/third_party/lzma/CPP/7zip/Common/
H A DStreamUtils.cpp12 HRESULT InStream_SeekToBegin(IInStream *stream) throw() in InStream_SeekToBegin() argument
18 HRESULT InStream_AtBegin_GetSize(IInStream *stream, UInt64 &sizeRes) throw() in InStream_AtBegin_GetSize() argument
35 HRESULT InStream_GetPos_GetSize(IInStream *stream, UInt64 &curPosRes, UInt64 &sizeRes) throw() in InStream_GetPos_GetSize() argument
54 ReadStream(ISequentialInStream *stream, void *data, size_t *processedSize) ReadStream() argument
73 ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size) ReadStream_FALSE() argument
80 ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size) ReadStream_FAIL() argument
87 WriteStream(ISequentialOutStream *stream, const void *data, size_t size) WriteStream() argument
[all...]
/third_party/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.h28 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() argument
/third_party/lzma/CS/7zip/Common/
H A DInBuffer.cs21 public void Init(System.IO.Stream stream) in Init() argument
H A DOutBuffer.cs19 public void SetStream(System.IO.Stream stream) { m_Stream = stream; } in SetStream() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gs_count_vertices.c82 unsigned stream = nir_intrinsic_stream_id(intrin); in nir_gs_count_vertices_and_primitives() local
[all...]
/third_party/ltp/lib/
H A Dsafe_stdio.c81 FILE *stream; in safe_popen() local
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc20 z_stream stream; in CompressBytes() local
[all...]
/third_party/mesa3d/src/util/
H A Du_debug_refcnt.c50 static FILE *stream; variable
[all...]
/third_party/ltp/testcases/kernel/fs/stream/
H A Dstream03.c51 FILE *stream; in main() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Ddefault_logger.h46 stringstream stream; in DoWork() local

Completed in 8 milliseconds

12345678910>>...92