Searched defs:handlers (Results 1 - 25 of 94) sorted by last modified time

1234

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c57 * store registered RX handlers. These handlers are registered by calls to
196 * auth_handlers - Authentication message handlers
201 * num_auth_handlers - Number of handlers in auth_handlers
206 * acct_handlers - Accounting message handlers
211 * num_acct_handlers - Number of handlers in acct_handlers
260 * There can be multiple registered RADIUS message handlers. The handlers will
273 struct radius_rx_handler **handlers, *newh; local
277 handlers
717 struct radius_rx_handler *handlers; local
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c57 * store registered RX handlers. These handlers are registered by calls to
196 * auth_handlers - Authentication message handlers
201 * num_auth_handlers - Number of handlers in auth_handlers
206 * acct_handlers - Accounting message handlers
211 * num_acct_handlers - Number of handlers in acct_handlers
260 * There can be multiple registered RADIUS message handlers. The handlers will
273 struct radius_rx_handler **handlers, *newh; local
277 handlers
717 struct radius_rx_handler *handlers; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c57 * store registered RX handlers. These handlers are registered by calls to
196 * auth_handlers - Authentication message handlers
201 * num_auth_handlers - Number of handlers in auth_handlers
206 * acct_handlers - Accounting message handlers
211 * num_acct_handlers - Number of handlers in acct_handlers
260 * There can be multiple registered RADIUS message handlers. The handlers will
273 struct radius_rx_handler **handlers, *newh; local
277 handlers
717 struct radius_rx_handler *handlers; local
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/target-mips/
H A Dhelper.c291 } handlers[] = { local
309 for (i = 0; i < sizeof(handlers)/sizeof(handlers[0]); i++) {
310 lui_ins = ldl_phys(ebase + handlers[i].lui.off);
311 lw_ins = ldl_phys(ebase + handlers[i].lw.off);
312 srl_ins = ldl_phys(ebase + handlers[i].srl.off);
313 if (((lui_ins & handlers[i].lui.mask) == handlers[i].lui.op) &&
314 ((lw_ins & handlers[i].lw.mask) == handlers[
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jar ... tree.InsnList insns private java.util.List[] handlers private org.objectweb.asm.tree.analysis ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/oprofile/daemon/
H A Dopd_extended.h28 // Feature handlers
29 struct opd_ext_handlers * handlers; member in struct:opd_ext_feature
33 * OProfile Extended handlers
42 // Extended sfile handlers
47 * OProfile Extended sub-handlers (sfile)
H A Dopd_trans.c264 handler_t handlers[LAST_CODE + 1] = { variable
346 handlers[code](&trans);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DAnalyzer.java64 private List[] handlers; field in class:Analyzer
107 handlers = new List[n];
114 // computes exception handlers for each instruction
120 List insnHandlers = handlers[j];
123 handlers[j] = insnHandlers;
269 List insnHandlers = handlers[insn];
339 List insnHandlers = handlers[insn];
382 * Returns the exception handlers for the given instruction.
389 return handlers[insn];
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c1451 const struct perf_evsel_str_handler handlers[] = { local
1466 if (perf_session__set_tracepoints_handlers(session, handlers))
H A Dbuiltin-trace.c1050 const struct perf_evsel_str_handler handlers[] = { local
1082 err = perf_session__set_tracepoints_handlers(session, handlers);
/external/libxml2/
H A Dencoding.c1281 * Char encoding handlers *
1288 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1392 if (handlers != NULL) return;
1394 handlers = (xmlCharEncodingHandlerPtr *)
1404 if (handlers == NULL) {
1443 * unregisters all the encoding handlers and the aliases.
1449 if (handlers == NULL) return;
1453 if (handlers[nbCharEncodingHandler] != NULL) {
1454 if (handlers[nbCharEncodingHandler]->name != NULL)
1455 xmlFree(handlers[nbCharEncodingHandle
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h448 struct event_handler *handlers; member in struct:pevent
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... getPlatformSupportedSchemes () org.osgi.util.tracker.ServiceTracker handlers org.osgi.framework.ServiceReference[] refs java. ...
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jar ... .eclipse.equinox.internal.event.EventHandlerTracker handlers private volatile org.eclipse.osgi.framework. ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 433 milliseconds

1234