Lines Matching refs:string_entry
36 } string_entry;
38 static string_entry *string_entry_new(const char *s) {
40 string_entry *ent;
44 ent = nghttp2_mem_malloc(mem, sizeof(string_entry));
50 static void string_entry_del(string_entry *ent) { free(ent); }
53 return strcmp(((string_entry *)lhs)->s, ((string_entry *)rhs)->s) < 0;
59 string_entry *top;
67 top = (string_entry *)nghttp2_pq_top(&pq);
70 top = (string_entry *)nghttp2_pq_top(&pq);
73 top = (string_entry *)nghttp2_pq_top(&pq);
78 top = (string_entry *)nghttp2_pq_top(&pq);
85 top = (string_entry *)nghttp2_pq_top(&pq);
90 top = (string_entry *)nghttp2_pq_top(&pq);
95 top = (string_entry *)nghttp2_pq_top(&pq);
110 top = (string_entry *)nghttp2_pq_top(&pq);