Home
last modified time | relevance | path

Searched refs:body_small (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Drequest.c201 size_t body_small = (size_t)strtoul(p, NULL, 10); in xfer_send() local
202 if(body_small && body_small < body_len) in xfer_send()
203 blen = hds_len + body_small; in xfer_send()

Completed in 4 milliseconds