Lines Matching full:matching
185 * @handler: Matching callback function
186 * @eloop_data: Matching eloop_data or %ELOOP_ALL_CTX to match all
187 * @user_data: Matching user_data or %ELOOP_ALL_CTX to match all
190 * Cancel matching <handler,eloop_data,user_data> timeouts registered with
199 * @handler: Matching callback function
200 * @eloop_data: Matching eloop_data
201 * @user_data: Matching user_data
205 * Cancel matching <handler,eloop_data,user_data> timeout registered with
214 * @handler: Matching callback function
215 * @eloop_data: Matching eloop_data
216 * @user_data: Matching user_data
219 * Determine if a matching <handler,eloop_data,user_data> timeout is registered
229 * @handler: Matching callback function
230 * @eloop_data: Matching eloop_data
231 * @user_data: Matching user_data
235 * Find a registered matching <handler,eloop_data,user_data> timeout. If found,
246 * @handler: Matching callback function
247 * @eloop_data: Matching eloop_data
248 * @user_data: Matching user_data
252 * Find a registered matching <handler,eloop_data,user_data> timeout. If found,