Searched refs:Context (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | argmatch.h | 61 # define invalid_arg(Context, Value, Problem) \ 62 argmatch_invalid (Context, Value, Problem) 86 # define XARGMATCH(Context, Arg, Arglist, Vallist) \ 87 ((Vallist) [__xargmatch_internal (Context, Arg, Arglist, \
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | vdbeInt.h | 214 ** A Context stores the last insert rowid, the last statement change count, 216 ** Elements of Context structure type make up the ContextStack, which is 219 typedef struct Context Context; typedef in typeref:struct:Context 220 struct Context { struct 270 Context *contextStack; /* Stack used by opcodes ContextPush & ContextPop*/
|
H A D | md5.c | 50 struct Context { struct 173 struct Context *ctx = (struct Context *)pCtx; 188 struct Context *ctx = (struct Context *)pCtx; 237 struct Context *ctx = (struct Context *)pCtx;
|
H A D | vdbe.c | 3892 sizeof(Context) * p->contextStackDepth);
|
/osnet-11/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 720 OpContext *Context; member in struct:RecordRegistrationRef 730 OpContext *pContext = regEnvelope->Context; 775 regEnvelope->Context = pContext;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | CC.pm | 357 # Context stack shadowing. Mimics stuff in pp_ctl.c, cop.h and so on. 1971 =head2 Context of ".."
|
Completed in 54 milliseconds