Lines Matching full:callback
75 pointers to three callback functions which will be invoked by
81 with an additional fourth free callback. This function should be preferred to
158 callback functions that will be invoked to write data to the
168 The open callback is invoked by
179 freed inside the open callback or with the free callback.
191 The write callback is invoked whenever the library
193 For correct blocking, each call to the write callback function
198 On success, the write callback should return the
200 On error, the callback should invoke
209 The close callback is invoked by archive_close when
210 the archive processing is complete. If the open callback fails, the close
211 callback is not invoked.
212 The callback should return
215 On failure, the callback should invoke
226 The free callback is always invoked on archive_free.
227 The return code of this callback is not processed.
229 Note that if the client-provided write callback function
239 The client callback can call