Searched refs:unused (Results 1 – 16 of 16) sorted by relevance
25 if (ev->unused.ptr) free(ev->unused.ptr); in fdevent_poll_free()44 if (ev->unused.size == 0) { in fdevent_poll_event_del()45 ev->unused.size = 16; in fdevent_poll_event_del()46 ev->unused.ptr = malloc(sizeof(*(ev->unused.ptr)) * ev->unused.size); in fdevent_poll_event_del()47 } else if (ev->unused.size == ev->unused.used) { in fdevent_poll_event_del()48 ev->unused.size += 16; in fdevent_poll_event_del()49 ev->unused.ptr = realloc(ev->unused.ptr, sizeof(*(ev->unused.ptr)) * ev->unused.size); in fdevent_poll_event_del()52 ev->unused.ptr[ev->unused.used++] = k; in fdevent_poll_event_del()68 if (ev->unused.used != 0) return 0;94 if (ev->unused.used > 0) { in fdevent_poll_event_set()[all …]
29 cq->unused = NULL; in chunkqueue_init()90 for (c = cq->unused; c; ) { in chunkqueue_free()103 if (!cq->unused) { in chunkqueue_get_unused_chunk()107 c = cq->unused; in chunkqueue_get_unused_chunk()108 cq->unused = c->next; in chunkqueue_get_unused_chunk()393 c->next = cq->unused; in chunkqueue_remove_finished_chunks()394 cq->unused = c; in chunkqueue_remove_finished_chunks()
42 chunk *unused; member
137 buffer_int unused; member
943 c->next = cq->unused;944 cq->unused = c;956 fc->next = cq->unused;957 cq->unused = fc;
16 uint16_t unused; member
860 static void *__xxzt[] __attribute__ ((unused)) = in nm_close()
29 static const char __attribute__ ((unused)) rcsid[] =
2716 static const char __attribute__ ((unused)) rcsid[] =4124 static int __attribute__((unused)) yyinput (void) in yyinput()4126 static int __attribute__((unused)) input (void) in yyinput()
45 static const char __attribute__ ((unused)) rcsid[] =
97 static const char __attribute__ ((unused)) rcsid[] =
26 static const char __attribute__ ((unused)) rcsid[] =
45 before an unused keep-alive connection gets dropped by lighttpd.
133 * Fix unused function webdav_lockdiscovery in mod_webdav184 …* Added some extra warning options in cmake and fix the resulting warnings (unused/static function…675 * added warning for unused variables in conditionals1111 * added a warning for unused configuration keys
5920 return rval; /* =127, but avoids unused variable warning */