Searched refs:callback (Results 201 - 225 of 593) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_nis.c119 callback(int status, char *key, int kl, char *val, int vl, char *data) function
165 cbinfo.foreach = (ypall_callback_fxn_t) callback;
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c315 int klen, pem_password_cb *callback, void *u)
325 ret = PEM_ASN1_write_bio(i2d, name, b, x, enc, kstr, klen, callback, u);
333 int klen, pem_password_cb *callback, void *u)
368 if (callback == NULL)
371 klen = (*callback) (buf, PEM_BUFSIZE, 1, u);
434 pem_password_cb *callback, void *u)
446 if (callback == NULL)
449 klen = callback(buf, PEM_BUFSIZE, 0, u);
313 PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, void *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *callback, void *u) argument
331 PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *callback, void *u) argument
433 PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, pem_password_cb *callback, void *u) argument
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c86 bt_monitor_read(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user) argument
143 callback(user, &pkth, pktd);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h286 std::function<bool(const HashData &hash_data)> const &callback) const {
293 // If the callback returns false, then we are done and should stop
294 if (callback(hash_data) == false)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp42 // reached it's target hit count yet, or it could have a callback that
165 std::function<void(BreakpointSite *)> const &callback) {
168 callback(pair.second.get());
164 ForEach( std::function<void(BreakpointSite *)> const &callback) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp578 ResponseValidatorCallback callback, void *baton) {
579 m_validator = callback;
599 // If we have a validator callback, try to validate the callback
577 SetResponseValidator( ResponseValidatorCallback callback, void *baton) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h100 /// the callback. That one is more complicated, and better to do by hand.
155 // through the callback.
159 // w/o running the callback.
168 // d) Otherwise, the callback will get run, and if it returns true we will
170 // The asynchronous callback can run the target itself, but at present that
171 // should be the last action the callback does. We will relax this condition
175 /// Adds a callback to the breakpoint option set.
177 /// \param[in] callback
181 /// A baton which will get passed back to the callback when it is invoked.
184 /// Whether this is a synchronous or asynchronous callback
[all...]
H A DBreakpoint.h46 /// This is an object derived from BreakpointResolver. It provides a callback
365 /// Set the callback action invoked when the breakpoint is hit.
367 /// \param[in] callback
370 /// A void * pointer that will get passed back to the callback function.
372 /// If \b true the callback will be run on the private event thread
373 /// before the stop event gets reported. If false, the callback will get
375 void SetCallback(BreakpointHitCallback callback, void *baton,
378 void SetCallback(BreakpointHitCallback callback,
492 /// Invoke the callback action when the breakpoint is hit.
650 // condition & callback fre
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h159 // return false from callback to stop iterating
160 static void ForEach(std::function<bool(Language *)> callback);
247 // return false from callback to stop iterating
248 static void ForAllLanguages(std::function<bool(lldb::LanguageType)> callback);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp295 void Property::SetValueChangedCallback(std::function<void()> callback) { argument
297 m_value_sp->SetValueChangedCallback(std::move(callback));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp236 void SetLowLevelAllocateCallback(LowLevelAllocateCallback callback) { argument
237 low_level_alloc_callback = callback;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface_internal.h167 void __asan_set_death_callback(void (*callback)(void));
169 void __asan_set_error_report_callback(void (*callback)(const char*));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h306 void SetValueChangedCallback(std::function<void()> callback) { argument
308 m_callback = std::move(callback);
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.h203 /* Inplace callback for when a reply is received from the back. */
205 /* Inplace callback for when EDNS is parsed on a reply received from the
225 * Inplace callback list of registered routines to be called.
230 /** Inplace callback routine */
238 * Inplace callback function called before replying.
255 * python_callback: only used for registering a python callback function.
261 struct timeval* start_time, int id, void* callback);
264 * Inplace callback function called before sending the query to a nameserver.
279 * python_callback: only used for registering a python callback function.
284 int id, void* callback);
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dlcp.c339 memcpy(&lcp->want_callback, &p->dl->cfg.callback,
340 sizeof(struct callback));
604 E164ok(struct callback *cb, char *req, int sz)
1112 if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(op)) &&
1115 E164ok(&p->dl->cfg.callback, opt->data + 1, sz))) {
1124 } else if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) &&
1128 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_CBCP)) {
1131 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_E164)) {
1134 } else if (p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) {
1135 log_Printf(LogWARN, "Cannot insist on auth callback withou
[all...]
/freebsd-11-stable/contrib/libreadline/
H A DMakefile.in108 $(srcdir)/callback.c $(srcdir)/terminal.c $(srcdir)/xmalloc.c \
125 util.o kill.o undo.o macro.o input.o callback.o terminal.o \
307 callback.o: rlconf.h
308 callback.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
309 callback.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h rlstdc.h
411 callback.o: rlprivate.h
471 callback.o: $(srcdir)/callback.c
505 callback.o: callback
[all...]
/freebsd-11-stable/sys/dev/ips/
H A Dips.c320 command[i].callback(&command[i]);
528 command->callback(command);
564 command->callback(command);
720 sc->commandarray[cmdnumber].callback(&(sc->commandarray[cmdnumber]));
733 command->callback(command);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp235 ObjectFileGetModuleSpecifications callback; local
239 (callback =
243 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0)
249 (callback = PluginManager::
253 if (callback(file, data_sp, data_offset, file_offset, file_size, specs) > 0)
H A DVariable.cpp334 GetVariableCallback callback, void *baton, VariableList &variable_list,
337 if (!callback || variable_expr_path.empty()) {
345 variable_expr_path.drop_front(), scope, callback, baton, variable_list,
366 variable_expr_path.drop_front(), scope, callback, baton, variable_list,
399 if (!callback(baton, variable_name.c_str(), variable_list)) {
332 GetValuesForVariableExpressionPath( llvm::StringRef variable_expr_path, ExecutionContextScope *scope, GetVariableCallback callback, void *baton, VariableList &variable_list, ValueObjectList &valobj_list) argument
/freebsd-11-stable/lib/libusb/
H A Dlibusb.h452 libusb_transfer_cb_fn callback; member in struct:libusb_transfer
539 void libusb_fill_control_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t *buf, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout);
540 void libusb_fill_bulk_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout);
541 void libusb_fill_interrupt_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout);
542 void libusb_fill_iso_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, int npacket, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout);
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c76 snmp_send_cb_f callback; member in struct:sent_pdu
116 snmp_table_cb_f callback; member in struct:tabwork
570 work.callback = NULL;
635 work->callback(work->table, work->arg, -1);
647 work->callback(work->table, work->arg, -1);
659 work->callback(work->table, work->arg, -1);
669 work->callback(work->table, work->arg, 0);
678 work->callback(work->table, work->arg, -1);
698 work->callback(work->table, work->arg, -1);
721 work->callback
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c46 demangle_callbackref callback)
48 demangle_callbackref callback)
283 callback with a NUL termination once full. */
291 demangle_callbackref callback; member in struct:d_print_info
292 /* Opaque callback argument. */
2704 /* Bridge growable strings to the callback mechanism. */
2718 demangle_callbackref callback, void *opaque)
2726 dpi->callback = callback;
2746 /* Flush buffered characters to the callback
2717 d_print_init(struct d_print_info *dpi, int options, demangle_callbackref callback, void *opaque) argument
2800 cplus_demangle_print_callback(int options, const struct demangle_component *dc, demangle_callbackref callback, void *opaque) argument
3960 d_demangle_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
4206 cplus_demangle_v3_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
4227 java_demangle_v3_callback(const char *mangled, demangle_callbackref callback, void *opaque) argument
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_msctest.c202 .callback = &bbb_command_callback,
212 .callback = &bbb_data_read_callback,
221 .callback = &bbb_data_rd_cs_callback,
231 .callback = &bbb_data_write_callback,
240 .callback = &bbb_data_wr_cs_callback,
250 .callback = &bbb_status_callback,
263 .callback = &bbb_raw_write_callback,
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn.h351 void *arg; /* callback-specific data */
355 /* if(ver==2) - new callback style */
361 /* Macro to populate a BN_GENCB structure with an "old"-style callback */
362 # define BN_GENCB_set_old(gencb, callback, cb_arg) { \
366 tmp_gencb->cb.cb_1 = (callback); }
367 /* Macro to populate a BN_GENCB structure with a "new"-style callback */
368 # define BN_GENCB_set(gencb, callback, cb_arg) { \
372 tmp_gencb->cb.cb_2 = (callback); }
602 void (*callback) (int, int, void *), void *cb_arg);
604 void (*callback) (in
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c389 return member->multicast.callback(status, &member->multicast);
417 ret = member->multicast.callback(-ENETRESET,
465 ret = multicast->callback(status, multicast);
510 ret = member->multicast.callback(status, &member->multicast);
616 int (*callback)(int status,
637 member->multicast.callback = callback;
651 * The user will get the multicast structure in their callback. They
654 * any callback.
684 /* Continue to hold reference on group until callback */
[all...]

Completed in 422 milliseconds

1234567891011>>