HomeSort by relevance Sort by last modified time
    Searched full:upload_mem (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
http.h 176 const uint8_t *upload_mem; /* points to a buffer to read from */ member in struct:HTTP
177 size_t upload_len; /* size of the buffer 'upload_mem' points to */
http2.c 620 memcpy(buf, stream->upload_mem, nread);
621 stream->upload_mem += nread;
821 stream->upload_mem = NULL;
    [all...]

Completed in 57 milliseconds