Searched refs:send_fn (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_debuglog.h81 /* A simple vprintf(). For each emitted byte, (*send_fn) is called with
85 void (*send_fn)(HChar,void*),/* byte sink */
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
H A Dwriter.py43 This instance will call send_fn(part_data) as needed in part_size pieces,
45 call flush() to ensure that a short final part results in a final send_fn
49 def __init__(self, part_size, send_fn):
51 self.send_fn = send_fn
75 self.send_fn(part)
/external/curl/lib/vtls/
H A Dnss.c1120 const PRSendFN send_fn = fd->lower->methods->send; local
1121 const PRInt32 rv = send_fn(fd->lower, buf, amount, flags, timeout);

Completed in 131 milliseconds