Home
last modified time | relevance | path

Searched refs:stringpool (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dstring.c32 static cups_array_t *stringpool = NULL; variable
68 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 …]
/external/llvm/test/DebugInfo/X86/
Dstringpool.ll17 ; Verify that "yyyy" ended up in the stringpool.