Searched defs:eh (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | thread2.py | 46 eh = ErrorHandler() variable 47 libxml2.registerErrorHandler(eh.handler,"") 52 ec = len(eh.errors) 67 if len(eh.errors) != ec+THREADS_COUNT*ec: 82 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | ip_output.c | 124 struct ethhdr *eh = NULL; local 164 eh = (struct ethhdr *)(m->m_data - ETH_HLEN); 189 memcpy(eh->h_source, eth_dst, ETH_ALEN); 324 eh = mtod(m, struct ethhdr *); 326 memcpy(eh->h_source, eth_dst, ETH_ALEN);
|
H A D | bootp.c | 211 struct ethhdr *eh; local 214 eh = mtod(m, struct ethhdr *); 215 memcpy(eh->h_source, bp->bp_hwaddr, ETH_ALEN); /* XXX: if_encap just swap source with dest */
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | antlr.c | 2885 ExceptionHandler *eh = (ExceptionHandler *) local 2888 require(eh!=NULL, "exception: cannot allocate handler"); 2891 eh->action = a; 2892 eh->signalname = (char *) calloc(strlen("default")+1, sizeof(char)); 2893 require(eh->signalname!=NULL, "exception: cannot allocate sig name"); 2894 strcpy(eh->signalname, "default"); 2895 list_add(&(_retv->handlers), (void *)eh);
|
H A D | gen.c | 281 ExceptionHandler *eh = (ExceptionHandler *)q->elem; local 282 if ( strcmp("default", eh->signalname)==0 ) { 328 ExceptionHandler *eh = (ExceptionHandler *)q->elem; local 329 if ( strcmp("default", eh->signalname)==0 ) { 332 dumpAction(eh->action, output, tabs, -1, 1, 1); 348 gen1("case %s :\n", eh->signalname); 350 if ( eh->action != NULL ) 352 dumpAction(eh->action, output, tabs, -1, 1, 1);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
Completed in 367 milliseconds