Searched refs:sendsize (Results 1 – 5 of 5) sorted by relevance
/external/curl/lib/ |
D | pingpong.c | 181 DEBUGASSERT(pp->sendsize == 0); in Curl_pp_vsendf() 227 pp->sendsize = write_len; in Curl_pp_vsendf() 232 pp->sendleft = pp->sendsize = 0; in Curl_pp_vsendf() 482 CURLcode result = Curl_write(conn, sock, pp->sendthis + pp->sendsize - in Curl_pp_flushsend() 493 pp->sendleft = pp->sendsize = 0; in Curl_pp_flushsend()
|
D | pingpong.h | 60 size_t sendsize; /* total size of the sendthis buffer */ member
|
D | http.c | 1173 size_t sendsize; in Curl_buffer_send() local 1212 sendsize = CURLMIN(size, CURL_MAX_WRITE_SIZE); in Curl_buffer_send() 1226 memcpy(data->state.ulbuf, ptr, sendsize); in Curl_buffer_send() 1236 sendsize = CURLMIN(size, altsize); in Curl_buffer_send() 1238 sendsize = size; in Curl_buffer_send() 1242 sendsize = size; in Curl_buffer_send() 1245 result = Curl_write(conn, sockfd, ptr, sendsize, &amount); in Curl_buffer_send()
|
D | smtp.c | 1413 pp->sendsize = len; in smtp_done()
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR18166-libtirpc.so.abi | 3160 …<parameter type-id='type-id-9' name='sendsize' filepath='/home/max/src/v6/libtirpc/src/rpc_soc.c' … 3166 …<parameter type-id='type-id-9' name='sendsize' filepath='/home/max/src/v6/libtirpc/src/rpc_soc.c' … 3172 …<parameter type-id='type-id-9' name='sendsize' filepath='/home/max/src/v6/libtirpc/src/rpc_soc.c' … 3237 …<parameter type-id='type-id-9' name='sendsize' filepath='/home/max/src/v6/libtirpc/src/rpc_soc.c' … 3244 …<parameter type-id='type-id-9' name='sendsize' filepath='/home/max/src/v6/libtirpc/src/rpc_soc.c' … 3871 …<parameter type-id='type-id-9' name='sendsize' filepath='/home/max/src/v6/libtirpc/src/svc_dg.c' l… 4001 …<parameter type-id='type-id-9' name='sendsize' filepath='/home/max/src/v6/libtirpc/src/svc_vc.c' l… 4007 …<parameter type-id='type-id-9' name='sendsize' filepath='/home/max/src/v6/libtirpc/src/svc_vc.c' l…
|