Searched defs:Context (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dmd5.c50 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 DvdbeInt.h214 ** 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*/
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c720 OpContext *Context; member in struct:RecordRegistrationRef
730 OpContext *pContext = regEnvelope->Context;
775 regEnvelope->Context = pContext;

Completed in 27 milliseconds