Searched refs:Mem (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h115 struct Mem { struct
123 typedef struct Mem Mem; typedef in typeref:struct:Mem
126 ** Allowed values for Mem.flags
132 #define MEM_Dyn 0x0010 /* Need to call sqliteFree() on Mem.z */
133 #define MEM_Static 0x0020 /* Mem.z points to a static string */
134 #define MEM_Ephem 0x0040 /* Mem.z points to an ephemeral string */
135 #define MEM_Short 0x0080 /* Mem.z points to Mem.zShort */
141 #define MEM_AggCtx 0x0100 /* Mem
[all...]
H A Dvdbe.c166 Mem *pMem;
204 static int hardStringify(Mem *pStack){
227 static int hardDynamicify(Mem *pStack){
255 static int hardDeephem(Mem *pStack){
269 ** leaves the Mem.flags field in an inconsistent state.
280 static void popStack(Mem **ppTos, int N){
281 Mem *pTos = *ppTos;
327 static void hardIntegerify(Mem *pStack){
347 static void hardRealify(Mem *pStack){
503 Mem *pTo
[all...]
H A Dvdbeaux.c688 Mem *pMem = &pElem->aMem[i];
767 Mem *pTos = p->pTos;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddexplorer210 mkdir Mem
329 # Mem Tests, DTrace
340 ' | $clean > Mem/minf_by_process
352 ' | $clean > Mem/vminfo_by_process
515 rm Mem/minf_by_process
516 rm Mem/vminfo_by_process
530 rmdir Mem
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Ddexplorer210 mkdir Mem
329 # Mem Tests, DTrace
340 ' | $clean > Mem/minf_by_process
352 ' | $clean > Mem/vminfo_by_process
515 rm Mem/minf_by_process
516 rm Mem/vminfo_by_process
530 rmdir Mem

Completed in 45 milliseconds