Lines Matching refs:strings
2 * dict.c: dictionary of reusable strings, just used to avoid allocation
68 xmlDictStringsPtr strings;
133 pool = dict->strings;
155 pool->next = dict->strings;
156 dict->strings = pool;
189 pool = dict->strings;
211 pool->next = dict->strings;
212 dict->strings = pool;
337 dict->strings = NULL;
355 * Create a new dictionary, inheriting strings from the read-only
356 * dictionnary @sub. On lookup, strings are first searched in the
542 pool = dict->strings;
870 pool = dict->strings;