Lines Matching refs:callback
74 /* State values for callback */
108 * @param pool Temporary callback pool destroyed after the call.
109 * @return APR_SUCCESS to continue calling this callback.
132 * Register watchdog callback.
134 * @param interval Interval on which the callback function will execute.
135 * @param callback The function to call on watchdog event.
136 * @param data The data to pass to the callback function.
141 const void *data, ap_watchdog_callback_fn_t *callback));
144 * Update registered watchdog callback interval.
146 * @param interval New interval on which the callback function will execute.
147 * @param callback The function to call on watchdog event.
148 * @param data The data to pass to the callback function.
149 * @return APR_SUCCESS if all went well. APR_EOF if callback was not found.
153 const void *data, ap_watchdog_callback_fn_t *callback));