Home | History | Annotate | Download | only in libxml2

Lines Matching full:strings

2  * dict.c: dictionary of reusable strings, just used to avoid allocation
98 xmlDictStringsPtr strings;
166 pool = dict->strings;
188 pool->next = dict->strings;
189 dict->strings = pool;
228 pool = dict->strings;
250 pool->next = dict->strings;
251 dict->strings = pool;
303 * Calculate a hash key for two strings using a good hash function
309 * Neither of the two strings must be NULL.
377 * Calculate a hash key for two strings using a fast hash function
380 * Neither of the two strings must be NULL.
459 dict->strings = NULL;
474 * Create a new dictionary, inheriting strings from the read-only
475 * dictionnary @sub. On lookup, strings are first searched in the
705 pool = dict->strings;
1070 pool = dict->strings;