Lines Matching defs:key
33 curr->cleanup(ctx, curr->key, curr->fd, curr->custom_data);
43 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
55 fdlookup->key = key;
66 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
78 if (curr->key == key) {
140 int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key)
153 if (curr->key == key) {