Home
last modified time | relevance | path

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

/third_party/curl/tests/server/
Dmqttd.c401 ssize_t sendamount; in publish() local
436 sendamount = packetlen; in publish()
438 sendamount -= 2; in publish()
440 rc = swrite(fd, (char *)packet, sendamount); in publish()