]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/testipp.c
Add support for hierarchical searches (STR #4395)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 31 Mar 2014 14:10:13 +0000 (14:10 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 31 Mar 2014 14:10:13 +0000 (14:10 +0000)
commitf2a31e21814028ede8a66221ce04ecb35c38a696
tree4622e9b23e3cfaf533b7ea989192ac542c24a8da
parent0a393e6a404e549033cf21268e7821a14813fd56
Add support for hierarchical searches (STR #4395)

- Add "atend" and "curindex" members to ipp_t to track position in search.
- Update ippFindAttribute and ippFindNextAttribute to search collections.
- Add unit tests to testipp for it.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11783 a1ca3aef-8c08-0410-bb20-df032aa958be
CHANGES.txt
cups/ipp.c
cups/ipp.h
cups/testipp.c