summaryrefslogtreecommitdiff
path: root/lib/util/binsearch.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-29util: added BINARY_ARRAY_SEARCH_V()Andrew Tridgell1-0/+16
this is used to search an array of values
2009-12-10util: added binsearch.h for binary array searchesAndrew Tridgell1-0/+68
This was moved from the schema_query code. It will now be used in more than one place, so best to make it a library macro. I think there are quite a few places that could benefit from this.