Home | History | Annotate | Download | only in gslib

Lines Matching refs:num_cb

272                        total_bytes_uploaded, cb, num_cb, headers):
284 num_cb: Granularity of the callback (maximum number of times the
299 if num_cb > 2:
300 cb_count = file_length / self.BUFFER_SIZE / (num_cb-2)
301 elif num_cb < 0:
375 num_cb):
384 num_cb: Granularity of the callback (maximum number of times the
439 total_bytes_uploaded, cb, num_cb,
507 num_cb=XML_PROGRESS_CALLBACKS):
521 num_cb: (optional) If a callback is specified with the cb parameter, this
562 headers, cb, num_cb))