Searched refs:path_count (Results 1 – 6 of 6) sorted by relevance
66 xfer->path_count = count; in allocate_paths()179 if (xfer->path_count == 1 && in validate_options()209 if (xfer->path_count == 1) { in validate_options()219 if (xfer->path_count > 1) { in validate_options()430 if (xfer->path_count > 1) in generate_path_with_suffix()431 len += (unsigned int)log10(xfer->path_count) + 2; in generate_path_with_suffix()437 if (xfer->path_count == 1) { in generate_path_with_suffix()457 if (xfer->path_count > 1) in generate_path_without_suffix()458 len += (unsigned int)log10(xfer->path_count) + 2; in generate_path_without_suffix()464 if (xfer->path_count == 1) { in generate_path_without_suffix()[all …]
51 unsigned int path_count; member
183 err = allocate_containers(ctx, ctx->xfer.path_count); in capture_pre_process()240 err = allocate_containers(ctx, ctx->xfer.path_count); in playback_pre_process()
100 for (i = 0; i < xfer->path_count; ++i) in xfer_context_destroy()
420 unsigned int path_count; in uv__fsevents_reschedule() local448 path_count = state->fsevent_handle_count; in uv__fsevents_reschedule()449 if (path_count != 0) { in uv__fsevents_reschedule()450 paths = uv__malloc(sizeof(*paths) * path_count); in uv__fsevents_reschedule()457 for (; i < path_count; i++) { in uv__fsevents_reschedule()474 if (path_count != 0) { in uv__fsevents_reschedule()476 cf_paths = pCFArrayCreate(NULL, (const void**) paths, path_count, NULL); in uv__fsevents_reschedule()