Searched refs:inth_index (Results 1 – 2 of 2) sorted by relevance
/dports/www/mod_http2/mod_h2-2.0.2/mod_http2/ |
H A D | h2_util.c | 847 static int inth_index(h2_ififo *fifo, int n) in inth_index() function 868 if (id == fifo->elems[inth_index(fifo, i)]) { in iindex_of() 981 fifo->elems[inth_index(fifo, fifo->count)] = id; in ififo_push_int() 1021 fifo->head = inth_index(fifo, 1); in ipull_head() 1090 int e = fifo->elems[inth_index(fifo, i)]; in ififo_remove() 1095 fifo->elems[inth_index(fifo, i-rc)] = e; in ififo_remove()
|
/dports/www/apache24/httpd-2.4.53/modules/http2/ |
H A D | h2_util.c | 849 static int inth_index(h2_ififo *fifo, int n) in inth_index() function 870 if (id == fifo->elems[inth_index(fifo, i)]) { in iindex_of() 983 fifo->elems[inth_index(fifo, fifo->count)] = id; in ififo_push_int() 1023 fifo->head = inth_index(fifo, 1); in ipull_head() 1092 int e = fifo->elems[inth_index(fifo, i)]; in ififo_remove() 1097 fifo->elems[inth_index(fifo, i-rc)] = e; in ififo_remove()
|