Home | History | Annotate | Download | only in include

Lines Matching defs:CvMemStorage

1160 typedef struct CvMemStorage
1165 struct CvMemStorage* parent; /* We get new blocks from parent as needed. */
1169 CvMemStorage;
1173 (((CvMemStorage*)(storage))->signature & CV_MAGIC_MASK) == CV_STORAGE_MAGIC_VAL)
1217 CvMemStorage* storage; /* Where the seq is stored. */ \