Home
last modified time | relevance | path

Searched refs:string_entry (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c36 } string_entry; typedef
38 static string_entry *string_entry_new(const char *s) { in string_entry_new()
40 string_entry *ent; in string_entry_new()
44 ent = nghttp2_mem_malloc(mem, sizeof(string_entry)); in string_entry_new()
50 static void string_entry_del(string_entry *ent) { free(ent); } in string_entry_del()
53 return strcmp(((string_entry *)lhs)->s, ((string_entry *)rhs)->s) < 0; in pq_less()
59 string_entry *top; in test_nghttp2_pq()
67 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
70 top = (string_entry *)nghttp2_pq_to in test_nghttp2_pq()
[all...]
/third_party/backends/tools/
H A Dsane-desc.c933 char *string_entry = 0; in read_files() local
958 &string_entry) == SANE_STATUS_GOOD) in read_files()
963 string_entry); in read_files()
971 new_be->name = string_entry; in read_files()
1019 &string_entry) == SANE_STATUS_GOOD) in read_files()
1026 string_entry, current_backend->version, in read_files()
1031 current_backend->name, string_entry); in read_files()
1032 current_backend->version = string_entry; in read_files()
1037 &string_entry) == SANE_STATUS_GOOD) in read_files()
1048 if (strcmp (string_entry, " in read_files()
[all...]

Completed in 3 milliseconds