Home | History | Annotate | Download | only in Modules

Lines Matching refs:completed

96     /* Whether I/O completed successfully */
97 int completed;
220 self->completed = 1;
229 if (self->completed && self->read_buffer != NULL) {
247 if (!self->completed) {
250 "signals the operation completed");
277 /* CancelIoEx returns ERROR_NOT_FOUND if the I/O completed in-between */
350 self->completed = 0;