Searched refs:AuxData (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCompile.c21 * Table of all AuxData types.
369 /* Jump according to the jump-table (in AuxData as indicated by the
487 register AuxData *auxDataPtr;
721 register AuxData *auxDataPtr;
742 codePtr->numAuxDataItems * sizeof(AuxData);
2136 auxDataArrayBytes = (envPtr->auxDataArrayNext * sizeof(AuxData));
2146 structureSize += TCL_ALIGN(exceptArrayBytes); /* align AuxData array */
2199 p += TCL_ALIGN(exceptArrayBytes); /* align AuxData array */
2201 codePtr->auxDataArrayPtr = (AuxData *) p;
2689 * Procedure that allocates and initializes a new AuxData structur
[all...]
H A DtclCompile.h163 * can be used by bytecode instructions during execution. The AuxData
166 * they are stored in a CompileEnv structure). Each AuxData record holds one
173 * the AuxData structure.
184 * for the AuxData structure. This separation makes it possible for clients
185 * outside of the TCL core to manipulate (in a limited fashion!) AuxData; for
186 * example, it makes it possible to pickle and unpickle AuxData structs.
207 * The definition of the AuxData structure that holds information created
212 typedef struct AuxData {
213 AuxDataType *type; /* Pointer to the AuxData type associated with
216 } AuxData;
211 typedef struct AuxData { struct
215 } AuxData; typedef in typeref:struct:AuxData
[all...]
H A DtclExecute.c7573 (unsigned long) (codePtr->numAuxDataItems * sizeof(AuxData)),
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/
H A DcmpRead.c415 AuxData *auxDataArray, int auxDataArraySize));
430 ExtractionEnv *envPtr, AuxData *auxDataPtr));
433 ExtractionEnv *envPtr, AuxData *auxDataPtr));
727 auxDataArrayBytes = (numAuxDataItems * sizeof(AuxData));
756 size += TCL_ALIGN(exceptArrayBytes); /* align AuxData array */
832 byteCodePtr->auxDataArrayPtr = (AuxData *) p;
1768 * Extracts the AuxData array for a ByteCode struct from a compiled image.
1770 * procedure extracts the number of AuxData items from the array header,
1771 * or as a number that specifies the expected number of AuxData items in
1781 * Populates the AuxData arra
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCompile.h163 * that can be used by bytecode instructions during execution. The AuxData
166 * compilation they are stored in a CompileEnv structure). Each AuxData
174 * in the AuxData structure.
182 * for the AuxData structure. This separation makes it possible for clients
183 * outside of the TCL core to manipulate (in a limited fashion!) AuxData;
184 * for example, it makes it possible to pickle and unpickle AuxData structs.
202 * The definition of the AuxData structure that holds information created
207 typedef struct AuxData { struct
208 AuxDataType *type; /* pointer to the AuxData type associated with
211 } AuxData; typedef in typeref:struct:AuxData
[all...]
H A DtclCompile.c21 * Table of all AuxData types.
367 register AuxData *auxDataPtr;
623 register AuxData *auxDataPtr;
644 (double) (codePtr->numAuxDataItems * sizeof(AuxData));
2011 auxDataArrayBytes = (envPtr->auxDataArrayNext * sizeof(AuxData));
2021 structureSize += TCL_ALIGN(exceptArrayBytes); /* align AuxData array */
2071 p += TCL_ALIGN(exceptArrayBytes); /* align AuxData array */
2073 codePtr->auxDataArrayPtr = (AuxData *) p;
2784 * Procedure that allocates and initializes a new AuxData structure in
2786 * AuxData record
[all...]
H A DtclExecute.c735 AuxData *auxDataPtr;
4597 (codePtr->numAuxDataItems * sizeof(AuxData)),
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c12774 struct AuxData { struct in struct:VdbeFunc
[all...]

Completed in 499 milliseconds