Lines Matching full:should
57 in the cache_head. cache_put should release any
60 It should then release the memory allocated by
73 contents of a cache. This should show one item,
79 bpp should be moved forward over the encoded message,
80 and *blen should be reduced to show how much free
86 cache_parse should parse this, find the item in the
121 passed which should hold the content. If the item found by _lookup
146 should be create or updated to have the given content, and the
147 expiry time should be set on that item.
170 Each cache should define a "cache_parse" method which takes a message
171 written from user-space and processes it. It should return an error
174 Each cache should also define a "cache_request" method which
191 Each request or response record should be printable ASCII
192 with precisely one newline character which should be at the end.
193 Fields within the record should be separated by spaces, normally one.