mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
ff8ad222cd
Using DLIST_ADD_END() to construct a long list is very inefficient (it is O(n^2). These lists are not ordered, so using DLIST_ADD() is much better. |
||
---|---|---|
.. | ||
schema_convert_to_ol.c | ||
schema_description.c | ||
schema_inferiors.c | ||
schema_init.c | ||
schema_query.c | ||
schema_set.c | ||
schema_syntax.c | ||
schema.h |