HomeSort by: relevance | last modified time | path
    Searched defs:CONTEXT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
i386-windows-nat.c 25 #define CONTEXT WOW64_CONTEXT
27 #define context_offset(x) ((int)(size_t)&(((CONTEXT *)NULL)->x))
75 #undef CONTEXT
  /src/external/gpl3/gdb/dist/gdb/
i386-windows-nat.c 25 #define CONTEXT WOW64_CONTEXT
27 #define context_offset(x) ((int)(size_t)&(((CONTEXT *)NULL)->x))
75 #undef CONTEXT
  /src/external/bsd/tcpdump/dist/
print-snmp.c 130 * Context-specific ASN.1 types for the SNMP PDUs and their tags
132 static const char *Context[] = {
160 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
228 * Ties together the preceding Universal, Application, Context, and Private
241 defineCLASS(Context),
242 #define CONTEXT 2
610 case CONTEXT:
654 case CONTEXT:
839 ND_PRINT("%s(%u)", Class[CONTEXT].Id[elem->id], elem->asnlen);
1490 /* PDU (Context) */
    [all...]

Completed in 16 milliseconds