Lines Matching full:be

12 .\" 2. The name of the author may not be used to endorse or promote products
18 .\" THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
174 API needs to be initialized with
176 before it can be used.
187 to be used in future calls to
191 The event will be prepared to call the function specified by the
204 indicates the file descriptor that should be monitored for events.
205 The events can be either
214 will be called with the file descriptor that triggered the event and
215 the type of event which will be either
236 structure can be used repeatedly with
240 and does not need to be reinitialized unless the function called and/or
241 the argument to it are to be changed.
269 no timeout occurs and the function will only be called
273 argument must be already initialized by
275 and may not be used in calls to
281 argument already has a scheduled timeout, the old timeout will be
299 The file descriptor passed will be \-1, and the event type will be
310 The event type will be a persistent
321 However, it schedules a callback to be called exactly once and does not
333 function can be used to check if the event specified by
342 the expiration time of the event will be returned in
347 macro can be used to check if an event has been initialized.
397 It can be cancelled by calling the
415 The number of different priorities can be set initially with the
418 This function should be called before the first call to
422 function can be used to assign a priority to an event.
434 This event base can be used in conjunction with calls to
443 should be called after preparing an event with
449 should be called after preparing a bufferevent with
452 should be used to free memory associated with the event base
470 This file descriptor is not allowed to be a
484 Both the read and the write callback may be NULL.
485 The error callback has to be always provided.
487 Once initialized, the bufferevent structure can be used repeatedly with
491 The flags parameter can be a combination of
509 can be either
530 function can be used to write data to the file descriptor.
542 must be called before