Home
last modified time | relevance | path

Searched refs:allocatedSchema (Results 1 – 2 of 2) sorted by relevance

/dports/devel/datadraw/datadraw3.1.1/src/
H A Ddvdatabase.h911 dvRootData.usedSchema == dvRootData.allocatedSchema && (dvSchemaAllocMore(), true), \
916 dvRootData.usedSchema == dvRootData.allocatedSchema && (dvSchemaAllocMore(), true), \
2310 uint32 usedSchema, allocatedSchema; member
2388 #define dvAllocatedSchema() dvRootData.allocatedSchema
2390 #define dvSetAllocatedSchema(value) (dvRootData.allocatedSchema = (value))
H A Ddvdatabase.c8112 utRegisterClass("Schema", 7, &dvRootData.usedSchema, &dvRootData.allocatedSchema, in dvDatabaseStart()