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

  /external/curl/lib/
sendf.c 128 struct postponed_data * const psnd = &(conn->postponed[num]); local
129 size_t bytestorecv = psnd->allocated_size - psnd->recv_size;
137 (!psnd->buffer || bytestorecv)) {
142 if(!psnd->buffer) {
144 psnd->allocated_size = 2 * BUFSIZE;
145 psnd->buffer = malloc(psnd->allocated_size);
146 psnd->recv_size = 0;
147 psnd->recv_processed = 0
170 struct postponed_data * const psnd = &(conn->postponed[num]); local
    [all...]
url.c 2860 struct postponed_data * const psnd = &(conn->postponed[num]); local
    [all...]

Completed in 455 milliseconds