Searched refs:stringpool (Results 1 – 4 of 4) sorted by relevance
32 static cups_array_t *stringpool = NULL; variable68 if (!stringpool) in _cupsStrAlloc()69 stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); in _cupsStrAlloc()71 if (!stringpool) in _cupsStrAlloc()84 if ((item = (_cups_sp_item_t *)cupsArrayFind(stringpool, key)) != NULL) in _cupsStrAlloc()134 cupsArrayAdd(stringpool, item); in _cupsStrAlloc()186 cupsArrayCount(stringpool))); in _cupsStrFlush()190 for (item = (_cups_sp_item_t *)cupsArrayFirst(stringpool); in _cupsStrFlush()192 item = (_cups_sp_item_t *)cupsArrayNext(stringpool)) in _cupsStrFlush()195 cupsArrayDelete(stringpool); in _cupsStrFlush()[all …]
4 source_filename = "test/DebugInfo/X86/stringpool.ll"17 ; Verify that "yyyy" ended up in the stringpool.
240 #define stringpool ((const char *) &stringpool_contents) macro330 register const char *s = o + stringpool; in keyword_gperf_lookup()
17 ; Verify that "yyyy" ended up in the stringpool.