Searched refs:anchorToLL (Results 1 – 1 of 1) sorted by relevance
524 const Hashtable *anchorToLL = streamTable.appl_keywords; in link() local525 if (!anchorToLL) in link()526 anchorToLL = streamTable.default_keywords; in link()527 if (anchorToLL && !anchorToLL->empty()) in link()530 Hashtable::const_iterator aEnd = anchorToLL->end(); in link()531 for (Hashtable::const_iterator enumer = anchorToLL->begin(); in link()
Completed in 16 milliseconds