Lines Matching defs:callback
42 * invoke the SLPRegReport callback with the error code found in the
55 * the reg_thread then invokes the SLPRegReport callback with the error
142 SLPRegReport callback, void *pvUser) {
148 !pcAttrs || !callback) {
174 if ((err = reg_common(hSLP, msg, pvUser, callback)) == SLP_OK &&
328 SLPRegReport callback, void *pvUser) {
333 if (!hSLP || !pURL || !*pURL || !callback) {
357 if ((err = reg_common(hSLP, msg, pvUser, callback)) == SLP_OK) {
367 SLPRegReport callback, void *pvUser) {
372 if (!hSLP || !pURL || !*pURL || !pcAttrs || !callback) {
398 return (reg_common(hSLP, msg, pvUser, callback));
508 void *cookie, SLPRegReport callback) {
516 err = enqueue_reg(hp, msg, cookie, callback);
518 err = reg_impl(hp, msg, cookie, callback);
646 * dispatches the reply to the user callback.