Home
last modified time | relevance | path

Searched defs:readfunc (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/docs/examples/
Dsftpuploadresume.c32 static size_t readfunc(char *ptr, size_t size, size_t nmemb, void *stream) in readfunc() function
Dftpuploadresume.c54 static size_t readfunc(char *ptr, size_t size, size_t nmemb, void *stream) in readfunc() function
/third_party/python/Lib/
Dcode.py278 def interact(banner=None, readfunc=None, local=None, exitmsg=None): argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiosrc.c187 ReadFunc readfunc; in audioringbuffer_thread_func() local
/third_party/curl/lib/
Dmime.h115 curl_read_callback readfunc; /* Read function. */ member
Dtransfer.c165 curl_read_callback readfunc = NULL; in Curl_fillreadbuffer() local
Dmime.c1545 curl_read_callback readfunc, in curl_mime_data_cb()
2023 curl_read_callback readfunc, in curl_mime_data_cb()
/third_party/python/Lib/test/
Dtest_httplib.py1419 def __init__(self, readfunc): argument